1. e31c8c2 ppc64: fix setjmp/longjmp handling of TOC pointer by Bobby Bingham · 7 years ago
  2. c1020cf fix crashing sigsetjmp on s390x by Bobby Bingham · 8 years ago
  3. 5499172 work around gdb issues recognizing sigreturn trampoline on x86_64 by Rich Felker · 8 years ago
  4. 1509494 add s390x port by Bobby Bingham · 8 years ago
  5. c0ede9e add powerpc64 port by Bobby Bingham · 8 years ago
  6. 5972c4a add mips n32 port (ILP32 ABI for mips64) by Rich Felker · 8 years ago
  7. 8393357 add mips64 port by Rich Felker · 8 years ago
  8. 4221674 fix crash when signal number 0 is passed to sigaction by Rich Felker · 9 years ago
  9. 8a8fdf6 eliminate use of SHARED macro to suppress visibility attributes by Rich Felker · 9 years ago
  10. 4e73d12 explicitly assemble all arm asm sources as UAL by Rich Felker · 9 years ago
  11. b61df22 fix signal return for sh/fdpic by Rich Felker · 9 years ago
  12. deb85ab remove unused (and invalid) C version of sigsetjmp by Rich Felker · 9 years ago
  13. 10d0268 switch to using trap number 31 for syscalls on sh by Rich Felker · 9 years ago
  14. 551c1d7 fix crash in x32 sigsetjmp by Rich Felker · 9 years ago
  15. 85d12e0 fix sh jmp_buf size to match ABI by Rich Felker · 9 years ago
  16. 94f4c82 fix build regression in aarch64 sigsetjmp by Rich Felker · 9 years ago
  17. 51fc77c remove invalid PLT calls from or1k asm by Rich Felker · 9 years ago
  18. cf1a9d9 remove possible-textrels from powerpc asm by Rich Felker · 9 years ago
  19. a880e6c remove invalid PLT calls from microblaze asm by Rich Felker · 9 years ago
  20. 646cb9a remove invalid PLT calls from sh asm by Rich Felker · 9 years ago
  21. b35c4c4 remove potentially PIC-incompatible relocations from x86_64 and x32 asm by Rich Felker · 9 years ago
  22. 8ed66ec remove the last of possible-textrels from i386 asm by Rich Felker · 9 years ago
  23. 583e551 redesign sigsetjmp so that signal mask is restored after longjmp by Rich Felker · 9 years ago
  24. 01ef3dd add aarch64 port by Szabolcs Nagy · 9 years ago
  25. 7d35121 use tkill instead of tgkill in implementing raise by Rich Felker · 10 years ago
  26. 200d154 add or1k (OpenRISC 1000) architecture port by Stefan Kristiansson · 10 years ago
  27. 6ce1fad add __sysv_signal abi-compat alias for the signal function by Rich Felker · 10 years ago
  28. b9b2db2 add __sigsetjmp ABI-compat alias for sigsetjmp by Rich Felker · 10 years ago
  29. dab441a always initialize thread pointer at program start by Rich Felker · 10 years ago
  30. 25faa20 fix mips sigsetjmp asm to match fixed jmp_buf size by Rich Felker · 10 years ago
  31. aacd348 rename superh port to "sh" for consistency by Rich Felker · 11 years ago
  32. 3a3c813 superh port by Bobby Bingham · 11 years ago
  33. 664cd34 x32 port (diff against vanilla x86_64) by rofl0r · 11 years ago
  34. 323272d import vanilla x86_64 code as x32 by rofl0r · 11 years ago
  35. 3500555 fix const-correctness in sigandset/sigorset arguments by Rich Felker · 11 years ago
  36. a7dbcf5 use 0 instead of NULL for null pointer constants by Rich Felker · 11 years ago
  37. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  38. 0753b1f fix sigemptyset and sigfillset for mips by Rich Felker · 11 years ago
  39. 7cc49f9 fix breakage in synccall due to incorrect signal restoration in sigqueue by Rich Felker · 11 years ago
  40. 7c44097 fix _NSIG and SIGRTMAX on mips by Rich Felker · 11 years ago
  41. 76fbf6a change sigset_t functions to restrict to _NSIG by Rich Felker · 11 years ago
  42. 3c5c5e6 optimize posix_spawn to avoid spurious sigaction syscalls by Rich Felker · 11 years ago
  43. 4874814 use separate sigaction buffers for old and new data by Timo Teräs · 11 years ago
  44. 9693501 change jmp_buf to share an underlying type and struct tag with sigjmp_buf by Rich Felker · 11 years ago
  45. 23815f8 fix off-by-one error in checks for implementation-internal signal numbers by Rich Felker · 11 years ago
  46. 2c074b0 transition to using functions for internal signal blocking/restoring by Rich Felker · 11 years ago
  47. d53c92c optimize/debloat raise by Rich Felker · 11 years ago
  48. ae0c1de fix reversed argument order x86_64 sigsetjmp's call to sigprocmask by Rich Felker · 11 years ago
  49. ccc7b4c remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG by Rich Felker · 11 years ago
  50. 6bffcc2 fix sigorset/sigandset: _NSIG/8 is the size in bytes by rofl0r · 12 years ago
  51. 30d2c1f sigandset/sigorset: do not check for NULL pointers. by rofl0r · 12 years ago
  52. 4ab26cc fixup sigandset by rofl0r · 12 years ago
  53. a1990e1 add sigandset and sigorset (needed for qemu) by rofl0r · 12 years ago
  54. ac562aa fix powerpc sigsetjmp asm to match the new jmp_buf size/offsets by Rich Felker · 12 years ago
  55. 3fae236 powerpc: handle syscall error in clone. by rofl0r · 12 years ago
  56. 9565a34 fix powerpc asm not to store data in volatile space below stack pointer by Rich Felker · 12 years ago
  57. d1bf452 fix indention with spaces in powerpc asm by Rich Felker · 12 years ago
  58. c6d441e Merge remote-tracking branch 'ppc-port/ppc-squashed' by Rich Felker · 12 years ago
  59. 1c8eb8b PPC port cleaned up, static linking works well now. by rofl0r · 12 years ago
  60. 7669d1e import preliminary ppc work by rdp. by Richard Pennington · 12 years ago
  61. efd4d87 clean up sloppy nested inclusion from pthread_impl.h by Rich Felker · 12 years ago
  62. f1e7a5e fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmp by Rich Felker · 12 years ago
  63. ef2f595 fix microblaze asm relocations for shared libc by Rich Felker · 12 years ago
  64. 964e9f3 avoid the thread-ptr-init behavior of sigaction when not installing handler by Rich Felker · 12 years ago
  65. 8c0a3d9 microblaze port by Rich Felker · 12 years ago
  66. 0c05bd3 further use of _Noreturn, for non-plain-C functions by Rich Felker · 12 years ago
  67. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  68. 2f43704 fix (hopefully) all hard-coded 8's for kernel sigset_t size by Rich Felker · 12 years ago
  69. 532cd3a sigsetjmp asm for mips by Rich Felker · 12 years ago
  70. 6315004 initial version of mips (o32) port, based on work by Richard Pennington (rdp) by Rich Felker · 12 years ago
  71. cd8d724 remove unused var in new sigaction code by Rich Felker · 12 years ago
  72. fcaec91 changes to kernel sigaction struct handling in preparation for mips port by Rich Felker · 12 years ago
  73. d6c0efe jmp_buf overhaul fixing several issues by Rich Felker · 12 years ago
  74. e6129e6 fix sigsetjmp on arm (needs asm) by Rich Felker · 12 years ago
  75. 8cfbc8b update license of njk contributed code (x86_64 asm) by Rich Felker · 12 years ago
  76. dac084a work around "signal loses thread pointer" issue with "approach 2" by Rich Felker · 13 years ago
  77. d960d4f initial commit of the arm port by Rich Felker · 13 years ago
  78. 5b91c22 fix generic sigsetjmp (unused anyway) pointer signedness error by Rich Felker · 13 years ago
  79. fb80e04 implement gnu sigisemptyset by Rich Felker · 13 years ago
  80. adb7093 fix missing prototypes/wrong signature for psiginfo, psignal by Rich Felker · 13 years ago
  81. 338b663 fix off-by-one bug in siglongjmp that caused unpredictable behavior by Rich Felker · 13 years ago
  82. 07827d1 fix race condition in sigqueue by Rich Felker · 13 years ago
  83. ad58818 clean up pthread_sigmask/sigprocmask dependency order by Rich Felker · 13 years ago
  84. c7d19f9 restore use of .type in asm, but use modern @function (vs %function) by Rich Felker · 13 years ago
  85. 1e4f1cf remove all .size and .type directives for functions from the asm by Rich Felker · 13 years ago
  86. ecc0f51 implement psignal and psiginfo by Rich Felker · 13 years ago
  87. 99b8a25 overhaul implementation-internal signal protections by Rich Felker · 13 years ago
  88. feee989 overhaul pthread cancellation by Rich Felker · 13 years ago
  89. 016a5dc use a separate signal from SIGCANCEL for SIGEV_THREAD timers by Rich Felker · 13 years ago
  90. 60685ec fix broken sigsetjmp on x86_64 by Rich Felker · 13 years ago
  91. c2cd25b consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix by Rich Felker · 13 years ago
  92. 9ae8d5f fix all implicit conversion between signed/unsigned pointers by Rich Felker · 13 years ago
  93. b470030 overhaul cancellation to fix resource leaks and dangerous behavior with signals by Rich Felker · 13 years ago
  94. aa398f5 global cleanup to use the new syscall interface by Rich Felker · 13 years ago
  95. 685e40b syscall overhaul part two - unify public and internal syscall interface by Rich Felker · 13 years ago
  96. dc54a7c fix errors in sigqueue (potential information leak, wrong behavior) by Rich Felker · 13 years ago
  97. c8c4ef7 remove useless return value checks for functions that cannot fail by Rich Felker · 13 years ago
  98. 0f8cc94 make sigsuspend a cancellation point by Rich Felker · 13 years ago
  99. 5b9429a make sigtimedwait a cancellation point by Rich Felker · 13 years ago
  100. 0a949eb don't fail with EINTR in sigtimedwait by Rich Felker · 13 years ago