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