about summary refs log tree commit diff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* import vanilla x86_64 code as x32rofl0r2014-02-231-0/+12
* internal/syscall.h: add syscall_arg_t macrorofl0r2014-02-221-6/+11
* internal/syscall.h: use a macro for the syscall args castsrofl0r2014-02-221-13/+17
* fix ftello result for append streams with unflushed outputRich Felker2014-02-071-0/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* add infrastructure to record and report the version of libc.soRich Felker2013-12-011-0/+12
* fix potential deadlock bug in libc-internal locking logicRich Felker2013-09-201-2/+2
* support configurable page size on mips, powerpc and microblazeSzabolcs Nagy2013-09-151-0/+6
* math: remove STRICT_ASSIGN macroSzabolcs Nagy2013-09-061-11/+0
* math: remove libc.h include from libm.hSzabolcs Nagy2013-09-051-2/+0
* math: cosmetic cleanup (use explicit union instead of fshape and dshape)Szabolcs Nagy2013-09-051-66/+56
* math: remove *_WORD64 macros from libm.hSzabolcs Nagy2013-09-051-16/+0
* math: remove old longdbl.hSzabolcs Nagy2013-09-052-113/+0
* long double cleanup, initial commitSzabolcs Nagy2013-09-052-26/+28
* fix multiple bugs in SIGEV_THREAD timersRich Felker2013-08-031-1/+1
* debloat code that depends on /proc/self/fd/%d with shared functionRich Felker2013-08-021-0/+13
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-222-2/+2
* add support for init/fini array in main program, and greatly simplifyRich Felker2013-07-211-3/+0
* fix missing argument in variadic syscall macrosRich Felker2013-07-171-1/+1
* add some comments about the mips ksigaction structure weirdnessRich Felker2013-06-291-0/+3