summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-07-18remove utterly wrong includes from mips64/n32 bits/stat.hRich Felker-6/+0
2019-07-17use register constraint instead of memory operand for riscv64 atomicsRich Felker-8/+8
2019-07-17fix riscv64 atomic asm constraintsRich Felker-6/+10
2019-07-17fix riscv64 syscall asm constraintRich Felker-1/+1
2019-07-16fix broken lseek on x32 (x86_64/ILP32) with offsets larger than LONG_MAXRich Felker-0/+15
2019-07-16fix broken lseek on mipsn32 with offsets larger than LONG_MAXRich Felker-0/+20
2019-07-16clean up mips64/n32 syscall asm constraintsRich Felker-54/+56
2019-07-16deduplicate mips64/n32 syscall clobbered register listsRich Felker-28/+22
2019-07-16use namespace-safe __lseek for __stdio_seek instead of direct syscallRich Felker-10/+6
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