about summary refs log tree commit diff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
* fix line-buffered flush omission for odd usage of putc-family functionsRich Felker2016-02-101-1/+2
* ldso: fix GDB dynamic linker info on MIPSFelix Fietkau2016-01-301-0/+4
* change the internal socketcall selection logicSzabolcs Nagy2016-01-261-1/+1
* move sh port's __shcall internal function from arch/sh/src to src treeRich Felker2016-01-221-0/+5
* refactor internal atomic.hRich Felker2016-01-211-0/+275
* exclude vis.h when compiling assembly filesKhem Raj2016-01-201-1/+1
* remove undef weak refs to init/fini array symbols in libc.soRich Felker2015-11-191-6/+1
* remove use of SHARED macro in dynamic linker version reportingRich Felker2015-11-121-4/+1
* unify static and dynamic linked implementations of thread-local storageRich Felker2015-11-121-1/+8
* eliminate use of SHARED macro to suppress visibility attributesRich Felker2015-11-112-14/+4
* fix dynamic loader library mapping for nommu systemsRich Felker2015-11-111-0/+4
* explicitly assemble all arm asm sources as UALRich Felker2015-11-101-0/+1
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-091-2/+0
* eliminate protected-visibility data in libc.so with vis.h preincludeRich Felker2015-09-291-0/+3
* fix signal return for sh/fdpicRich Felker2015-09-231-0/+2
* add real fdpic loading of shared librariesRich Felker2015-09-221-0/+4
* add general fdpic support in dynamic linker and arch support for shRich Felker2015-09-221-3/+14
* add fdpic structs and reloc types for dynamic linkingRich Felker2015-09-171-0/+16
* provide arch-generic fdpic self-relocation code for crt1 to useRich Felker2015-09-121-0/+28
* fix local-dynamic model TLS on mips and powerpcRich Felker2015-06-251-0/+4
* switch to using trap number 31 for syscalls on shRich Felker2015-06-161-1/+1
* refactor stdio open file list handling, move it out of global libc structRich Felker2015-06-162-4/+3
* byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker2015-06-161-0/+3
* byte-based C locale, phase 2: stdio and iconv (multibyte callers)Rich Felker2015-06-161-0/+1
* add multiple inclusion guard to locale_impl.hRich Felker2015-06-071-0/+5
* remove redefinition of MB_CUR_MAX in locale_impl.hRich Felker2015-06-071-3/+0
* make static C and C.UTF-8 locales available outside of newlocaleRich Felker2015-06-061-0/+7
* overhaul locale internals to treat categories roughly uniformlyRich Felker2015-05-272-7/+5
* move call to dynamic linker stage-3 into stage-2 functionRich Felker2015-05-251-1/+1
* eliminate costly tricks to avoid TLS access for current locale stateRich Felker2015-05-162-6/+2
* fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2015-05-061-1/+6
* in visibility preinclude, remove overrides for stdin/stdout/stderrRich Felker2015-04-221-3/+0
* fix inconsistent visibility for __hwcap and __sysinfo symbolsRich Felker2015-04-221-2/+3
* remove additional libc struct accessor cruftRich Felker2015-04-221-12/+0
* remove cruft for libc struct accessor function and broken visibilityRich Felker2015-04-221-14/+0
* add optional global visibility overrideRich Felker2015-04-191-0/+40
* make dlerror state and message thread-local and dynamically-allocatedRich Felker2015-04-181-0/+2
* add missing 'void' in prototypes of internal pthread functionsAlexander Monakov2015-04-181-6/+6
* fix inconsistent visibility for internal syscall symbolsRich Felker2015-04-1411-1/+11
* use hidden visibility for i386 asm-internal __vsyscall symbolRich Felker2015-04-141-0/+2
* remove remnants of support for running in no-thread-pointer modeRich Felker2015-04-131-2/+1
* dynamic linker bootstrap overhaulRich Felker2015-04-131-0/+57
* redesign and simplify vmlock systemRich Felker2015-04-101-0/+4
* add aarch64 portSzabolcs Nagy2015-03-111-0/+13
* math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy2015-03-111-0/+14
* copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy2015-03-111-0/+1
* make all objects used with atomic operations volatileRich Felker2015-03-033-20/+20
* factor cancellation cleanup push/pop out of futex __timedwait functionRich Felker2015-03-021-1/+2
* add IEEE binary128 long double support to floatscanSzabolcs Nagy2015-02-091-1/+9
* remove cruft from x86_64 syscall.hSzabolcs Nagy2015-02-071-0/+3