- a926fe2 fix incorrect type for new si_call_addr in siginfo_t by Rich Felker · 11 years ago
- 3d4583c add protocol families PF_IB and PF_VSOCK to socket.h by Szabolcs Nagy · 11 years ago
- b54f169 update siginfo according to linux headers by Szabolcs Nagy · 11 years ago
- 87be54a rework langinfo code for ABI compat and for use by time code by Rich Felker · 11 years ago
- ad4a536 update strxfrm/wcsxfrm for future LC_COLLATE support and ABI compat by Rich Felker · 11 years ago
- 4350935 add ABI compat aliases for a number of locale_t functions by Rich Felker · 11 years ago
- a512c7d add PTRACE_PEEKSIGINFO to ptrace.h by Szabolcs Nagy · 11 years ago
- b5c07e4 add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN by Szabolcs Nagy · 11 years ago
- d74e462 add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h by Szabolcs Nagy · 11 years ago
- b5e409d remove TCP_COOKIE_TRANSACTIONS from tcp.h by Szabolcs Nagy · 11 years ago
- 8f6ec72 add SO_SELECT_ERR_QUEUE to socket.h by Szabolcs Nagy · 11 years ago
- 4b0306c prepare strcoll/wcscoll for LC_COLLATE support and add ABI symbols by Rich Felker · 11 years ago
- 17a60f9 add _l versions of strtod family functions, purely as aliases by Rich Felker · 11 years ago
- cccf64e add __wcsftime_l symbol by Rich Felker · 11 years ago
- 0a37d99 move strftime_l into strftime.c and add __-prefixed version by Rich Felker · 11 years ago
- f5dfb45 make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6 by Rich Felker · 11 years ago
- e152ee9 support STB_GNU_UNIQUE symbol bindings in dynamic linker by Rich Felker · 11 years ago
- 17276be move the dynamic linker's jmp_buf from static to automatic storage by Rich Felker · 11 years ago
- 9693501 change jmp_buf to share an underlying type and struct tag with sigjmp_buf by Rich Felker · 11 years ago
- 4a30ba5 remove redundant check in memalign by Rich Felker · 11 years ago
- 70a92bc fix heap corruption bug in memalign by Rich Felker · 11 years ago
- a80847d enhance build process to allow selective -O3 optimization by Rich Felker · 11 years ago
- 9578f05 undefine internal-use type macros at the end of alltypes.h by Rich Felker · 11 years ago
- 3f08154 remove SIG_ATOMIC_MIN/MAX from stdint bits headers by Rich Felker · 11 years ago
- 009f186 move register_t and u_int64_t (back) to alltypes by Rich Felker · 11 years ago
- 1c6cace fix regression in size of nlink_t (broken stat struct) on x86_64 by Rich Felker · 11 years ago
- 8327ae0 make regoff_t and regex_t match C++ ABI by Rich Felker · 11 years ago
- 1da53da disable legacy init/fini processing on ARM by Rich Felker · 11 years ago
- 4e3c6b4 make pthread_key_t unsigned to match ABI by Rich Felker · 11 years ago
- 0109d95 make pthread attribute types structs, even when they just have one field by Rich Felker · 11 years ago
- c4dd0c9 change wint_t to unsigned by Rich Felker · 11 years ago
- 9448b05 refactor headers, especially alltypes.h, and improve C++ ABI compat by Rich Felker · 11 years ago
- 976c0fd remove init/fini array asm from arm crti/crtn files by Rich Felker · 11 years ago
- 3edfd07 remove __libc_csu_* cruft by Rich Felker · 11 years ago
- 7586360 add support for init/fini array in main program, and greatly simplify by Rich Felker · 11 years ago
- 1b41357 fix order of fini_array execution for shared libs by Rich Felker · 11 years ago
- e69ae84 add support for init_array/fini_array ctors/dtors to dynamic linker by Rich Felker · 11 years ago
- ce8a995 fix shm_open wrongly being cancellable by Rich Felker · 11 years ago
- 1d92cdd fix uninitialized/stale use of alloc (%m modifier) flag in scanf by Rich Felker · 11 years ago
- 8389520 harden realloc/free to detect simple overflows by Rich Felker · 11 years ago
- 41e2fd9 add UIO_MAXIOV macro in sys/uio.h by Rich Felker · 11 years ago
- 6567db6 improve [f]stat[v]fs functions, and possibly work around old kernels by Rich Felker · 11 years ago
- 648c3b4 change uid_t, gid_t, and id_t to unsigned types by Rich Felker · 11 years ago
- df06578 fix invalid C in new trycppif tests in configure script by Rich Felker · 11 years ago
- 3e7f186 add build system support for arch endian & float abi variants by Rich Felker · 11 years ago
- f389c49 make the dynamic linker find its path file relative to its own location by Rich Felker · 11 years ago
- 23815f8 fix off-by-one error in checks for implementation-internal signal numbers by Rich Felker · 11 years ago
- b823ef2 fix FILENAME_MAX to match PATH_MAX by Rich Felker · 11 years ago
- 2f5fe45 make spacing in x86_64 alltypes.h.sh more uniform with other archs by Rich Felker · 11 years ago
- b06dc66 make posix_spawn (and functions that use it) use CLONE_VFORK flag by Rich Felker · 11 years ago
- 3df0b66 fix missing argument in variadic syscall macros by Rich Felker · 11 years ago
- ea81c06 fix error code on time conversion overflows by Rich Felker · 11 years ago
- ac1bf93 fix fd leak in file mapping code used in new zoneinfo support by Rich Felker · 11 years ago
- 1cc81f5 the big time handling overhaul by Rich Felker · 11 years ago
- f1292e3 fix omission of dtv setup in static linked programs on TLS variant I archs by Rich Felker · 11 years ago
- c07da2e add PIE support for ARM by Rich Felker · 11 years ago
- 3e8806b add some ARM EABI-specific exception handling infrastructure by Rich Felker · 11 years ago
- 30763fd fix invalid library phdr pointers passed to callback from dl_iterate_phdr by Rich Felker · 11 years ago
- c713d87 fix a couple misleading/wrong signal descriptions in strsignal by Rich Felker · 11 years ago
- c90fa2a add realtime signals to strsignal by Rich Felker · 11 years ago
- 8599822 fix off-by-one array bound in strsignal by Rich Felker · 11 years ago
- b621876 fix bogus lazy allocation in ctermid and missing malloc failure check by Rich Felker · 11 years ago
- cdf0f53 fix fd leak on races and cancellation in ctermid by Rich Felker · 11 years ago
- 0716b10 fix missing SOCK_CLOEXEC in various functions that use sockets internally by Rich Felker · 11 years ago
- ca9aff6 add NFDBITS in sys/select.h with appropriate feature tests by Rich Felker · 11 years ago
- 6d861ac move core memalign code from aligned_alloc to __memalign by Rich Felker · 11 years ago
- 6514161 move alignment check from aligned_alloc to posix_memalign by Rich Felker · 11 years ago
- ab72420 add legacy sys/ttydefaults.h header by rofl0r · 11 years ago
- 0636d59 add legacy scsi/scsi_ioctl.h header by rofl0r · 11 years ago
- f206fec paths.h: remove cruft by rofl0r · 11 years ago
- fbcd820 add stubs for additional legacy ether.h functions by Rich Felker · 11 years ago
- d66ab4f fix Makefile so "make install" works before include/bits symlink exists by Rich Felker · 11 years ago
- 6688a77 release notes for 0.9.11 by Rich Felker · 11 years ago
- 4ca4421 fix failure of mbsrtowcs to record stop position when dest is full by Rich Felker · 11 years ago
- 9b732fe fix shifts possibly larger than type in major() macro by Rich Felker · 11 years ago
- 780cbbe implement minimal dlinfo function by Rich Felker · 11 years ago
- 2b0af60 add some comments about the mips ksigaction structure weirdness by Rich Felker · 11 years ago
- 509b50e fix missing synchronization in calls from dynamic linker to global ctors by Rich Felker · 11 years ago
- 17aef0b prevent shmget from allocating objects that overflow ptrdiff_t by Rich Felker · 11 years ago
- 062f40e work around wrong kernel type for sem_nsems member of struct semid_ds by Rich Felker · 11 years ago
- 553d566 add missing type shmatt_t in sys/shm.h by Rich Felker · 11 years ago
- aea7919 implement week-based-year year numbers in strftime by Rich Felker · 11 years ago
- 062446a fix breakage in last commit to strftime due to missing INT_MAX by Rich Felker · 11 years ago
- c5faf1b implement week numbers and half of the week-based-year logic for strftime by Rich Felker · 11 years ago
- 1e2281b minor compatibility fixes in utmp.h and fixing mismatch with paths.h by Rich Felker · 11 years ago
- 3cd6f52 disallow creation of objects larger than PTRDIFF_MAX via mmap by Rich Felker · 11 years ago
- b17c75a fix syscall argument bug in pthread_getschedparam by Rich Felker · 11 years ago
- 7c20a11 fix temp file leak in sem_open on successful creation of new semaphore by Rich Felker · 11 years ago
- a033cd2 fix bug whereby sem_open leaked its own internal slots on failure by Rich Felker · 11 years ago
- 52d4444 in sem_open, don't leak vm mapping if fstat fails by Rich Felker · 11 years ago
- 21088ae fix failure of pthread_setschedparam to pass correct param to kernel by Rich Felker · 11 years ago
- f03db4b document in sysconf and unistd.h that per-thread cpu clocks exist by Rich Felker · 11 years ago
- 6a4cfbd fix iconv conversion to legacy 8bit codepages by Rich Felker · 11 years ago
- 59b481d remove useless conditional before free from dynamic linker path code by Rich Felker · 11 years ago
- 11bc173 fix dynamic linker handling of empty path file or error reading path file by Rich Felker · 11 years ago
- a3e2f3c respect iso c namespace in stdio.h and wchar.h regarding va_list by Rich Felker · 11 years ago
- 8813c95 make newline-delimited dynamic linker path file actually work by Rich Felker · 11 years ago
- e40f48a implement inet_lnaof, inet_netof, and inet_makeaddr by Rich Felker · 11 years ago
- 83966b3 add ether_aton[_r] and ether_ntoa[_r] functions by Rich Felker · 11 years ago
- ef55078 fix scanf %c conversion wrongly storing a terminating null byte by Rich Felker · 11 years ago