about summary refs log tree commit diff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix sys_open macro for archs without the plain open syscallRich Felker2014-05-271-4/+4
* fix placement of multiple inclusion guard endif in internal syscall.hRich Felker2014-05-271-2/+2
* support kernels with no SYS_open syscall, only SYS_openatRich Felker2014-05-241-0/+18
* make socketcall types common as they are same for all architecturesTimo Teräs2014-04-171-0/+23
* add working vdso clock_gettime support, including static linkingRich Felker2014-04-161-0/+91
* use hidden visibility rather than protected for syscall internalsRich Felker2014-04-121-1/+1
* always initialize thread pointer at program startRich Felker2014-03-241-2/+2
* include header that declares __syscall_ret where it's definedRich Felker2014-03-231-0/+1
* rename superh port to "sh" for consistencyRich Felker2014-02-271-0/+0
* superh portBobby Bingham2014-02-231-0/+22
* mostly-cosmetic fixups to x32 port mergeRich Felker2014-02-231-5/+2