1. 4058795 move static-linked stub dlsym out of dynlink.c by Rich Felker · 9 years ago
  2. 1446937 move static-linked stub dlopen out of dynlink.c by Rich Felker · 9 years ago
  3. b984147 move dlinfo out of dynlink.c by Rich Felker · 9 years ago
  4. da1fe7f move dlclose out of dynlink.c to its own source file by Rich Felker · 9 years ago
  5. 891e654 move static-linked stub invalid dso handle checking out of dynlink.c by Rich Felker · 9 years ago
  6. 4f8f038 move static/stub version of dladdr out of dynlink.c by Rich Felker · 9 years ago
  7. a4fbc82 factor dlerror and error-setting code out of dynlink.c by Rich Felker · 9 years ago
  8. e7a1118 fix arm a_crash for big endian by Rich Felker · 9 years ago
  9. 89e149d add native a_crash primitive for arm by Rich Felker · 9 years ago
  10. 2c9acc5 add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h by Szabolcs Nagy · 9 years ago
  11. 4da2d96 update netinet/tcp.h for linux v4.2 by Szabolcs Nagy · 9 years ago
  12. ecf02f4 add MS_LAZYTIME mount option to sys/mount.h by Szabolcs Nagy · 9 years ago
  13. 9f52c17 add AF_MPLS (PF_MPLS) address family to socket.h by Szabolcs Nagy · 9 years ago
  14. ea4fc27 add MSG_FASTOPEN sendmsg/sendto flag to socket.h by Szabolcs Nagy · 9 years ago
  15. bc443c3 clean powerpc syscall.h by Szabolcs Nagy · 9 years ago
  16. f9c3a2e add missing powerpc specific PROT_SAO memory protection flag by Szabolcs Nagy · 9 years ago
  17. 2f6f3dc fix powerpc MCL_* mlockall flags in bits/mman.h by Szabolcs Nagy · 9 years ago
  18. 2d14fa3 fix aarch64 atomics to load/store 32bit only by Szabolcs Nagy · 9 years ago
  19. b17fbd3 improve aarch64 atomics by Rich Felker · 9 years ago
  20. 0f5eb3d add arch/abi info to dynamic linker's id/version output by Rich Felker · 9 years ago
  21. 5a2e882 remove arch/$(ARCH)/src from the build system by Rich Felker · 9 years ago
  22. 4de1bc1 remove sh port's __fpscr_values source file by Rich Felker · 9 years ago
  23. 007907a move sh port's __shcall internal function from arch/sh/src to src tree by Rich Felker · 9 years ago
  24. 230bfe1 move sh __unmapself code from arch/sh/src to main src tree by Rich Felker · 9 years ago
  25. 66215af move x32 sysinfo impl and syscall fixup code out of arch/x32/src by Rich Felker · 9 years ago
  26. 513c043 overhaul powerpc atomics for new atomics framework by Rich Felker · 9 years ago
  27. 16b5529 clean up x86_64 (and x32) atomics for new atomics framework by Rich Felker · 9 years ago
  28. e24984e clean up i386 atomics for new atomics framework by Rich Felker · 9 years ago
  29. 369b22f overhaul mips atomics for new atomics framework by Rich Felker · 9 years ago
  30. e617b9e move arm-specific translation units out of arch/arm/src, to src/*/arm by Rich Felker · 9 years ago
  31. 397f0a6 overhaul arm atomics for new atomics framework by Rich Felker · 9 years ago
  32. aa0db4b overhaul aarch64 atomics for new atomics framework by Rich Felker · 9 years ago
  33. 61b1e75 overhaul sh atomics for new atomics framework, add j-core cas.l backend by Rich Felker · 9 years ago
  34. 1315596 refactor internal atomic.h by Rich Felker · 9 years ago
  35. ce3e24e fix global visibility (vis.h) support for out-of-tree builds by Rich Felker · 9 years ago
  36. d1b29c2 exclude vis.h when compiling assembly files by Khem Raj · 9 years ago
  37. 4fcc7eb simplify "make clean" and remove unneeded lib dir from tree by Rich Felker · 9 years ago
  38. ada4798 deduplicate compiler invocation command line in makefile by Rich Felker · 9 years ago
  39. 80de11b remove outdated/incorrect comment about AS_CMD from makefile by Rich Felker · 9 years ago
  40. 0f814a4 remove support for subarch .sub files from the makefile by Rich Felker · 9 years ago
  41. b6363bb fix build regression for arm pre-v7 from out-of-tree build patch by Rich Felker · 9 years ago
  42. af21a82 switch arm, sh, and mips fenv asm from .sub system to .S files by Rich Felker · 9 years ago
  43. 4b9a08f switch sh and mips setjmp asm from .sub system to .S files by Rich Felker · 9 years ago
  44. 5676460 fix dynamic linker path file selection for arm vs armhf by Rich Felker · 9 years ago
  45. e4355bd replace armhf math asm source files with inline asm by Rich Felker · 9 years ago
  46. cb1875e adapt build of arm memcpy asm not to use .sub files by Rich Felker · 9 years ago
  47. 9514e70 eliminate separate static/shared CFLAGS vars in makefile by Rich Felker · 9 years ago
  48. 9f5eb77 add support for arch-provided replacement files as .c or .S by Rich Felker · 9 years ago
  49. 53f41fb netinet/tcp: Add TCPOPT, TCPOLEN constants by Kylie McClain · 9 years ago
  50. 3cdbfb9 fix if_nametoindex return value when socket open fails by Ron Yorston · 9 years ago
  51. 2f853dd support out-of-tree build by Petr Hosek · 9 years ago
  52. d5f8394 add missing protocols to protoent lookup functions by Timo Teräs · 9 years ago
  53. 5e396fb adjust mips crt_arch entry point asm to avoid assembler bugs by Rich Felker · 9 years ago
  54. 71991a8 adjust i386 max_align_t definition to work around some broken compilers by Rich Felker · 9 years ago
  55. c673158 fix overly pessimistic realloc strategy in getdelim by Rich Felker · 9 years ago
  56. d87f0a9 avoid updating caller's size when getdelim fails to realloc by Rich Felker · 9 years ago
  57. 4221674 fix crash when signal number 0 is passed to sigaction by Rich Felker · 9 years ago
  58. 0d58bf2 remove visibility suppression by SHARED macro in mips and x32 arch files by Rich Felker · 9 years ago
  59. 3abb094 fix tsearch, tfind, tdelete to handle null pointer input by Szabolcs Nagy · 9 years ago
  60. 8994908 tsearch code cleanup by Szabolcs Nagy · 9 years ago
  61. bc97447 fix tsearch to avoid crash on oom by Szabolcs Nagy · 9 years ago
  62. e4f9d81 fix tdelete to properly balance the tree by Szabolcs Nagy · 9 years ago
  63. 7b71284 properly handle point-to-point interfaces in getifaddrs() by Jo-Philipp Wich · 9 years ago
  64. 12978ac ldso: fix the dtv update logic in __tls_get_new by Szabolcs Nagy · 9 years ago
  65. 8eead3e math: explicitly promote expressions to excess-precision types by Rich Felker · 9 years ago
  66. 19caa25 remove undef weak refs to init/fini array symbols in libc.so by Rich Felker · 9 years ago
  67. 4f3a928 fix build regression from removal of #ifdef SHARED by Rich Felker · 9 years ago
  68. 5fe3851 use private maps even for read-only segments of FDPIC libraries by Rich Felker · 9 years ago
  69. 9e0a317 remove use of SHARED macro in dynamic linker version reporting by Rich Felker · 9 years ago
  70. d56460c unify static and dynamic linked implementations of thread-local storage by Rich Felker · 9 years ago
  71. ad1cd43 unify static and dynamic libc init/fini code paths by Rich Felker · 9 years ago
  72. 4aaf879 eliminate use of SHARED macro in __tls_get_addr by Rich Felker · 9 years ago
  73. 8a8fdf6 eliminate use of SHARED macro to suppress visibility attributes by Rich Felker · 9 years ago
  74. dc5bd27 use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpic by Rich Felker · 9 years ago
  75. 9439ebd fix dynamic loader library mapping for nommu systems by Rich Felker · 9 years ago
  76. a946e81 fix return value of nl_langinfo for invalid item arguments by Rich Felker · 9 years ago
  77. 4e73d12 explicitly assemble all arm asm sources as UAL by Rich Felker · 9 years ago
  78. 9f290a4 remove non-working pre-armv4t support from arm asm by Rich Felker · 9 years ago
  79. cf40375 use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmp by Rich Felker · 9 years ago
  80. ea1e2c5 work around toolchains with broken visibility in libgcc/libpcc by Rich Felker · 9 years ago
  81. 31d73a5 use vfp mnemonics instead of p10 coprocessor ones in armhf fenv asm by Szabolcs Nagy · 9 years ago
  82. 8984b58 convert arm memcpy asm to UAL, remove .word hacks by Rich Felker · 9 years ago
  83. 918b1c1 remove external linkage from __simple_malloc definition by Rich Felker · 9 years ago
  84. 6a851e3 have configure check/add --gc-sections linker option by Rich Felker · 9 years ago
  85. 2efd38e have configure check/add linker options to reduce size lost to padding by Rich Felker · 9 years ago
  86. 27c1ecc have configure check/add -ffunction-sections and -fdata-sections by Rich Felker · 9 years ago
  87. 2f1d1f1 fix mismatched parens in CMPLX def for annex-g-conforming compilers by Rich Felker · 9 years ago
  88. 4fcb482 generalize sh entry point asm not to assume call dests fit in 12 bits by Rich Felker · 9 years ago
  89. 4cd8b47 keep user-provided CFLAGS/LDFLAGS separate from those added by configure by Rich Felker · 9 years ago
  90. fda365a fix mremap memory synchronization and use of variadic argument by Rich Felker · 9 years ago
  91. f9ecb6b prevent allocs than PTRDIFF_MAX via mremap by Daniel Micay · 9 years ago
  92. 36e8b6a use explicit __cp_cancel label in cancellable syscall asm for all archs by Rich Felker · 9 years ago
  93. cb1bf2f properly access mcontext_t program counter in cancellation handler by Rich Felker · 9 years ago
  94. fead7e3 fix missing bss handling in FDPIC ELF loader by Rich Felker · 9 years ago
  95. 6eada2e getnameinfo: make size check not fail for bigger sizes by Hauke Mehrtens · 9 years ago
  96. 2683e26 safely handle failure to open hosts, services, resolv.conf files by Rich Felker · 9 years ago
  97. b114190 fix single-byte overflow of malloc'd buffer in getdelim by Rich Felker · 9 years ago
  98. bc0c484 prevent user CFLAGS overrides from exposing executable stack by Rich Felker · 9 years ago
  99. be76cdc fix breakage when user overrides CFLAGS on the make command line by Rich Felker · 9 years ago
  100. 615629b release 1.1.12 by Rich Felker · 9 years ago