summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorFilesLines
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-1/+0
2013-12-01add infrastructure to record and report the version of libc.soRich Felker1-0/+12
2013-09-20fix potential deadlock bug in libc-internal locking logicRich Felker1-2/+2
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy1-0/+6
2013-09-06math: remove STRICT_ASSIGN macroSzabolcs Nagy1-11/+0
2013-09-05math: remove libc.h include from libm.hSzabolcs Nagy1-2/+0
2013-09-05math: cosmetic cleanup (use explicit union instead of fshape and dshape)Szabolcs Nagy1-66/+56
2013-09-05math: remove *_WORD64 macros from libm.hSzabolcs Nagy1-16/+0
2013-09-05math: remove old longdbl.hSzabolcs Nagy2-113/+0
2013-09-05long double cleanup, initial commitSzabolcs Nagy2-26/+28
2013-08-03fix multiple bugs in SIGEV_THREAD timersRich Felker1-1/+1
2013-08-02debloat code that depends on /proc/self/fd/%d with shared functionRich Felker1-0/+13
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2-2/+2
2013-07-21add support for init/fini array in main program, and greatly simplifyRich Felker1-3/+0
2013-07-17fix missing argument in variadic syscall macrosRich Felker1-1/+1
2013-06-29add some comments about the mips ksigaction structure weirdnessRich Felker1-0/+3
2013-06-22fix major scanf breakage with unbuffered streams, fmemopen, etc.Rich Felker1-0/+1
2013-04-26transition to using functions for internal signal blocking/restoringRich Felker1-0/+4
2013-04-06add support for program_invocation[_short]_nameRich Felker1-0/+4
2013-03-31implement pthread_getattr_npRich Felker1-0/+2
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker1-3/+3
2013-02-17consistently use the internal name __environ for environRich Felker1-1/+0
2013-02-01replace __wake function with macro that performs direct syscallRich Felker1-1/+2
2012-12-11make CMPLX macros available in complex.h in non-c11 mode as wellSzabolcs Nagy1-8/+0
2012-12-07fix trailing whitespace issues that crept in here and thereRich Felker1-1/+1
2012-11-15Merge remote-tracking branch 'nsz/math'Rich Felker1-23/+8
2012-11-14Merge remote-tracking branch 'ppc-port/ppc-squashed'Rich Felker1-0/+18
2012-11-13math: turn off the STRICT_ASSIGN workaround by defaultSzabolcs Nagy1-5/+3
2012-11-13PPC port cleaned up, static linking works well now.rofl0r2-24/+18
2012-11-13import preliminary ppc work by rdp.Richard Pennington1-0/+24
2012-11-13complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy1-18/+5
2012-11-11add support for thread scheduling (POSIX TPS option)Rich Felker1-0/+5
2012-11-11fix clobber of edx in i386 vsyscall asmRich Felker1-1/+2
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker1-8/+0
2012-11-08clean up stdio_impl.hRich Felker3-17/+2
2012-11-01fix more unused variable warningsRich Felker1-0/+1
2012-10-25use explicit visibility to optimize a few hot-path function callsRich Felker3-11/+13
2012-10-24greatly improve freopen behaviorRich Felker1-0/+1
2012-10-21accept "nan(n-char-sequence)" in strtod/scanf functionsRich Felker1-1/+19
2012-10-13workaround broken hidden-visibility handling in pccRich Felker1-1/+1
2012-10-11comment possibly-confusing i386 vsyscall asmRich Felker1-1/+13
2012-10-11i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker2-16/+59
2012-10-05support for TLS in dynamic-loaded (dlopen) modulesRich Felker2-3/+4
2012-10-04beginnings of full TLS support in shared librariesRich Felker1-1/+1
2012-10-04TLS (GNU/C11 thread-local storage) support for static-linked programsRich Felker1-0/+1
2012-09-29microblaze portRich Felker1-0/+13
2012-09-09add 7-arg syscall support for mipsRich Felker2-4/+8
2012-09-09fix broken mips syscall asmRich Felker1-2/+2
2012-09-08syscall organization overhaulRich Felker1-5/+138
2012-08-17fix float parsing logic for long decimal expansionsRich Felker1-1/+1