index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/prctl.h: add MTE related constants from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+7
*
sys/mman.h: add MAP_HUGE_16KB from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
sys/membarrier.h: add new constants from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+4
*
sys/fanotify.h: add new FAN_* macros from linux v5.9
Szabolcs Nagy
2020-11-29
1
-0
/
+4
*
add missing personality values
William Woodruff
2020-11-29
1
-0
/
+3
*
sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7
Szabolcs Nagy
2020-09-09
1
-0
/
+1
*
sys/fanotify.h: update to linux v5.7
Szabolcs Nagy
2020-09-09
1
-1
/
+3
*
sys/random.h: add GRND_INSECURE from linux v5.6
Szabolcs Nagy
2020-09-09
1
-0
/
+1
*
sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6
Szabolcs Nagy
2020-09-09
1
-0
/
+3
*
fix regression with applications that expect struct winsize in ioctl.h
Rich Felker
2020-08-30
1
-0
/
+2
*
add tcgetwinsize and tcsetwinsize functions, move struct winsize
Rich Felker
2020-08-24
1
-7
/
+0
*
fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h
Rich Felker
2020-01-29
1
-5
/
+0
*
fix unprotected macro argument in sys/ttydefaults.h
Rich Felker
2020-01-29
1
-1
/
+1
*
define RLIMIT_RTTIME, bump RLIMIT_NLIMITS
Leah Neukirchen
2020-01-11
1
-1
/
+2
*
remove gratuitous aligned attribute from __ptrace_syscall_info
Rich Felker
2020-01-01
1
-1
/
+2
*
sys/wait.h: add P_PIDFD from linux v5.4
Szabolcs Nagy
2019-12-30
1
-1
/
+2
*
sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4
Szabolcs Nagy
2019-12-30
1
-0
/
+4
*
sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4
Szabolcs Nagy
2019-12-30
1
-0
/
+2
*
sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3
Szabolcs Nagy
2019-12-30
1
-0
/
+28
*
sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3
Szabolcs Nagy
2019-12-30
1
-0
/
+1
*
fix elf_prstatus regression on time64, existing wrong definition on x32
Rich Felker
2019-12-22
1
-4
/
+3
*
fix regression in ioctl definitions provided by arch/generic bits
Rich Felker
2019-12-18
1
-0
/
+1
*
move time64 socket options from arch bits to top-level sys/socket.h
Rich Felker
2019-11-02
1
-0
/
+11
*
move msghdr and cmsghdr out of bits/socket.h
Rich Felker
2019-11-02
1
-0
/
+34
*
make time-related socket options overridable by arch bits files
Rich Felker
2019-11-02
1
-6
/
+11
*
add time64 symbol name redirects to public headers, under arch control
Rich Felker
2019-10-28
10
-0
/
+67
*
remove indirect use of endian.h from public headers
Rich Felker
2019-10-17
3
-5
/
+0
*
move IPC_STAT definition to a new bits/ipcstat.h file
Rich Felker
2019-08-02
1
-3
/
+1
*
allow archs to define IPC_STAT, propagate time64 bit to other macros
Rich Felker
2019-08-02
4
-6
/
+8
*
sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+1
*
sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+1
*
sys/fanotify.h: update for linux v5.1
Szabolcs Nagy
2019-07-01
1
-1
/
+33
*
remove implicit include of sys/sysmacros.h from sys/types.h
Rich Felker
2019-06-21
1
-1
/
+0
*
sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0
Szabolcs Nagy
2019-03-13
1
-0
/
+7
*
sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20
Szabolcs Nagy
2019-03-13
1
-0
/
+1
*
sys/mman.h: add new hugetlb mmap flags from linux v4.19
Szabolcs Nagy
2019-03-13
2
-0
/
+4
*
sys/inotify.h: add IN_MASK_CREATE from linux v4.19
Szabolcs Nagy
2019-03-13
1
-0
/
+1
*
sys/socket.h: add SO_TXTIME from linux v4.19
Szabolcs Nagy
2019-03-13
1
-0
/
+2
*
add membarrier syscall wrapper, refactor dynamic tls install to use it
Rich Felker
2019-02-22
1
-0
/
+17
*
update line discipline constants
Bobby Bingham
2019-02-07
1
-0
/
+12
*
move arch-invariant definitions out of bits/ioctl.h
Bobby Bingham
2019-02-07
1
-0
/
+98
*
add SIGSYS support to sys/signalfd.h from linux v4.18
Szabolcs Nagy
2018-12-09
1
-1
/
+5
*
add AF_XDP to sys/socket.h from linux v4.18
Szabolcs Nagy
2018-12-09
1
-1
/
+4
*
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
midipix
2018-07-20
3
-3
/
+3
*
remove inclusion guard hacks for sys/kd.h
midipix
2018-07-20
1
-7
/
+0
*
add support for arch-specific ptrace command macros
Szabolcs Nagy
2018-07-17
1
-0
/
+2
*
sys/ptrace.h: add missing PTRACE_EVENT_STOP
Szabolcs Nagy
2018-07-17
1
-0
/
+1
*
add ST_RELATIME to statvfs.h
Rich Felker
2018-07-12
1
-0
/
+1
*
fix value of SO_PEERSEC on mips archs
Rich Felker
2018-06-26
1
-1
/
+1
[next]