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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6
Szabolcs Nagy
2016-06-09
1
-0
/
+1
*
fix undefined pointer arithmetic in CMSG_NXTHDR macro
Rich Felker
2016-05-22
1
-3
/
+3
*
add MADV_FREE madvise command from linux v4.5
Szabolcs Nagy
2016-03-19
1
-0
/
+1
*
add EPOLLEXCLUSIVE epoll flag from linux v4.5
Szabolcs Nagy
2016-03-19
1
-0
/
+1
*
add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5
Szabolcs Nagy
2016-03-19
1
-1
/
+2
*
add IPV6_HDRINCL socket option from linux v4.5
Szabolcs Nagy
2016-03-19
1
-0
/
+1
*
deduplicate bits/mman.h
Szabolcs Nagy
2016-03-18
1
-0
/
+59
*
add sched_getcpu
Nathan Zadoks
2016-03-02
1
-0
/
+1
*
do not define static_assert macro for pre-C11 compilers
Rich Felker
2016-02-12
1
-1
/
+1
*
add declarations for utmpname/utmpxname to appropriate headers
Rich Felker
2016-02-12
2
-1
/
+2
*
fix siginfo_t for mips
Szabolcs Nagy
2016-01-26
1
-0
/
+4
*
move bits/signal.h include close to the top of signal.h
Szabolcs Nagy
2016-01-26
1
-6
/
+12
*
add new PTRACE_SECCOMP_GET_FILTER ptrace command
Szabolcs Nagy
2016-01-26
1
-0
/
+1
*
add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags
Szabolcs Nagy
2016-01-26
1
-0
/
+1
*
add new PTRACE_O_SUSPEND_SECCOMP ptrace option
Szabolcs Nagy
2016-01-26
1
-1
/
+2
*
add new PR_CAP_AMBIENT and related defines to sys/prctl.h
Szabolcs Nagy
2016-01-26
1
-0
/
+6
*
update netpacket/packet.h to linux v4.3
Szabolcs Nagy
2016-01-26
1
-0
/
+17
*
add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h
Szabolcs Nagy
2016-01-24
1
-0
/
+2
*
update netinet/tcp.h for linux v4.2
Szabolcs Nagy
2016-01-24
1
-0
/
+7
*
add MS_LAZYTIME mount option to sys/mount.h
Szabolcs Nagy
2016-01-24
1
-1
/
+2
*
add AF_MPLS (PF_MPLS) address family to socket.h
Szabolcs Nagy
2016-01-24
1
-0
/
+2
*
add MSG_FASTOPEN sendmsg/sendto flag to socket.h
Szabolcs Nagy
2016-01-24
1
-0
/
+1
*
netinet/tcp: Add TCPOPT, TCPOLEN constants
Kylie McClain
2016-01-17
1
-0
/
+13
*
fix mismatched parens in CMPLX def for annex-g-conforming compilers
Rich Felker
2015-11-02
1
-1
/
+1
*
remove attribute((const)) from pthread_self and errno location decls
Rich Felker
2015-09-17
3
-9
/
+0
*
add format argument attributes to gettext function prototypes
Khem Raj
2015-09-15
1
-6
/
+14
*
add sh relocation types needed for fdpic to elf.h
Rich Felker
2015-09-12
1
-0
/
+8
*
socket.h: fix SO_* for mips
Roman Yeryomin
2015-07-21
1
-3
/
+3
*
fix incorrect void return type for syncfs function
Rich Felker
2015-07-09
1
-1
/
+1
*
byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code
Rich Felker
2015-06-16
1
-1
/
+2
*
add macro version of ctype.h isascii function
Rich Felker
2015-06-06
1
-0
/
+1
*
add missing legacy LFS64 macros in sys/resource.h
Rich Felker
2015-05-28
1
-0
/
+3
*
fix netinet/ether.h for c++
Szabolcs Nagy
2015-05-08
1
-0
/
+8
*
improve iswdigit macro to diagnose errors
Rich Felker
2015-05-02
2
-2
/
+2
*
add IPTOS_CLASS_* macros to netinet/ip.h
Szabolcs Nagy
2015-05-01
1
-0
/
+12
*
fix integer overflow in elf.h macro SHF_EXCLUDE
Rich Felker
2015-05-01
1
-1
/
+1
*
add PR_*_FP_MODE prctl options
Szabolcs Nagy
2015-04-17
1
-0
/
+5
*
add PR_MPX_*_MANAGEMENT prctl options
Szabolcs Nagy
2015-04-17
1
-0
/
+3
*
add IP_CHECKSUM socket option to netinet/in.h
Szabolcs Nagy
2015-04-17
1
-0
/
+1
*
improve ctype.h macros to diagnose errors
Rich Felker
2015-04-17
1
-6
/
+6
*
remove macro definition of longjmp from setjmp.h
Rich Felker
2015-04-01
1
-1
/
+0
*
move O_PATH definition back to arch bits
Rich Felker
2015-04-01
1
-3
/
+2
*
fix FLT_ROUNDS regression in C++ applications
Rich Felker
2015-03-23
1
-0
/
+8
*
fix MINSIGSTKSZ values for archs with large signal contexts
Rich Felker
2015-03-18
1
-2
/
+0
*
fix FLT_ROUNDS to reflect the current rounding mode
Szabolcs Nagy
2015-03-07
1
-0
/
+3
*
add new si_lower and si_upper siginfo_t members
Szabolcs Nagy
2015-03-04
1
-0
/
+7
*
declare incomplete type struct itimerspec in timerfd.h
Rich Felker
2015-03-04
1
-0
/
+2
*
fix preprocessor error introduced in poll.h in last commit
Rich Felker
2015-03-04
1
-1
/
+1
*
fix POLLWRNORM and POLLWRBAND on mips
Trutz Behn
2015-03-04
1
-0
/
+6
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
2
-2
/
+2
[prev]
[next]