about summary refs log tree commit diff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
* 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
* | add support for thread scheduling (POSIX TPS option)Rich Felker2012-11-111-0/+5
* | fix clobber of edx in i386 vsyscall asmRich Felker2012-11-111-1/+2
* | clean up sloppy nested inclusion from pthread_impl.hRich Felker2012-11-081-8/+0
* | clean up stdio_impl.hRich Felker2012-11-083-17/+2
|/
* fix more unused variable warningsRich Felker2012-11-011-0/+1
* use explicit visibility to optimize a few hot-path function callsRich Felker2012-10-253-11/+13
* greatly improve freopen behaviorRich Felker2012-10-241-0/+1
* accept "nan(n-char-sequence)" in strtod/scanf functionsRich Felker2012-10-211-1/+19
* workaround broken hidden-visibility handling in pccRich Felker2012-10-131-1/+1
* comment possibly-confusing i386 vsyscall asmRich Felker2012-10-111-1/+13
* i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker2012-10-112-16/+59
* support for TLS in dynamic-loaded (dlopen) modulesRich Felker2012-10-052-3/+4
* beginnings of full TLS support in shared librariesRich Felker2012-10-041-1/+1
* TLS (GNU/C11 thread-local storage) support for static-linked programsRich Felker2012-10-041-0/+1
* microblaze portRich Felker2012-09-291-0/+13
* add 7-arg syscall support for mipsRich Felker2012-09-092-4/+8
* fix broken mips syscall asmRich Felker2012-09-091-2/+2
* syscall organization overhaulRich Felker2012-09-081-5/+138
* fix float parsing logic for long decimal expansionsRich Felker2012-08-171-1/+1
* add bsd fgetln functionRich Felker2012-08-111-1/+1
* fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker2012-08-091-2/+5