1. 230f181 further fixup dlfcn.h by Rich Felker · 13 years ago
  2. 87a30ce match LSB/glibc constants for dynamic loader by Rich Felker · 13 years ago
  3. febbd12 XSI search.h API implementation by Szabolcs Nagy by Rich Felker · 13 years ago
  4. e8b8f3c move all limits that don't vary out of bits/limits.h, into main limits.h by Rich Felker · 13 years ago
  5. 5a2e74e copy-paste error in prctl.h by Rich Felker · 13 years ago
  6. 7f54715 fix some struct padding to match LSB/glibc ABI where it may be helpful by Rich Felker · 13 years ago
  7. 32aea20 duplicate re_nsub in LSB/glibc ABI compatible location by Rich Felker · 13 years ago
  8. 2697b4e add netpacket/packet.h by Rich Felker · 13 years ago
  9. e0037ef isgreater etc. relation macros for math.h by Rich Felker · 13 years ago
  10. 2b0ceda define MQ_PRIO_MAX by Rich Felker · 13 years ago
  11. ab11386 add support for POSIX message queues, except mq_notify by Rich Felker · 13 years ago
  12. cbf3597 use __attribute__((const)) for errno and pthread_self if __GNUC__ is defined by Rich Felker · 13 years ago
  13. da88b16 fix handling of d_name in struct dirent by Rich Felker · 13 years ago
  14. c74d306 missing prototypes for mbsnrtowcs and wcsnrtombs by Rich Felker · 13 years ago
  15. ddd87b2 implement pthread_[sg]etconcurrency. by Rich Felker · 13 years ago
  16. c97f0d9 initial implementation of posix_spawn by Rich Felker · 13 years ago
  17. 15b77d5 eventfd syscall wrapper and read/write wrappers by Rich Felker · 13 years ago
  18. 2029114 add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE by Rich Felker · 13 years ago
  19. def0af1 use compiler builtins for variadic macros when available by Rich Felker · 13 years ago
  20. e6bac87 correct variadic prototypes for execl* family by Rich Felker · 13 years ago
  21. b5b4121 function signature fix: add const qualifier to mempcpy src arg by Rich Felker · 13 years ago
  22. 32e2c46 typo in prototype for mempcpy by Rich Felker · 13 years ago
  23. d179807 prototype for mempcpy by Rich Felker · 13 years ago
  24. 4b5f054 move wait.h macros out of bits. they do not vary. by Rich Felker · 13 years ago
  25. f492c95 include signal.h to avoid thorny __sigcontext/sigcontext issues by Rich Felker · 13 years ago
  26. 4921ce0 implement (nonstandard) forkpty by Rich Felker · 13 years ago
  27. a3aa89d fix O_SYNC definition, cleanup fcntl.h by Rich Felker · 13 years ago
  28. c2b18f3 fcntl.h: move macros that do not vary between archs out of bits by Rich Felker · 13 years ago
  29. 33a3f20 add useless type fd_mask. it's in the reserved namespace. by Rich Felker · 13 years ago
  30. 07e865c numerous fixes to sysv ipc by Rich Felker · 13 years ago
  31. b5b43b6 add syslog.h cruft for syslogd to use... by Rich Felker · 13 years ago
  32. b778a2b add profile for getmntent_r by Rich Felker · 13 years ago
  33. 45a3219 fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for it by Rich Felker · 13 years ago
  34. cac7d83 fix and cleanup suseconds_t/timeval stuff (broken on 64-bit) by Rich Felker · 13 years ago
  35. 3f44f29 fix prototypes/signature for setgroups, etc. by Rich Felker · 13 years ago
  36. 0f5b435 fix incorrect GNU sighandler_t typedef by Rich Felker · 13 years ago
  37. 6597f9a implement memrchr (nonstandard) and optimize strrchr in terms of it by Rich Felker · 13 years ago
  38. 750b738 add ptsname_r (nonstandard) and split ptsname (standard) to separate file by Rich Felker · 13 years ago
  39. c546be1 move bswap functions to static inline in byteswap.h by Rich Felker · 13 years ago
  40. 0729fd9 utmpx.h is no longer under standards, so expose ut_exit structure by Rich Felker · 13 years ago
  41. 7ecab79 add some traditional aliases to stat.h by Rich Felker · 13 years ago
  42. 209f2bb add missing rlimit macros by Rich Felker · 13 years ago
  43. 43b2e9b more types cleanup by Rich Felker · 13 years ago
  44. 28bde3b cleanup types stuff in headers, fix missing u_int*_t in sys/types.h by Rich Felker · 13 years ago
  45. 2555fe1 add some ugly legacy type names in sys/types.h (u_char etc.) by Rich Felker · 13 years ago
  46. 691b20b add legacy BSD-style timer*() macros in sys/time.h by Rich Felker · 13 years ago
  47. 4a19634 add missing UTIME_* macros in sys/stat.h by Rich Felker · 13 years ago
  48. 095ad15 fix typo in sys/msg.h by Rich Felker · 13 years ago
  49. 2b55a61 add IN_LOOPBACKNET constant (nonstandard but in reserved namespace) by Rich Felker · 13 years ago
  50. 1fee618 fix prototype for strsep by Rich Felker · 13 years ago
  51. 104d013 fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functions by Rich Felker · 13 years ago
  52. 0438e9f getopt.h is a GNU-getopt-specific header. always expose GNU functions. by Rich Felker · 13 years ago
  53. 5788d97 add sysexits.h legacy header by Rich Felker · 13 years ago
  54. e721800 add more legacy functions: setlinebuf and setbuffer by Rich Felker · 13 years ago
  55. 8b61c81 alternate name for syslog.h by Rich Felker · 13 years ago
  56. 39e4853 support the nonstandard err.h interfaces by Rich Felker · 13 years ago
  57. 2155afd prototype getdtablesize (nonstandard function) by Rich Felker · 13 years ago
  58. 1db283b add setresuid/setresgid functions (nonstandard) by Rich Felker · 13 years ago
  59. 06baa2b d_fileno alias for d_ino in dirent by Rich Felker · 13 years ago
  60. 5243e5f remove obsolete and useless useconds_t type by Rich Felker · 13 years ago
  61. 3df3d4f fix misspelled PTHREAD_CANCELED constant by Rich Felker · 13 years ago
  62. a5323c5 add some missing prototypes for nonstandard functions (strsep, clearenv) by Rich Felker · 13 years ago
  63. 1c1aa32 missing prototype for wcscoll (stub) by Rich Felker · 13 years ago
  64. 80c4dcd implement POSIX timers by Rich Felker · 13 years ago
  65. ef839c7 prototype for getpass by Rich Felker · 13 years ago
  66. ea34336 match glibc/lsb cancellation abi on i386 by Rich Felker · 13 years ago
  67. 685e40b syscall overhaul part two - unify public and internal syscall interface by Rich Felker · 13 years ago
  68. b0e8313 add some ioctl stuff to sys/mount.h by Rich Felker · 13 years ago
  69. d00ff29 overhaul syscall interface by Rich Felker · 13 years ago
  70. 56fd65e some linux headers useful from user apps. by Rich Felker · 13 years ago
  71. f5ba2bc various legacy and linux-specific stuff by Rich Felker · 13 years ago
  72. e18b563 implement [v]swprintf by Rich Felker · 13 years ago
  73. 047e434 implement robust mutexes by Rich Felker · 13 years ago
  74. b446c55 remove some old cruft from sys/types.h by Rich Felker · 13 years ago
  75. d8d19f4 pthread.h needs clockid_t by Rich Felker · 13 years ago
  76. f1821fc missing const in some pthread_attr_* prototypes by Rich Felker · 13 years ago
  77. 81af503 fix sem_open and sem_close to obey posix semantics by Rich Felker · 13 years ago
  78. 91f7db2 fix typos in dirent.h by Rich Felker · 13 years ago
  79. ac12eb9 fcntl.h should make availabel the mode constants from sys/stat.h by Rich Felker · 13 years ago
  80. 5d0d6d9 add macros for use with d_type extension field in dirent by Rich Felker · 13 years ago
  81. 7d57e05 add prototypes for pthread_condattr_* and pthread_rwlockattr_* by Rich Felker · 13 years ago
  82. 03dcc34 preliminaries to adding POSIX semaphores by Rich Felker · 13 years ago
  83. a53d2f3 namespace cleanup in sys/mman.h by Rich Felker · 13 years ago
  84. eda8e9d implement futimens and utimensat by Rich Felker · 14 years ago
  85. b1b465c cleanup namespace in sys/time.h by Rich Felker · 14 years ago
  86. f2374ed implement fexecve by Rich Felker · 14 years ago
  87. 2a195dd fix missing prototype for strsignal by Rich Felker · 14 years ago
  88. 73d310e apply feature test protection to memccpy by Rich Felker · 14 years ago
  89. 46b9942 prototypes for GNU asprintf/vasprintf by Rich Felker · 14 years ago
  90. f552c79 include sys/sysmacros.h from sys/types.h when _GNU_SOURCE is defined by Rich Felker · 14 years ago
  91. b1b7523 fix typo in inotify structure by Rich Felker · 14 years ago
  92. eee150f make real symbols for the legacy (nonstandardized) utmp functions by Rich Felker · 14 years ago
  93. d6a1e0c resolve some header namespace non-issues by Rich Felker · 14 years ago
  94. 855df69 move the GNU siginfo renaming so it doesn't lead to mismatching names by Rich Felker · 14 years ago
  95. 2b43ef8 make sys/param.h not depend on PATH_MAX and NAME_MAX by Rich Felker · 14 years ago
  96. 5316d08 fix typo in wordexp.h (note that the function is still unimplemented) by Rich Felker · 14 years ago
  97. 095a5ae add syscall wrappers for inotify by Rich Felker · 14 years ago
  98. 52874c8 prototype wait3 and wait4 by Rich Felker · 14 years ago
  99. b386d81 prototypes for brk and sbrk by Rich Felker · 14 years ago
  100. ad2fe25 support the ugly and deprecated ucontext and sigcontext header stuff... by Rich Felker · 14 years ago