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 |
2012-08-24 |
Rich Felker | type exposure fixes in sys/sem.h |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Rich Felker | stdio_ext.h needs to include stdio.h, at least to get... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Rich Felker | fix missing uintXX_t in nameser.h |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Rich Felker | fix dirent.h with _BSD_SOURCE |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Rich Felker | optimize legacy ffs function |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Rich Felker | fix bug whereby most atexit-registered functions got... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Rich Felker | make dynamic linker report all failures before exiting |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Rich Felker | release notes for 0.9.4 v0.9.4 |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Rich Felker | add mips to supported arch list in INSTALL file |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Rich Felker | crt1 must align stack pointer on mips |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Rich Felker | fix bug computing argc when invoking ld-musl-mips.so... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Rich Felker | split up installation target |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Rich Felker | fix extremely rare but dangerous race condition in... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Rich Felker | fix float parsing logic for long decimal expansions |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Rich Felker | handle null arguments to legacy bsd err.h functions |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Rich Felker | improve headers to better deal with removed-in-posix... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Rich Felker | add missing xattr functions |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Rich Felker | update copyright/credits for recent code additions |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Rich Felker | support configuring cross compiling with CROSS_COMPILE... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Rich Felker | Merge remote-tracking branch 'nsz/bsd' |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Rich Felker | Merge remote-tracking branch 'nsz/exp' |
commit | commitdiff | tree | snapshot |
2012-08-13 |
nsz | math: fix _BSD_SOURCE namespace in math.h |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Rich Felker | remove significandl |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Rich Felker | add significand[fl] math functions |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Rich Felker | publicly expose getdents api under _BSD_SOURCE |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Rich Felker | memcpy asm for i386 and x86_64 |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Rich Felker | avoid need for -march=mips2 to compile mips atomic... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Rich Felker | remove unused but buggy code from strstr.c |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Rich Felker | remove buggy short-string wcsstr implementation; always... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Rich Felker | add bsd fgetln function |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Rich Felker | minor but worthwhile optimization in printf: avoid... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Rich Felker | trivial optimization to printf: avoid wasted call frame |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Rich Felker | use int instead of long for ptrdiff_t on all 32-bit... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Rich Felker | fix incorrect ptrdiff_t type on mips |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Rich Felker | add blowfish hash support to crypt |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Rich Felker | fix (hopefully) all hard-coded 8's for kernel sigset_t... |
commit | commitdiff | tree | snapshot |
next |