aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-16release notes for 0.9.6Rich Felker1-0/+11
2012-09-15add O_EXEC open modeRich Felker4-0/+4
2012-09-15add crypt_md5 password hashRich Felker2-2/+285
2012-09-15fix stupid bug in updating of O_ACCMODE for O_SEARCH supportRich Felker1-1/+1
2012-09-150.9.5 release notesRich Felker1-0/+32
2012-09-15fix syscall asm constraints for arm tooRich Felker1-4/+4
2012-09-15revert low rounds-count limits in crypt hashesRich Felker4-4/+4
2012-09-15update mips cancellation-point syscall asm with 7-arg and r25 fixesRich Felker1-2/+5
2012-09-15fix buggy constraints in mips inline syscall asmRich Felker1-2/+2
2012-09-14workaround gcc got-register-reload performance problems in mallocRich Felker1-4/+8
2012-09-14remove forced -O3 from shared library CFLAGSRich Felker1-1/+1
2012-09-14use vfork if possible in posix_spawnRich Felker1-1/+3
2012-09-13strsep is BSD|GNU, not GNU-only; it's originally from BSDRich Felker1-1/+4
2012-09-13add O_PATH/O_SEARCH support to fcntl.hRich Felker5-1/+9
2012-09-11improve mips syscall asm constraints to use immediates, if possibleRich Felker1-12/+21
2012-09-10eliminate assumption that mips syscall restart preserves r25Rich Felker1-23/+12
2012-09-10asm for memmove on i386 and x86_64Rich Felker2-0/+36
2012-09-10fix another ppoll issue (missing sigset_t size argument)Rich Felker1-1/+1
2012-09-10reenable word-at-at-time copying in memmoveRich Felker1-4/+27
2012-09-10fix ppoll with null timeout argumentRich Felker1-2/+2
2012-09-10add LIBCC (compiler runtime) logic and override to configureRich Felker1-0/+7
2012-09-09add setdomainname syscall, fix getdomainname (previously a stub)Rich Felker3-1/+18
2012-09-09mincore syscall wrapperRich Felker2-0/+9
2012-09-09fix up lfs64 junk for preadv/pwritevRich Felker3-2/+7
2012-09-09add preadv/pwritev syscall wrappersRich Felker3-0/+35
2012-09-09fix typo introduced in poll.hRich Felker1-1/+1
2012-09-09add linux ppoll syscall wrapperRich Felker2-0/+19
2012-09-09reenable sync_file_range; should no longer break on mipsRich Felker1-2/+2
2012-09-09add 7-arg syscall support for mipsRich Felker2-4/+8
2012-09-09inline syscall support for armRich Felker1-0/+53
2012-09-09inline syscall support for mipsRich Felker1-0/+57
2012-09-09fix mips syscall_cp_asm code (saved register usage)Rich Felker1-2/+2
2012-09-09fix broken mips syscall asmRich Felker1-2/+2
2012-09-08disable sync_file_range for nowRich Felker1-2/+3
2012-09-08syscall organization overhaulRich Felker10-655/+420