about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.23 v1.1.23Rich Felker2019-07-162-1/+39
* update year in COPYRIGHT fileRich Felker2019-07-151-1/+1
* update authors/contributors listRich Felker2019-07-151-0/+15
* fix build failure on arm building C code in thumb1 modeRich Felker2019-07-151-1/+1
* fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIXJames Y Knight2019-07-131-1/+1
* use the correct attributes for ___errno_locationSamuel Holland2019-07-101-0/+3
* fix conflicting mips and powerpc definitions for TIOCSER_TEMT macroSamuel Holland2019-07-105-5/+5
* fix restrict violations in internal use of several functionsSamuel Holland2019-07-103-10/+10
* mention mips64 n32 ABI support in INSTALL docRich Felker2019-07-091-1/+1
* document riscv64 support in INSTALL documentRich Felker2019-07-091-0/+5
* prevent dup2 action for posix_spawn internal pipe fdRich Felker2019-07-081-0/+4
* fix inadvertent use of uninitialized variable in dladdrRich Felker2019-07-061-1/+1
* remove spurious MAP_32BIT definition from riscv64 archRich Felker2019-07-041-1/+0
* configure: make AR and RANLIB customizableFangrui Song2019-07-041-0/+4
* remove stray .end directives from powerpc[64] asmFangrui Song2019-07-022-2/+0
* add new syscall numbers from linux v5.1Szabolcs Nagy2019-07-0115-0/+327
* ipc: prefer SYS_ipc when it is definedSzabolcs Nagy2019-07-0112-12/+12
* mips64: fix syscall numbers of io_pgetevents and rseqSzabolcs Nagy2019-07-011-2/+2
* elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1Szabolcs Nagy2019-07-011-0/+2
* netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* s390x: drop SO_ definitions from bits/socket.hSzabolcs Nagy2019-07-011-28/+0
* netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* sys/fanotify.h: update for linux v5.1Szabolcs Nagy2019-07-011-1/+33
* fix deadlock in synccall after threaded forkSamuel Holland2019-07-011-0/+1
* cap getdents length argument to INT_MAXRich Felker2019-06-281-0/+2
* remove unnecessary and problematic _Noreturn from crt/ldso startupRich Felker2019-06-253-5/+5
* allow fmemopen with zero sizeRich Felker2019-06-251-1/+1
* do not use _Noreturn for a function pointer in dynamic linkerMatthew Maurer2019-06-211-1/+1
* remove implicit include of sys/sysmacros.h from sys/types.hRich Felker2019-06-211-1/+0
* add riscv64 architecture supportRich Felker2019-06-1451-0/+1362
* optimize aarch64 dynamic tlsdesc function to spill fewer registersRich Felker2019-05-261-10/+7
* make powerpc64 vrregset_t logical layout match expected APIRich Felker2019-05-221-1/+4
* fix vrregset_t layout and member naming on powerpc64Rich Felker2019-05-221-4/+8
* fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targetsSzabolcs Nagy2019-05-162-4/+6
* fix static tls offsets of shared libs on TLS_ABOVE_TP targetsSzabolcs Nagy2019-05-161-4/+2
* fix format strings for uid/gid values in putpwent/putgrentRich Felker2019-05-162-2/+2
* remove unused struct dso members from dynlink.cFangrui Song2019-05-121-1/+0
* improve i386 inline syscall asm on non-broken compilersRich Felker2019-05-112-1/+34
* fix regression in i386 inline syscall asm producing invalid codeRich Felker2019-05-101-6/+6
* make fgetwc set error indicator for stream on encoding errorsRich Felker2019-05-051-2/+8
* fix broken posix_fadvise on mips due to missing 7-arg syscall supportRich Felker2019-05-051-0/+25
* allow archs to provide a 7-argument syscall if neededRich Felker2019-05-051-0/+1
* fix build regression on mips n32 due to typo in new inline syscallRich Felker2019-05-051-1/+1
* fix passing of 64-bit syscall arguments on microblazeRich Felker2019-05-051-1/+1
* fix regression in s390x SO_PEERSEC definitionRich Felker2019-04-231-0/+1
* make new math code compatible with unused variable warning/errorRich Felker2019-04-201-3/+6
* math: new powSzabolcs Nagy2019-04-174-303/+521