1. 4da289e fix return types for aio_read and aio_write again by Rich Felker · 13 years ago
  2. 13cd969 fix various errors in function signatures/prototypes found by nsz by Rich Felker · 13 years ago
  3. fd408d2 fix prototypes for aio_read and aio_write by Rich Felker · 13 years ago
  4. fb80e04 implement gnu sigisemptyset by Rich Felker · 13 years ago
  5. ce17ea6 add prototypes for GNU *_unlocked stdio functions by Rich Felker · 13 years ago
  6. a654017 add dummied strverscmp (obnoxious GNU function) by Rich Felker · 13 years ago
  7. d4045a1 declare alloca in stdlib.h when _GNU_SOURCE is defined by Rich Felker · 13 years ago
  8. b4de6f9 implement POSIX asynchronous io by Rich Felker · 13 years ago
  9. d4fa6f0 implement fmemopen by Rich Felker · 13 years ago
  10. 1461e02 implement open_wmemstream by Rich Felker · 13 years ago
  11. b158b32 implement open_memstream by Rich Felker · 13 years ago
  12. adb7093 fix missing prototypes/wrong signature for psiginfo, psignal by Rich Felker · 13 years ago
  13. 1f5ff26 fix broken FD_* macros on 64-bit targets by Rich Felker · 13 years ago
  14. 9205e48 macro for pthread_equal by Rich Felker · 13 years ago
  15. 4054a13 implement forkall by Rich Felker · 13 years ago
  16. acfd06d consistency: use struct __ucontext instead of ucontext_t in prototypes by Rich Felker · 13 years ago
  17. 6b1d381 add missing signalfd flags by Rich Felker · 13 years ago
  18. 17be829 fill in junk in stropts.h by Rich Felker · 13 years ago
  19. a0b56b9 add and consolidate nasty stdio_ext junk by Rich Felker · 13 years ago
  20. 7640497 implement the nonstandard GNU function fpurge by Rich Felker · 13 years ago
  21. 47e72e1 avoid errors in ucontext.h when no feature test macros are defined by Rich Felker · 13 years ago
  22. 230f181 further fixup dlfcn.h by Rich Felker · 13 years ago
  23. 87a30ce match LSB/glibc constants for dynamic loader by Rich Felker · 13 years ago
  24. febbd12 XSI search.h API implementation by Szabolcs Nagy by Rich Felker · 13 years ago
  25. e8b8f3c move all limits that don't vary out of bits/limits.h, into main limits.h by Rich Felker · 13 years ago
  26. 5a2e74e copy-paste error in prctl.h by Rich Felker · 13 years ago
  27. 7f54715 fix some struct padding to match LSB/glibc ABI where it may be helpful by Rich Felker · 13 years ago
  28. 32aea20 duplicate re_nsub in LSB/glibc ABI compatible location by Rich Felker · 13 years ago
  29. 2697b4e add netpacket/packet.h by Rich Felker · 13 years ago
  30. e0037ef isgreater etc. relation macros for math.h by Rich Felker · 13 years ago
  31. 2b0ceda define MQ_PRIO_MAX by Rich Felker · 13 years ago
  32. ab11386 add support for POSIX message queues, except mq_notify by Rich Felker · 13 years ago
  33. cbf3597 use __attribute__((const)) for errno and pthread_self if __GNUC__ is defined by Rich Felker · 13 years ago
  34. da88b16 fix handling of d_name in struct dirent by Rich Felker · 13 years ago
  35. c74d306 missing prototypes for mbsnrtowcs and wcsnrtombs by Rich Felker · 13 years ago
  36. ddd87b2 implement pthread_[sg]etconcurrency. by Rich Felker · 13 years ago
  37. c97f0d9 initial implementation of posix_spawn by Rich Felker · 13 years ago
  38. 15b77d5 eventfd syscall wrapper and read/write wrappers by Rich Felker · 13 years ago
  39. 2029114 add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE by Rich Felker · 13 years ago
  40. def0af1 use compiler builtins for variadic macros when available by Rich Felker · 13 years ago
  41. e6bac87 correct variadic prototypes for execl* family by Rich Felker · 13 years ago
  42. b5b4121 function signature fix: add const qualifier to mempcpy src arg by Rich Felker · 13 years ago
  43. 32e2c46 typo in prototype for mempcpy by Rich Felker · 13 years ago
  44. d179807 prototype for mempcpy by Rich Felker · 13 years ago
  45. 4b5f054 move wait.h macros out of bits. they do not vary. by Rich Felker · 13 years ago
  46. f492c95 include signal.h to avoid thorny __sigcontext/sigcontext issues by Rich Felker · 13 years ago
  47. 4921ce0 implement (nonstandard) forkpty by Rich Felker · 13 years ago
  48. a3aa89d fix O_SYNC definition, cleanup fcntl.h by Rich Felker · 13 years ago
  49. c2b18f3 fcntl.h: move macros that do not vary between archs out of bits by Rich Felker · 13 years ago
  50. 33a3f20 add useless type fd_mask. it's in the reserved namespace. by Rich Felker · 13 years ago
  51. 07e865c numerous fixes to sysv ipc by Rich Felker · 13 years ago
  52. b5b43b6 add syslog.h cruft for syslogd to use... by Rich Felker · 13 years ago
  53. b778a2b add profile for getmntent_r by Rich Felker · 13 years ago
  54. 45a3219 fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for it by Rich Felker · 13 years ago
  55. cac7d83 fix and cleanup suseconds_t/timeval stuff (broken on 64-bit) by Rich Felker · 13 years ago
  56. 3f44f29 fix prototypes/signature for setgroups, etc. by Rich Felker · 13 years ago
  57. 0f5b435 fix incorrect GNU sighandler_t typedef by Rich Felker · 13 years ago
  58. 6597f9a implement memrchr (nonstandard) and optimize strrchr in terms of it by Rich Felker · 13 years ago
  59. 750b738 add ptsname_r (nonstandard) and split ptsname (standard) to separate file by Rich Felker · 13 years ago
  60. c546be1 move bswap functions to static inline in byteswap.h by Rich Felker · 13 years ago
  61. 0729fd9 utmpx.h is no longer under standards, so expose ut_exit structure by Rich Felker · 13 years ago
  62. 7ecab79 add some traditional aliases to stat.h by Rich Felker · 13 years ago
  63. 209f2bb add missing rlimit macros by Rich Felker · 13 years ago
  64. 43b2e9b more types cleanup by Rich Felker · 13 years ago
  65. 28bde3b cleanup types stuff in headers, fix missing u_int*_t in sys/types.h by Rich Felker · 13 years ago
  66. 2555fe1 add some ugly legacy type names in sys/types.h (u_char etc.) by Rich Felker · 13 years ago
  67. 691b20b add legacy BSD-style timer*() macros in sys/time.h by Rich Felker · 13 years ago
  68. 4a19634 add missing UTIME_* macros in sys/stat.h by Rich Felker · 13 years ago
  69. 095ad15 fix typo in sys/msg.h by Rich Felker · 13 years ago
  70. 2b55a61 add IN_LOOPBACKNET constant (nonstandard but in reserved namespace) by Rich Felker · 13 years ago
  71. 1fee618 fix prototype for strsep by Rich Felker · 13 years ago
  72. 104d013 fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functions by Rich Felker · 13 years ago
  73. 0438e9f getopt.h is a GNU-getopt-specific header. always expose GNU functions. by Rich Felker · 13 years ago
  74. 5788d97 add sysexits.h legacy header by Rich Felker · 13 years ago
  75. e721800 add more legacy functions: setlinebuf and setbuffer by Rich Felker · 13 years ago
  76. 8b61c81 alternate name for syslog.h by Rich Felker · 13 years ago
  77. 39e4853 support the nonstandard err.h interfaces by Rich Felker · 13 years ago
  78. 2155afd prototype getdtablesize (nonstandard function) by Rich Felker · 13 years ago
  79. 1db283b add setresuid/setresgid functions (nonstandard) by Rich Felker · 13 years ago
  80. 06baa2b d_fileno alias for d_ino in dirent by Rich Felker · 13 years ago
  81. 5243e5f remove obsolete and useless useconds_t type by Rich Felker · 13 years ago
  82. 3df3d4f fix misspelled PTHREAD_CANCELED constant by Rich Felker · 13 years ago
  83. a5323c5 add some missing prototypes for nonstandard functions (strsep, clearenv) by Rich Felker · 13 years ago
  84. 1c1aa32 missing prototype for wcscoll (stub) by Rich Felker · 13 years ago
  85. 80c4dcd implement POSIX timers by Rich Felker · 13 years ago
  86. ef839c7 prototype for getpass by Rich Felker · 13 years ago
  87. ea34336 match glibc/lsb cancellation abi on i386 by Rich Felker · 13 years ago
  88. 685e40b syscall overhaul part two - unify public and internal syscall interface by Rich Felker · 13 years ago
  89. b0e8313 add some ioctl stuff to sys/mount.h by Rich Felker · 13 years ago
  90. d00ff29 overhaul syscall interface by Rich Felker · 13 years ago
  91. 56fd65e some linux headers useful from user apps. by Rich Felker · 13 years ago
  92. f5ba2bc various legacy and linux-specific stuff by Rich Felker · 13 years ago
  93. e18b563 implement [v]swprintf by Rich Felker · 13 years ago
  94. 047e434 implement robust mutexes by Rich Felker · 13 years ago
  95. b446c55 remove some old cruft from sys/types.h by Rich Felker · 13 years ago
  96. d8d19f4 pthread.h needs clockid_t by Rich Felker · 13 years ago
  97. f1821fc missing const in some pthread_attr_* prototypes by Rich Felker · 13 years ago
  98. 81af503 fix sem_open and sem_close to obey posix semantics by Rich Felker · 13 years ago
  99. 91f7db2 fix typos in dirent.h by Rich Felker · 13 years ago
  100. ac12eb9 fcntl.h should make availabel the mode constants from sys/stat.h by Rich Felker · 13 years ago