summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorLines
2016-01-26change the internal socketcall selection logicSzabolcs Nagy-1/+1
2016-01-22move sh port's __shcall internal function from arch/sh/src to src treeRich Felker-0/+5
2016-01-21refactor internal atomic.hRich Felker-0/+275
2016-01-20exclude vis.h when compiling assembly filesKhem Raj-1/+1
2015-11-19remove undef weak refs to init/fini array symbols in libc.soRich Felker-6/+1
2015-11-12remove use of SHARED macro in dynamic linker version reportingRich Felker-4/+1
2015-11-12unify static and dynamic linked implementations of thread-local storageRich Felker-1/+8
2015-11-11eliminate use of SHARED macro to suppress visibility attributesRich Felker-14/+4
2015-11-11fix dynamic loader library mapping for nommu systemsRich Felker-0/+4
2015-11-10explicitly assemble all arm asm sources as UALRich Felker-0/+1
2015-11-09remove non-working pre-armv4t support from arm asmRich Felker-2/+0
2015-09-29eliminate protected-visibility data in libc.so with vis.h preincludeRich Felker-0/+3
2015-09-23fix signal return for sh/fdpicRich Felker-0/+2
2015-09-22add real fdpic loading of shared librariesRich Felker-0/+4
2015-09-22add general fdpic support in dynamic linker and arch support for shRich Felker-3/+14
2015-09-17add fdpic structs and reloc types for dynamic linkingRich Felker-0/+16
2015-09-12provide arch-generic fdpic self-relocation code for crt1 to useRich Felker-0/+28
2015-06-25fix local-dynamic model TLS on mips and powerpcRich Felker-0/+4
2015-06-16switch to using trap number 31 for syscalls on shRich Felker-1/+1
2015-06-16refactor stdio open file list handling, move it out of global libc structRich Felker-4/+3
2015-06-16byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker-0/+3
2015-06-16byte-based C locale, phase 2: stdio and iconv (multibyte callers)Rich Felker-0/+1
2015-06-07add multiple inclusion guard to locale_impl.hRich Felker-0/+5
2015-06-07remove redefinition of MB_CUR_MAX in locale_impl.hRich Felker-3/+0
2015-06-06make static C and C.UTF-8 locales available outside of newlocaleRich Felker-0/+7
2015-05-27overhaul locale internals to treat categories roughly uniformlyRich Felker-7/+5
2015-05-25move call to dynamic linker stage-3 into stage-2 functionRich Felker-1/+1
2015-05-16eliminate costly tricks to avoid TLS access for current locale stateRich Felker-6/+2
2015-05-06fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker-1/+6
2015-04-22in visibility preinclude, remove overrides for stdin/stdout/stderrRich Felker-3/+0
2015-04-22fix inconsistent visibility for __hwcap and __sysinfo symbolsRich Felker-2/+3
2015-04-22remove additional libc struct accessor cruftRich Felker-12/+0
2015-04-22remove cruft for libc struct accessor function and broken visibilityRich Felker-14/+0
2015-04-19add optional global visibility overrideRich Felker-0/+40
2015-04-18make dlerror state and message thread-local and dynamically-allocatedRich Felker-0/+2
2015-04-18add missing 'void' in prototypes of internal pthread functionsAlexander Monakov-6/+6
2015-04-14fix inconsistent visibility for internal syscall symbolsRich Felker-1/+11
2015-04-14use hidden visibility for i386 asm-internal __vsyscall symbolRich Felker-0/+2
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker-2/+1
2015-04-13dynamic linker bootstrap overhaulRich Felker-0/+57
2015-04-10redesign and simplify vmlock systemRich Felker-0/+4
2015-03-11add aarch64 portSzabolcs Nagy-0/+13
2015-03-11math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy-0/+14
2015-03-11copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy-0/+1
2015-03-03make all objects used with atomic operations volatileRich Felker-20/+20
2015-03-02factor cancellation cleanup push/pop out of futex __timedwait functionRich Felker-1/+2
2015-02-09add IEEE binary128 long double support to floatscanSzabolcs Nagy-1/+9
2015-02-07remove cruft from x86_64 syscall.hSzabolcs Nagy-0/+3
2015-01-15add FUTEX_PRIVATE macro to internal futex.hRich Felker-0/+2
2014-12-17provide CMPLX macros in implementation-internal libm.hRich Felker-0/+12