about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* semtimedop: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-281-2/+24
* sigtimedwait: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-281-4/+24
* mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_tRich Felker2019-07-282-0/+34
* clock_nanosleep: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-281-0/+25
* implement settimeofday in terms of clock_settime, not old syscallRich Felker2019-07-271-1/+6
* internally, define plain syscalls, if missing, as their time64 variantsRich Felker2019-07-271-0/+83
* internally, define time64 syscalls on x32 as the existing syscallsRich Felker2019-07-271-0/+19
* don't use futimesat syscall as utimensat fallback on x32Rich Felker2019-07-271-0/+2
* fix and simplify futimesat fallback in utimensatRich Felker2019-07-271-6/+4
* refactor thrd_sleep and nanosleep in terms of clock_nanosleepRich Felker2019-07-274-5/+11
* use the correct stat structure in the fstat pathSamuel Holland2019-07-211-4/+4
* refactor adjtime function using adjtimex function instead of syscallRich Felker2019-07-201-1/+1
* 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