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/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
*
add memfd_create syscall wrapper
Szabolcs Nagy
2018-06-20
1
-0
/
+5
*
add mlock2 linux syscall wrapper
Szabolcs Nagy
2018-06-20
1
-3
/
+8
*
add speculation control prctls from linux v4.17
Szabolcs Nagy
2018-06-19
1
-0
/
+9
*
add {MSG,SEM,SHM}_STAT_ANY from linux v4.17
Szabolcs Nagy
2018-06-19
3
-0
/
+3
*
add MAP_FIXED_NOREPLACE from linux v4.17
Szabolcs Nagy
2018-06-19
1
-0
/
+1
*
sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16
Szabolcs Nagy
2018-06-19
1
-1
/
+7
*
sys/epoll.h: add EPOLLNVAL from linux v4.16
Szabolcs Nagy
2018-06-19
1
-0
/
+1
*
add getrandom syscall wrapper
Hauke Mehrtens
2018-02-22
1
-0
/
+19
*
sys/prctl.h: add new PR_SVE_* macros from linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+6
*
add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+2
*
sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi
Szabolcs Nagy
2018-02-22
2
-0
/
+26
*
sys/mman.h: add MADV_WIPEONFORK from linux v4.14
Szabolcs Nagy
2018-02-22
1
-0
/
+2
*
sys/socket.h: add MSG_ZEROCOPY from linux v4.14
Szabolcs Nagy
2018-02-22
1
-0
/
+2
*
sys/socket.h: add SOL_TLS from linux v4.13
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
sys/socket.h: add PF_SMC from linux v4.11
Szabolcs Nagy
2018-02-22
1
-1
/
+3
*
add additional uapi guards for Linux kernel header files
Hauke Mehrtens
2018-01-09
1
-0
/
+2
*
add SO_ getsockopt options from linux v4.13
Szabolcs Nagy
2017-11-05
1
-0
/
+2
*
add new SO_ socket options from linux v4.12
Szabolcs Nagy
2017-11-05
1
-0
/
+3
*
add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing
Szabolcs Nagy
2017-11-05
1
-0
/
+1
*
add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10
Szabolcs Nagy
2017-11-05
1
-0
/
+1
*
add MS_NOREMOTELOCK mount flag from linux v4.9
Szabolcs Nagy
2016-12-29
1
-0
/
+1
*
remove redundant feature test macro checks in sys/time.h
Rich Felker
2016-11-07
1
-5
/
+0
*
fix various header namespace issues under feature-test-macro control
Rich Felker
2016-10-20
1
-2
/
+5
*
remove parameter names from public headers
Rich Felker
2016-10-20
1
-2
/
+2
*
fix misspelling of a legacy macro name in sys/param.h
Rich Felker
2016-10-20
1
-1
/
+1
*
add bits/hwcap.h and include it in sys/auxv.h
Szabolcs Nagy
2016-10-20
1
-0
/
+1
*
add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h
Szabolcs Nagy
2016-08-30
1
-1
/
+3
*
make brace placement in public header typedef'd structs consistent
Rich Felker
2016-07-03
1
-2
/
+1
*
make brace placement in public header struct definitions consistent
Rich Felker
2016-07-03
9
-32
/
+16
*
fix misplaced indention in sys/procfs.h
Rich Felker
2016-07-03
1
-1
/
+1
[next]