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
Age
Commit message (
Expand
)
Author
Lines
2016-01-26
fix siginfo_t for mips
Szabolcs Nagy
-0
/
+4
2016-01-26
move bits/signal.h include close to the top of signal.h
Szabolcs Nagy
-6
/
+12
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-26
update netpacket/packet.h to linux v4.3
Szabolcs Nagy
-0
/
+17
2016-01-24
add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h
Szabolcs Nagy
-0
/
+2
2016-01-24
update netinet/tcp.h for linux v4.2
Szabolcs Nagy
-0
/
+7
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
2016-01-17
netinet/tcp: Add TCPOPT, TCPOLEN constants
Kylie McClain
-0
/
+13
2015-11-02
fix mismatched parens in CMPLX def for annex-g-conforming compilers
Rich Felker
-1
/
+1
2015-09-17
remove attribute((const)) from pthread_self and errno location decls
Rich Felker
-9
/
+0
2015-09-15
add format argument attributes to gettext function prototypes
Khem Raj
-6
/
+14
2015-09-12
add sh relocation types needed for fdpic to elf.h
Rich Felker
-0
/
+8
2015-07-21
socket.h: fix SO_* for mips
Roman Yeryomin
-3
/
+3
2015-07-09
fix incorrect void return type for syncfs function
Rich Felker
-1
/
+1
2015-06-16
byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code
Rich Felker
-1
/
+2
2015-06-06
add macro version of ctype.h isascii function
Rich Felker
-0
/
+1
2015-05-28
add missing legacy LFS64 macros in sys/resource.h
Rich Felker
-0
/
+3
2015-05-08
fix netinet/ether.h for c++
Szabolcs Nagy
-0
/
+8
2015-05-02
improve iswdigit macro to diagnose errors
Rich Felker
-2
/
+2
2015-05-01
add IPTOS_CLASS_* macros to netinet/ip.h
Szabolcs Nagy
-0
/
+12
2015-05-01
fix integer overflow in elf.h macro SHF_EXCLUDE
Rich Felker
-1
/
+1
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-04-17
add IP_CHECKSUM socket option to netinet/in.h
Szabolcs Nagy
-0
/
+1
2015-04-17
improve ctype.h macros to diagnose errors
Rich Felker
-6
/
+6
2015-04-01
remove macro definition of longjmp from setjmp.h
Rich Felker
-1
/
+0
2015-04-01
move O_PATH definition back to arch bits
Rich Felker
-3
/
+2
2015-03-23
fix FLT_ROUNDS regression in C++ applications
Rich Felker
-0
/
+8
2015-03-18
fix MINSIGSTKSZ values for archs with large signal contexts
Rich Felker
-2
/
+0
2015-03-07
fix FLT_ROUNDS to reflect the current rounding mode
Szabolcs Nagy
-0
/
+3
2015-03-04
add new si_lower and si_upper siginfo_t members
Szabolcs Nagy
-0
/
+7
2015-03-04
declare incomplete type struct itimerspec in timerfd.h
Rich Felker
-0
/
+2
2015-03-04
fix preprocessor error introduced in poll.h in last commit
Rich Felker
-1
/
+1
2015-03-04
fix POLLWRNORM and POLLWRBAND on mips
Trutz Behn
-0
/
+6
2015-03-03
make all objects used with atomic operations volatile
Rich Felker
-2
/
+2
2015-02-21
add new masked cancellation mode
Rich Felker
-0
/
+1
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-12-21
move wint_t definition to the shared part of alltypes.h.in
Rich Felker
-0
/
+1
2014-12-21
fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level
Rich Felker
-2
/
+2
2014-12-20
add login_tty function
Felix Janda
-0
/
+2
2014-12-17
fix signedness of WINT_MIN expression
Rich Felker
-1
/
+1
2014-12-17
make the definition of _Complex_I explicitly complex
Rich Felker
-2
/
+2
2014-12-17
make the result of the cimag macro a non-lvalue
Rich Felker
-1
/
+1
[next]