summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-24do not include math modules in the default -O3 optimization setRich Felker1-1/+1
2013-07-24fix incorrect type for new si_call_addr in siginfo_tRich Felker1-3/+3
2013-07-25add protocol families PF_IB and PF_VSOCK to socket.hSzabolcs Nagy1-1/+5
2013-07-24update siginfo according to linux headersSzabolcs Nagy1-1/+13
2013-07-24rework langinfo code for ABI compat and for use by time codeRich Felker4-17/+17
2013-07-24update strxfrm/wcsxfrm for future LC_COLLATE support and ABI compatRich Felker4-14/+20
2013-07-24add ABI compat aliases for a number of locale_t functionsRich Felker8-0/+24
2013-07-24add PTRACE_PEEKSIGINFO to ptrace.hSzabolcs Nagy1-0/+11
2013-07-24add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMANSzabolcs Nagy1-0/+3
2013-07-24add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.hSzabolcs Nagy1-0/+2
2013-07-24remove TCP_COOKIE_TRANSACTIONS from tcp.hSzabolcs Nagy1-1/+0
2013-07-24add SO_SELECT_ERR_QUEUE to socket.hSzabolcs Nagy1-0/+1
2013-07-24prepare strcoll/wcscoll for LC_COLLATE support and add ABI symbolsRich Felker4-15/+20
2013-07-24add _l versions of strtod family functions, purely as aliasesRich Felker1-0/+8
2013-07-24add __wcsftime_l symbolRich Felker1-3/+9
2013-07-24move strftime_l into strftime.c and add __-prefixed versionRich Felker2-8/+10
2013-07-24make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6Rich Felker1-14/+23
2013-07-24support STB_GNU_UNIQUE symbol bindings in dynamic linkerRich Felker1-1/+1
2013-07-24move the dynamic linker's jmp_buf from static to automatic storageRich Felker1-5/+7
2013-07-24change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker9-15/+14
2013-07-23remove redundant check in memalignRich Felker1-1/+1
2013-07-23fix heap corruption bug in memalignRich Felker1-1/+3
2013-07-22enhance build process to allow selective -O3 optimizationRich Felker2-12/+57
2013-07-22undefine internal-use type macros at the end of alltypes.hRich Felker1-0/+4
2013-07-22remove SIG_ATOMIC_MIN/MAX from stdint bits headersRich Felker5-10/+0
2013-07-22move register_t and u_int64_t (back) to alltypesRich Felker2-2/+7
2013-07-22fix regression in size of nlink_t (broken stat struct) on x86_64Rich Felker7-1/+7
2013-07-22make regoff_t and regex_t match C++ ABIRich Felker2-3/+3
2013-07-22disable legacy init/fini processing on ARMRich Felker2-0/+6
2013-07-22make pthread_key_t unsigned to match ABIRich Felker1-1/+1
2013-07-22make pthread attribute types structs, even when they just have one fieldRich Felker12-25/+25
2013-07-22change wint_t to unsignedRich Felker9-10/+10
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker41-907/+335
2013-07-21remove init/fini array asm from arm crti/crtn filesRich Felker2-44/+4
2013-07-21remove __libc_csu_* cruftRich Felker2-10/+0
2013-07-21add support for init/fini array in main program, and greatly simplifyRich Felker4-26/+33
2013-07-21fix order of fini_array execution for shared libsRich Felker1-2/+2
2013-07-20add support for init_array/fini_array ctors/dtors to dynamic linkerRich Felker1-2/+13
2013-07-20fix shm_open wrongly being cancellableRich Felker1-1/+6
2013-07-20fix uninitialized/stale use of alloc (%m modifier) flag in scanfRich Felker2-0/+4
2013-07-19harden realloc/free to detect simple overflowsRich Felker1-0/+6
2013-07-19add UIO_MAXIOV macro in sys/uio.hRich Felker1-0/+2
2013-07-19improve [f]stat[v]fs functions, and possibly work around old kernelsRich Felker1-2/+5
2013-07-19change uid_t, gid_t, and id_t to unsigned typesRich Felker8-24/+38
2013-07-18fix invalid C in new trycppif tests in configure scriptRich Felker1-1/+2
2013-07-18add build system support for arch endian & float abi variantsRich Felker2-1/+33
2013-07-18make the dynamic linker find its path file relative to its own locationRich Felker7-7/+53
2013-07-18fix off-by-one error in checks for implementation-internal signal numbersRich Felker3-3/+3
2013-07-18fix FILENAME_MAX to match PATH_MAXRich Felker1-1/+1
2013-07-17make spacing in x86_64 alltypes.h.sh more uniform with other archsRich Felker1-0/+1