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
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
2014-12-17
fix definition of CMPLX macros in complex.h to work in constant expressions
Rich Felker
-3
/
+9
2014-12-17
add basic dns record parsing functions
Rich Felker
-35
/
+23
2014-12-09
don't shadow functions with macros in C++
Bobby Bingham
-0
/
+6
2014-10-14
suppress macro definitions of ctype functions under C++
Rich Felker
-0
/
+7
2014-10-13
implement uchar.h (C11 UTF-16/32 conversion) interfaces
Rich Felker
-5
/
+30
2014-10-08
add new linux file sealing api to fcntl.h
Szabolcs Nagy
-0
/
+7
2014-10-08
add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h
Szabolcs Nagy
-0
/
+1
2014-09-10
add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE
Rich Felker
-0
/
+4
2014-09-10
fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCE
Rich Felker
-1
/
+1
2014-09-10
fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE
Rich Felker
-8
/
+2
2014-09-08
add new F_OFD_* macros to fcntl.h (open file description locks)
Szabolcs Nagy
-0
/
+4
2014-09-06
add threads.h and needed per-arch types for mtx_t and cnd_t
Rich Felker
-0
/
+85
2014-09-06
add C11 timespec_get function, with associated time.h changes for C11
Rich Felker
-1
/
+3
2014-09-05
fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h
Szabolcs Nagy
-2
/
+3
2014-08-27
add static_assert and hide noreturn, alignas, alignof from C++
Szabolcs Nagy
-0
/
+11
2014-08-27
add C11 floating-point characteristic macros to float.h
Szabolcs Nagy
-0
/
+7
2014-08-25
add malloc_usable_size function and non-stub malloc.h
Rich Felker
-0
/
+25
2014-08-20
add max_align_t definition for C11 and C++11
Rich Felker
-0
/
+3
2014-08-13
fix CPU_EQUAL macro in sched.h
Szabolcs Nagy
-1
/
+1
2014-08-13
add inline isspace in ctype.h as an optimization
Szabolcs Nagy
-1
/
+6
2014-08-08
make clearenv available with _BSD_SOURCE
Clément Vasseur
-1
/
+1
2014-07-31
implement ffsl and ffsll functions
Rich Felker
-0
/
+2
2014-07-31
limit visibility of ffs function declaration to _XOPEN_SOURCE
Rich Felker
-0
/
+2
2014-07-20
add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flags
Szabolcs Nagy
-0
/
+3
2014-07-20
add pacing rate information to the tcp_info struct in tcp.h
Szabolcs Nagy
-0
/
+2
2014-07-20
add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK
Szabolcs Nagy
-2
/
+4
[next]