Age | Commit message (Expand) | Author | Files | Lines |
2016-01-22 | add arch/abi info to dynamic linker's id/version output | Rich Felker | 1 | -1/+1 |
2016-01-22 | remove arch/$(ARCH)/src from the build system | Rich Felker | 1 | -1/+1 |
2016-01-22 | remove sh port's __fpscr_values source file | Rich Felker | 1 | -5/+0 |
2016-01-22 | move sh port's __shcall internal function from arch/sh/src to src tree | Rich Felker | 1 | -0/+0 |
2016-01-22 | move sh __unmapself code from arch/sh/src to main src tree | Rich Felker | 2 | -1/+1 |
2016-01-22 | move x32 sysinfo impl and syscall fixup code out of arch/x32/src | Rich Felker | 3 | -1/+0 |
2016-01-22 | overhaul powerpc atomics for new atomics framework | Rich Felker | 1 | -14/+38 |
2016-01-22 | clean up x86_64 (and x32) atomics for new atomics framework | Rich Felker | 2 | -113/+130 |
2016-01-22 | clean up i386 atomics for new atomics framework | Rich Felker | 1 | -66/+58 |
2016-01-22 | overhaul mips atomics for new atomics framework | Rich Felker | 1 | -53/+31 |
2016-01-22 | move arm-specific translation units out of arch/arm/src, to src/*/arm | Rich Felker | 9 | -1/+0 |
2016-01-21 | overhaul arm atomics for new atomics framework | Rich Felker | 1 | -142/+38 |
2016-01-21 | overhaul aarch64 atomics for new atomics framework | Rich Felker | 1 | -174/+25 |
2016-01-21 | overhaul sh atomics for new atomics framework, add j-core cas.l backend | Rich Felker | 6 | -262/+110 |
2016-01-21 | refactor internal atomic.h | Rich Felker | 15 | -834/+491 |
2016-01-20 | fix global visibility (vis.h) support for out-of-tree builds | Rich Felker | 1 | -1/+1 |
2016-01-20 | exclude vis.h when compiling assembly files | Khem Raj | 1 | -1/+1 |
2016-01-20 | simplify "make clean" and remove unneeded lib dir from tree | Rich Felker | 2 | -7/+1 |
2016-01-20 | deduplicate compiler invocation command line in makefile | Rich Felker | 1 | -7/+9 |
2016-01-20 | remove outdated/incorrect comment about AS_CMD from makefile | Rich Felker | 1 | -1/+0 |
2016-01-20 | remove support for subarch .sub files from the makefile | Rich Felker | 1 | -16/+2 |
2016-01-20 | fix build regression for arm pre-v7 from out-of-tree build patch | Rich Felker | 3 | -1/+1 |
2016-01-20 | switch arm, sh, and mips fenv asm from .sub system to .S files | Rich Felker | 12 | -6/+21 |
2016-01-20 | switch sh and mips setjmp asm from .sub system to .S files | Rich Felker | 20 | -109/+12 |
2016-01-20 | fix dynamic linker path file selection for arm vs armhf | Rich Felker | 1 | -3/+3 |
2016-01-20 | replace armhf math asm source files with inline asm | Rich Felker | 16 | -40/+60 |
2016-01-20 | adapt build of arm memcpy asm not to use .sub files | Rich Felker | 4 | -2/+7 |
2016-01-19 | eliminate separate static/shared CFLAGS vars in makefile | Rich Felker | 1 | -13/+13 |
2016-01-19 | add support for arch-provided replacement files as .c or .S | Rich Felker | 1 | -3/+9 |
2016-01-17 | netinet/tcp: Add TCPOPT, TCPOLEN constants | Kylie McClain | 1 | -0/+13 |
2016-01-17 | fix if_nametoindex return value when socket open fails | Ron Yorston | 1 | -1/+1 |
2016-01-17 | support out-of-tree build | Petr Hosek | 3 | -60/+101 |
2016-01-06 | add missing protocols to protoent lookup functions | Timo Teräs | 1 | -1/+16 |
2015-12-29 | adjust mips crt_arch entry point asm to avoid assembler bugs | Rich Felker | 1 | -1/+4 |
2015-12-29 | adjust i386 max_align_t definition to work around some broken compilers | Rich Felker | 1 | -3/+5 |
2015-12-20 | fix overly pessimistic realloc strategy in getdelim | Rich Felker | 1 | -1/+1 |
2015-12-19 | avoid updating caller's size when getdelim fails to realloc | Rich Felker | 1 | -5/+6 |
2015-12-15 | fix crash when signal number 0 is passed to sigaction | Rich Felker | 1 | -5/+1 |
2015-12-15 | remove visibility suppression by SHARED macro in mips and x32 arch files | Rich Felker | 2 | -6/+0 |
2015-12-08 | fix tsearch, tfind, tdelete to handle null pointer input | Szabolcs Nagy | 1 | -0/+6 |
2015-12-08 | tsearch code cleanup | Szabolcs Nagy | 1 | -24/+28 |
2015-12-08 | fix tsearch to avoid crash on oom | Szabolcs Nagy | 1 | -1/+1 |
2015-12-08 | fix tdelete to properly balance the tree | Szabolcs Nagy | 1 | -5/+14 |
2015-11-30 | properly handle point-to-point interfaces in getifaddrs() | Jo-Philipp Wich | 1 | -3/+16 |
2015-11-28 | ldso: fix the dtv update logic in __tls_get_new | Szabolcs Nagy | 1 | -1/+1 |
2015-11-21 | math: explicitly promote expressions to excess-precision types | Rich Felker | 3 | -4/+4 |
2015-11-19 | remove undef weak refs to init/fini array symbols in libc.so | Rich Felker | 4 | -14/+20 |
2015-11-18 | fix build regression from removal of #ifdef SHARED | Rich Felker | 1 | -1/+1 |
2015-11-15 | use private maps even for read-only segments of FDPIC libraries | Rich Felker | 1 | -1/+1 |
2015-11-12 | remove use of SHARED macro in dynamic linker version reporting | Rich Felker | 2 | -4/+2 |