musl
2013-08-02 Rich Felkerprotect against long double type mismatches (mainly...
2013-08-02 Rich Felkeradd legacy function valloc
2013-08-02 Rich Felkerfix feature test macro logic for _BSD_SOURCE
2013-08-02 Rich Felkeradd wcsftime_t alias
2013-08-02 Rich Felkeradd missing c++ extern "C" wrapping to link.h
2013-08-02 Rich Felkermake fchdir, fchmod, fchown, and fstat support O_PATH...
2013-08-02 Rich Felkerdebloat code that depends on /proc/self/fd/%d with...
2013-08-02 Rich Felkerwork around linux's lack of flags argument to fchmodat...
2013-08-02 Rich Felkermove RPATH search after LD_LIBRARY_PATH search
2013-08-02 Rich Felkerprovide useless 64-bit fcntl macros with _LARGEFILE64_S...
2013-08-02 Rich Felkerif map_library has allocated a buffer for phdrs, free...
2013-08-02 Rich Felkerimprove error handling in map_library and support long...
2013-08-02 Rich Felkerfix uninitialized dyn variable in map_library
2013-08-02 Rich Felkerfix (deprecated) mktemp logic and update it to match...
2013-08-02 Rich Felkerremove (no longer useful) namespace-protected __mktemp...
2013-08-02 Rich Felkermake mkdtemp and mkstemp family leave template unchange...
2013-08-02 Rich Felkeroptimized memset asm for i386 and x86_64
2013-08-01 Rich Felkerwork around gcc 4.8's generation of self-referential...
2013-07-31 Rich Felkerin pthread_getattr_np, use mremap rather than madvise...
2013-07-31 Rich Felkerfix theoretical out-of-bound access in dynamic linker
2013-07-31 Rich Felkerprevent passing PT_INTERP name to dlopen from double...
2013-07-31 Rich Felkeradd some sanity checks in dynamic loader code
2013-07-31 Rich Felkerfix bug where read error was treated as success reading...
2013-07-31 Rich Felkerdon't call null pointer if DT_INIT/DT_FINI are null
2013-07-30 Rich Felkeradd macros for new(ish) prctl commands
2013-07-30 Rich Felkerfix some prctl macros that were incorrectly copied...
2013-07-30 Timo Teräsuse separate sigaction buffers for old and new data
2013-07-29 Rich Felkerrelease notes for 0.9.12
2013-07-28 Rich Felkeradd missing erfcl wrapper for archs where long double...
2013-07-28 Rich Felkerfix semantically incorrect use of LC_GLOBAL_LOCALE
2013-07-28 Rich Felkerfix indention-with-spaces
2013-07-27 Rich Felkerreorder strftime to eliminate the incorrect indention...
2013-07-27 Rich Felkeradd wrapper headers, with warnings, for various incorre...
2013-07-27 Rich Felkera few more fixes for unistd/sysconf feature reporting
2013-07-27 Rich Felkerreport presence of ADV and MSG options in unistd.h...
2013-07-26 Rich Felkerreport that posix_spawn is supported in unistd.h and...
2013-07-26 Rich Felkeradd ABI symbols for strtol family functions
2013-07-26 Rich Felkermake ldd report the libc/dynamic linker itself
2013-07-26 Rich Felkerfix computation of entry point and main app phdrs when...
2013-07-26 Rich Felkerfix powerpc build breakage from dynamic linker path...
2013-07-26 Rich Felkernew mostly-C crt1 implementation
2013-07-25 Rich Felkerfix undefined strcpy call in inet_ntop
2013-07-25 Rich Felkermake inet_ntop format v4-mapped ipv6 addresses properly
2013-07-25 Rich Felkerdo not include math modules in the default -O3 optimiza...
2013-07-25 Rich Felkerfix incorrect type for new si_call_addr in siginfo_t
2013-07-25 Szabolcs Nagyadd protocol families PF_IB and PF_VSOCK to socket.h
2013-07-24 Szabolcs Nagyupdate siginfo according to linux headers
2013-07-24 Rich Felkerrework langinfo code for ABI compat and for use by... master
2013-07-24 Rich Felkerupdate strxfrm/wcsxfrm for future LC_COLLATE support...
2013-07-24 Rich Felkeradd ABI compat aliases for a number of locale_t functions
2013-07-24 Szabolcs Nagyadd PTRACE_PEEKSIGINFO to ptrace.h
2013-07-24 Szabolcs Nagyadd if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN
2013-07-24 Szabolcs Nagyadd CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h
2013-07-24 Szabolcs Nagyremove TCP_COOKIE_TRANSACTIONS from tcp.h
2013-07-24 Szabolcs Nagyadd SO_SELECT_ERR_QUEUE to socket.h
2013-07-24 Rich Felkerprepare strcoll/wcscoll for LC_COLLATE support and...
2013-07-24 Rich Felkeradd _l versions of strtod family functions, purely...
2013-07-24 Rich Felkeradd __wcsftime_l symbol
2013-07-24 Rich Felkermove strftime_l into strftime.c and add __-prefixed...
2013-07-24 Rich Felkermake getaddrinfo with AF_UNSPEC and null host return...
2013-07-24 Rich Felkersupport STB_GNU_UNIQUE symbol bindings in dynamic linker
2013-07-24 Rich Felkermove the dynamic linker's jmp_buf from static to automa...
2013-07-24 Rich Felkerchange jmp_buf to share an underlying type and struct...
2013-07-24 Rich Felkerremove redundant check in memalign
2013-07-24 Rich Felkerfix heap corruption bug in memalign
2013-07-23 Rich Felkerenhance build process to allow selective -O3 optimization
2013-07-23 Rich Felkerundefine internal-use type macros at the end of alltypes.h
2013-07-22 Rich Felkerremove SIG_ATOMIC_MIN/MAX from stdint bits headers
2013-07-22 Rich Felkermove register_t and u_int64_t (back) to alltypes
2013-07-22 Rich Felkerfix regression in size of nlink_t (broken stat struct...
2013-07-22 Rich Felkermake regoff_t and regex_t match C++ ABI
2013-07-22 Rich Felkerdisable legacy init/fini processing on ARM
2013-07-22 Rich Felkermake pthread_key_t unsigned to match ABI
2013-07-22 Rich Felkermake pthread attribute types structs, even when they...
2013-07-22 Rich Felkerchange wint_t to unsigned
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...
2013-07-21 Rich Felkerremove init/fini array asm from arm crti/crtn files
2013-07-21 Rich Felkerremove __libc_csu_* cruft
2013-07-21 Rich Felkeradd support for init/fini array in main program, and...
2013-07-21 Rich Felkerfix order of fini_array execution for shared libs
2013-07-20 Rich Felkeradd support for init_array/fini_array ctors/dtors to...
2013-07-20 Rich Felkerfix shm_open wrongly being cancellable
2013-07-20 Rich Felkerfix uninitialized/stale use of alloc (%m modifier)...
2013-07-20 Rich Felkerharden realloc/free to detect simple overflows
2013-07-19 Rich Felkeradd UIO_MAXIOV macro in sys/uio.h
2013-07-19 Rich Felkerimprove [f]stat[v]fs functions, and possibly work aroun...
2013-07-19 Rich Felkerchange uid_t, gid_t, and id_t to unsigned types
2013-07-19 Rich Felkerfix invalid C in new trycppif tests in configure script
2013-07-19 Rich Felkeradd build system support for arch endian & float abi...
2013-07-18 Rich Felkermake the dynamic linker find its path file relative...
2013-07-18 Rich Felkerfix off-by-one error in checks for implementation-inter...
2013-07-18 Rich Felkerfix FILENAME_MAX to match PATH_MAX
2013-07-17 Rich Felkermake spacing in x86_64 alltypes.h.sh more uniform with...
2013-07-17 Rich Felkermake posix_spawn (and functions that use it) use CLONE_...
2013-07-17 Rich Felkerfix missing argument in variadic syscall macros
2013-07-17 Rich Felkerfix error code on time conversion overflows
2013-07-17 Rich Felkerfix fd leak in file mapping code used in new zoneinfo...
2013-07-17 Rich Felkerthe big time handling overhaul
2013-07-13 Rich Felkerfix omission of dtv setup in static linked programs...
2013-07-10 Rich Felkeradd PIE support for ARM
next