aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-18recheck cancellation disabled flag after syscall returns EINTRRich Felker1-1/+1
2011-04-18remove bogus extra logic for close cancellabilityRich Felker1-3/+1
2011-04-17fix typo in x86_64 cancellable syscall asmRich Felker1-1/+1
2011-04-17minimal realpath implementation using /procRich Felker1-0/+43
2011-04-17pthread_exit is not supposed to affect cancellabilityRich Felker1-2/+0
2011-04-17fix pthread_exit from cancellation handlerRich Felker1-5/+5
2011-04-17clean up handling of thread/nothread mode, lockingRich Felker8-27/+16
2011-04-17debloat: use __syscall instead of syscall where possibleRich Felker7-8/+8
2011-04-17fix bugs in cancellable syscall asmRich Felker3-11/+12
2011-04-17optimize cancellation enable/disable codeRich Felker4-4/+11
2011-04-17don't use pthread_once when there is no danger in raceRich Felker1-2/+5
2011-04-17fix some minor issues in cancellation handling patchRich Felker3-11/+19
2011-04-17overhaul pthread cancellationRich Felker50-227/+247
2011-04-15remove stupid debug code in wordexpRich Felker1-1/+0