musl
2012-10-03 Rich Felkertell the assembler to mark all files as not requiring...
2012-10-01 Rich Felkeradd getopt reset support
2012-09-30 Rich Felkerprotect sem_open against cancellation
2012-09-30 Rich Felkeroverhaul sem_open
2012-09-30 Rich Felkerclean up, bugfixes, and general improvement for shm_ope...
2012-09-30 Rich Felkerdefine some _POSIX_* macros that were omitted; required...
2012-09-29 Rich Felkermore close-on-exec fixes, mostly using new "e" flag...
2012-09-29 Rich Felkeradd 'e' modifier (close-on-exec) to fopen and fdopen
2012-09-29 Rich Felkerfix some more O_CLOEXEC/SOCK_CLOEXEC issues
2012-09-29 Rich Felkeralways expose accept4
2012-09-29 Rich Felkeralways expose dup3 and pipe2
2012-09-29 Rich Felkermove accept4, dup3, and pipe2 to non-linux-specific...
2012-09-29 Rich Felkeremulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre...
2012-09-29 Rich Felkersem_open should make process-shared semaphores
2012-09-29 Rich Felkeruse O_CLOEXEC to open semaphore files in sem_open
2012-09-29 Rich Felkerfix some indention-with-spaces that crept in
2012-09-29 Rich Felkermicroblaze port
2012-09-27 Rich Felkerfix arm clone syscall bug (no effect unless app uses...
2012-09-27 Rich Felkeroptimize strchrnul/strcspn not to scan string twice...
2012-09-27 Rich Felkerslightly cleaner strlen, also seems to compile to bette...
2012-09-26 Rich Felkerfix dirname to handle input of form "foo/" correctly
2012-09-25 Rich Felkerfix handling of EINTR during close()
2012-09-22 Rich Felkerfix getaddrinfo to accept port 0 (zero)
2012-09-22 Rich Felkerfix remaining IPC_64 issue (shmctl)
2012-09-22 Rich Felkerfix IPC_64 in msgctl too
2012-09-22 Rich Felkerfix broken semctl on systems that don't use IPC_64...
2012-09-21 Rich Felkeroffer REALGCC variable to configure musl-gcc wrapper...
2012-09-21 Rich FelkerLFS64 alias for prlimit
2012-09-17 Rich Felkeradd clock_adjtime, remap_file_pages, and syncfs syscall...
2012-09-16 Rich Felkerrelease notes for 0.9.6
2012-09-16 Rich Felkeradd O_EXEC open mode
2012-09-16 Rich Felkeradd crypt_md5 password hash
2012-09-16 Rich Felkerfix stupid bug in updating of O_ACCMODE for O_SEARCH...
2012-09-15 Rich Felker0.9.5 release notes
2012-09-15 Rich Felkerfix syscall asm constraints for arm too
2012-09-15 Rich Felkerrevert low rounds-count limits in crypt hashes
2012-09-15 Rich Felkerupdate mips cancellation-point syscall asm with 7-arg...
2012-09-15 Rich Felkerfix buggy constraints in mips inline syscall asm
2012-09-15 Rich Felkerworkaround gcc got-register-reload performance problems...
2012-09-15 Rich Felkerremove forced -O3 from shared library CFLAGS
2012-09-14 Rich Felkeruse vfork if possible in posix_spawn
2012-09-14 Rich Felkerstrsep is BSD|GNU, not GNU-only; it's originally from BSD
2012-09-14 Rich Felkeradd O_PATH/O_SEARCH support to fcntl.h
2012-09-11 Rich Felkerimprove mips syscall asm constraints to use immediates...
2012-09-11 Rich Felkereliminate assumption that mips syscall restart preserve...
2012-09-10 Rich Felkerasm for memmove on i386 and x86_64
2012-09-10 Rich Felkerfix another ppoll issue (missing sigset_t size argument)
2012-09-10 Rich Felkerreenable word-at-at-time copying in memmove
2012-09-10 Rich Felkerfix ppoll with null timeout argument
2012-09-10 Rich Felkeradd LIBCC (compiler runtime) logic and override to...
2012-09-09 Rich Felkeradd setdomainname syscall, fix getdomainname (previousl...
2012-09-09 Rich Felkermincore syscall wrapper
2012-09-09 Rich Felkerfix up lfs64 junk for preadv/pwritev
2012-09-09 Rich Felkeradd preadv/pwritev syscall wrappers
2012-09-09 Rich Felkerfix typo introduced in poll.h
2012-09-09 Rich Felkeradd linux ppoll syscall wrapper
2012-09-09 Rich Felkerreenable sync_file_range; should no longer break on...
2012-09-09 Rich Felkeradd 7-arg syscall support for mips
2012-09-09 Rich Felkerinline syscall support for arm
2012-09-09 Rich Felkerinline syscall support for mips
2012-09-09 Rich Felkerfix mips syscall_cp_asm code (saved register usage)
2012-09-09 Rich Felkerfix broken mips syscall asm
2012-09-09 Rich Felkerdisable sync_file_range for now
2012-09-09 Rich Felkersyscall organization overhaul
2012-09-09 Rich Felkeradd acct syscall source file, omitted in last syscalls...
2012-09-09 Rich Felkeradd acct, accept4, setns, and dup3 syscalls (linux...
2012-09-08 Rich Felkeradd IPPROTO_HOPOPTS to in.h
2012-09-08 Rich Felkeradd IPPROTO_MAX to in.h
2012-09-08 Rich Felkerfix redundant _Noreturn def in err.h
2012-09-08 Rich Felkerremove all remaining redundant __restrict/__inline...
2012-09-08 Rich Felkersysmacros major/minor: result should have type unsigned...
2012-09-08 Rich Felkeradd linux tee syscall
2012-09-08 Rich Felkeradd linux sync_file_range syscall
2012-09-08 Rich Felkermove fallocate syscall wrapper to linux-specific syscal...
2012-09-08 Rich Felkeradd linux readahead syscall
2012-09-08 Rich Felkeradd fallocate (nonstandardized) function
2012-09-08 Rich Felkerfix broken fallocate syscall in posix_fallocate
2012-09-08 Rich Felkeradd timerfd interfaces (untested)
2012-09-08 Rich Felkeradd stdnoreturn.h (C11)
2012-09-08 Rich FelkerTCP_* is in the reserved namespace for tcp.h; make...
2012-09-08 Rich Felkerremove unneeded judgemental commentary from ftw.h
2012-09-08 Rich Felkerdefault features: make musl usable without feature...
2012-09-07 Rich Felkeradd clang-compatible thread-pointer code for mips
2012-09-07 Rich Felkercleanup src/linux and src/misc trees, etc.
2012-09-07 Rich Felkerfix constraint violation in ftw
2012-09-07 Rich Felkerprovide loff_t for splice syscall
2012-09-07 Rich Felkerfurther use of _Noreturn, for non-plain-C functions
2012-09-07 Rich Felkerfix invalid implicit pointer conversion in gnulib-compa...
2012-09-07 Rich Felkeradd _Noreturn function attribute, with fallback for...
2012-09-07 Rich Felkerdladdr should be available under _BSD_SOURCE as well...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-09-07 Rich Felkerremove dependency of wmemmove on wmemcpy direction
2012-09-07 Rich Felkerremove dependency of memmove on memcpy direction
2012-09-07 Rich Felkerfix broken ttyname[_r] (failure to null-terminate result)
2012-09-02 Rich Felkeravoid "inline" in public headers for strict c89 compati...
2012-09-01 Rich Felkerfix wrong type for poll.h nfds_t
2012-08-30 Rich Felkerfix missing statics in crypt_sha256 code
2012-08-29 Rich Felkeranti-DoS rounds count limits for blowfish and des crypt
2012-08-29 Rich Felkerlimit sha512 rounds to similar runtime to sha256 limit
2012-08-29 Rich Felkeradd sha256/sha512 crypt
next