about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* add ABI compat aliases for a number of locale_t functionsRich Felker2013-07-248-0/+24
* add PTRACE_PEEKSIGINFO to ptrace.hSzabolcs Nagy2013-07-241-0/+11
* add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMANSzabolcs Nagy2013-07-241-0/+3
* add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.hSzabolcs Nagy2013-07-241-0/+2
* remove TCP_COOKIE_TRANSACTIONS from tcp.hSzabolcs Nagy2013-07-241-1/+0
* add SO_SELECT_ERR_QUEUE to socket.hSzabolcs Nagy2013-07-241-0/+1
* prepare strcoll/wcscoll for LC_COLLATE support and add ABI symbolsRich Felker2013-07-244-15/+20
* add _l versions of strtod family functions, purely as aliasesRich Felker2013-07-241-0/+8
* add __wcsftime_l symbolRich Felker2013-07-241-3/+9
* move strftime_l into strftime.c and add __-prefixed versionRich Felker2013-07-242-8/+10
* make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6Rich Felker2013-07-241-14/+23
* support STB_GNU_UNIQUE symbol bindings in dynamic linkerRich Felker2013-07-241-1/+1
* move the dynamic linker's jmp_buf from static to automatic storageRich Felker2013-07-241-5/+7
* change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker2013-07-249-15/+14
* remove redundant check in memalignRich Felker2013-07-231-1/+1
* fix heap corruption bug in memalignRich Felker2013-07-231-1/+3
* enhance build process to allow selective -O3 optimizationRich Felker2013-07-222-12/+57
* undefine internal-use type macros at the end of alltypes.hRich Felker2013-07-221-0/+4
* remove SIG_ATOMIC_MIN/MAX from stdint bits headersRich Felker2013-07-225-10/+0
* move register_t and u_int64_t (back) to alltypesRich Felker2013-07-222-2/+7
* fix regression in size of nlink_t (broken stat struct) on x86_64Rich Felker2013-07-227-1/+7
* make regoff_t and regex_t match C++ ABIRich Felker2013-07-222-3/+3
* disable legacy init/fini processing on ARMRich Felker2013-07-222-0/+6
* make pthread_key_t unsigned to match ABIRich Felker2013-07-221-1/+1
* make pthread attribute types structs, even when they just have one fieldRich Felker2013-07-2212-25/+25
* change wint_t to unsignedRich Felker2013-07-229-10/+10
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-2241-907/+335
* remove init/fini array asm from arm crti/crtn filesRich Felker2013-07-212-44/+4
* remove __libc_csu_* cruftRich Felker2013-07-212-10/+0
* add support for init/fini array in main program, and greatly simplifyRich Felker2013-07-214-26/+33
* fix order of fini_array execution for shared libsRich Felker2013-07-211-2/+2
* add support for init_array/fini_array ctors/dtors to dynamic linkerRich Felker2013-07-201-2/+13
* fix shm_open wrongly being cancellableRich Felker2013-07-201-1/+6
* fix uninitialized/stale use of alloc (%m modifier) flag in scanfRich Felker2013-07-202-0/+4
* harden realloc/free to detect simple overflowsRich Felker2013-07-191-0/+6
* add UIO_MAXIOV macro in sys/uio.hRich Felker2013-07-191-0/+2
* improve [f]stat[v]fs functions, and possibly work around old kernelsRich Felker2013-07-191-2/+5
* change uid_t, gid_t, and id_t to unsigned typesRich Felker2013-07-198-24/+38
* fix invalid C in new trycppif tests in configure scriptRich Felker2013-07-181-1/+2
* add build system support for arch endian & float abi variantsRich Felker2013-07-182-1/+33
* make the dynamic linker find its path file relative to its own locationRich Felker2013-07-187-7/+53
* fix off-by-one error in checks for implementation-internal signal numbersRich Felker2013-07-183-3/+3
* fix FILENAME_MAX to match PATH_MAXRich Felker2013-07-181-1/+1
* make spacing in x86_64 alltypes.h.sh more uniform with other archsRich Felker2013-07-171-0/+1
* make posix_spawn (and functions that use it) use CLONE_VFORK flagRich Felker2013-07-171-1/+2
* fix missing argument in variadic syscall macrosRich Felker2013-07-171-1/+1
* fix error code on time conversion overflowsRich Felker2013-07-174-4/+4
* fix fd leak in file mapping code used in new zoneinfo supportRich Felker2013-07-171-1/+1
* the big time handling overhaulRich Felker2013-07-1718-348/+649
* fix omission of dtv setup in static linked programs on TLS variant I archsRich Felker2013-07-131-1/+1