about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* fix FILE buffer underflow in ungetwcRich Felker2016-04-261-3/+3
* fix thread structure/dtv-pointer corruption on powerpcRich Felker2016-04-251-0/+5
* remove dead store in res_msendPetr Vaněk2016-04-181-1/+0
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-1846-0/+2375
* add support for mips and mips64 r6 isaRich Felker2016-04-037-22/+60
* fix read past end of haystack buffer for short needles in memmemRich Felker2016-04-011-0/+1
* fix regression disabling use of pause instruction for x86 a_spinRich Felker2016-03-293-3/+3
* fix undefined pointer comparison in stdio-internal __toreadRich Felker2016-03-281-1/+1
* fix gethostbyaddr_r to fill struct hostent.h_length as appropriateTimo Teräs2016-03-241-0/+1
* add MADV_FREE madvise command from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* add EPOLLEXCLUSIVE epoll flag from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5Szabolcs Nagy2016-03-191-1/+2
* add IPV6_HDRINCL socket option from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy2016-03-199-0/+18
* mips64: add recent linux syscall numbersSzabolcs Nagy2016-03-191-0/+6
* fix outdated pathnames in COPYRIGHT fileRich Felker2016-03-181-3/+3
* deduplicate bits/mman.hSzabolcs Nagy2016-03-1813-617/+84
* fix padding string formats to width in wide printf variantsRich Felker2016-03-161-4/+4
* correct pointer types for a_ll_p and a_sc_p primitives on mips64Rich Felker2016-03-111-4/+4
* make mips64 a_sc_p atomic primitive's asm constraints work with clangRich Felker2016-03-111-1/+1
* make configure check for unsupported (SPE) powerpc hard-float modelsRich Felker2016-03-061-0/+2
* add powerpc soft-float supportFelix Fietkau2016-03-067-35/+65
* env: avoid leaving dangling pointers in __env_mapAlexander Monakov2016-03-061-0/+1
* update documentation files for mips64 portRich Felker2016-03-062-0/+11
* add mips64 portRich Felker2016-03-0647-1/+2546
* generalize mips-specific reloc code not to hard-code sym/type encodingRich Felker2016-03-062-1/+3
* math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0Szabolcs Nagy2016-03-042-0/+4
* add sched_getcpu vDSO supportNathan Zadoks2016-03-022-0/+33
* add sched_getcpuNathan Zadoks2016-03-022-0/+14
* fix ^* at the start of a complete BRESzabolcs Nagy2016-03-021-0/+4
* fix * at the start of a BRE subexpressionSzabolcs Nagy2016-03-021-4/+0
* explicitly include stdio.h to get EOF definition needed by wctobMichael Meeuwisse2016-03-021-0/+1
* handle non-matching address family entries in hosts fileRich Felker2016-03-021-3/+11
* make aarch64 atomic_arch.h report that it defines pointer-sized ll/scRich Felker2016-02-231-0/+2
* allow implementing a_cas_p with pointer-sized ll/scBobby Bingham2016-02-231-0/+18
* release 1.1.14 v1.1.14Rich Felker2016-02-222-1/+14
* generate list of crt files to install instead of hard-coding in makefileRich Felker2016-02-191-1/+1
* add arch tuple matching for nt32 and nt64 in configureRich Felker2016-02-191-0/+2
* work around regression building for armhf with clang (compiler bug)Rich Felker2016-02-193-2/+16
* improve macro logic for enabling arm math asmRich Felker2016-02-182-2/+2
* update authors/contributors listRich Felker2016-02-181-0/+9
* fix regression in SH/FDPIC dynamic linkerRich Felker2016-02-182-1/+2
* partly revert detection of broken float in configureRich Felker2016-02-181-1/+1
* support clean/distclean make targets in unconfigured treeRich Felker2016-02-171-10/+16
* adjust makefile to make crt/ and ldso/ sources arch-replaceableRich Felker2016-02-171-15/+18
* make configure attempt to catch broken floating point CFLAGS/defaultsRich Felker2016-02-171-0/+10
* in crypt-sha*, reject excessive rounds as error rather than clampingRich Felker2016-02-162-2/+2
* fix unlikely corner cases in getopt's message printingRich Felker2016-02-161-2/+2
* fix assumption in fputs that fwrite returning 0 implies an errorRich Felker2016-02-161-1/+2
* release 1.1.13 v1.1.13Rich Felker2016-02-152-1/+61