musl
2012-08-03 Rich Felkerabstract out compiler runtime library for linking libc.so
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-24 Rich Felkergcc wrapper improvement: leave libgcc dir in the librar...
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 Felkerfix namespace issue in prototypes in math.h
2012-07-22 Rich Felkerfix wrong size for sigjmp_buf signal set array
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-19 Rich Felkerfix typo in aio.h
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 Felkerfix broken mips a_fetch_add
2012-07-13 Rich Felkersigsetjmp asm for mips
2012-07-13 Rich Felkermipsel (little endian) support
2012-07-13 Rich Felkerworkaround another sendmsg kernel bug on 64-bit machines
2012-07-12 Rich Felkerfix redef of sigprocmask constants on mips
2012-07-12 Rich Felkerdisable dynamic linking on mips for now (broken)
2012-07-12 Rich Felkermore mips bits-header fixes
2012-07-12 Rich Felkerfix mips syscalls with long long args
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 mips mcontext_t structure size
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 MAP_ANONYMOUS value for mips, remove cruft copied...
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-10 Rich Felkersupport -mfpmath=387 on x86_64
2012-07-10 Rich Felkerfix wrong value of FLT_EVAL_METHOD for x86_64
2012-07-09 Rich Felkermake arm syscalls (still non-inline) more efficient
2012-07-08 Rich Felkerremove little-endian assumption from arm atomic.h
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...
2012-07-04 Rich Felkeradd prototypes for getw/putw
2012-07-04 Rich Felkerconfigure: only use -ffloat-store on i386
2012-07-04 Rich Felkerjmp_buf overhaul fixing several issues
2012-07-03 Rich Felkerfix sigsetjmp on arm (needs asm)
2012-07-03 Rich Felkerfix missing function declarations for __stdio_exit
2012-07-03 Rich Felkerfix missing prototype and simplify sincosl on ld64...
2012-07-03 Rich Felkerfix invalid implicit pointer conversion in ld64 modfl
2012-06-29 Rich Felkerreplace old and ugly crypt implementation
2012-06-25 Rich Felkerfix arm crti/crtn code
2012-06-25 Rich Felkerrelease notes for 0.9.2
2012-06-24 Rich Felkeradd process_vm_readv and process_vm_writev syscall...
2012-06-24 Rich Felkerupdate syscall defs to latest kernel ones
2012-06-21 Rich Felkerproper error handling for fcntl F_GETOWN on modern...
2012-06-20 nszmath: fix fma bug on x86 (found by Bruno Haible with...
2012-06-20 Rich Felkerfix broken wcwidth tables
2012-06-20 Rich Felkersupport ld80 pseudo-denormal invalid bit patterns;...
2012-06-20 Rich Felkerfix ptsname_r to conform to the upcoming posix requirements
2012-06-20 Rich Felkerfix fwrite return value when full write does not succeed
2012-06-20 Rich Felkeravoid cancellation in pclose
2012-06-20 Rich Felkerfix invalid memory access in pclose
2012-06-20 Rich Felkermake popen cancellation-safe
2012-06-20 Rich Felkerpopen: handle issues with fd0/1 being closed
2012-06-20 Rich Felkerduplocale: don't crash when called with LC_GLOBAL_LOCALE
2012-06-20 Rich Felkermake strerror_r behave nicer on failure
2012-06-20 Rich Felkerfix another oob pointer arithmetic issue in printf...
2012-06-20 Rich Felkerminor perror behavior fix
2012-06-20 Rich Felkerfix localeconv values and implementation
2012-06-20 Rich Felkerfix mistake in length test in getlogin_r
2012-06-20 Rich Felkerfix dummied-out fsync
2012-06-20 Rich Felkerfix dummied-out fdatasync
2012-06-20 Rich Felkerfix pointer overflow bug in floating point printf
2012-06-19 Rich Felkeradd vhangup syscall wrapper
2012-06-19 Rich Felkerinclude declarations for new stdio_ext functions (gnuli...
2012-06-19 Rich Felkeradd new stdio extension functions to make gnulib happy
2012-06-19 Rich Felkerstdio: handle file position correctly at program exit
2012-06-19 Rich Felkerminor cleanup in fflush
2012-06-19 Rich Felkerremove flush hook cruft that was never used from stdio
2012-06-19 Rich Felkerfix multiple iconv bugs reading utf-16/32 and wchar_t
2012-06-19 Rich Felkerfix iconv dest utf-16: unavailable chars must be replac...
2012-06-19 Rich Felkerfix erroneous utf-16 encoding with surrogates in iconv
2012-06-18 Rich Felkerchange stdio_ext __freading/__fwriting semantics slightly
2012-06-18 Rich Felkerfdopen should set errno when it fails due to invalid...
2012-06-16 Rich Felkerheader file fixes: multiple include guard consistency...
2012-06-15 Rich Felkerdirect syscall to open in __init_security needs O_LARGEFILE
next