summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-05-25ensure pthread-internal signals are unblocked before threads are usedRich Felker-0/+1
2012-05-25fix regex on armRich Felker-1/+1
2012-05-25remove cruft from pthread structure (old cancellation stuff)Rich Felker-2/+0
2012-05-25remove leftover cp_sp cruft from cancellation code, fix small bugRich Felker-3/+1
2012-05-24avoid deprecated (by linux) alarm syscall; use setitimer insteadRich Felker-1/+4
2012-05-24linux deprecated SYS_utime on some archs, so use SYS_utimes insteadRich Felker-1/+8
2012-05-23fix bad opcode in arm syscall_cp_asmRich Felker-1/+1
2012-05-23fix issue with longjmp out of signal handlers and cancellationRich Felker-52/+35
2012-05-23simplify cancellation push/pop slightlyRich Felker-12/+9
2012-05-22remove everything related to forkallRich Felker-77/+0
2012-05-21fix typo in utimes function that made it mess up file timesRich Felker-1/+1
2012-05-21fix out-of-bounds array access in pthread barriers on 64-bitRich Felker-1/+1
2012-05-16fix misplaced semicolon in preprocessor directive (#undef h_errno)Rich Felker-1/+1
2012-05-13remove some no-op end of string tests from regex parserRich Felker-4/+0
2012-05-13another BRE fix: in ^*, * is literalRich Felker-0/+2
2012-05-13let sysconf accurately report # of cpus availableRich Felker-2/+10
2012-05-12use __h_errno_location for h_errnoRich Felker-0/+9
2012-05-13search: add comments to tsearch_avl.cnsz-0/+6
2012-05-13search: add tdestroy (gnu extension)nsz-0/+21
2012-05-10Merge remote-tracking branch 'nsz/master'Rich Felker-5/+8
2012-05-10remove __lock dependency from exitRich Felker-2/+4
2012-05-10fix missing static (namespace clash)Rich Felker-1/+1
2012-05-08math: fix remquo.c when x==-y and a subnormal remainder bug as wellnsz-5/+8
2012-05-07some assemblers don't like fistpq; use the alt. mnemonic fistpllRich Felker-3/+3
2012-05-07fix error checking for \ at end of regex (this was broken previously)Rich Felker-1/+1
2012-05-07fix copy and paste error in regex code causing mishandling of \) in BRERich Felker-1/+1
2012-05-07fix regex breakage in last commit (failure to handle empty regex, etc.)Rich Felker-4/+1
2012-05-07fix ugly bugs in TRE regex parserRich Felker-60/+31
2012-05-06add FORCE_EVAL macro to evaluate float expr for their side effectnsz-24/+25
2012-05-06fix unused variable warnings in new nextafter/nexttoward codeRich Felker-6/+12
2012-05-06Merge remote-tracking branch 'nsz/master'Rich Felker-291/+176
2012-05-06add isastream (obsolete STREAMS junk)Rich Felker-0/+7
2012-05-06math: nextafter and nexttoward cleanupnsz-291/+176
2012-05-05update license of njk contributed code (x86_64 asm)Rich Felker-5/+5
2012-05-04make pthread stacks non-executableRich Felker-1/+1
2012-05-04Merge remote-tracking branch 'nsz/master'Rich Felker-20/+16
2012-05-04fix error reporting for dlsym with global symbolsRich Felker-1/+2
2012-05-05math: change the formula used for acos.snsz-20/+16
2012-05-04fix uninitialized var in vfwprintf printing 0-prec stringRich Felker-1/+1
2012-05-03avoid setting nondefault scheduler tooRich Felker-1/+1
2012-05-03implement stub versions of sched_*Rich Felker-0/+49
2012-05-03overhaul SSP support to use a real canaryRich Felker-12/+25
2012-05-02fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker-4/+9
2012-05-01support alternate glibc name pow10 for exp10Rich Felker-0/+9
2012-04-30add C stub for sqrtl (already implemented in asm on i386 and x86_64)Rich Felker-0/+9
2012-04-30first try at writing an efficient and "correct" exp10Rich Felker-0/+55
2012-04-30make stack protector work with gcc configured for non-tls canaryRich Felker-0/+2
2012-04-30fix off-by-one error that caused uninitialized memory read in floatscanRich Felker-1/+1
2012-04-29fix typo in the x86_64 rounding asmRich Felker-4/+4
2012-04-29new math asm (abs/rounding) for x86_64Rich Felker-0/+36