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