musl
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
2013-07-10 Rich Felkeradd some ARM EABI-specific exception handling infrastru...
2013-07-10 Rich Felkerfix invalid library phdr pointers passed to callback...
2013-07-09 Rich Felkerfix a couple misleading/wrong signal descriptions in...
2013-07-09 Rich Felkeradd realtime signals to strsignal
2013-07-09 Rich Felkerfix off-by-one array bound in strsignal
2013-07-09 Rich Felkerfix bogus lazy allocation in ctermid and missing malloc...
2013-07-09 Rich Felkerfix fd leak on races and cancellation in ctermid
2013-07-09 Rich Felkerfix missing SOCK_CLOEXEC in various functions that...
2013-07-06 Rich Felkeradd NFDBITS in sys/select.h with appropriate feature...
2013-07-05 Rich Felkermove core memalign code from aligned_alloc to __memalign
2013-07-05 Rich Felkermove alignment check from aligned_alloc to posix_memalign
2013-07-03 rofl0radd legacy sys/ttydefaults.h header
2013-07-03 rofl0radd legacy scsi/scsi_ioctl.h header
2013-07-03 rofl0rpaths.h: remove cruft
2013-07-01 Rich Felkeradd stubs for additional legacy ether.h functions
2013-07-01 Rich Felkerfix Makefile so "make install" works before include...
2013-06-30 Rich Felkerrelease notes for 0.9.11
2013-06-29 Rich Felkerfix failure of mbsrtowcs to record stop position when...
2013-06-29 Rich Felkerfix shifts possibly larger than type in major() macro
2013-06-29 Rich Felkerimplement minimal dlinfo function
2013-06-29 Rich Felkeradd some comments about the mips ksigaction structure...
2013-06-29 Rich Felkerfix missing synchronization in calls from dynamic linke...
2013-06-29 Rich Felkerprevent shmget from allocating objects that overflow...
2013-06-29 Rich Felkerwork around wrong kernel type for sem_nsems member...
2013-06-29 Rich Felkeradd missing type shmatt_t in sys/shm.h
2013-06-28 Rich Felkerimplement week-based-year year numbers in strftime
2013-06-28 Rich Felkerfix breakage in last commit to strftime due to missing...
2013-06-28 Rich Felkerimplement week numbers and half of the week-based-year...
2013-06-28 Rich Felkerminor compatibility fixes in utmp.h and fixing mismatch...
2013-06-27 Rich Felkerdisallow creation of objects larger than PTRDIFF_MAX...
2013-06-27 Rich Felkerfix syscall argument bug in pthread_getschedparam
2013-06-27 Rich Felkerfix temp file leak in sem_open on successful creation...
2013-06-27 Rich Felkerfix bug whereby sem_open leaked its own internal slots...
2013-06-27 Rich Felkerin sem_open, don't leak vm mapping if fstat fails
2013-06-27 Rich Felkerfix failure of pthread_setschedparam to pass correct...
2013-06-26 Rich Felkerdocument in sysconf and unistd.h that per-thread cpu...
2013-06-26 Rich Felkerfix iconv conversion to legacy 8bit codepages
2013-06-26 Rich Felkerremove useless conditional before free from dynamic...
2013-06-26 Rich Felkerfix dynamic linker handling of empty path file or error...
2013-06-26 Rich Felkerrespect iso c namespace in stdio.h and wchar.h regardin...
2013-06-26 Rich Felkermake newline-delimited dynamic linker path file actuall...
2013-06-26 Rich Felkerimplement inet_lnaof, inet_netof, and inet_makeaddr
2013-06-26 Rich Felkeradd ether_aton[_r] and ether_ntoa[_r] functions
2013-06-22 Rich Felkerfix scanf %c conversion wrongly storing a terminating...
2013-06-22 Rich Felkerfix major scanf breakage with unbuffered streams, fmemo...
2013-06-16 Rich Felkerfix invalid access in aio notification
2013-06-16 Rich Felkerfix uninitialized variable in lio (aio) code
next