1. ddddec1 add issetugid function to check for elevated privilege by Brent Cook · 10 years ago
  2. 7bece9c provide getauxval(AT_SECURE) even if it is missing from the aux vector by Rich Felker · 10 years ago
  3. 781f26b implement the LOG_CONS option in syslog by Rich Felker · 10 years ago
  4. a64a045 suppress early syslog return when log socket cannot be opened by Rich Felker · 10 years ago
  5. b8c4cf6 implement the LOG_PERROR option in syslog by Rich Felker · 10 years ago
  6. da27118 fix the %m specifier in syslog by Clément Vasseur · 10 years ago
  7. 5474a34 implement fmtmsg function by Rich Felker · 10 years ago
  8. 66fcde4 support optional-argument extension to getopt via double-colon by Rich Felker · 10 years ago
  9. 8258014 fix for broken kernel side RLIM_INFINITY on mips by Szabolcs Nagy · 10 years ago
  10. 594c827 support kernels with no SYS_open syscall, only SYS_openat by Rich Felker · 10 years ago
  11. 21ada94 add getauxval function by Rich Felker · 11 years ago
  12. 5f95f96 use syscall_arg_t for arguments in public syscall() function by Rich Felker · 11 years ago
  13. 6619317 fix negated error codes from ptsname_r by Rich Felker · 11 years ago
  14. 73871ee fix nftw FTW_MOUNT flag by Rich Felker · 11 years ago
  15. 2b7cf6d optimize get_current_dir_name to reduce stack bloat by Rich Felker · 11 years ago
  16. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  17. aeea71d fix and refactor child reaping logic in wordexp by Rich Felker · 11 years ago
  18. caaf7d4 fix fd leak and case where fd 1 is already closed in wordexp by Rich Felker · 11 years ago
  19. 8253f59 fix resource exhaustion and zero-word cases in wordexp by Rich Felker · 11 years ago
  20. d8f1908 improve robustness of wordexp and fix handling of 0-word case by Rich Felker · 11 years ago
  21. 35e8621 remove incorrect cancellation points from realpath by Rich Felker · 11 years ago
  22. dfddd43 debloat realpath's allocation strategy by Rich Felker · 11 years ago
  23. 27b4923 make realpath use O_PATH when opening the file by Rich Felker · 11 years ago
  24. c8c0844 debloat code that depends on /proc/self/fd/%d with shared function by Rich Felker · 11 years ago
  25. 14f0272 Add ABI compatability aliases. by Isaac Dunham · 12 years ago
  26. 201e660 fix typo in setpriority syscall wrapper by Rich Felker · 12 years ago
  27. 427c0ca fix multiple bugs in syslog interfaces by Rich Felker · 12 years ago
  28. 55aef73 move new linux syscall wrapper functions to proper source dir by Rich Felker · 12 years ago
  29. 03b0f13 fix trailing whitespace issues that crept in here and there by Rich Felker · 12 years ago
  30. b6f75ab add arch_prctl syscall (amd64/x32 only) by rofl0r · 12 years ago
  31. 6fb88a9 add personality syscall by rofl0r · 12 years ago
  32. 030e526 add getopt reset support by Rich Felker · 12 years ago
  33. f2d08cf fix some more O_CLOEXEC/SOCK_CLOEXEC issues by Rich Felker · 12 years ago
  34. 79a5e73 emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels by Rich Felker · 12 years ago
  35. 507faa6 fix dirname to handle input of form "foo/" correctly by Rich Felker · 12 years ago
  36. c87584a add setdomainname syscall, fix getdomainname (previously a stub) by Rich Felker · 12 years ago
  37. b9bb8f6 cleanup src/linux and src/misc trees, etc. by Rich Felker · 12 years ago
  38. 780aede fix constraint violation in ftw by Rich Felker · 12 years ago
  39. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  40. 0447b8d fix missing statics in crypt_sha256 code by Rich Felker · 12 years ago
  41. 13157b0 anti-DoS rounds count limits for blowfish and des crypt by Rich Felker · 12 years ago
  42. 507b609 limit sha512 rounds to similar runtime to sha256 limit by Rich Felker · 12 years ago
  43. 88bf5a8 add sha256/sha512 crypt by Rich Felker · 12 years ago
  44. 67ba40d optimize legacy ffs function by Rich Felker · 12 years ago
  45. a02bf5f add blowfish hash support to crypt by Rich Felker · 12 years ago
  46. b3c4cc1 make crypt return an unmatchable hash rather than NULL on failure by Rich Felker · 12 years ago
  47. 129ca6c fix missing static in getusershell (namespace pollution) by Rich Felker · 12 years ago
  48. cdf5150 replace old and ugly crypt implementation by Rich Felker · 12 years ago
  49. c21a19d fix ptsname_r to conform to the upcoming posix requirements by Rich Felker · 12 years ago
  50. 106e75f add isastream (obsolete STREAMS junk) by Rich Felker · 13 years ago
  51. 61be1cf implement stub versions of sched_* by Rich Felker · 13 years ago
  52. 4750cf4 ditch the priority inheritance locks; use malloc's version of lock by Rich Felker · 13 years ago
  53. 90da74e implement getusershell, etc. legacy functions by Rich Felker · 13 years ago
  54. b1b3d35 add getresuid and getresgid syscall wrappers by Rich Felker · 13 years ago
  55. 0d5df2d wordexp must set the we_offs entries of we_wordv to null pointers by Rich Felker · 13 years ago
  56. bef7a85 fix crash in wordfree if we_offs is not initialized by the caller by Rich Felker · 13 years ago
  57. ca19774 implement a64l and l64a (legacy xsi stuff) by Rich Felker · 13 years ago
  58. 00b883a fix (hopefully) PTRACE_TRACEME (command 0) argument handling by Rich Felker · 13 years ago
  59. f96eb33 fix get_current_dir_name behavior by Rich Felker · 13 years ago
  60. 1611ab0 add get_current_dir_name function by Rich Felker · 13 years ago
  61. 477e72a add legacy futimes and lutimes functions by Rich Felker · 13 years ago
  62. 5235a2a use prlimit syscall for getrlimit/setrlimit by Rich Felker · 13 years ago
  63. 26f3832 add prlimit syscall wrapper by Rich Felker · 13 years ago
  64. 0706521 alias basename to glibc name for it, to meet abi goals by Rich Felker · 13 years ago
  65. d431d45 fix ptrace (maybe) by Rich Felker · 13 years ago
  66. 71f7a3c implement ptrace syscall wrapper (untested) by Rich Felker · 13 years ago
  67. 28af39f remove some stray trailing space characters by Rich Felker · 13 years ago
  68. 544ee75 fix some bugs in setxid and update setrlimit to use __synccall by Rich Felker · 13 years ago
  69. c0fe5b9 check for fd exhaustion in forkpty by Rich Felker · 13 years ago
  70. d40e344 incorrect check for open failure in openpty function by Rich Felker · 13 years ago
  71. 6250c0b wordexp cannot use we_offs unless WRDE_DOOFFS flag is set by Rich Felker · 13 years ago
  72. d43ff11 fix memory leak on failure in realpath by Rich Felker · 13 years ago
  73. 9a59faa add useless, obsolescent function ulimit by Rich Felker · 13 years ago
  74. 10d7561 properly create new session/controlling terminal in forkpty by Rich Felker · 14 years ago
  75. 4921ce0 implement (nonstandard) forkpty by Rich Felker · 14 years ago
  76. 145c053 block cancellation in wordexp, handle more errors by Rich Felker · 14 years ago
  77. f0fc95d avoid malloc of potentially-large string in wordexp by Rich Felker · 14 years ago
  78. df9e11b protect ftw and nftw against cancellation by Rich Felker · 14 years ago
  79. d2c604d protect syslog against cancellation by Rich Felker · 14 years ago
  80. e98bdca minimal realpath implementation using /proc by Rich Felker · 14 years ago
  81. 90f09a0 remove stupid debug code in wordexp by Rich Felker · 14 years ago
  82. d251c26 implement wordexp. first try, may be buggy. intended to be safe. by Rich Felker · 14 years ago
  83. 19c1830 simplify syslog, add vsyslog interface (nonstandard) by Rich Felker · 14 years ago
  84. a77411a remove useless SIGPIPE protection from syslog by Rich Felker · 14 years ago
  85. a444ee3 fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream) by Rich Felker · 14 years ago
  86. 91e836f implement getgrouplist (for initgroups), formerly dummied-out by Rich Felker · 14 years ago
  87. 750b738 add ptsname_r (nonstandard) and split ptsname (standard) to separate file by Rich Felker · 14 years ago
  88. c546be1 move bswap functions to static inline in byteswap.h by Rich Felker · 14 years ago
  89. 4f4ba4c fix broken bswap_32 by Rich Felker · 14 years ago
  90. 0161244 remove ugly warning-suppression hack from crypt - this invokes UB! by Rich Felker · 14 years ago
  91. 9ae8d5f fix all implicit conversion between signed/unsigned pointers by Rich Felker · 14 years ago
  92. aa398f5 global cleanup to use the new syscall interface by Rich Felker · 14 years ago
  93. bad4812 fix compile failure: legacy cuserid needs to define feature test by Rich Felker · 14 years ago
  94. f7eb91e fix getrlimit handling on 32-bit systems, and ease porting to 64-bit by Rich Felker · 14 years ago
  95. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago