about summary refs log tree commit diff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix major scanf breakage with unbuffered streams, fmemopen, etc.Rich Felker2013-06-221-0/+1
* transition to using functions for internal signal blocking/restoringRich Felker2013-04-261-0/+4
* add support for program_invocation[_short]_nameRich Felker2013-04-061-0/+4
* implement pthread_getattr_npRich Felker2013-03-311-0/+2
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-3/+3
* consistently use the internal name __environ for environRich Felker2013-02-171-1/+0
* replace __wake function with macro that performs direct syscallRich Felker2013-02-011-1/+2
* make CMPLX macros available in complex.h in non-c11 mode as wellSzabolcs Nagy2012-12-111-8/+0
* fix trailing whitespace issues that crept in here and thereRich Felker2012-12-071-1/+1
* Merge remote-tracking branch 'nsz/math'Rich Felker2012-11-151-23/+8
|\
| * math: turn off the STRICT_ASSIGN workaround by defaultSzabolcs Nagy2012-11-131-5/+3
| * complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy2012-11-131-18/+5
* | Merge remote-tracking branch 'ppc-port/ppc-squashed'Rich Felker2012-11-141-0/+18
|\ \ | |/ |/|
| * PPC port cleaned up, static linking works well now.rofl0r2012-11-132-24/+18
| * import preliminary ppc work by rdp.Richard Pennington2012-11-131-0/+24