summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorLines
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
2012-11-13import preliminary ppc work by rdp.Richard Pennington-0/+24
2012-11-13complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy-18/+5
2012-11-11add support for thread scheduling (POSIX TPS option)Rich Felker-0/+5
2012-11-11fix clobber of edx in i386 vsyscall asmRich Felker-1/+2
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker-8/+0
2012-11-08clean up stdio_impl.hRich Felker-17/+2
2012-11-01fix more unused variable warningsRich Felker-0/+1
2012-10-25use explicit visibility to optimize a few hot-path function callsRich Felker-11/+13
2012-10-24greatly improve freopen behaviorRich Felker-0/+1
2012-10-21accept "nan(n-char-sequence)" in strtod/scanf functionsRich Felker-1/+19
2012-10-13workaround broken hidden-visibility handling in pccRich Felker-1/+1
2012-10-11comment possibly-confusing i386 vsyscall asmRich Felker-1/+13
2012-10-11i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker-16/+59
2012-10-05support for TLS in dynamic-loaded (dlopen) modulesRich Felker-3/+4
2012-10-04beginnings of full TLS support in shared librariesRich Felker-1/+1
2012-10-04TLS (GNU/C11 thread-local storage) support for static-linked programsRich Felker-0/+1
2012-09-29microblaze portRich Felker-0/+13
2012-09-09add 7-arg syscall support for mipsRich Felker-4/+8
2012-09-09fix broken mips syscall asmRich Felker-2/+2
2012-09-08syscall organization overhaulRich Felker-5/+138
2012-08-17fix float parsing logic for long decimal expansionsRich Felker-1/+1
2012-08-11add bsd fgetln functionRich Felker-1/+1
2012-08-09fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker-2/+5
2012-07-27save AT_HWCAP from auxv for subsequent use in machine-specific codeRich Felker-0/+3
2012-07-12fix several locks that weren't updated right for new futex-based __lockRich Felker-3/+3
2012-07-12fix breakage of x86_64 sigaction from recent changes for mipsRich Felker-1/+1
2012-07-11initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker-0/+22
2012-07-11use unsigned bitmask for consistency in ksigactionRich Felker-1/+1
2012-07-11fix breakage from last commit: forgot to include ksigaction.hRich Felker-0/+6
2012-06-19remove flush hook cruft that was never used from stdioRich Felker-1/+1
2012-06-09add pthread_attr_setstack interface (and get)Rich Felker-1/+2
2012-06-08fix scanning of "-0x" pseudo-hex float (must give negative zero)Rich Felker-1/+1
2012-06-02increase default thread stack size to 80kRich Felker-1/+1
2012-05-31enable LARGEFILE64 aliasesRich Felker-2/+1
2012-05-25remove cruft from pthread structure (old cancellation stuff)Rich Felker-2/+0
2012-05-22remove everything related to forkallRich Felker-1/+0