summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2013-07-24change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker-15/+14
2013-07-23remove redundant check in memalignRich Felker-1/+1
2013-07-23fix heap corruption bug in memalignRich Felker-1/+3
2013-07-22enhance build process to allow selective -O3 optimizationRich Felker-12/+57
2013-07-22undefine internal-use type macros at the end of alltypes.hRich Felker-0/+4
2013-07-22remove SIG_ATOMIC_MIN/MAX from stdint bits headersRich Felker-10/+0
2013-07-22move register_t and u_int64_t (back) to alltypesRich Felker-2/+7
2013-07-22fix regression in size of nlink_t (broken stat struct) on x86_64Rich Felker-1/+7
2013-07-22make regoff_t and regex_t match C++ ABIRich Felker-3/+3
2013-07-22disable legacy init/fini processing on ARMRich Felker-0/+6
2013-07-22make pthread_key_t unsigned to match ABIRich Felker-1/+1
2013-07-22make pthread attribute types structs, even when they just have one fieldRich Felker-25/+25
2013-07-22change wint_t to unsignedRich Felker-10/+10
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-907/+335
2013-07-21remove init/fini array asm from arm crti/crtn filesRich Felker-44/+4
2013-07-21remove __libc_csu_* cruftRich Felker-10/+0
2013-07-21add support for init/fini array in main program, and greatly simplifyRich Felker-26/+33
2013-07-21fix order of fini_array execution for shared libsRich Felker-2/+2
2013-07-20add support for init_array/fini_array ctors/dtors to dynamic linkerRich Felker-2/+13
2013-07-20fix shm_open wrongly being cancellableRich Felker-1/+6
2013-07-20fix uninitialized/stale use of alloc (%m modifier) flag in scanfRich Felker-0/+4
2013-07-19harden realloc/free to detect simple overflowsRich Felker-0/+6
2013-07-19add UIO_MAXIOV macro in sys/uio.hRich Felker-0/+2
2013-07-19improve [f]stat[v]fs functions, and possibly work around old kernelsRich Felker-2/+5
2013-07-19change uid_t, gid_t, and id_t to unsigned typesRich Felker-24/+38
2013-07-18fix invalid C in new trycppif tests in configure scriptRich Felker-1/+2
2013-07-18add build system support for arch endian & float abi variantsRich Felker-1/+33
2013-07-18make the dynamic linker find its path file relative to its own locationRich Felker-7/+53
2013-07-18fix off-by-one error in checks for implementation-internal signal numbersRich Felker-3/+3
2013-07-18fix FILENAME_MAX to match PATH_MAXRich Felker-1/+1
2013-07-17make spacing in x86_64 alltypes.h.sh more uniform with other archsRich Felker-0/+1
2013-07-17make posix_spawn (and functions that use it) use CLONE_VFORK flagRich Felker-1/+2
2013-07-17fix missing argument in variadic syscall macrosRich Felker-1/+1
2013-07-17fix error code on time conversion overflowsRich Felker-4/+4
2013-07-17fix fd leak in file mapping code used in new zoneinfo supportRich Felker-1/+1
2013-07-17the big time handling overhaulRich Felker-348/+649
2013-07-13fix omission of dtv setup in static linked programs on TLS variant I archsRich Felker-1/+1
2013-07-10add PIE support for ARMRich Felker-0/+30
2013-07-10add some ARM EABI-specific exception handling infrastructureRich Felker-0/+42
2013-07-10fix invalid library phdr pointers passed to callback from dl_iterate_phdrRich Felker-9/+16
2013-07-09fix a couple misleading/wrong signal descriptions in strsignalRich Felker-2/+2
2013-07-09add realtime signals to strsignalRich Felker-3/+19
2013-07-09fix off-by-one array bound in strsignalRich Felker-1/+1
2013-07-09fix bogus lazy allocation in ctermid and missing malloc failure checkRich Felker-10/+7
2013-07-09fix fd leak on races and cancellation in ctermidRich Felker-2/+3
2013-07-09fix missing SOCK_CLOEXEC in various functions that use sockets internallyRich Felker-4/+4
2013-07-06add NFDBITS in sys/select.h with appropriate feature testsRich Felker-0/+3
2013-07-04move core memalign code from aligned_alloc to __memalignRich Felker-49/+55
2013-07-04move alignment check from aligned_alloc to posix_memalignRich Felker-1/+2
2013-07-03add legacy sys/ttydefaults.h headerrofl0r-0/+39