about summary refs log tree commit diff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
* 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
* save AT_HWCAP from auxv for subsequent use in machine-specific codeRich Felker2012-07-272-0/+3
* fix several locks that weren't updated right for new futex-based __lockRich Felker2012-07-121-3/+3
* fix breakage of x86_64 sigaction from recent changes for mipsRich Felker2012-07-121-1/+1
* initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker2012-07-111-0/+22
* use unsigned bitmask for consistency in ksigactionRich Felker2012-07-111-1/+1
* fix breakage from last commit: forgot to include ksigaction.hRich Felker2012-07-111-0/+6
* remove flush hook cruft that was never used from stdioRich Felker2012-06-191-1/+1
* add pthread_attr_setstack interface (and get)Rich Felker2012-06-091-1/+2
* fix scanning of "-0x" pseudo-hex float (must give negative zero)Rich Felker2012-06-081-1/+1
* increase default thread stack size to 80kRich Felker2012-06-021-1/+1
* enable LARGEFILE64 aliasesRich Felker2012-05-311-2/+1
* remove cruft from pthread structure (old cancellation stuff)Rich Felker2012-05-251-2/+0
* remove everything related to forkallRich Felker2012-05-221-1/+0
* fix out-of-bounds array access in pthread barriers on 64-bitRich Felker2012-05-211-1/+1
* add FORCE_EVAL macro to evaluate float expr for their side effectnsz2012-05-061-0/+13
* overhaul SSP support to use a real canaryRich Felker2012-05-031-0/+4