1. ecb6081 fix erroneous return of partial username matches by getspnam[_r] by Rich Felker · 10 years ago
  2. 63cac4e simplify part of getopt_long by Rich Felker · 10 years ago
  3. e8e4e56 always set optarg in getopt_long by Rich Felker · 10 years ago
  4. 78a8ef4 overhaul __synccall and fix AS-safety and other issues in set*id by Rich Felker · 10 years ago
  5. 7152a61 add FUTEX_PRIVATE macro to internal futex.h by Rich Felker · 10 years ago
  6. c0ed5a2 suppress EINTR in sem_wait and sem_timedwait by Rich Felker · 10 years ago
  7. 472e8b7 for multithreaded set*id/setrlimit, handle case where callback does not run by Rich Felker · 10 years ago
  8. 996d148 release 1.1.6 by Rich Felker · 10 years ago
  9. 3f65494 increase syslog message limit from 256 to 1024 by Rich Felker · 10 years ago
  10. 84b5c54 remove rlimit hacks from multi-threaded set*id() code by Rich Felker · 10 years ago
  11. 9772ead simplify ctermid by Rich Felker · 10 years ago
  12. 699d453 fix regression in getopt_long support for non-option arguments by Rich Felker · 10 years ago
  13. c574321 check for connect failure in syslog log opening by Rich Felker · 10 years ago
  14. 11ac2a6 add new prctl command PR_SET_MM_MAP to sys/prctl.h by Szabolcs Nagy · 10 years ago
  15. f90fafe add new syscall numbers for bpf and kexec_file_load by Szabolcs Nagy · 10 years ago
  16. 91f15e2 move wint_t definition to the shared part of alltypes.h.in by Rich Felker · 10 years ago
  17. dac4fc4 fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level by Rich Felker · 10 years ago
  18. 814aae2 overhaul forkpty function using new login_tty by Rich Felker · 10 years ago
  19. 1227e41 block pthread cancellation in openpty function by Rich Felker · 10 years ago
  20. 3b26a32 don't write openpty results until success is determined by Rich Felker · 10 years ago
  21. 4b2cb37 add login_tty function by Felix Janda · 10 years ago
  22. 0217ed7 set optopt in getopt_long by Rich Felker · 10 years ago
  23. 91184c4 add error message printing to getopt_long and make related improvements by Rich Felker · 10 years ago
  24. d335726 support translation for getopt error messages by Rich Felker · 10 years ago
  25. 1d8d86a fix stderr locking and ferror semantics in getopt message printing by Rich Felker · 10 years ago
  26. 7d35121 use tkill instead of tgkill in implementing raise by Rich Felker · 10 years ago
  27. 0f859fc don't suppress sign output for NANs in printf by Rich Felker · 10 years ago
  28. 2e1ae3b fix return value computation in one code path of wcsnrtombs by Rich Felker · 10 years ago
  29. aee9b15 fix signedness of WINT_MIN expression by Rich Felker · 10 years ago
  30. a9c2294 make the definition of _Complex_I explicitly complex by Rich Felker · 10 years ago
  31. 4075af4 make the result of the cimag macro a non-lvalue by Rich Felker · 10 years ago
  32. 5ff2a11 fix definition of CMPLX macros in complex.h to work in constant expressions by Rich Felker · 10 years ago
  33. a414e83 provide CMPLX macros in implementation-internal libm.h by Rich Felker · 10 years ago
  34. efa9d39 implement FNM_CASEFOLD extension to fnmatch function by Nagy Szabolcs · 10 years ago
  35. aac59c1 add basic dns record parsing functions by Rich Felker · 10 years ago
  36. d42269d correctly handle write errors encountered by printf-family functions by Rich Felker · 10 years ago
  37. da16224 simplify getopt_long argv permutation loop logic by Rich Felker · 10 years ago
  38. 567cc81 fix handling of "--" with getopt_long argv permutation by Rich Felker · 10 years ago
  39. b4ef183 accept null longopts pointer in getopt_long by Rich Felker · 10 years ago
  40. d4f7d9c fix getopt handling of initial '+' in optstring by Rich Felker · 10 years ago
  41. cfd7b4a support abbreviated options in getopt_long by Rich Felker · 10 years ago
  42. 59f6232 support options after non-option arguments in getopt_long (argv permutation) by Rich Felker · 10 years ago
  43. f164875 don't shadow functions with macros in C++ by Bobby Bingham · 10 years ago
  44. 8f7bc69 use direct syscall rather than write function in posix_spawn child by Rich Felker · 10 years ago
  45. 1c12c24 don't fail posix_spawn on failed close by Rich Felker · 10 years ago
  46. 014275b fix getopt handling of ':' modifier for multibyte option characters by Rich Felker · 10 years ago
  47. be1f67a add arm private syscall numbers by Timo Teräs · 10 years ago
  48. 66140b0 fix return value of pthread_getaffinity_np and pthread_setaffinity_np by Rich Felker · 10 years ago
  49. a56e339 fix uninitialized output from sched_getaffinity by Rich Felker · 10 years ago
  50. b72cd07 add support for non-option arguments extension to getopt by Gianluca Anzolin · 10 years ago
  51. d8dc2b7 adapt dynamic linker for new binutils versions that omit DT_RPATH by Rich Felker · 10 years ago
  52. 9911754 fix tabs/spaces in memcpy.s by Rich Felker · 10 years ago
  53. 921c26e fix build regression in arm asm for setjmp/longjmp with old assemblers by Rich Felker · 10 years ago
  54. 9367fe9 fix build regression in arm asm for memcpy by Rich Felker · 10 years ago
  55. 27828f7 arm assembly changes for clang compatibility by Joakim Sindholt · 10 years ago
  56. 4134c68 unify non-inline version of syscall code across archs by Rich Felker · 10 years ago
  57. 0e971b0 inline 5- and 6-argument syscalls on arm by Rich Felker · 10 years ago
  58. 7d310ed remove old clang workarounds from arm syscall implementation by Rich Felker · 10 years ago
  59. 8cd0b11 fix __aeabi_read_tp oversight in arm atomics/tls overhaul by Rich Felker · 10 years ago
  60. 4a241f1 overhaul ARM atomics/tls for performance and compatibility by Rich Felker · 10 years ago
  61. d8bdc97 save auxv pointer into libc struct early in dynamic linker startup by Rich Felker · 10 years ago
  62. acccc93 getopt: fix optional argument processing by Felix Fietkau · 10 years ago
  63. 941644e implement a private state for the uchar.h functions by Jens Gustedt · 10 years ago
  64. b91cdbe fix behavior of printf with alt-form octal, zero precision, zero value by Rich Felker · 10 years ago
  65. ec43189 math: use fnstsw consistently instead of fstsw in x87 asm by Szabolcs Nagy · 10 years ago
  66. a732e80 math: fix x86_64 and x32 asm not to use sahf instruction by Szabolcs Nagy · 10 years ago
  67. de2b9c2 fix 64-bit syscall argument passing on or1k by Rich Felker · 10 years ago
  68. e146e60 fix uninitialized mode variable in openat function by Rich Felker · 10 years ago
  69. 0ce946c math: use the rounding idiom consistently by Szabolcs Nagy · 10 years ago
  70. 79ca860 fix rint.c and rintf.c when FLT_EVAL_METHOD!=0 by Szabolcs Nagy · 10 years ago
  71. 2da3ab1 fix invalid access by openat to possibly-missing variadic mode argument by Rich Felker · 10 years ago
  72. 9d836ea fix failure of open to read variadic mode argument for O_TMPFILE by Rich Felker · 10 years ago
  73. dc95322 manually "shrink wrap" fast path in pthread_once by Rich Felker · 10 years ago
  74. 60a4783 release 1.1.5 by Rich Felker · 10 years ago
  75. a60457c suppress macro definitions of ctype functions under C++ by Rich Felker · 10 years ago
  76. ab9672a implement uchar.h (C11 UTF-16/32 conversion) interfaces by Rich Felker · 10 years ago
  77. 0054840 eliminate global waiters count in pthread_once by Rich Felker · 10 years ago
  78. df37d39 fix missing barrier in pthread_once/call_once shortcut path by Rich Felker · 10 years ago
  79. 867b182 add explicit barrier operation to internal atomic.h API by Rich Felker · 10 years ago
  80. 08b996d fix handling of negative offsets in timezone spec strings by Rich Felker · 10 years ago
  81. a3763d6 add new linux file sealing api to fcntl.h by Szabolcs Nagy · 10 years ago
  82. a0c90b9 add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h by Szabolcs Nagy · 10 years ago
  83. 4ffc39c add new syscall numbers for seccomp, getrandom, memfd_create by Szabolcs Nagy · 10 years ago
  84. 0539e6d always provide __fpclassifyl and __signbitl definitions by Rich Felker · 10 years ago
  85. 6f1c1fe ignore access mode bits of flags in mkostemps and functions that use it by Rich Felker · 10 years ago
  86. dccbf4c fix handling of odd lengths in swab function by Rich Felker · 10 years ago
  87. 05cef96 fix incorrect sequence generation in *rand48 prng functions by Rich Felker · 10 years ago
  88. 3e936ce fix linked list corruption in flockfile lists by Rich Felker · 10 years ago
  89. 18daae3 math: fix exp10 not to raise invalid exception on NaN by Szabolcs Nagy · 10 years ago
  90. e2e1bb8 fix overflow corner case in strtoul-family functions by Rich Felker · 10 years ago
  91. ec1aed0 rewrite the regex pattern parser in regcomp by Szabolcs Nagy · 10 years ago
  92. bd08291 fix C++ incompatibility in i386 definition of max_align_t by Rich Felker · 10 years ago
  93. 5edbc6f add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE by Rich Felker · 10 years ago
  94. f929493 fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCE by Rich Felker · 10 years ago
  95. ab8f6a6 fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE by Rich Felker · 10 years ago
  96. e640388 fix exp10l.c to include float.h by Szabolcs Nagy · 10 years ago
  97. 0c32c26 prune math code on archs with binary64 long double by Szabolcs Nagy · 10 years ago
  98. 976bb28 add new F_OFD_* macros to fcntl.h (open file description locks) by Szabolcs Nagy · 10 years ago
  99. 23614b0 add C11 thread creation and related thread functions by Rich Felker · 10 years ago
  100. 14397ce add C11 condition variable functions by Jens Gustedt · 10 years ago