2019-08-06 |
Rich Felker | remove riscv64 bits/user.h contents
|
commit | commitdiff | tree |
2019-08-06 |
Rich Felker | use setitimer function rather than syscall to implement...
|
commit | commitdiff | tree |
2019-08-05 |
Rich Felker | fix build regression in i386 asm for atan2, atan2f
|
commit | commitdiff | tree |
2019-08-05 |
Rich Felker | fix x87 stack imbalance in corner cases of i386 math asm
|
commit | commitdiff | tree |
2019-08-05 |
Rich Felker | fix regression in clock_gettime on 32-bit archs without...
|
commit | commitdiff | tree |
2019-08-03 |
Rich Felker | update riscv64 syscall numbers to linux v5.1
|
commit | commitdiff | tree |
2019-08-02 |
Rich Felker | clock_gettime: add support for 32-bit vdso with 64...
|
commit | commitdiff | tree |
2019-08-02 |
Rich Felker | move IPC_STAT definition to a new bits/ipcstat.h file
|
commit | commitdiff | tree |
2019-08-02 |
Rich Felker | fix missing declarations for pthread_join extensions...
|
commit | commitdiff | tree |
2019-08-02 |
Rich Felker | allow archs to define IPC_STAT, propagate time64 bit...
|
commit | commitdiff | tree |
2019-08-02 |
Rich Felker | clock_gettime: add time64 syscall support, decouple...
|
commit | commitdiff | tree |
2019-08-02 |
Rich Felker | clock_adjtime: add time64 support, decouple 32-bit...
|
commit | commitdiff | tree |
2019-08-01 |
Rich Felker | ioctl: add fallback for new time64 SIOCGSTAMP[NS]
|
commit | commitdiff | tree |
2019-08-01 |
Rich Felker | get/setsockopt: add fallback for new time64 SO_RCVTIMEO...
|
commit | commitdiff | tree |
2019-07-31 |
Rich Felker | make __socketcall analogous to __syscall, error-returning
|
commit | commitdiff | tree |
2019-07-31 |
Rich Felker | sysvipc: overhaul {sem,shm,msg}ctl for time64
|
commit | commitdiff | tree |
2019-07-31 |
Rich Felker | fix semctl with SEM_STAT_ANY
|
commit | commitdiff | tree |
2019-07-30 |
Rich Felker | remove gratuitously-different arch-specific bits/ipc...
|
commit | commitdiff | tree |
2019-07-30 |
Rich Felker | remove arch-specific bits/ipc.h that are identical...
|
commit | commitdiff | tree |
2019-07-30 |
Rich Felker | move IPC_64 from public bits/ipc.h to syscall_arch.h
|
commit | commitdiff | tree |
2019-07-30 |
Rich Felker | select: overhaul for time64
|
commit | commitdiff | tree |
2019-07-30 |
Rich Felker | recvmmsg: add time64 syscall support, decouple 32-bit...
|
commit | commitdiff | tree |
2019-07-30 |
Rich Felker | setitimer, getitimer: decouple time_t from long
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | remove duplicates of new generic bits/msg.h
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | use 64-bit msqid_ds layout in the generic version of...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | duplicate generic bits/msg.h for each arch using it...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | remove duplicates of new generic bits/sem.h
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | use 64-bit semid_ds layout in the generic version of...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | collapse out byte order conditions in bits/sem.h for...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | duplicate generic bits/sem.h for each arch using it...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | extricate bits/sem.h from x32 time_t hack
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | remove trailing newlines from various versions of bits...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | remove duplicates of new generic bits/shm.h
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | use 64-bit shmid_ds layout in the generic version of...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | duplicate generic bits/shm.h for each arch using it...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | timerfd: add time64 syscall support, decouple 32-bit...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | sched_rr_get_interval: don't assume time_t is 32-bit...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | clock_getres: don't assume time_t is 32-bit on 32-bit...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | timer_gettime: add time64 syscall support, decouple...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | remove x32 syscall timespec fixup hacks
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | utimensat: add time64 syscall support, decouple 32...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | clock_settime: add time64 syscall support, decouple...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | timer_settime: add support for time64 syscall, decouple...
|
commit | commitdiff | tree |
2019-07-28 |
Rich Felker | pselect, ppoll: add time64 syscall support, decouple...
|
commit | commitdiff | tree |
2019-07-28 |
Rich Felker | futex wait operations: add time64 syscall support,...
|
commit | commitdiff | tree |
2019-07-28 |
Rich Felker | semtimedop: add time64 syscall support, decouple 32...
|
commit | commitdiff | tree |
2019-07-28 |
Rich Felker | sigtimedwait: add time64 syscall support, decouple...
|
commit | commitdiff | tree |
2019-07-28 |
Rich Felker | mq_timedsend, mq_timedreceive: add time64, decouple...
|
commit | commitdiff | tree |
2019-07-28 |
Rich Felker | clock_nanosleep: add time64 syscall support, decouple...
|
commit | commitdiff | tree |
2019-07-27 |
Rich Felker | implement settimeofday in terms of clock_settime, not...
|
commit | commitdiff | tree |
2019-07-27 |
Rich Felker | internally, define plain syscalls, if missing, as their...
|
commit | commitdiff | tree |
2019-07-27 |
Rich Felker | internally, define time64 syscalls on x32 as the existing...
|
commit | commitdiff | tree |
2019-07-27 |
Rich Felker | don't use futimesat syscall as utimensat fallback on x32
|
commit | commitdiff | tree |
2019-07-27 |
Rich Felker | fix and simplify futimesat fallback in utimensat
|
commit | commitdiff | tree |
2019-07-27 |
Rich Felker | refactor thrd_sleep and nanosleep in terms of clock_nanosleep
|
commit | commitdiff | tree |
2019-07-20 |
Rich Felker | refactor adjtime function using adjtimex function instead...
|
commit | commitdiff | tree |
2019-07-20 |
Rich Felker | refactor adjtimex in terms of clock_adjtime
|
commit | commitdiff | tree |
2019-07-19 |
Rich Felker | fix inadvertent introduction of extern object stx
|
commit | commitdiff | tree |
2019-07-19 |
Rich Felker | implement fstatat with SYS_statx, conditional on undersized...
|
commit | commitdiff | tree |
2019-07-18 |
Rich Felker | cleanup includes now that stat, lstat no longer make...
|
commit | commitdiff | tree |
2019-07-18 |
Rich Felker | restore property that fstat(AT_FDCWD) fails with EBADF
|
commit | commitdiff | tree |
2019-07-18 |
Rich Felker | remove mips/n32/64 stat struct hacks from syscall machinery
|
commit | commitdiff | tree |
2019-07-18 |
Rich Felker | decouple struct stat from kernel type
|
commit | commitdiff | tree |
2019-07-18 |
Rich Felker | refactor all stat functions in terms of fstatat
|
commit | commitdiff | tree |
2019-07-18 |
Rich Felker | remove utterly wrong includes from mips64/n32 bits...
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | use register constraint instead of memory operand for...
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | fix riscv64 atomic asm constraints
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | fix riscv64 syscall asm constraint
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | fix broken lseek on x32 (x86_64/ILP32) with offsets...
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | fix broken lseek on mipsn32 with offsets larger than...
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | clean up mips64/n32 syscall asm constraints
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | deduplicate mips64/n32 syscall clobbered register lists
|
commit | commitdiff | tree |
2019-07-16 |
Rich Felker | use namespace-safe __lseek for __stdio_seek instead...
|
commit | commitdiff | tree |
2019-07-16 |
Rich Felker | release 1.1.23
|
commit | commitdiff | tree |
2019-07-15 |
Rich Felker | update year in COPYRIGHT file
|
commit | commitdiff | tree |
2019-07-15 |
Rich Felker | update authors/contributors list
|
commit | commitdiff | tree |
2019-07-15 |
Rich Felker | fix build failure on arm building C code in thumb1...
|
commit | commitdiff | tree |
2019-07-09 |
Rich Felker | mention mips64 n32 ABI support in INSTALL doc
|
commit | commitdiff | tree |
2019-07-09 |
Rich Felker | document riscv64 support in INSTALL document
|
commit | commitdiff | tree |
2019-07-09 |
Rich Felker | prevent dup2 action for posix_spawn internal pipe fd
|
commit | commitdiff | tree |
2019-07-06 |
Rich Felker | fix inadvertent use of uninitialized variable in dladdr
|
commit | commitdiff | tree |
2019-07-04 |
Rich Felker | remove spurious MAP_32BIT definition from riscv64 arch
|
commit | commitdiff | tree |
2019-06-28 |
Rich Felker | cap getdents length argument to INT_MAX
|
commit | commitdiff | tree |
2019-06-25 |
Rich Felker | remove unnecessary and problematic _Noreturn from crt...
|
commit | commitdiff | tree |
2019-06-25 |
Rich Felker | allow fmemopen with zero size
|
commit | commitdiff | tree |
2019-06-21 |
Rich Felker | remove implicit include of sys/sysmacros.h from sys...
|
commit | commitdiff | tree |
2019-06-14 |
Rich Felker | add riscv64 architecture support
|
commit | commitdiff | tree |
2019-05-26 |
Rich Felker | optimize aarch64 dynamic tlsdesc function to spill...
|
commit | commitdiff | tree |
2019-05-23 |
Rich Felker | make powerpc64 vrregset_t logical layout match expected API
|
commit | commitdiff | tree |
2019-05-22 |
Rich Felker | fix vrregset_t layout and member naming on powerpc64
|
commit | commitdiff | tree |
2019-05-16 |
Rich Felker | fix format strings for uid/gid values in putpwent/putgrent
|
commit | commitdiff | tree |
2019-05-11 |
Rich Felker | improve i386 inline syscall asm on non-broken compilers
|
commit | commitdiff | tree |
2019-05-11 |
Rich Felker | fix regression in i386 inline syscall asm producing...
|
commit | commitdiff | tree |
2019-05-06 |
Rich Felker | make fgetwc set error indicator for stream on encoding...
|
commit | commitdiff | tree |
2019-05-05 |
Rich Felker | fix broken posix_fadvise on mips due to missing 7-arg...
|
commit | commitdiff | tree |
2019-05-05 |
Rich Felker | allow archs to provide a 7-argument syscall if needed
|
commit | commitdiff | tree |
2019-05-05 |
Rich Felker | fix build regression on mips n32 due to typo in new...
|
commit | commitdiff | tree |
2019-05-05 |
Rich Felker | fix passing of 64-bit syscall arguments on microblaze
|
commit | commitdiff | tree |
2019-04-23 |
Rich Felker | fix regression in s390x SO_PEERSEC definition
|
commit | commitdiff | tree |
2019-04-20 |
Rich Felker | make new math code compatible with unused variable...
|
commit | commitdiff | tree |