1. 9be4ed5 getopt_long_only: don't prefix-match long-options that match short ones by Rich Felker · 6 years ago
  2. 57b97b4 add public interface headers to implementation files by Rich Felker · 7 years ago
  3. b123f23 fix getopt wrongly treating colons in optstring as valid option chars by Rich Felker · 7 years ago
  4. 82f1768 add getentropy function by Rich Felker · 7 years ago
  5. e53296f re-fix child reaping in wordexp by Alexander Monakov · 7 years ago
  6. 6f03b61 getopt_long: accept prefix match of long options containing equals signs by Samuel Holland · 7 years ago
  7. f1abc29 fix getopt_long arguments to partial matches by Samuel Holland · 7 years ago
  8. 32482f6 revise the definition of multiple basic locks in the code by Jens Gustedt · 7 years ago
  9. 5b5eb52 fix incorrect base name offset from nftw when pathname ends in slash(es) by Rich Felker · 7 years ago
  10. 786fda8 fix getopt[_long] clobbering of optopt on success by Rich Felker · 8 years ago
  11. b24f1d2 fix getopt_long_only misinterpreting "--" as an option by Rich Felker · 8 years ago
  12. 05973dc use dynamic buffer for getmntent by Natanael Copa · 8 years ago
  13. 77baaa4 fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs by Rich Felker · 8 years ago
  14. ef2b5e9 fix unlikely corner cases in getopt's message printing by Rich Felker · 9 years ago
  15. aa71ec3 getsubopt: don't include leading = in value string by Steven Barth · 9 years ago
  16. 0f9c266 handle loss of syslog socket connection by Rich Felker · 9 years ago
  17. 2894a44 add alternate backend support for getgrouplist by Josiah Worcester · 9 years ago
  18. 6de071a eliminate atomics in syslog setlogmask function by Rich Felker · 9 years ago
  19. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 9 years ago
  20. 594ffed fix bad character checking in wordexp by Rich Felker · 10 years ago
  21. 63cac4e simplify part of getopt_long by Rich Felker · 10 years ago
  22. e8e4e56 always set optarg in getopt_long by Rich Felker · 10 years ago
  23. 472e8b7 for multithreaded set*id/setrlimit, handle case where callback does not run by Rich Felker · 10 years ago
  24. 3f65494 increase syslog message limit from 256 to 1024 by Rich Felker · 10 years ago
  25. 699d453 fix regression in getopt_long support for non-option arguments by Rich Felker · 10 years ago
  26. c574321 check for connect failure in syslog log opening by Rich Felker · 10 years ago
  27. 814aae2 overhaul forkpty function using new login_tty by Rich Felker · 10 years ago
  28. 1227e41 block pthread cancellation in openpty function by Rich Felker · 10 years ago
  29. 3b26a32 don't write openpty results until success is determined by Rich Felker · 10 years ago
  30. 4b2cb37 add login_tty function by Felix Janda · 10 years ago
  31. 0217ed7 set optopt in getopt_long by Rich Felker · 10 years ago
  32. 91184c4 add error message printing to getopt_long and make related improvements by Rich Felker · 10 years ago
  33. d335726 support translation for getopt error messages by Rich Felker · 10 years ago
  34. 1d8d86a fix stderr locking and ferror semantics in getopt message printing by Rich Felker · 10 years ago
  35. da16224 simplify getopt_long argv permutation loop logic by Rich Felker · 10 years ago
  36. 567cc81 fix handling of "--" with getopt_long argv permutation by Rich Felker · 10 years ago
  37. b4ef183 accept null longopts pointer in getopt_long by Rich Felker · 10 years ago
  38. d4f7d9c fix getopt handling of initial '+' in optstring by Rich Felker · 10 years ago
  39. cfd7b4a support abbreviated options in getopt_long by Rich Felker · 10 years ago
  40. 59f6232 support options after non-option arguments in getopt_long (argv permutation) by Rich Felker · 10 years ago
  41. 014275b fix getopt handling of ':' modifier for multibyte option characters by Rich Felker · 10 years ago
  42. b72cd07 add support for non-option arguments extension to getopt by Gianluca Anzolin · 10 years ago
  43. acccc93 getopt: fix optional argument processing by Felix Fietkau · 10 years ago
  44. 0a24be2 make endmntent function handle null argument by Timo Teräs · 10 years ago
  45. ecc082c implement ffsl and ffsll functions by Rich Felker · 10 years ago
  46. ddddec1 add issetugid function to check for elevated privilege by Brent Cook · 10 years ago
  47. 7bece9c provide getauxval(AT_SECURE) even if it is missing from the aux vector by Rich Felker · 10 years ago
  48. 781f26b implement the LOG_CONS option in syslog by Rich Felker · 10 years ago
  49. a64a045 suppress early syslog return when log socket cannot be opened by Rich Felker · 10 years ago
  50. b8c4cf6 implement the LOG_PERROR option in syslog by Rich Felker · 10 years ago
  51. da27118 fix the %m specifier in syslog by Clément Vasseur · 10 years ago
  52. 5474a34 implement fmtmsg function by Rich Felker · 10 years ago
  53. 66fcde4 support optional-argument extension to getopt via double-colon by Rich Felker · 10 years ago
  54. 8258014 fix for broken kernel side RLIM_INFINITY on mips by Szabolcs Nagy · 10 years ago
  55. 594c827 support kernels with no SYS_open syscall, only SYS_openat by Rich Felker · 10 years ago
  56. 21ada94 add getauxval function by Rich Felker · 10 years ago
  57. 5f95f96 use syscall_arg_t for arguments in public syscall() function by Rich Felker · 10 years ago
  58. 6619317 fix negated error codes from ptsname_r by Rich Felker · 10 years ago
  59. 73871ee fix nftw FTW_MOUNT flag by Rich Felker · 11 years ago
  60. 2b7cf6d optimize get_current_dir_name to reduce stack bloat by Rich Felker · 11 years ago
  61. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  62. aeea71d fix and refactor child reaping logic in wordexp by Rich Felker · 11 years ago
  63. caaf7d4 fix fd leak and case where fd 1 is already closed in wordexp by Rich Felker · 11 years ago
  64. 8253f59 fix resource exhaustion and zero-word cases in wordexp by Rich Felker · 11 years ago
  65. d8f1908 improve robustness of wordexp and fix handling of 0-word case by Rich Felker · 11 years ago
  66. 35e8621 remove incorrect cancellation points from realpath by Rich Felker · 11 years ago
  67. dfddd43 debloat realpath's allocation strategy by Rich Felker · 11 years ago
  68. 27b4923 make realpath use O_PATH when opening the file by Rich Felker · 11 years ago
  69. c8c0844 debloat code that depends on /proc/self/fd/%d with shared function by Rich Felker · 11 years ago
  70. 14f0272 Add ABI compatability aliases. by Isaac Dunham · 11 years ago
  71. 201e660 fix typo in setpriority syscall wrapper by Rich Felker · 11 years ago
  72. 427c0ca fix multiple bugs in syslog interfaces by Rich Felker · 11 years ago
  73. 55aef73 move new linux syscall wrapper functions to proper source dir by Rich Felker · 12 years ago
  74. 03b0f13 fix trailing whitespace issues that crept in here and there by Rich Felker · 12 years ago
  75. b6f75ab add arch_prctl syscall (amd64/x32 only) by rofl0r · 12 years ago
  76. 6fb88a9 add personality syscall by rofl0r · 12 years ago
  77. 030e526 add getopt reset support by Rich Felker · 12 years ago
  78. f2d08cf fix some more O_CLOEXEC/SOCK_CLOEXEC issues by Rich Felker · 12 years ago
  79. 79a5e73 emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels by Rich Felker · 12 years ago
  80. 507faa6 fix dirname to handle input of form "foo/" correctly by Rich Felker · 12 years ago
  81. c87584a add setdomainname syscall, fix getdomainname (previously a stub) by Rich Felker · 12 years ago
  82. b9bb8f6 cleanup src/linux and src/misc trees, etc. by Rich Felker · 12 years ago
  83. 780aede fix constraint violation in ftw by Rich Felker · 12 years ago
  84. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  85. 0447b8d fix missing statics in crypt_sha256 code by Rich Felker · 12 years ago
  86. 13157b0 anti-DoS rounds count limits for blowfish and des crypt by Rich Felker · 12 years ago
  87. 507b609 limit sha512 rounds to similar runtime to sha256 limit by Rich Felker · 12 years ago
  88. 88bf5a8 add sha256/sha512 crypt by Rich Felker · 12 years ago
  89. 67ba40d optimize legacy ffs function by Rich Felker · 12 years ago
  90. a02bf5f add blowfish hash support to crypt by Rich Felker · 12 years ago
  91. b3c4cc1 make crypt return an unmatchable hash rather than NULL on failure by Rich Felker · 12 years ago
  92. 129ca6c fix missing static in getusershell (namespace pollution) by Rich Felker · 12 years ago
  93. cdf5150 replace old and ugly crypt implementation by Rich Felker · 12 years ago
  94. c21a19d fix ptsname_r to conform to the upcoming posix requirements by Rich Felker · 12 years ago
  95. 106e75f add isastream (obsolete STREAMS junk) by Rich Felker · 12 years ago
  96. 61be1cf implement stub versions of sched_* by Rich Felker · 12 years ago
  97. 4750cf4 ditch the priority inheritance locks; use malloc's version of lock by Rich Felker · 12 years ago
  98. 90da74e implement getusershell, etc. legacy functions by Rich Felker · 12 years ago
  99. b1b3d35 add getresuid and getresgid syscall wrappers by Rich Felker · 12 years ago
  100. 0d5df2d wordexp must set the we_offs entries of we_wordv to null pointers by Rich Felker · 12 years ago