summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2012-09-29move accept4, dup3, and pipe2 to non-linux-specific locationsRich Felker-0/+0
2012-09-29emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernelsRich Felker-3/+15
2012-09-29sem_open should make process-shared semaphoresRich Felker-1/+1
2012-09-29use O_CLOEXEC to open semaphore files in sem_openRich Felker-2/+2
2012-09-29fix some indention-with-spaces that crept inRich Felker-9/+9
2012-09-29microblaze portRich Felker-0/+2213
2012-09-27fix arm clone syscall bug (no effect unless app uses clone)Rich Felker-2/+1
2012-09-27optimize strchrnul/strcspn not to scan string twice on no-matchRich Felker-25/+29
2012-09-27slightly cleaner strlen, also seems to compile to better codeRich Felker-6/+4
2012-09-26fix dirname to handle input of form "foo/" correctlyRich Felker-6/+5
2012-09-24fix handling of EINTR during close()Rich Felker-1/+4
2012-09-22fix getaddrinfo to accept port 0 (zero)Rich Felker-2/+2
2012-09-22fix remaining IPC_64 issue (shmctl)Rich Felker-4/+2
2012-09-22fix IPC_64 in msgctl tooRich Felker-6/+4
2012-09-22fix broken semctl on systems that don't use IPC_64 flagRich Felker-2/+12
2012-09-21offer REALGCC variable to configure musl-gcc wrapper at runtimeRich Felker-1/+1
2012-09-21LFS64 alias for prlimitRich Felker-0/+4
2012-09-16add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker-0/+36
2012-09-16release notes for 0.9.6v0.9.6Rich Felker-0/+11
2012-09-15add O_EXEC open modeRich Felker-0/+4
2012-09-15add crypt_md5 password hashRich Felker-2/+285
2012-09-15fix stupid bug in updating of O_ACCMODE for O_SEARCH supportRich Felker-1/+1
2012-09-150.9.5 release notesv0.9.5Rich Felker-0/+32
2012-09-15fix syscall asm constraints for arm tooRich Felker-4/+4
2012-09-15revert low rounds-count limits in crypt hashesRich Felker-4/+4
2012-09-15update mips cancellation-point syscall asm with 7-arg and r25 fixesRich Felker-2/+5
2012-09-15fix buggy constraints in mips inline syscall asmRich Felker-2/+2
2012-09-14workaround gcc got-register-reload performance problems in mallocRich Felker-4/+8
2012-09-14remove forced -O3 from shared library CFLAGSRich Felker-1/+1
2012-09-14use vfork if possible in posix_spawnRich Felker-1/+3
2012-09-13strsep is BSD|GNU, not GNU-only; it's originally from BSDRich Felker-1/+4
2012-09-13add O_PATH/O_SEARCH support to fcntl.hRich Felker-1/+9
2012-09-11improve mips syscall asm constraints to use immediates, if possibleRich Felker-12/+21
2012-09-10eliminate assumption that mips syscall restart preserves r25Rich Felker-23/+12
2012-09-10asm for memmove on i386 and x86_64Rich Felker-0/+36
2012-09-10fix another ppoll issue (missing sigset_t size argument)Rich Felker-1/+1
2012-09-10reenable word-at-at-time copying in memmoveRich Felker-4/+27
2012-09-10fix ppoll with null timeout argumentRich Felker-2/+2
2012-09-10add LIBCC (compiler runtime) logic and override to configureRich Felker-0/+7
2012-09-09add setdomainname syscall, fix getdomainname (previously a stub)Rich Felker-1/+18
2012-09-09mincore syscall wrapperRich Felker-0/+9
2012-09-09fix up lfs64 junk for preadv/pwritevRich Felker-2/+7
2012-09-09add preadv/pwritev syscall wrappersRich Felker-0/+35
2012-09-09fix typo introduced in poll.hRich Felker-1/+1
2012-09-09add linux ppoll syscall wrapperRich Felker-0/+19
2012-09-09reenable sync_file_range; should no longer break on mipsRich Felker-2/+2
2012-09-09add 7-arg syscall support for mipsRich Felker-4/+8
2012-09-09inline syscall support for armRich Felker-0/+53
2012-09-09inline syscall support for mipsRich Felker-0/+57
2012-09-09fix mips syscall_cp_asm code (saved register usage)Rich Felker-2/+2