musl
2019-08-02 Rich Felkermove IPC_STAT definition to a new bits/ipcstat.h file
2019-08-02 Rich Felkerfix missing declarations for pthread_join extensions...
2019-08-02 Rich Felkerallow archs to define IPC_STAT, propagate time64 bit...
2019-08-02 Rich Felkerclock_gettime: add time64 syscall support, decouple...
2019-08-02 Rich Felkerclock_adjtime: add time64 support, decouple 32-bit...
2019-08-01 Rich Felkerioctl: add fallback for new time64 SIOCGSTAMP[NS]
2019-08-01 Rich Felkerget/setsockopt: add fallback for new time64 SO_RCVTIMEO...
2019-07-31 Rich Felkermake __socketcall analogous to __syscall, error-returning
2019-07-31 Rich Felkersysvipc: overhaul {sem,shm,msg}ctl for time64
2019-07-31 Rich Felkerfix semctl with SEM_STAT_ANY
2019-07-30 Rich Felkerremove gratuitously-different arch-specific bits/ipc...
2019-07-30 Rich Felkerremove arch-specific bits/ipc.h that are identical...
2019-07-30 Rich Felkermove IPC_64 from public bits/ipc.h to syscall_arch.h
2019-07-30 Rich Felkerselect: overhaul for time64
2019-07-30 Rich Felkerrecvmmsg: add time64 syscall support, decouple 32-bit...
2019-07-30 Rich Felkersetitimer, getitimer: decouple time_t from long
2019-07-29 Rich Felkerremove duplicates of new generic bits/msg.h
2019-07-29 Rich Felkeruse 64-bit msqid_ds layout in the generic version of...
2019-07-29 Rich Felkerduplicate generic bits/msg.h for each arch using it...
2019-07-29 Rich Felkerremove duplicates of new generic bits/sem.h
2019-07-29 Rich Felkeruse 64-bit semid_ds layout in the generic version of...
2019-07-29 Rich Felkercollapse out byte order conditions in bits/sem.h for...
2019-07-29 Rich Felkerduplicate generic bits/sem.h for each arch using it...
2019-07-29 Rich Felkerextricate bits/sem.h from x32 time_t hack
2019-07-29 Rich Felkerremove trailing newlines from various versions of bits...
2019-07-29 Rich Felkerremove duplicates of new generic bits/shm.h
2019-07-29 Rich Felkeruse 64-bit shmid_ds layout in the generic version of...
2019-07-29 Rich Felkerduplicate generic bits/shm.h for each arch using it...
2019-07-29 Rich Felkertimerfd: add time64 syscall support, decouple 32-bit...
2019-07-29 Rich Felkersched_rr_get_interval: don't assume time_t is 32-bit...
2019-07-29 Rich Felkerclock_getres: don't assume time_t is 32-bit on 32-bit...
2019-07-29 Rich Felkertimer_gettime: add time64 syscall support, decouple...
2019-07-29 Rich Felkerremove x32 syscall timespec fixup hacks
2019-07-29 Rich Felkerutimensat: add time64 syscall support, decouple 32...
2019-07-29 Rich Felkerclock_settime: add time64 syscall support, decouple...
2019-07-29 Rich Felkertimer_settime: add support for time64 syscall, decouple...
2019-07-28 Rich Felkerpselect, ppoll: add time64 syscall support, decouple...
2019-07-28 Rich Felkerfutex wait operations: add time64 syscall support,...
2019-07-28 Rich Felkersemtimedop: add time64 syscall support, decouple 32...
2019-07-28 Rich Felkersigtimedwait: add time64 syscall support, decouple...
2019-07-28 Rich Felkermq_timedsend, mq_timedreceive: add time64, decouple...
2019-07-28 Rich Felkerclock_nanosleep: add time64 syscall support, decouple...
2019-07-27 Rich Felkerimplement settimeofday in terms of clock_settime, not...
2019-07-27 Rich Felkerinternally, define plain syscalls, if missing, as their...
2019-07-27 Rich Felkerinternally, define time64 syscalls on x32 as the existi...
2019-07-27 Rich Felkerdon't use futimesat syscall as utimensat fallback on x32
2019-07-27 Rich Felkerfix and simplify futimesat fallback in utimensat
2019-07-27 Rich Felkerrefactor thrd_sleep and nanosleep in terms of clock_nan...
2019-07-21 Samuel Hollanduse the correct stat structure in the fstat path
2019-07-20 Rich Felkerrefactor adjtime function using adjtimex function inste...
2019-07-20 Rich Felkerrefactor adjtimex in terms of clock_adjtime
2019-07-19 Rich Felkerfix inadvertent introduction of extern object stx
2019-07-19 Rich Felkerimplement fstatat with SYS_statx, conditional on unders...
2019-07-18 Rich Felkercleanup includes now that stat, lstat no longer make...
2019-07-18 Rich Felkerrestore property that fstat(AT_FDCWD) fails with EBADF
2019-07-18 Rich Felkerremove mips/n32/64 stat struct hacks from syscall machinery
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-18 Rich Felkerrefactor all stat functions in terms of fstatat
2019-07-18 Rich Felkerremove utterly wrong includes from mips64/n32 bits...
2019-07-17 Rich Felkeruse register constraint instead of memory operand for...
2019-07-17 Rich Felkerfix riscv64 atomic asm constraints
2019-07-17 Rich Felkerfix riscv64 syscall asm constraint
2019-07-17 Rich Felkerfix broken lseek on x32 (x86_64/ILP32) with offsets...
2019-07-17 Rich Felkerfix broken lseek on mipsn32 with offsets larger than...
2019-07-17 Rich Felkerclean up mips64/n32 syscall asm constraints
2019-07-17 Rich Felkerdeduplicate mips64/n32 syscall clobbered register lists
2019-07-16 Rich Felkeruse namespace-safe __lseek for __stdio_seek instead...
2019-07-16 Rich Felkerrelease 1.1.23
2019-07-15 Rich Felkerupdate year in COPYRIGHT file
2019-07-15 Rich Felkerupdate authors/contributors list
2019-07-15 Rich Felkerfix build failure on arm building C code in thumb1...
2019-07-13 James Y Knightfix sigaltstack to ignore ss_size with SS_DISABLE,...
2019-07-10 Samuel Hollanduse the correct attributes for ___errno_location
2019-07-10 Samuel Hollandfix conflicting mips and powerpc definitions for TIOCSE...
2019-07-10 Samuel Hollandfix restrict violations in internal use of several...
2019-07-09 Rich Felkermention mips64 n32 ABI support in INSTALL doc
2019-07-09 Rich Felkerdocument riscv64 support in INSTALL document
2019-07-09 Rich Felkerprevent dup2 action for posix_spawn internal pipe fd
2019-07-06 Rich Felkerfix inadvertent use of uninitialized variable in dladdr
2019-07-04 Rich Felkerremove spurious MAP_32BIT definition from riscv64 arch
2019-07-04 Fangrui Songconfigure: make AR and RANLIB customizable
2019-07-02 Fangrui Songremove stray .end directives from powerpc[64] asm
2019-07-01 Szabolcs Nagyadd new syscall numbers from linux v5.1
2019-07-01 Szabolcs Nagyipc: prefer SYS_ipc when it is defined
2019-07-01 Szabolcs Nagymips64: fix syscall numbers of io_pgetevents and rseq
2019-07-01 Szabolcs Nagyelf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1
2019-07-01 Szabolcs Nagynetinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux...
2019-07-01 Szabolcs Nagysys/socket.h: add SO_BINDTOIFINDEX from linux v5.1
2019-07-01 Szabolcs Nagys390x: drop SO_ definitions from bits/socket.h
2019-07-01 Szabolcs Nagynetinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux...
2019-07-01 Szabolcs Nagysys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux...
2019-07-01 Szabolcs Nagyfcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1
2019-07-01 Szabolcs Nagysys/fanotify.h: update for linux v5.1
2019-07-01 Samuel Hollandfix deadlock in synccall after threaded fork
2019-06-28 Rich Felkercap getdents length argument to INT_MAX
2019-06-25 Rich Felkerremove unnecessary and problematic _Noreturn from crt...
2019-06-25 Rich Felkerallow fmemopen with zero size
2019-06-21 Matthew Maurerdo not use _Noreturn for a function pointer in dynamic...
2019-06-21 Rich Felkerremove implicit include of sys/sysmacros.h from sys...
2019-06-14 Rich Felkeradd riscv64 architecture support
next