1. 13 1月, 2013 4 次提交
  2. 19 12月, 2012 1 次提交
  3. 08 12月, 2012 1 次提交
  4. 07 12月, 2012 2 次提交
    • R
      move signal.h REG_* macros under _GNU_SOURCE protection · 5c5e45e5
      Rich Felker 提交于
      they were accidentally exposed under just baseline POSIX, which is a
      big namespace pollution issue. thankfully glibc only exposes them
      under _GNU_SOURCE, not under any of its other options, so omitting
      the pollution in the default _BSD_SOURCE profile does not hurt
      application compatibility at all.
      5c5e45e5
    • R
      bits/signal.h: add register names for x86(_64) · a631c5df
      rofl0r 提交于
      glibc exposes them from ucontext.h.
      since that header includes signal.h, it is safe to put them
      into bits/signal.h, if _GNU_SOURCE is defined.
      a631c5df
  5. 06 12月, 2012 3 次提交
  6. 04 12月, 2012 1 次提交
  7. 27 11月, 2012 1 次提交
  8. 26 11月, 2012 3 次提交
  9. 24 11月, 2012 7 次提交
  10. 22 11月, 2012 6 次提交
  11. 21 11月, 2012 1 次提交
  12. 19 11月, 2012 4 次提交
  13. 18 11月, 2012 2 次提交
  14. 17 11月, 2012 1 次提交
    • R
      dynamic linking support for powerpc · a4db94ab
      Rich Felker 提交于
      incomplete but at least partly working. requires all files to be
      compiled in the new "secure" plt model, not the old one that put plt
      code in the data segment. TLS is untested but may work. invoking the
      dynamic linker explicitly to load a program does not yet handle argv
      correctly.
      a4db94ab
  15. 16 11月, 2012 3 次提交