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