index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sys
Age
Commit message (
Expand
)
Author
Lines
2024-10-12
sys/stat.h: fix typo in statx member name stx_dio_offset_align
Khem Raj
-1
/
+1
2024-09-13
statx: add new struct statx fields and corresponding mask macros
Rich Felker
-1
/
+8
2024-06-22
sys/epoll.h: add epoll ioctls
Joe Damato
-0
/
+12
2024-05-11
fix typo that broke sys/reg.h and sys/user.h
Gonzalo Alvarez
-2
/
+2
2024-05-07
sys/user.h: derive __WORDSIZE from __LONG_MAX
Rich Felker
-0
/
+9
2024-05-07
sys/reg.h: derive __WORDSIZE from __LONG_MAX
Rich Felker
-0
/
+9
2024-04-24
add missing STATX_ATTR_* macros omitted when statx was added
Rich Felker
-0
/
+10
2024-03-13
uio.h: add RWF_NOAPPEND flag for pwritev2
Rich Felker
-0
/
+1
2024-02-24
add statx interface using syscall, fallback to fstatat
Duncan Bellamy
-0
/
+55
2024-01-25
add preadv2 and pwritev2 syscall wrappers, flag value macros
Rich Felker
-0
/
+7
2023-08-19
statvfs: allocate spare for f_type
наб
-1
/
+2
2023-02-08
fix integer overflow in WIFSTOPPED macro
Rich Felker
-1
/
+1
2022-10-19
remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE
Rich Felker
-8
/
+8
2022-03-08
sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13
Szabolcs Nagy
-0
/
+9
2022-03-08
sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13
Szabolcs Nagy
-0
/
+3
2022-03-08
sys/socket.h: add new SO_ socket options from linux v5.11
Szabolcs Nagy
-0
/
+2
2022-03-08
sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11
Szabolcs Nagy
-0
/
+6
2021-02-15
sys/prctl.h: add MTE related constants from linux v5.10
Szabolcs Nagy
-0
/
+7
2021-02-15
sys/mman.h: add MAP_HUGE_16KB from linux v5.10
Szabolcs Nagy
-0
/
+1
2021-02-15
sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10
Szabolcs Nagy
-0
/
+1
2021-02-15
sys/membarrier.h: add new constants from linux v5.10
Szabolcs Nagy
-0
/
+4
2020-11-29
sys/fanotify.h: add new FAN_* macros from linux v5.9
Szabolcs Nagy
-0
/
+4
2020-11-29
add missing personality values
William Woodruff
-0
/
+3
2020-09-09
sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7
Szabolcs Nagy
-0
/
+1
2020-09-09
sys/fanotify.h: update to linux v5.7
Szabolcs Nagy
-1
/
+3
2020-09-09
sys/random.h: add GRND_INSECURE from linux v5.6
Szabolcs Nagy
-0
/
+1
2020-09-09
sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6
Szabolcs Nagy
-0
/
+3
2020-08-30
fix regression with applications that expect struct winsize in ioctl.h
Rich Felker
-0
/
+2
2020-08-24
add tcgetwinsize and tcsetwinsize functions, move struct winsize
Rich Felker
-7
/
+0
2020-01-29
fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h
Rich Felker
-5
/
+0
2020-01-29
fix unprotected macro argument in sys/ttydefaults.h
Rich Felker
-1
/
+1
2020-01-11
define RLIMIT_RTTIME, bump RLIMIT_NLIMITS
Leah Neukirchen
-1
/
+2
2020-01-01
remove gratuitous aligned attribute from __ptrace_syscall_info
Rich Felker
-1
/
+2
2019-12-30
sys/wait.h: add P_PIDFD from linux v5.4
Szabolcs Nagy
-1
/
+2
2019-12-30
sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4
Szabolcs Nagy
-0
/
+4
2019-12-30
sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4
Szabolcs Nagy
-0
/
+2
2019-12-30
sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3
Szabolcs Nagy
-0
/
+28
2019-12-30
sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3
Szabolcs Nagy
-0
/
+1
2019-12-22
fix elf_prstatus regression on time64, existing wrong definition on x32
Rich Felker
-4
/
+3
2019-12-18
fix regression in ioctl definitions provided by arch/generic bits
Rich Felker
-0
/
+1
2019-11-02
move time64 socket options from arch bits to top-level sys/socket.h
Rich Felker
-0
/
+11
2019-11-02
move msghdr and cmsghdr out of bits/socket.h
Rich Felker
-0
/
+34
2019-11-02
make time-related socket options overridable by arch bits files
Rich Felker
-6
/
+11
2019-10-28
add time64 symbol name redirects to public headers, under arch control
Rich Felker
-0
/
+67
2019-10-17
remove indirect use of endian.h from public headers
Rich Felker
-5
/
+0
2019-08-02
move IPC_STAT definition to a new bits/ipcstat.h file
Rich Felker
-3
/
+1
2019-08-02
allow archs to define IPC_STAT, propagate time64 bit to other macros
Rich Felker
-6
/
+8
2019-07-01
sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1
Szabolcs Nagy
-0
/
+1
2019-07-01
sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1
Szabolcs Nagy
-0
/
+1
2019-07-01
sys/fanotify.h: update for linux v5.1
Szabolcs Nagy
-1
/
+33
[next]