1. e3ebe7d use int instead of long for ptrdiff_t on all 32-bit archs by Rich Felker · 12 years ago
  2. c5875ad fix incorrect ptrdiff_t type on mips by Rich Felker · 12 years ago
  3. 83b42d9 add defines for number of sigset_t bytes syscalls expect by Rich Felker · 12 years ago
  4. ae0b9da further fixes for mips ioctl.h header by Rich Felker · 12 years ago
  5. ff02f94 fix another mips gratuitous-incompatibility bug: ioctl numbers by Rich Felker · 12 years ago
  6. 7fee5f9 fix socket.h on mips by Rich Felker · 12 years ago
  7. fa91df4 more stuff lost committing mips dynamic linker by Rich Felker · 12 years ago
  8. babf820 mips dynamic linker support by Rich Felker · 12 years ago
  9. dc046f5 add floating point register saving/restoring to mips setjmp/longjmp by Rich Felker · 12 years ago
  10. 48d2013 fix broken mips a_fetch_add by Rich Felker · 12 years ago
  11. e1e4d6b mipsel (little endian) support by Rich Felker · 12 years ago
  12. 9610756 workaround another sendmsg kernel bug on 64-bit machines by Rich Felker · 12 years ago
  13. 90e123f fix redef of sigprocmask constants on mips by Rich Felker · 12 years ago
  14. ba8a96b more mips bits-header fixes by Rich Felker · 12 years ago
  15. db11e96 fix mips syscalls with long long args by Rich Felker · 12 years ago
  16. 5fac93d fix mips mcontext_t structure size by Rich Felker · 12 years ago
  17. 2b3cc04 fix MAP_ANONYMOUS value for mips, remove cruft copied from i386 by Rich Felker · 12 years ago
  18. 6315004 initial version of mips (o32) port, based on work by Richard Pennington (rdp) by Rich Felker · 12 years ago
  19. bd1cf09 support -mfpmath=387 on x86_64 by Rich Felker · 12 years ago
  20. 59c4ead fix wrong value of FLT_EVAL_METHOD for x86_64 by Rich Felker · 12 years ago
  21. 8bbc3be make arm syscalls (still non-inline) more efficient by Rich Felker · 12 years ago
  22. a3bdcd9 remove little-endian assumption from arm atomic.h by Rich Felker · 12 years ago
  23. d6c0efe jmp_buf overhaul fixing several issues by Rich Felker · 12 years ago
  24. 213db3e update syscall defs to latest kernel ones by Rich Felker · 12 years ago
  25. 4e8b093 proper error handling for fcntl F_GETOWN on modern kernels by Rich Felker · 12 years ago
  26. 54c5676 fix arm syscall.h to reflect which syscalls actually exist (on EABI) by Rich Felker · 12 years ago
  27. 030b452 fix missing _BSD_SOURCE support in bits/*.h by Rich Felker · 12 years ago
  28. aa85940 fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is used by Rich Felker · 12 years ago
  29. a1b4423 support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sse by Rich Felker · 12 years ago
  30. 848d30a use signed char rather than plain char for int8_t by Rich Felker · 12 years ago
  31. 67b25fe move F_DUPFD_CLOEXEC out of bits by Rich Felker · 13 years ago
  32. a68af22 add F_SETSIG and F_GETSIG (linux specific) to fcntl.h by Rich Felker · 13 years ago
  33. 5bd0ab8 work around nasty gcc bug in the i386 syscall asm by Rich Felker · 13 years ago
  34. 47db890 fix DECIMAL_DIG definitions by Rich Felker · 13 years ago
  35. 834255a use __attribute__((const)) on arm __pthread_self function by Rich Felker · 13 years ago
  36. 414a4cd add float_t and double_t to math.h by Rich Felker · 13 years ago
  37. afc35d5 replace bad cancellation cleanup abi with a sane one by Rich Felker · 13 years ago
  38. 26f3832 add prlimit syscall wrapper by Rich Felker · 13 years ago
  39. 0386030 fix some details in ugly stuff that doesn't belong in libc by Rich Felker · 13 years ago
  40. 1d3c276 don't define wchar_t on c++ by Rich Felker · 13 years ago
  41. e6d765a fix fcntl O_* flags for arm by Rich Felker · 13 years ago
  42. 74cc7c6 typo (copy 2) in arm reloc.h by Rich Felker · 13 years ago
  43. cd319d7 typo in arm reloc.h by Rich Felker · 13 years ago
  44. 12ace5b first attempt at arm dynamic linking by Rich Felker · 13 years ago
  45. d5bde7b "optimize" arm __pthread_self by Rich Felker · 13 years ago
  46. 2eff02e fix x86_64 user.h (previously was just a copy of i386) by Rich Felker · 13 years ago
  47. c651c47 cleanup/debloat i386 user.h by Rich Felker · 13 years ago
  48. ee6fc9a wrong __WORDSIZE in x86_64 header by Rich Felker · 13 years ago
  49. 0b6eb2d update syscalls with off_t arguments to handle argument alignment, if needed by Rich Felker · 13 years ago
  50. 114c80f fix the definition of struct statvfs to match lsb abi by Rich Felker · 13 years ago
  51. f780ac5 cleanup redundancy in bits/signal.h versions by Rich Felker · 13 years ago
  52. 224c7a3 fix the type of wchar_t on arm; support wchar_t varying with arch by Rich Felker · 13 years ago
  53. 089aeb0 fix incorrect long double parameters on arm (and other future ports) by Rich Felker · 13 years ago
  54. d960d4f initial commit of the arm port by Rich Felker · 13 years ago
  55. b0c088e cleanup more bits cruft (sysmacros and socket) by Rich Felker · 13 years ago
  56. ca8373d more bits junk (tcp.h) by Rich Felker · 13 years ago
  57. c817566 move invariant netinet/in.h stuff out of bits/in.h by Rich Felker · 13 years ago
  58. df0b5a4 security hardening: ensure suid programs have valid stdin/out/err by Rich Felker · 13 years ago
  59. 6cb277d typo in macro definitions for x86_64 by Rich Felker · 13 years ago
  60. 8426a99 ensure the compiler does not move around thread-register-based reads by Rich Felker · 13 years ago
  61. 63d447e socket headers macro adjustment - workaround for buggy programs by Rich Felker · 13 years ago
  62. 32de61e fix some symbol resolution issues in dynamic linker by Rich Felker · 13 years ago
  63. e8b8f3c move all limits that don't vary out of bits/limits.h, into main limits.h by Rich Felker · 13 years ago
  64. 568b807 proper path searching for dynamic linker by Rich Felker · 13 years ago
  65. 51e2d83 experimental dynamic linker! by Rich Felker · 13 years ago
  66. 836ba93 __syscall5 inline is having trouble with PIC; just use the function for now by Rich Felker · 13 years ago
  67. 0b6b43e use __WCHAR_TYPE__ on i386 if it is defined by Rich Felker · 13 years ago
  68. def0af1 use compiler builtins for variadic macros when available by Rich Felker · 13 years ago
  69. 4bb9b4f add word-sized ctz function to atomic.h by Rich Felker · 13 years ago
  70. 4b5f054 move wait.h macros out of bits. they do not vary. by Rich Felker · 13 years ago
  71. b052f13 namespace fixes for sys/mman.h by Rich Felker · 13 years ago
  72. 1c76683 add syscall wrappers for posix_fadvise, posix_fallocate by Rich Felker · 13 years ago
  73. feee989 overhaul pthread cancellation by Rich Felker · 13 years ago
  74. a3aa89d fix O_SYNC definition, cleanup fcntl.h by Rich Felker · 14 years ago
  75. 0a84e72 fix FAPPEND typo on x86_64 (previously only fixed on i386) by Rich Felker · 14 years ago
  76. c2b18f3 fcntl.h: move macros that do not vary between archs out of bits by Rich Felker · 14 years ago
  77. ace9736 fix broken fcntl locks on x86_64 by Rich Felker · 14 years ago
  78. 9b96220 fix typo in legacy FAPPEND definition by Rich Felker · 14 years ago
  79. 07e865c numerous fixes to sysv ipc by Rich Felker · 14 years ago
  80. cac7d83 fix and cleanup suseconds_t/timeval stuff (broken on 64-bit) by Rich Felker · 14 years ago
  81. 43b2e9b more types cleanup by Rich Felker · 14 years ago
  82. 28bde3b cleanup types stuff in headers, fix missing u_int*_t in sys/types.h by Rich Felker · 14 years ago
  83. 196d643 add missing float.h macros by Rich Felker · 14 years ago
  84. 7168790 workaround broken msghdr struct on 64bit linux by Rich Felker · 14 years ago
  85. 918a40f add ip6 pktinfo stuff for x86_64 by Rich Felker · 14 years ago
  86. e86cc88 add some missing ipv6 stuff by Rich Felker · 14 years ago
  87. f93de08 uncomment IP_PKTINFO by Rich Felker · 14 years ago
  88. 7e795ca fix statvfs syscalls (missing size argument) by Rich Felker · 14 years ago
  89. 5243e5f remove obsolete and useless useconds_t type by Rich Felker · 14 years ago
  90. 3bb00f4 somehow timespec tv_nsec had the wrong type on x86_64... fixed by Rich Felker · 14 years ago
  91. 3990c5c avoid all malloc/free in timer creation/destruction by Rich Felker · 14 years ago
  92. 70c31c7 some preliminaries for adding POSIX timers by Rich Felker · 14 years ago
  93. 4cc7871 fix bug from syscall overhaul: extra __syscall_ret call for 0-arg syscalls by Rich Felker · 14 years ago
  94. ea34336 match glibc/lsb cancellation abi on i386 by Rich Felker · 14 years ago
  95. b470030 overhaul cancellation to fix resource leaks and dangerous behavior with signals by Rich Felker · 14 years ago
  96. bae862a honor namespace for i386 syscall.h, even though it's not a standard header by Rich Felker · 14 years ago
  97. 7877db6 fix typo in x86_64 part of syscall overhaul by Rich Felker · 14 years ago
  98. 685e40b syscall overhaul part two - unify public and internal syscall interface by Rich Felker · 14 years ago
  99. d00ff29 overhaul syscall interface by Rich Felker · 14 years ago
  100. f5ba2bc various legacy and linux-specific stuff by Rich Felker · 14 years ago