musl
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
2012-06-14 Rich Felkerreorder exit code to defer stdio flush until after...
2012-06-13 Rich Felkerrevert one change in time.h; no evidence BSD_SOURCE...
2012-06-13 Rich Felkerfix feature test macros in time.h
2012-06-13 Rich Felkeradd timegm function (inverse of gmtime), nonstandard
2012-06-13 Rich Felkeradd init_module/delete_module syscall wrappers
2012-06-13 Rich Felkeradd (currently stubbed due to stubbed strverscmp) versi...
2012-06-13 Rich Felkeradd deprecated capabilities functions
2012-06-10 Rich Felkerfix char signedness bug (arm-specific) in dynamic linker
2012-06-09 Rich Felkeradd pthread_attr_setstack interface (and get)
2012-06-08 Rich Felkerfix scanning of "-0x" pseudo-hex float (must give negat...
2012-06-08 Rich Felkerfix signedness errors in stdint.h constant macros
2012-06-08 Rich Felkerfix %ls breakage in last printf fix
2012-06-08 Rich Felkerfix printf %ls with precision limit over-read issue
2012-06-08 Rich Felkerfix sysinfo, try 2. it seems to work this time.
2012-06-08 Rich Felkersysinfo struct was utter nonsense; no idea where it...
2012-06-08 Rich Felkerfix scanf bug reading literals after width-limited...
2012-06-07 Rich Felkercheck for ld support of -Bsymbolic-functions; disable...
2012-06-07 Rich Felkeruse -nostdlib in linker tests to avoid possible missing...
2012-06-07 Rich Felkeravoid linking main program in linker tests
2012-06-07 Rich Felkermake configure try to disable stack protector
2012-06-07 Rich Felkeradd configure check for gnu linker hash style setting
2012-06-06 Rich Felkermake gcc wrapper rewrite link options rather than just...
2012-06-06 Rich Felkertreat failure of mprotect in map_library as a fatal...
2012-06-05 Rich Felkerfix ctype abi junk (pointer should point to 0 slot...
2012-06-04 Rich Felker_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
2012-06-03 Rich Felkerrelease notes for 0.9.1
2012-06-03 Rich Felkerfix configure build/host/target terminology usage
2012-06-03 Rich Felkerensure that abort always works
2012-06-03 Rich Felkeradd some ugly aliases for LSB ABI compatibility
2012-06-03 Rich Felkerincrease default thread stack size to 80k
2012-06-03 Rich Felkerremove implementation-reserved bits when saving signal...
2012-06-02 Rich Felkerremove no-longer-needed unblocking of signals in pthrea...
2012-06-02 Rich Felkeradd LSB abi junk for ctype functions
2012-06-02 Rich Felkerdeclare environ in unistd.h when _GNU_SOURCE feature...
2012-06-02 Rich Felkeruse fistpll mnemonic instead of fistpq (more widely...
2012-06-01 Rich Felkeradd LSB ABI __xstat, etc. junk
2012-06-01 Rich Felkerenable LARGEFILE64 aliases
2012-05-31 Rich Felkerfix musl-gcc wrapper to work with -pie
2012-05-29 Rich Felkerthere is no such GNU function fpurge, only __fpurge.
2012-05-29 Rich Felkeradd prototype for BSD/GNU stdio *_unlocked extension...
2012-05-29 Rich Felkerremove duplicate lfs64 cruft in stdio.h
2012-05-28 nszmath: fix nextafter definition in tgmath.h
2012-05-27 Rich Felkeradd ldd and main program loading support to dynamic...
next