Age | Commit message (Expand) | Author | Files | Lines |
2016-02-10 | fix line-buffered flush omission for odd usage of putc-family functions | Rich Felker | 1 | -1/+2 |
2016-01-30 | ldso: fix GDB dynamic linker info on MIPS | Felix Fietkau | 1 | -0/+4 |
2016-01-26 | change the internal socketcall selection logic | Szabolcs Nagy | 1 | -1/+1 |
2016-01-22 | move sh port's __shcall internal function from arch/sh/src to src tree | Rich Felker | 1 | -0/+5 |
2016-01-21 | refactor internal atomic.h | Rich Felker | 1 | -0/+275 |
2016-01-20 | exclude vis.h when compiling assembly files | Khem Raj | 1 | -1/+1 |
2015-11-19 | remove undef weak refs to init/fini array symbols in libc.so | Rich Felker | 1 | -6/+1 |
2015-11-12 | remove use of SHARED macro in dynamic linker version reporting | Rich Felker | 1 | -4/+1 |
2015-11-12 | unify static and dynamic linked implementations of thread-local storage | Rich Felker | 1 | -1/+8 |
2015-11-11 | eliminate use of SHARED macro to suppress visibility attributes | Rich Felker | 2 | -14/+4 |
2015-11-11 | fix dynamic loader library mapping for nommu systems | Rich Felker | 1 | -0/+4 |
2015-11-10 | explicitly assemble all arm asm sources as UAL | Rich Felker | 1 | -0/+1 |
2015-11-09 | remove non-working pre-armv4t support from arm asm | Rich Felker | 1 | -2/+0 |
2015-09-29 | eliminate protected-visibility data in libc.so with vis.h preinclude | Rich Felker | 1 | -0/+3 |
2015-09-23 | fix signal return for sh/fdpic | Rich Felker | 1 | -0/+2 |
2015-09-22 | add real fdpic loading of shared libraries | Rich Felker | 1 | -0/+4 |
2015-09-22 | add general fdpic support in dynamic linker and arch support for sh | Rich Felker | 1 | -3/+14 |
2015-09-17 | add fdpic structs and reloc types for dynamic linking | Rich Felker | 1 | -0/+16 |
2015-09-12 | provide arch-generic fdpic self-relocation code for crt1 to use | Rich Felker | 1 | -0/+28 |
2015-06-25 | fix local-dynamic model TLS on mips and powerpc | Rich Felker | 1 | -0/+4 |
2015-06-16 | switch to using trap number 31 for syscalls on sh | Rich Felker | 1 | -1/+1 |
2015-06-16 | refactor stdio open file list handling, move it out of global libc struct | Rich Felker | 2 | -4/+3 |
2015-06-16 | byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code | Rich Felker | 1 | -0/+3 |
2015-06-16 | byte-based C locale, phase 2: stdio and iconv (multibyte callers) | Rich Felker | 1 | -0/+1 |
2015-06-07 | add multiple inclusion guard to locale_impl.h | Rich Felker | 1 | -0/+5 |
2015-06-07 | remove redefinition of MB_CUR_MAX in locale_impl.h | Rich Felker | 1 | -3/+0 |
2015-06-06 | make static C and C.UTF-8 locales available outside of newlocale | Rich Felker | 1 | -0/+7 |
2015-05-27 | overhaul locale internals to treat categories roughly uniformly | Rich Felker | 2 | -7/+5 |
2015-05-25 | move call to dynamic linker stage-3 into stage-2 function | Rich Felker | 1 | -1/+1 |
2015-05-16 | eliminate costly tricks to avoid TLS access for current locale state | Rich Felker | 2 | -6/+2 |
2015-05-06 | fix stack protector crashes on x32 & powerpc due to misplaced TLS canary | Rich Felker | 1 | -1/+6 |
2015-04-22 | in visibility preinclude, remove overrides for stdin/stdout/stderr | Rich Felker | 1 | -3/+0 |
2015-04-22 | fix inconsistent visibility for __hwcap and __sysinfo symbols | Rich Felker | 1 | -2/+3 |
2015-04-22 | remove additional libc struct accessor cruft | Rich Felker | 1 | -12/+0 |
2015-04-22 | remove cruft for libc struct accessor function and broken visibility | Rich Felker | 1 | -14/+0 |
2015-04-19 | add optional global visibility override | Rich Felker | 1 | -0/+40 |
2015-04-18 | make dlerror state and message thread-local and dynamically-allocated | Rich Felker | 1 | -0/+2 |
2015-04-18 | add missing 'void' in prototypes of internal pthread functions | Alexander Monakov | 1 | -6/+6 |
2015-04-14 | fix inconsistent visibility for internal syscall symbols | Rich Felker | 11 | -1/+11 |
2015-04-14 | use hidden visibility for i386 asm-internal __vsyscall symbol | Rich Felker | 1 | -0/+2 |
2015-04-13 | remove remnants of support for running in no-thread-pointer mode | Rich Felker | 1 | -2/+1 |
2015-04-13 | dynamic linker bootstrap overhaul | Rich Felker | 1 | -0/+57 |
2015-04-10 | redesign and simplify vmlock system | Rich Felker | 1 | -0/+4 |
2015-03-11 | add aarch64 port | Szabolcs Nagy | 1 | -0/+13 |
2015-03-11 | math: add dummy implementations of 128 bit long double functions | Szabolcs Nagy | 1 | -0/+14 |
2015-03-11 | copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs | Szabolcs Nagy | 1 | -0/+1 |
2015-03-03 | make all objects used with atomic operations volatile | Rich Felker | 3 | -20/+20 |
2015-03-02 | factor cancellation cleanup push/pop out of futex __timedwait function | Rich Felker | 1 | -1/+2 |
2015-02-09 | add IEEE binary128 long double support to floatscan | Szabolcs Nagy | 1 | -1/+9 |
2015-02-07 | remove cruft from x86_64 syscall.h | Szabolcs Nagy | 1 | -0/+3 |