about summary refs log tree commit diff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
* 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
* add FUTEX_PRIVATE macro to internal futex.hRich Felker2015-01-151-0/+2
* provide CMPLX macros in implementation-internal libm.hRich Felker2014-12-171-0/+12
* unify non-inline version of syscall code across archsRich Felker2014-11-221-0/+10
* fix overflow corner case in strtoul-family functionsRich Felker2014-09-161-0/+1
* add C11 thread creation and related thread functionsRich Felker2014-09-071-0/+2
* fix false ownership of stdio FILEs due to tid reuseRich Felker2014-08-232-0/+2
* fix fallback checks for kernels without private futex supportRich Felker2014-08-221-1/+1
* redesign cond var implementation to fix multiple issuesRich Felker2014-08-171-5/+4
* make pointers used in robust list volatileRich Felker2014-08-171-2/+2
* make futex operations use private-futex mode when possibleRich Felker2014-08-151-2/+8
* add framework for mmap2 syscall unit to vary by archRich Felker2014-07-301-0/+4
* implement mo file string lookup for translationsRich Felker2014-07-261-0/+6
* implement locale file loading and state for remaining locale categoriesRich Felker2014-07-242-0/+10
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-181-0/+13
* add locale frameworkRich Felker2014-07-022-3/+23
* simplify errno implementationRich Felker2014-06-101-1/+1
* fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy2014-05-301-0/+4
* break down coarse-grained 64-bit-off_t syscall remappingsRich Felker2014-05-301-4/+16
* fix sendfile syscall to use 64-bit off_tRich Felker2014-05-301-0/+5