1. 5243e5f remove obsolete and useless useconds_t type by Rich Felker · 13 years ago
  2. 3bb00f4 somehow timespec tv_nsec had the wrong type on x86_64... fixed by Rich Felker · 13 years ago
  3. 3990c5c avoid all malloc/free in timer creation/destruction by Rich Felker · 13 years ago
  4. 70c31c7 some preliminaries for adding POSIX timers by Rich Felker · 13 years ago
  5. 4cc7871 fix bug from syscall overhaul: extra __syscall_ret call for 0-arg syscalls by Rich Felker · 13 years ago
  6. ea34336 match glibc/lsb cancellation abi on i386 by Rich Felker · 13 years ago
  7. b470030 overhaul cancellation to fix resource leaks and dangerous behavior with signals by Rich Felker · 13 years ago
  8. bae862a honor namespace for i386 syscall.h, even though it's not a standard header by Rich Felker · 13 years ago
  9. 7877db6 fix typo in x86_64 part of syscall overhaul by Rich Felker · 13 years ago
  10. 685e40b syscall overhaul part two - unify public and internal syscall interface by Rich Felker · 13 years ago
  11. d00ff29 overhaul syscall interface by Rich Felker · 13 years ago
  12. f5ba2bc various legacy and linux-specific stuff by Rich Felker · 13 years ago
  13. e914f8b optimize contended normal mutex case; add int compare-and-swap atomic by Rich Felker · 13 years ago
  14. 8bb0e48 match dimensions so we can use all slots without invoking OOB-array-access by Rich Felker · 13 years ago
  15. cabf2ff fix missing ENOTSUP error code by Rich Felker · 13 years ago
  16. 6871fd7 make sigaltstack work (missing macros in signal.h, error conditions) by Rich Felker · 13 years ago
  17. d6a1e0c resolve some header namespace non-issues by Rich Felker · 14 years ago
  18. 8668f03 fill in some missing siginfo stuff in signal.h by Rich Felker · 14 years ago
  19. f3ef7a6 add missing WIFCONTINUED macro and improve WIFSIGNALED by Rich Felker · 14 years ago
  20. ad2fe25 support the ugly and deprecated ucontext and sigcontext header stuff... by Rich Felker · 14 years ago
  21. e882756 reorganize pthread data structures and move the definitions to alltypes.h by Rich Felker · 14 years ago
  22. 571312d move stdio stuff that's not arch-specific out of bits by Rich Felker · 14 years ago
  23. 8894947 protect some limit constants with feature test macros on x86_64 by Rich Felker · 14 years ago
  24. f451462 fix the types of some integer constant limits in headers by Rich Felker · 14 years ago
  25. cda892d fix directory reading on x86_64 by Rich Felker · 14 years ago
  26. c024819 fix x86_64 wrongly reporting itself as ILP32 instead of LP64 by Rich Felker · 14 years ago
  27. 9b235e8 remove standalone syscall cruft by Rich Felker · 14 years ago
  28. 44460c6 fix some type leakage (timer_t) from x86_64 commit by Rich Felker · 14 years ago
  29. 062354f Optimize x86_64 atomics to take advantage of 64-bitness. by Nicholas J. Kain · 14 years ago
  30. ebc4a17 Remove __syscall_lseek from x86_64 syscall.h. by Nicholas J. Kain · 14 years ago
  31. bb89bdd Update x86_64 bits to mirror (modulo platform differences) the latest changes by Nicholas J. Kain · 14 years ago
  32. 1e12632 Port musl to x86-64. One giant commit! by Nicholas J. Kain · 14 years ago
  33. c2afb74 yet another ugly legacy syscall rename... by Rich Felker · 14 years ago
  34. f7eb91e fix getrlimit handling on 32-bit systems, and ease porting to 64-bit by Rich Felker · 14 years ago
  35. 13a026b split off arch-specific stdarg.h stuff by Rich Felker · 14 years ago
  36. 03a2f3e cleanup socketcall syscall interface to ease porting to sane(r) archs by Rich Felker · 14 years ago
  37. cfe3731 finish moving 32-bit-specific junk out of source files. by Rich Felker · 14 years ago
  38. a5bf06c move arch-specific internal headers into place by Rich Felker · 14 years ago
  39. 7b2dd22 finish unifying thread register handling in preparation for porting by Rich Felker · 14 years ago
  40. 1355fdc preparing build system to handle ports - step 1 by Rich Felker · 14 years ago