about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* add PIE support for ARMRich Felker2013-07-101-0/+30
* add some ARM EABI-specific exception handling infrastructureRich Felker2013-07-101-0/+42
* fix invalid library phdr pointers passed to callback from dl_iterate_phdrRich Felker2013-07-101-9/+16
* fix a couple misleading/wrong signal descriptions in strsignalRich Felker2013-07-091-2/+2
* add realtime signals to strsignalRich Felker2013-07-091-3/+19
* fix off-by-one array bound in strsignalRich Felker2013-07-091-1/+1
* fix bogus lazy allocation in ctermid and missing malloc failure checkRich Felker2013-07-091-10/+7
* fix fd leak on races and cancellation in ctermidRich Felker2013-07-091-2/+3
* fix missing SOCK_CLOEXEC in various functions that use sockets internallyRich Felker2013-07-094-4/+4
* add NFDBITS in sys/select.h with appropriate feature testsRich Felker2013-07-061-0/+3
* move core memalign code from aligned_alloc to __memalignRich Felker2013-07-043-49/+55
* move alignment check from aligned_alloc to posix_memalignRich Felker2013-07-042-1/+2
* add legacy sys/ttydefaults.h headerrofl0r2013-07-031-0/+39
* add legacy scsi/scsi_ioctl.h headerrofl0r2013-07-031-0/+11
* paths.h: remove cruftrofl0r2013-07-031-9/+0
* add stubs for additional legacy ether.h functionsRich Felker2013-07-012-3/+18