2019-07-30 |
Rich Felker | select: overhaul for time64 |
commit | commitdiff | tree | snapshot |
2019-07-30 |
Rich Felker | recvmmsg: add time64 syscall support, decouple 32-bit... |
commit | commitdiff | tree | snapshot |
2019-07-30 |
Rich Felker | setitimer, getitimer: decouple time_t from long |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | remove duplicates of new generic bits/msg.h |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | use 64-bit msqid_ds layout in the generic version of... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | duplicate generic bits/msg.h for each arch using it... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | remove duplicates of new generic bits/sem.h |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | use 64-bit semid_ds layout in the generic version of... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | collapse out byte order conditions in bits/sem.h for... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | duplicate generic bits/sem.h for each arch using it... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | extricate bits/sem.h from x32 time_t hack |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | remove trailing newlines from various versions of bits... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | remove duplicates of new generic bits/shm.h |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | use 64-bit shmid_ds layout in the generic version of... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | duplicate generic bits/shm.h for each arch using it... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | timerfd: add time64 syscall support, decouple 32-bit... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | sched_rr_get_interval: don't assume time_t is 32-bit... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | clock_getres: don't assume time_t is 32-bit on 32-bit... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | timer_gettime: add time64 syscall support, decouple... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | remove x32 syscall timespec fixup hacks |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | utimensat: add time64 syscall support, decouple 32... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | clock_settime: add time64 syscall support, decouple... |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Rich Felker | timer_settime: add support for time64 syscall, decouple... |
commit | commitdiff | tree | snapshot |
2019-07-28 |
Rich Felker | pselect, ppoll: add time64 syscall support, decouple... |
commit | commitdiff | tree | snapshot |
2019-07-28 |
Rich Felker | futex wait operations: add time64 syscall support,... |
commit | commitdiff | tree | snapshot |
2019-07-28 |
Rich Felker | semtimedop: add time64 syscall support, decouple 32... |
commit | commitdiff | tree | snapshot |
2019-07-28 |
Rich Felker | sigtimedwait: add time64 syscall support, decouple... |
commit | commitdiff | tree | snapshot |
2019-07-28 |
Rich Felker | mq_timedsend, mq_timedreceive: add time64, decouple... |
commit | commitdiff | tree | snapshot |
2019-07-28 |
Rich Felker | clock_nanosleep: add time64 syscall support, decouple... |
commit | commitdiff | tree | snapshot |
2019-07-27 |
Rich Felker | implement settimeofday in terms of clock_settime, not... |
commit | commitdiff | tree | snapshot |
2019-07-27 |
Rich Felker | internally, define plain syscalls, if missing, as their... |
commit | commitdiff | tree | snapshot |
2019-07-27 |
Rich Felker | internally, define time64 syscalls on x32 as the existi... |
commit | commitdiff | tree | snapshot |
2019-07-27 |
Rich Felker | don't use futimesat syscall as utimensat fallback on x32 |
commit | commitdiff | tree | snapshot |
2019-07-27 |
Rich Felker | fix and simplify futimesat fallback in utimensat |
commit | commitdiff | tree | snapshot |
2019-07-27 |
Rich Felker | refactor thrd_sleep and nanosleep in terms of clock_nan... |
commit | commitdiff | tree | snapshot |
2019-07-21 |
Samuel Holland | use the correct stat structure in the fstat path |
commit | commitdiff | tree | snapshot |
2019-07-20 |
Rich Felker | refactor adjtime function using adjtimex function inste... |
commit | commitdiff | tree | snapshot |
2019-07-20 |
Rich Felker | refactor adjtimex in terms of clock_adjtime |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Rich Felker | fix inadvertent introduction of extern object stx |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Rich Felker | implement fstatat with SYS_statx, conditional on unders... |
commit | commitdiff | tree | snapshot |
2019-07-18 |
Rich Felker | cleanup includes now that stat, lstat no longer make... |
commit | commitdiff | tree | snapshot |
2019-07-18 |
Rich Felker | restore property that fstat(AT_FDCWD) fails with EBADF |
commit | commitdiff | tree | snapshot |
2019-07-18 |
Rich Felker | remove mips/n32/64 stat struct hacks from syscall machinery |
commit | commitdiff | tree | snapshot |
2019-07-18 |
Rich Felker | decouple struct stat from kernel type |
commit | commitdiff | tree | snapshot |
2019-07-18 |
Rich Felker | refactor all stat functions in terms of fstatat |
commit | commitdiff | tree | snapshot |
2019-07-18 |
Rich Felker | remove utterly wrong includes from mips64/n32 bits... |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Rich Felker | use register constraint instead of memory operand for... |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Rich Felker | fix riscv64 atomic asm constraints |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Rich Felker | fix riscv64 syscall asm constraint |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Rich Felker | fix broken lseek on x32 (x86_64/ILP32) with offsets... |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Rich Felker | fix broken lseek on mipsn32 with offsets larger than... |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Rich Felker | clean up mips64/n32 syscall asm constraints |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Rich Felker | deduplicate mips64/n32 syscall clobbered register lists |
commit | commitdiff | tree | snapshot |
2019-07-16 |
Rich Felker | use namespace-safe __lseek for __stdio_seek instead... |
commit | commitdiff | tree | snapshot |
2019-07-16 |
Rich Felker | release 1.1.23 v1.1.23 |
commit | commitdiff | tree | snapshot |
2019-07-15 |
Rich Felker | update year in COPYRIGHT file |
commit | commitdiff | tree | snapshot |
2019-07-15 |
Rich Felker | update authors/contributors list |
commit | commitdiff | tree | snapshot |
2019-07-15 |
Rich Felker | fix build failure on arm building C code in thumb1... |
commit | commitdiff | tree | snapshot |
2019-07-13 |
James Y Knight | fix sigaltstack to ignore ss_size with SS_DISABLE,... |
commit | commitdiff | tree | snapshot |
2019-07-10 |
Samuel Holland | use the correct attributes for ___errno_location |
commit | commitdiff | tree | snapshot |
2019-07-10 |
Samuel Holland | fix conflicting mips and powerpc definitions for TIOCSE... |
commit | commitdiff | tree | snapshot |
2019-07-10 |
Samuel Holland | fix restrict violations in internal use of several... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Rich Felker | mention mips64 n32 ABI support in INSTALL doc |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Rich Felker | document riscv64 support in INSTALL document |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Rich Felker | prevent dup2 action for posix_spawn internal pipe fd |
commit | commitdiff | tree | snapshot |
2019-07-06 |
Rich Felker | fix inadvertent use of uninitialized variable in dladdr |
commit | commitdiff | tree | snapshot |
2019-07-04 |
Rich Felker | remove spurious MAP_32BIT definition from riscv64 arch |
commit | commitdiff | tree | snapshot |
2019-07-04 |
Fangrui Song | configure: make AR and RANLIB customizable |
commit | commitdiff | tree | snapshot |
2019-07-02 |
Fangrui Song | remove stray .end directives from powerpc[64] asm |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Szabolcs Nagy | add new syscall numbers from linux v5.1 |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Szabolcs Nagy | ipc: prefer SYS_ipc when it is defined |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Szabolcs Nagy | mips64: fix syscall numbers of io_pgetevents and rseq |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Szabolcs Nagy | elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1 |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Szabolcs Nagy | netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux... |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Szabolcs Nagy | sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1 |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Szabolcs Nagy | s390x: drop SO_ definitions from bits/socket.h |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Szabolcs Nagy | netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux... |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Szabolcs Nagy | sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux... |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Szabolcs Nagy | fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1 |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Szabolcs Nagy | sys/fanotify.h: update for linux v5.1 |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Samuel Holland | fix deadlock in synccall after threaded fork |
commit | commitdiff | tree | snapshot |
2019-06-28 |
Rich Felker | cap getdents length argument to INT_MAX |
commit | commitdiff | tree | snapshot |
2019-06-25 |
Rich Felker | remove unnecessary and problematic _Noreturn from crt... |
commit | commitdiff | tree | snapshot |
2019-06-25 |
Rich Felker | allow fmemopen with zero size |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Matthew Maurer | do not use _Noreturn for a function pointer in dynamic... |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Rich Felker | remove implicit include of sys/sysmacros.h from sys... |
commit | commitdiff | tree | snapshot |
2019-06-14 |
Rich Felker | add riscv64 architecture support |
commit | commitdiff | tree | snapshot |
2019-05-26 |
Rich Felker | optimize aarch64 dynamic tlsdesc function to spill... |
commit | commitdiff | tree | snapshot |
2019-05-23 |
Rich Felker | make powerpc64 vrregset_t logical layout match expected API |
commit | commitdiff | tree | snapshot |
2019-05-22 |
Rich Felker | fix vrregset_t layout and member naming on powerpc64 |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Szabolcs Nagy | fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_... |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Szabolcs Nagy | fix static tls offsets of shared libs on TLS_ABOVE_TP... |
commit | commitdiff | tree | snapshot |
2019-05-16 |
Rich Felker | fix format strings for uid/gid values in putpwent/putgrent |
commit | commitdiff | tree | snapshot |
2019-05-12 |
Fangrui Song | remove unused struct dso members from dynlink.c |
commit | commitdiff | tree | snapshot |
2019-05-11 |
Rich Felker | improve i386 inline syscall asm on non-broken compilers |
commit | commitdiff | tree | snapshot |
2019-05-11 |
Rich Felker | fix regression in i386 inline syscall asm producing... |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Rich Felker | make fgetwc set error indicator for stream on encoding... |
commit | commitdiff | tree | snapshot |
2019-05-05 |
Rich Felker | fix broken posix_fadvise on mips due to missing 7-arg... |
commit | commitdiff | tree | snapshot |
2019-05-05 |
Rich Felker | allow archs to provide a 7-argument syscall if needed |
commit | commitdiff | tree | snapshot |
2019-05-05 |
Rich Felker | fix build regression on mips n32 due to typo in new... |
commit | commitdiff | tree | snapshot |
next |