summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorLines
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
2013-09-05long double cleanup, initial commitSzabolcs Nagy-26/+28
2013-08-03fix multiple bugs in SIGEV_THREAD timersRich Felker-1/+1
2013-08-02debloat code that depends on /proc/self/fd/%d with shared functionRich Felker-0/+13
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-2/+2
2013-07-21add support for init/fini array in main program, and greatly simplifyRich Felker-3/+0
2013-07-17fix missing argument in variadic syscall macrosRich Felker-1/+1
2013-06-29add some comments about the mips ksigaction structure weirdnessRich Felker-0/+3
2013-06-22fix major scanf breakage with unbuffered streams, fmemopen, etc.Rich Felker-0/+1
2013-04-26transition to using functions for internal signal blocking/restoringRich Felker-0/+4
2013-04-06add support for program_invocation[_short]_nameRich Felker-0/+4
2013-03-31implement pthread_getattr_npRich Felker-0/+2
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker-3/+3
2013-02-17consistently use the internal name __environ for environRich Felker-1/+0
2013-02-01replace __wake function with macro that performs direct syscallRich Felker-1/+2
2012-12-11make CMPLX macros available in complex.h in non-c11 mode as wellSzabolcs Nagy-8/+0
2012-12-07fix trailing whitespace issues that crept in here and thereRich Felker-1/+1
2012-11-15Merge remote-tracking branch 'nsz/math'Rich Felker-23/+8
2012-11-14Merge remote-tracking branch 'ppc-port/ppc-squashed'Rich Felker-0/+18
2012-11-13math: turn off the STRICT_ASSIGN workaround by defaultSzabolcs Nagy-5/+3
2012-11-13PPC port cleaned up, static linking works well now.rofl0r-24/+18