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
2016-01-26
add new PTRACE_SECCOMP_GET_FILTER ptrace command
Szabolcs Nagy
-0
/
+1
2016-01-26
add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags
Szabolcs Nagy
-0
/
+1
2016-01-26
add new PTRACE_O_SUSPEND_SECCOMP ptrace option
Szabolcs Nagy
-1
/
+2
2016-01-26
add new PR_CAP_AMBIENT and related defines to sys/prctl.h
Szabolcs Nagy
-0
/
+6
2016-01-24
add MS_LAZYTIME mount option to sys/mount.h
Szabolcs Nagy
-1
/
+2
2016-01-24
add AF_MPLS (PF_MPLS) address family to socket.h
Szabolcs Nagy
-0
/
+2
2016-01-24
add MSG_FASTOPEN sendmsg/sendto flag to socket.h
Szabolcs Nagy
-0
/
+1
2015-07-21
socket.h: fix SO_* for mips
Roman Yeryomin
-3
/
+3
2015-05-28
add missing legacy LFS64 macros in sys/resource.h
Rich Felker
-0
/
+3
2015-04-17
add PR_*_FP_MODE prctl options
Szabolcs Nagy
-0
/
+5
2015-04-17
add PR_MPX_*_MANAGEMENT prctl options
Szabolcs Nagy
-0
/
+3
2015-03-04
declare incomplete type struct itimerspec in timerfd.h
Rich Felker
-0
/
+2
2015-02-09
add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF
Szabolcs Nagy
-0
/
+4
2015-01-30
move MREMAP_MAYMOVE and MREMAP_FIXED out of bits
Trutz Behn
-0
/
+2
2014-12-23
add new prctl command PR_SET_MM_MAP to sys/prctl.h
Szabolcs Nagy
-0
/
+21
2014-09-05
fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h
Szabolcs Nagy
-2
/
+2
2014-07-20
add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flags
Szabolcs Nagy
-0
/
+3
2014-06-19
implement sendmmsg and recvmmsg
Rich Felker
-0
/
+11
2014-05-30
fix POSIX namespace pollution in sys/types.h
Szabolcs Nagy
-10
/
+6
2014-05-30
add SO_BPF_EXTENSIONS socket option
Szabolcs Nagy
-0
/
+1
2014-04-15
fix RLIMIT_ constants for mips
Szabolcs Nagy
-2
/
+5
2014-04-07
add getauxval function
Rich Felker
-0
/
+16
2014-03-11
move struct semid_ds to from shared sys/sem.h to bits
Rich Felker
-16
/
+1
2014-03-08
in sys/procfs.h, avoid using __WORDSIZE macro
Rich Felker
-1
/
+1
2014-02-25
sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option
Szabolcs Nagy
-0
/
+1
2014-02-23
sys/shm.h: move arch specific structs to bits/
rofl0r
-16
/
+7
2014-02-22
sys/sem.h: cheat and make all longs use time_t instead
rofl0r
-8
/
+8
2014-02-11
fix signed and unsigned comparision in macros in public headers
Szabolcs Nagy
-1
/
+1
2014-02-05
add nonstandard timespec/timeval conversion macros in sys/time.h
Rich Felker
-0
/
+11
2014-01-08
fix namespace violation in sys/shm.h
Rich Felker
-6
/
+8
2014-01-08
fix remaining known namespace violations for netinet/in.h
Rich Felker
-0
/
+4
2014-01-07
fix signedness of pgoff argument to remap_file_pages
Rich Felker
-1
/
+1
2014-01-07
remove sys/sysctl.h
Rich Felker
-17
/
+0
2014-01-07
fix incorrect type for wd argument of inotify_rm_watch
Rich Felker
-1
/
+1
2014-01-02
add fanotify syscall wrapper and header
rofl0r
-0
/
+73
2013-12-29
fix struct signalfd_siginfo
Timo Teräs
-2
/
+3
2013-12-20
add sys/quota.h and quotactl syscall wrapper
Rich Felker
-0
/
+104
2013-12-04
move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespace
Szabolcs Nagy
-0
/
+2
2013-12-04
fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*
Szabolcs Nagy
-5
/
+1
2013-11-24
use 0 instead of NULL in headers where NULL is not defined
Szabolcs Nagy
-1
/
+1
2013-11-23
timeradd/timersub: cast result to void to get rid of warnings
rofl0r
-2
/
+2
2013-11-09
adjust sys/wait.h not to produde errors in strict ISO C feature profile
Rich Felker
-3
/
+7
2013-10-25
add legacy ftime function and sys/timeb.h
Rich Felker
-0
/
+22
2013-10-18
fix typo in socket.h (wrong macro name)
Szabolcs Nagy
-1
/
+1
2013-09-16
sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority
Szabolcs Nagy
-0
/
+3
2013-09-15
sys/socket.h: add new SO_BUSY_POLL socket option
Szabolcs Nagy
-0
/
+1
2013-09-15
ptrace.h: add new ptrace requests to get/set sigmask
Szabolcs Nagy
-0
/
+2
2013-08-21
add SUN_LEN macro to sys/un.h under appropriate feature tests
Rich Felker
-0
/
+19
2013-08-14
add missing MSG_EXCEPT in sys/msg.h
Rich Felker
-0
/
+1
2013-08-10
fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127
Rich Felker
-2
/
+2
[next]