summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorLines
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
2014-11-22unify non-inline version of syscall code across archsRich Felker-0/+10
2014-09-16fix overflow corner case in strtoul-family functionsRich Felker-0/+1
2014-09-07add C11 thread creation and related thread functionsRich Felker-0/+2
2014-08-23fix false ownership of stdio FILEs due to tid reuseRich Felker-0/+2
2014-08-22fix fallback checks for kernels without private futex supportRich Felker-1/+1
2014-08-17redesign cond var implementation to fix multiple issuesRich Felker-5/+4
2014-08-17make pointers used in robust list volatileRich Felker-2/+2
2014-08-15make futex operations use private-futex mode when possibleRich Felker-2/+8
2014-07-30add framework for mmap2 syscall unit to vary by archRich Felker-0/+4
2014-07-26implement mo file string lookup for translationsRich Felker-0/+6
2014-07-24implement locale file loading and state for remaining locale categoriesRich Felker-0/+10
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson-0/+13
2014-07-02add locale frameworkRich Felker-3/+23
2014-06-10simplify errno implementationRich Felker-1/+1
2014-05-30fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy-0/+4
2014-05-30break down coarse-grained 64-bit-off_t syscall remappingsRich Felker-4/+16
2014-05-30fix sendfile syscall to use 64-bit off_tRich Felker-0/+5
2014-05-27fix sys_open macro for archs without the plain open syscallRich Felker-4/+4
2014-05-27fix placement of multiple inclusion guard endif in internal syscall.hRich Felker-2/+2
2014-05-24support kernels with no SYS_open syscall, only SYS_openatRich Felker-0/+18
2014-04-17make socketcall types common as they are same for all architecturesTimo Teräs-0/+23
2014-04-16add working vdso clock_gettime support, including static linkingRich Felker-0/+91
2014-04-12use hidden visibility rather than protected for syscall internalsRich Felker-1/+1
2014-03-24always initialize thread pointer at program startRich Felker-2/+2
2014-03-23include header that declares __syscall_ret where it's definedRich Felker-0/+1
2014-02-27rename superh port to "sh" for consistencyRich Felker-0/+0
2014-02-23superh portBobby Bingham-0/+22
2014-02-23mostly-cosmetic fixups to x32 port mergeRich Felker-5/+2
2014-02-23import vanilla x86_64 code as x32rofl0r-0/+12
2014-02-22internal/syscall.h: add syscall_arg_t macrorofl0r-6/+11
2014-02-22internal/syscall.h: use a macro for the syscall args castsrofl0r-13/+17
2014-02-07fix ftello result for append streams with unflushed outputRich Felker-0/+1
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-1/+0
2013-12-01add infrastructure to record and report the version of libc.soRich Felker-0/+12
2013-09-20fix potential deadlock bug in libc-internal locking logicRich Felker-2/+2
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy-0/+6
2013-09-06math: remove STRICT_ASSIGN macroSzabolcs Nagy-11/+0
2013-09-05math: remove libc.h include from libm.hSzabolcs Nagy-2/+0
2013-09-05math: cosmetic cleanup (use explicit union instead of fshape and dshape)Szabolcs Nagy-66/+56
2013-09-05math: remove *_WORD64 macros from libm.hSzabolcs Nagy-16/+0
2013-09-05math: remove old longdbl.hSzabolcs Nagy-113/+0