add acct, accept4, setns, and dup3 syscalls (linux extensions)
[musl] / src /
2012-09-09 Rich Felkeradd acct, accept4, setns, and dup3 syscalls (linux...
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-07 Rich Felkercleanup src/linux and src/misc trees, etc.
2012-09-07 Rich Felkerfix constraint violation in ftw
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 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-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
2012-08-27 Rich Felkerfix bug caused by main app & libc having map set; canno...
2012-08-27 Rich Felkerdladdr support for dynamic linker (nonstandard extension)
2012-08-26 Rich Felkerimplement "low hanging fruit" from C11
2012-08-26 Rich Felkeradd c11 quick_exit and at_quick_exit functions
2012-08-25 Rich Felkerfix bug in gnu hash lookup on dlsym(handle, name) lookups
2012-08-25 Rich Felkerclean up search_vec usage for vdso
2012-08-25 Rich Felkeruse new search_vec function to find vdso in dynamic...
2012-08-25 Rich Felkerensure canary is setup if stack-prot libs are dlopen...
2012-08-25 Rich Felkeradd gnu hash support in the dynamic linker
2012-08-23 Rich Felkeroptimize legacy ffs function
2012-08-20 Rich Felkerfix bug whereby most atexit-registered functions got...
2012-08-18 Rich Felkermake dynamic linker report all failures before exiting
2012-08-18 Rich Felkerfix bug computing argc when invoking ld-musl-mips.so...
2012-08-17 Rich Felkerfix extremely rare but dangerous race condition in...
2012-08-17 Rich Felkerfix float parsing logic for long decimal expansions
2012-08-16 Rich Felkerhandle null arguments to legacy bsd err.h functions
2012-08-15 Rich Felkeradd missing xattr functions
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/bsd'
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-13 Rich Felkerremove significandl
2012-08-13 Rich Felkeradd significand[fl] math functions
2012-08-12 Rich Felkermemcpy asm for i386 and x86_64
2012-08-11 Rich Felkerremove unused but buggy code from strstr.c
2012-08-11 Rich Felkerremove buggy short-string wcsstr implementation; always...
2012-08-11 Rich Felkeradd bsd fgetln function
2012-08-11 Rich Felkerminor but worthwhile optimization in printf: avoid...
2012-08-11 Rich Felkertrivial optimization to printf: avoid wasted call frame
2012-08-10 Rich Felkeradd blowfish hash support to crypt
2012-08-10 Rich Felkerfix (hopefully) all hard-coded 8's for kernel sigset_t...
2012-08-10 Rich Felkermake crypt return an unmatchable hash rather than NULL...
2012-08-08 nszmath: fix exp.s on i386 and x86_64 so the exception... exp
2012-08-07 Rich Felkerfix bug dlsym bug that slipped in during dynamic linker...
2012-08-05 Rich Felkerdlsym RTLD_NEXT support for mips
2012-08-05 Rich Felkermore changes that were lost when committing mips dynami...
2012-08-05 Rich Felkerfix change lost in the process of integrating mips...
2012-08-05 Rich Felkermips dynamic linker support
2012-08-05 Rich Felkermore cleanup of dynamic linker internals
2012-08-05 Rich Felkermore dynamic linker internals cleanup
2012-08-05 Rich Felkerdynamic linker internals cleanup
2012-08-05 Rich Felkerfloating point support for arm setjmp/longjmp
2012-08-03 Rich Felkerfix argument type error on wcwidth function
2012-08-02 Rich Felkerfix missing static in getusershell (namespace pollution)
2012-08-01 Rich Felkeroptimize mempcpy to minimize need for data saved across...
2012-07-27 Rich Felkeroptimize arm setjmp/longjmp register saving/loading
2012-07-27 Rich Felkersave AT_HWCAP from auxv for subsequent use in machine...
2012-07-24 Rich Felkerretry on cas failures in sem_trywait
2012-07-23 Rich Felkeradd ioperm/iopl syscalls
2012-07-23 Rich Felkeradd splice and vmsplice syscalls
2012-07-23 Rich Felkeradd extended attributes syscalls
2012-07-23 Rich Felkeradd pipe2 syscall
2012-07-23 Rich Felkerremove scanf dependency from getaddrinfo /etc/services...
2012-07-22 Rich Felkergetaddrinfo /etc/services lookup support
2012-07-22 Rich Felkeradd floating point register saving/restoring to mips...
2012-07-22 Rich Felkermake getservby*_r return error code rather than -1...
2012-07-21 Rich Felkerfix logic error for skipping failed interfaces in if_na...
2012-07-15 Rich Felkerfix getservby*() with null pointer for protocol argument
2012-07-15 Rich Felkeravoid blx instruction which does not exist on armv4t...
2012-07-13 Rich Felkermake dynamic linker tell the debugger its own pathname
2012-07-13 Rich Felkersigsetjmp asm for mips
2012-07-13 Rich Felkerworkaround another sendmsg kernel bug on 64-bit machines
2012-07-12 Rich Felkerfix several locks that weren't updated right for new...
2012-07-12 Rich Felkerfix pthread_kill unlocking
2012-07-12 Rich Felkerfix breakage of x86_64 sigaction from recent changes...
2012-07-12 Rich Felkerfix potential race condition in detached threads
2012-07-12 Rich Felkermips clone: don't free stack space used to copy arg
2012-07-12 Rich Felkerfix mips clone() on real linux kernel
2012-07-12 Rich Felkerfix clone() on mips (args were in wrong order)
2012-07-11 Rich Felkerfirst attempt at making threads work on mips
2012-07-11 Rich Felkergeneric c version of __set_thread_area for archs where...
2012-07-11 Rich Felkerinitial version of mips (o32) port, based on work by...
2012-07-11 Rich Felkerremove unused var in new sigaction code
2012-07-11 Rich Felkeruse unsigned bitmask for consistency in ksigaction
2012-07-11 Rich Felkerfix breakage from last commit: forgot to include ksigac...
2012-07-11 Rich Felkerchanges to kernel sigaction struct handling in preparat...
2012-07-11 Rich Felkermake dynamic linker depend on -DSHARED not -fPIC
2012-07-11 Rich Felkerfix lots of breakage on dlopen, mostly with explicit...
2012-07-07 Rich Felkerfix dlsym RTLD_NEXT support
2012-07-04 Rich Felkerputw is supposed to return 0 (not the value written...
2012-07-04 Rich Felkermake sure getw/putw agree with prototypes by defining...
next