- d6cb08b factor resolv.conf parsing out of res_msend to its own file by Rich Felker · 9 years ago
- 19df86c add errno setting to stub utmpxname function by Rich Felker · 9 years ago
- 378f8cb legacy/utmpx: Add utmp{,x}name stubs by Kylie McClain · 9 years ago
- 4dfac11 deduplicate the bulk of the arch bits headers by Rich Felker · 9 years ago
- efdf04c add arch/generic include fallback to build rules by Rich Felker · 9 years ago
- e1d9989 remove unneeded -I options from configure test for may_alias attribute by Rich Felker · 9 years ago
- b0bf52f mips: add vdso support by Hauke Mehrtens · 9 years ago
- a5ba2d7 improve clock_gettime and adapt it to support slightly-broken vdso by Rich Felker · 9 years ago
- 9a3b8f9 fix siginfo_t for mips by Szabolcs Nagy · 9 years ago
- 22f8482 move bits/signal.h include close to the top of signal.h by Szabolcs Nagy · 9 years ago
- c243d6f add new PTRACE_SECCOMP_GET_FILTER ptrace command by Szabolcs Nagy · 9 years ago
- 789ff6a add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags by Szabolcs Nagy · 9 years ago
- 51d5f13 add mlock2 syscall number from linux v4.4 by Szabolcs Nagy · 9 years ago
- aaa6040 add new PTRACE_O_SUSPEND_SECCOMP ptrace option by Szabolcs Nagy · 9 years ago
- 8afd2a1 add new PR_CAP_AMBIENT and related defines to sys/prctl.h by Szabolcs Nagy · 9 years ago
- 3934f49 update netpacket/packet.h to linux v4.3 by Szabolcs Nagy · 9 years ago
- 09001a8 add new membarrier, userfaultfd and switch_endian syscalls by Szabolcs Nagy · 9 years ago
- 37bfb68 add new i386 socket syscall numbers by Szabolcs Nagy · 9 years ago
- a5e133b change the internal socketcall selection logic by Szabolcs Nagy · 9 years ago
- f9b8df4 add ssp suppression to some arch-override files that may need it by Rich Felker · 9 years ago
- 1619127 use same object files for libc.a and libc.so if compiler produces PIC by Rich Felker · 9 years ago
- 5552ce5 move dynamic linker to its own top-level directory, ldso by Rich Felker · 9 years ago
- 16f7038 adapt static dl_iterate_phdr not to depend on !defined(SHARED) by Rich Felker · 9 years ago
- 4058795 move static-linked stub dlsym out of dynlink.c by Rich Felker · 9 years ago
- 1446937 move static-linked stub dlopen out of dynlink.c by Rich Felker · 9 years ago
- b984147 move dlinfo out of dynlink.c by Rich Felker · 9 years ago
- da1fe7f move dlclose out of dynlink.c to its own source file by Rich Felker · 9 years ago
- 891e654 move static-linked stub invalid dso handle checking out of dynlink.c by Rich Felker · 9 years ago
- 4f8f038 move static/stub version of dladdr out of dynlink.c by Rich Felker · 9 years ago
- a4fbc82 factor dlerror and error-setting code out of dynlink.c by Rich Felker · 9 years ago
- e7a1118 fix arm a_crash for big endian by Rich Felker · 9 years ago
- 89e149d add native a_crash primitive for arm by Rich Felker · 9 years ago
- 2c9acc5 add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h by Szabolcs Nagy · 9 years ago
- 4da2d96 update netinet/tcp.h for linux v4.2 by Szabolcs Nagy · 9 years ago
- ecf02f4 add MS_LAZYTIME mount option to sys/mount.h by Szabolcs Nagy · 9 years ago
- 9f52c17 add AF_MPLS (PF_MPLS) address family to socket.h by Szabolcs Nagy · 9 years ago
- ea4fc27 add MSG_FASTOPEN sendmsg/sendto flag to socket.h by Szabolcs Nagy · 9 years ago
- bc443c3 clean powerpc syscall.h by Szabolcs Nagy · 9 years ago
- f9c3a2e add missing powerpc specific PROT_SAO memory protection flag by Szabolcs Nagy · 9 years ago
- 2f6f3dc fix powerpc MCL_* mlockall flags in bits/mman.h by Szabolcs Nagy · 9 years ago
- 2d14fa3 fix aarch64 atomics to load/store 32bit only by Szabolcs Nagy · 9 years ago
- b17fbd3 improve aarch64 atomics by Rich Felker · 9 years ago
- 0f5eb3d add arch/abi info to dynamic linker's id/version output by Rich Felker · 9 years ago
- 5a2e882 remove arch/$(ARCH)/src from the build system by Rich Felker · 9 years ago
- 4de1bc1 remove sh port's __fpscr_values source file by Rich Felker · 9 years ago
- 007907a move sh port's __shcall internal function from arch/sh/src to src tree by Rich Felker · 9 years ago
- 230bfe1 move sh __unmapself code from arch/sh/src to main src tree by Rich Felker · 9 years ago
- 66215af move x32 sysinfo impl and syscall fixup code out of arch/x32/src by Rich Felker · 9 years ago
- 513c043 overhaul powerpc atomics for new atomics framework by Rich Felker · 9 years ago
- 16b5529 clean up x86_64 (and x32) atomics for new atomics framework by Rich Felker · 9 years ago
- e24984e clean up i386 atomics for new atomics framework by Rich Felker · 9 years ago
- 369b22f overhaul mips atomics for new atomics framework by Rich Felker · 9 years ago
- e617b9e move arm-specific translation units out of arch/arm/src, to src/*/arm by Rich Felker · 9 years ago
- 397f0a6 overhaul arm atomics for new atomics framework by Rich Felker · 9 years ago
- aa0db4b overhaul aarch64 atomics for new atomics framework by Rich Felker · 9 years ago
- 61b1e75 overhaul sh atomics for new atomics framework, add j-core cas.l backend by Rich Felker · 9 years ago
- 1315596 refactor internal atomic.h by Rich Felker · 9 years ago
- ce3e24e fix global visibility (vis.h) support for out-of-tree builds by Rich Felker · 9 years ago
- d1b29c2 exclude vis.h when compiling assembly files by Khem Raj · 9 years ago
- 4fcc7eb simplify "make clean" and remove unneeded lib dir from tree by Rich Felker · 9 years ago
- ada4798 deduplicate compiler invocation command line in makefile by Rich Felker · 9 years ago
- 80de11b remove outdated/incorrect comment about AS_CMD from makefile by Rich Felker · 9 years ago
- 0f814a4 remove support for subarch .sub files from the makefile by Rich Felker · 9 years ago
- b6363bb fix build regression for arm pre-v7 from out-of-tree build patch by Rich Felker · 9 years ago
- af21a82 switch arm, sh, and mips fenv asm from .sub system to .S files by Rich Felker · 9 years ago
- 4b9a08f switch sh and mips setjmp asm from .sub system to .S files by Rich Felker · 9 years ago
- 5676460 fix dynamic linker path file selection for arm vs armhf by Rich Felker · 9 years ago
- e4355bd replace armhf math asm source files with inline asm by Rich Felker · 9 years ago
- cb1875e adapt build of arm memcpy asm not to use .sub files by Rich Felker · 9 years ago
- 9514e70 eliminate separate static/shared CFLAGS vars in makefile by Rich Felker · 9 years ago
- 9f5eb77 add support for arch-provided replacement files as .c or .S by Rich Felker · 9 years ago
- 53f41fb netinet/tcp: Add TCPOPT, TCPOLEN constants by Kylie McClain · 9 years ago
- 3cdbfb9 fix if_nametoindex return value when socket open fails by Ron Yorston · 9 years ago
- 2f853dd support out-of-tree build by Petr Hosek · 9 years ago
- d5f8394 add missing protocols to protoent lookup functions by Timo Teräs · 9 years ago
- 5e396fb adjust mips crt_arch entry point asm to avoid assembler bugs by Rich Felker · 9 years ago
- 71991a8 adjust i386 max_align_t definition to work around some broken compilers by Rich Felker · 9 years ago
- c673158 fix overly pessimistic realloc strategy in getdelim by Rich Felker · 9 years ago
- d87f0a9 avoid updating caller's size when getdelim fails to realloc by Rich Felker · 9 years ago
- 4221674 fix crash when signal number 0 is passed to sigaction by Rich Felker · 9 years ago
- 0d58bf2 remove visibility suppression by SHARED macro in mips and x32 arch files by Rich Felker · 9 years ago
- 3abb094 fix tsearch, tfind, tdelete to handle null pointer input by Szabolcs Nagy · 9 years ago
- 8994908 tsearch code cleanup by Szabolcs Nagy · 9 years ago
- bc97447 fix tsearch to avoid crash on oom by Szabolcs Nagy · 9 years ago
- e4f9d81 fix tdelete to properly balance the tree by Szabolcs Nagy · 9 years ago
- 7b71284 properly handle point-to-point interfaces in getifaddrs() by Jo-Philipp Wich · 9 years ago
- 12978ac ldso: fix the dtv update logic in __tls_get_new by Szabolcs Nagy · 9 years ago
- 8eead3e math: explicitly promote expressions to excess-precision types by Rich Felker · 9 years ago
- 19caa25 remove undef weak refs to init/fini array symbols in libc.so by Rich Felker · 9 years ago
- 4f3a928 fix build regression from removal of #ifdef SHARED by Rich Felker · 9 years ago
- 5fe3851 use private maps even for read-only segments of FDPIC libraries by Rich Felker · 9 years ago
- 9e0a317 remove use of SHARED macro in dynamic linker version reporting by Rich Felker · 9 years ago
- d56460c unify static and dynamic linked implementations of thread-local storage by Rich Felker · 9 years ago
- ad1cd43 unify static and dynamic libc init/fini code paths by Rich Felker · 9 years ago
- 4aaf879 eliminate use of SHARED macro in __tls_get_addr by Rich Felker · 9 years ago
- 8a8fdf6 eliminate use of SHARED macro to suppress visibility attributes by Rich Felker · 9 years ago
- dc5bd27 use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpic by Rich Felker · 9 years ago
- 9439ebd fix dynamic loader library mapping for nommu systems by Rich Felker · 9 years ago
- a946e81 fix return value of nl_langinfo for invalid item arguments by Rich Felker · 9 years ago
- 4e73d12 explicitly assemble all arm asm sources as UAL by Rich Felker · 9 years ago