2012-09-29 |
Rich Felker | always expose dup3 and pipe2 |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | move accept4, dup3, and pipe2 to non-linux-specific... |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre... |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | sem_open should make process-shared semaphores |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | use O_CLOEXEC to open semaphore files in sem_open |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | fix some indention-with-spaces that crept in |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | microblaze port |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Rich Felker | fix arm clone syscall bug (no effect unless app uses... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Rich Felker | optimize strchrnul/strcspn not to scan string twice... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Rich Felker | slightly cleaner strlen, also seems to compile to bette... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Rich Felker | fix dirname to handle input of form "foo/" correctly |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Rich Felker | fix handling of EINTR during close() |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Rich Felker | fix getaddrinfo to accept port 0 (zero) |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Rich Felker | fix remaining IPC_64 issue (shmctl) |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Rich Felker | fix IPC_64 in msgctl too |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Rich Felker | fix broken semctl on systems that don't use IPC_64... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Rich Felker | offer REALGCC variable to configure musl-gcc wrapper... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Rich Felker | LFS64 alias for prlimit |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Rich Felker | add clock_adjtime, remap_file_pages, and syncfs syscall... |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Rich Felker | release notes for 0.9.6 v0.9.6 |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Rich Felker | add O_EXEC open mode |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Rich Felker | add crypt_md5 password hash |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Rich Felker | fix stupid bug in updating of O_ACCMODE for O_SEARCH... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | 0.9.5 release notes v0.9.5 |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | fix syscall asm constraints for arm too |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | revert low rounds-count limits in crypt hashes |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | update mips cancellation-point syscall asm with 7-arg... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | fix buggy constraints in mips inline syscall asm |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | workaround gcc got-register-reload performance problems... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | remove forced -O3 from shared library CFLAGS |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Rich Felker | use vfork if possible in posix_spawn |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Rich Felker | strsep is BSD|GNU, not GNU-only; it's originally from BSD |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Rich Felker | add O_PATH/O_SEARCH support to fcntl.h |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Rich Felker | improve mips syscall asm constraints to use immediates... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Rich Felker | eliminate assumption that mips syscall restart preserve... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Rich Felker | asm for memmove on i386 and x86_64 |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Rich Felker | fix another ppoll issue (missing sigset_t size argument) |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Rich Felker | reenable word-at-at-time copying in memmove |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Rich Felker | fix ppoll with null timeout argument |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Rich Felker | add LIBCC (compiler runtime) logic and override to... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | add setdomainname syscall, fix getdomainname (previousl... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | mincore syscall wrapper |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | fix up lfs64 junk for preadv/pwritev |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | add preadv/pwritev syscall wrappers |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | fix typo introduced in poll.h |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | add linux ppoll syscall wrapper |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | reenable sync_file_range; should no longer break on... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | add 7-arg syscall support for mips |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | inline syscall support for arm |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | inline syscall support for mips |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | fix mips syscall_cp_asm code (saved register usage) |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | fix broken mips syscall asm |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | disable sync_file_range for now |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | syscall organization overhaul |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | add acct syscall source file, omitted in last syscalls... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Rich Felker | add acct, accept4, setns, and dup3 syscalls (linux... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | add IPPROTO_HOPOPTS to in.h |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | add IPPROTO_MAX to in.h |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | fix redundant _Noreturn def in err.h |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | remove all remaining redundant __restrict/__inline... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | sysmacros major/minor: result should have type unsigned... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | add linux tee syscall |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | add linux sync_file_range syscall |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | move fallocate syscall wrapper to linux-specific syscal... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | add linux readahead syscall |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | add fallocate (nonstandardized) function |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | fix broken fallocate syscall in posix_fallocate |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | add timerfd interfaces (untested) |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | add stdnoreturn.h (C11) |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | TCP_* is in the reserved namespace for tcp.h; make... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | remove unneeded judgemental commentary from ftw.h |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Rich Felker | default features: make musl usable without feature... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Rich Felker | add clang-compatible thread-pointer code for mips |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Rich Felker | cleanup src/linux and src/misc trees, etc. |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Rich Felker | fix constraint violation in ftw |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Rich Felker | provide loff_t for splice syscall |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Rich Felker | further use of _Noreturn, for non-plain-C functions |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Rich Felker | fix invalid implicit pointer conversion in gnulib-compa... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Rich Felker | add _Noreturn function attribute, with fallback for... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Rich Felker | dladdr should be available under _BSD_SOURCE as well... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Rich Felker | use restrict everywhere it's required by c99 and/or... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Rich Felker | remove dependency of wmemmove on wmemcpy direction |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Rich Felker | remove dependency of memmove on memcpy direction |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Rich Felker | fix broken ttyname[_r] (failure to null-terminate result) |
commit | commitdiff | tree | snapshot |
2012-09-02 |
Rich Felker | avoid "inline" in public headers for strict c89 compati... |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Rich Felker | fix wrong type for poll.h nfds_t |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Rich Felker | fix missing statics in crypt_sha256 code |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Rich Felker | anti-DoS rounds count limits for blowfish and des crypt |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Rich Felker | limit sha512 rounds to similar runtime to sha256 limit |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Rich Felker | add sha256/sha512 crypt |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Rich Felker | get rid of eh_frame bloat |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Rich Felker | fix bug caused by main app & libc having map set; canno... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Rich Felker | dladdr support for dynamic linker (nonstandard extension) |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Rich Felker | implement "low hanging fruit" from C11 |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Rich Felker | add c11 quick_exit and at_quick_exit functions |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Rich Felker | fix bug in gnu hash lookup on dlsym(handle, name) lookups |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Rich Felker | clean up search_vec usage for vdso |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Rich Felker | use new search_vec function to find vdso in dynamic... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Rich Felker | ensure canary is setup if stack-prot libs are dlopen... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Rich Felker | add gnu hash support in the dynamic linker |
commit | commitdiff | tree | snapshot |
next |