aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-11fix potential race condition in detached threadsRich Felker2-4/+10
2012-07-11mips clone: don't free stack space used to copy argRich Felker1-1/+0
2012-07-11fix mips clone() on real linux kernelRich Felker1-4/+7
2012-07-11fix MAP_ANONYMOUS value for mips, remove cruft copied from i386Rich Felker1-2/+1
2012-07-11fix clone() on mips (args were in wrong order)Rich Felker1-3/+2
2012-07-11first attempt at making threads work on mipsRich Felker3-0/+67
2012-07-11generic c version of __set_thread_area for archs where it worksRich Felker1-1/+5
2012-07-11initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker38-0/+2196
2012-07-11remove unused var in new sigaction codeRich Felker1-1/+1
2012-07-11use unsigned bitmask for consistency in ksigactionRich Felker1-1/+1