1. df06578 fix invalid C in new trycppif tests in configure script by Rich Felker · 11 years ago
  2. 3e7f186 add build system support for arch endian & float abi variants by Rich Felker · 11 years ago
  3. f389c49 make the dynamic linker find its path file relative to its own location by Rich Felker · 11 years ago
  4. 23815f8 fix off-by-one error in checks for implementation-internal signal numbers by Rich Felker · 11 years ago
  5. b823ef2 fix FILENAME_MAX to match PATH_MAX by Rich Felker · 11 years ago
  6. 2f5fe45 make spacing in x86_64 alltypes.h.sh more uniform with other archs by Rich Felker · 11 years ago
  7. b06dc66 make posix_spawn (and functions that use it) use CLONE_VFORK flag by Rich Felker · 11 years ago
  8. 3df0b66 fix missing argument in variadic syscall macros by Rich Felker · 11 years ago
  9. ea81c06 fix error code on time conversion overflows by Rich Felker · 11 years ago
  10. ac1bf93 fix fd leak in file mapping code used in new zoneinfo support by Rich Felker · 11 years ago
  11. 1cc81f5 the big time handling overhaul by Rich Felker · 11 years ago
  12. f1292e3 fix omission of dtv setup in static linked programs on TLS variant I archs by Rich Felker · 11 years ago
  13. c07da2e add PIE support for ARM by Rich Felker · 11 years ago
  14. 3e8806b add some ARM EABI-specific exception handling infrastructure by Rich Felker · 11 years ago
  15. 30763fd fix invalid library phdr pointers passed to callback from dl_iterate_phdr by Rich Felker · 11 years ago
  16. c713d87 fix a couple misleading/wrong signal descriptions in strsignal by Rich Felker · 11 years ago
  17. c90fa2a add realtime signals to strsignal by Rich Felker · 11 years ago
  18. 8599822 fix off-by-one array bound in strsignal by Rich Felker · 11 years ago
  19. b621876 fix bogus lazy allocation in ctermid and missing malloc failure check by Rich Felker · 11 years ago
  20. cdf0f53 fix fd leak on races and cancellation in ctermid by Rich Felker · 11 years ago
  21. 0716b10 fix missing SOCK_CLOEXEC in various functions that use sockets internally by Rich Felker · 11 years ago
  22. ca9aff6 add NFDBITS in sys/select.h with appropriate feature tests by Rich Felker · 11 years ago
  23. 6d861ac move core memalign code from aligned_alloc to __memalign by Rich Felker · 11 years ago
  24. 6514161 move alignment check from aligned_alloc to posix_memalign by Rich Felker · 11 years ago
  25. ab72420 add legacy sys/ttydefaults.h header by rofl0r · 11 years ago
  26. 0636d59 add legacy scsi/scsi_ioctl.h header by rofl0r · 11 years ago
  27. f206fec paths.h: remove cruft by rofl0r · 11 years ago
  28. fbcd820 add stubs for additional legacy ether.h functions by Rich Felker · 11 years ago
  29. d66ab4f fix Makefile so "make install" works before include/bits symlink exists by Rich Felker · 11 years ago
  30. 6688a77 release notes for 0.9.11 by Rich Felker · 11 years ago
  31. 4ca4421 fix failure of mbsrtowcs to record stop position when dest is full by Rich Felker · 11 years ago
  32. 9b732fe fix shifts possibly larger than type in major() macro by Rich Felker · 11 years ago
  33. 780cbbe implement minimal dlinfo function by Rich Felker · 11 years ago
  34. 2b0af60 add some comments about the mips ksigaction structure weirdness by Rich Felker · 11 years ago
  35. 509b50e fix missing synchronization in calls from dynamic linker to global ctors by Rich Felker · 11 years ago
  36. 17aef0b prevent shmget from allocating objects that overflow ptrdiff_t by Rich Felker · 11 years ago
  37. 062f40e work around wrong kernel type for sem_nsems member of struct semid_ds by Rich Felker · 11 years ago
  38. 553d566 add missing type shmatt_t in sys/shm.h by Rich Felker · 11 years ago
  39. aea7919 implement week-based-year year numbers in strftime by Rich Felker · 11 years ago
  40. 062446a fix breakage in last commit to strftime due to missing INT_MAX by Rich Felker · 11 years ago
  41. c5faf1b implement week numbers and half of the week-based-year logic for strftime by Rich Felker · 11 years ago
  42. 1e2281b minor compatibility fixes in utmp.h and fixing mismatch with paths.h by Rich Felker · 11 years ago
  43. 3cd6f52 disallow creation of objects larger than PTRDIFF_MAX via mmap by Rich Felker · 11 years ago
  44. b17c75a fix syscall argument bug in pthread_getschedparam by Rich Felker · 11 years ago
  45. 7c20a11 fix temp file leak in sem_open on successful creation of new semaphore by Rich Felker · 11 years ago
  46. a033cd2 fix bug whereby sem_open leaked its own internal slots on failure by Rich Felker · 11 years ago
  47. 52d4444 in sem_open, don't leak vm mapping if fstat fails by Rich Felker · 11 years ago
  48. 21088ae fix failure of pthread_setschedparam to pass correct param to kernel by Rich Felker · 11 years ago
  49. f03db4b document in sysconf and unistd.h that per-thread cpu clocks exist by Rich Felker · 11 years ago
  50. 6a4cfbd fix iconv conversion to legacy 8bit codepages by Rich Felker · 11 years ago
  51. 59b481d remove useless conditional before free from dynamic linker path code by Rich Felker · 11 years ago
  52. 11bc173 fix dynamic linker handling of empty path file or error reading path file by Rich Felker · 11 years ago
  53. a3e2f3c respect iso c namespace in stdio.h and wchar.h regarding va_list by Rich Felker · 11 years ago
  54. 8813c95 make newline-delimited dynamic linker path file actually work by Rich Felker · 11 years ago
  55. e40f48a implement inet_lnaof, inet_netof, and inet_makeaddr by Rich Felker · 11 years ago
  56. 83966b3 add ether_aton[_r] and ether_ntoa[_r] functions by Rich Felker · 11 years ago
  57. ef55078 fix scanf %c conversion wrongly storing a terminating null byte by Rich Felker · 11 years ago
  58. c208045 fix major scanf breakage with unbuffered streams, fmemopen, etc. by Rich Felker · 11 years ago
  59. a494171 fix invalid access in aio notification by Rich Felker · 11 years ago
  60. 8600849 fix uninitialized variable in lio (aio) code by Rich Felker · 11 years ago
  61. 20d01d8 improve the quality of output from rand_r by Rich Felker · 11 years ago
  62. 4191d24 add clock id macros for a number of new(ish) Linux-specific clocks by Rich Felker · 11 years ago
  63. 0173990 fix the type of CLOCKS_PER_SEC to match new clock_t type by Rich Felker · 11 years ago
  64. ea200e3 support cputime clocks for processes/threads other than self by Rich Felker · 11 years ago
  65. 0996faa prng: make rand_r have 2^32 period instead of 2^31 by Szabolcs Nagy · 11 years ago
  66. c79cd27 prng: fix rand() to give good sequence with small state by Szabolcs Nagy · 11 years ago
  67. fd1d7be fix mixup in previous change to gcc wrapper by Rich Felker · 11 years ago
  68. c161356 make gcc-specific headers (intrinsics, etc.) available with wrapper by Rich Felker · 11 years ago
  69. f7244d2 improve handling of nonstandard fields in struct tm by Rich Felker · 11 years ago
  70. e039db2 implement 'm' modifier for wide scanf variants by Rich Felker · 11 years ago
  71. 16a1e03 implement the 'm' (malloc) modifier for scanf by Rich Felker · 11 years ago
  72. de80ea9 refactor wide-char scanf string handling by Rich Felker · 11 years ago
  73. 1ab59de simplify some logic in scanf and remove redundant invalid-format check by Rich Felker · 11 years ago
  74. f18846d refactor scanf core to use common code path for all string formats by Rich Felker · 11 years ago
  75. a6d2721 align stack properly for calling global ctors/dtors on x86[_64] by Rich Felker · 11 years ago
  76. 44b4d09 ensure that thread dtv pointer is never null to optimize __tls_get_addr by Rich Felker · 11 years ago
  77. d926565 Merge remote-tracking branch 'nsz/review' by Rich Felker · 11 years ago
  78. 31ff797 fix the prototype of settimeofday to follow the original BSD declaration by Szabolcs Nagy · 11 years ago
  79. 41c34d1 fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30) by Szabolcs Nagy · 11 years ago
  80. a6367a1 on x86_64 use long instead of long long for 64bit posix types by Szabolcs Nagy · 11 years ago
  81. 5e642b5 change underlying type of clock_t to be uniform and match ABI by Rich Felker · 11 years ago
  82. 05453b3 fix overflow behavior of clock() function by Rich Felker · 11 years ago
  83. 1e5eb73 math: add fma TODO comments about the underflow issue by Szabolcs Nagy · 11 years ago
  84. ffd8ac2 math: fix two fma issues (only affects non-nearest rounding mode, x86) by Szabolcs Nagy · 11 years ago
  85. 83af1dd Merge remote-tracking branch 'nsz/review' by Rich Felker · 11 years ago
  86. bfda379 math: sin cos cleanup by Szabolcs Nagy · 11 years ago
  87. 69ee9b2 make err.h functions print __progname by Rich Felker · 11 years ago
  88. 1d5ba3b math: tan cleanups by Szabolcs Nagy · 11 years ago
  89. 22730d6 add FLT_TRUE_MIN, etc. macros from C11 by Rich Felker · 11 years ago
  90. ec9f535 remove the __STDC_FORMAT_MACROS nonsense from inttypes.h by Rich Felker · 11 years ago
  91. 1a70198 fix mknod and mknodat to accept large dev_t values by Rich Felker · 11 years ago
  92. e216951 math: use double_t for temporaries to avoid stores on i386 by Szabolcs Nagy · 11 years ago
  93. 2c18426 support full range of dev_t major/minor numbers in makedev, etc. macros by Rich Felker · 11 years ago
  94. 2897bfd remove compound literals from math.h to please c++ by Szabolcs Nagy · 11 years ago
  95. da49b87 fix incorrect clock tick scaling in fallback case of clock() by Rich Felker · 11 years ago
  96. 9293b76 do not interpret errors in return value of times() syscall by Rich Felker · 11 years ago
  97. 2c074b0 transition to using functions for internal signal blocking/restoring by Rich Felker · 11 years ago
  98. d53c92c optimize/debloat raise by Rich Felker · 11 years ago
  99. d674f85 prevent code from running under a thread id which already gave ESRCH by Rich Felker · 11 years ago
  100. 47d2bf5 synccall signal handler need not handle dead threads anymore by Rich Felker · 11 years ago