about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* refactor adjtimex in terms of clock_adjtimeRich Felker2019-07-202-2/+4
* fix inadvertent introduction of extern object stxRich Felker2019-07-191-1/+1
* implement fstatat with SYS_statx, conditional on undersized kstat timeRich Felker2019-07-181-2/+68
* cleanup includes now that stat, lstat no longer make direct syscallsRich Felker2019-07-182-2/+0
* restore property that fstat(AT_FDCWD) fails with EBADFRich Felker2019-07-181-0/+1
* remove mips/n32/64 stat struct hacks from syscall machineryRich Felker2019-07-186-213/+36
* decouple struct stat from kernel typeRich Felker2019-07-1817-4/+364
* refactor all stat functions in terms of fstatatRich Felker2019-07-184-23/+37
* remove utterly wrong includes from mips64/n32 bits/stat.hRich Felker2019-07-182-6/+0
* use register constraint instead of memory operand for riscv64 atomicsRich Felker2019-07-171-8/+8
* fix riscv64 atomic asm constraintsRich Felker2019-07-171-6/+10
* fix riscv64 syscall asm constraintRich Felker2019-07-171-1/+1
* fix broken lseek on x32 (x86_64/ILP32) with offsets larger than LONG_MAXRich Felker2019-07-161-0/+15
* fix broken lseek on mipsn32 with offsets larger than LONG_MAXRich Felker2019-07-161-0/+20
* clean up mips64/n32 syscall asm constraintsRich Felker2019-07-162-54/+56
* deduplicate mips64/n32 syscall clobbered register listsRich Felker2019-07-162-28/+22
* use namespace-safe __lseek for __stdio_seek instead of direct syscallRich Felker2019-07-163-10/+6
* 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