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
*
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
*
add new masked cancellation mode
Rich Felker
2015-02-21
1
-0
/
+1
*
add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF
Szabolcs Nagy
2015-02-09
1
-0
/
+4
*
move MREMAP_MAYMOVE and MREMAP_FIXED out of bits
Trutz Behn
2015-01-30
1
-0
/
+2
*
add new prctl command PR_SET_MM_MAP to sys/prctl.h
Szabolcs Nagy
2014-12-23
1
-0
/
+21
*
move wint_t definition to the shared part of alltypes.h.in
Rich Felker
2014-12-21
1
-0
/
+1
*
fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level
Rich Felker
2014-12-21
1
-2
/
+2
*
add login_tty function
Felix Janda
2014-12-20
1
-0
/
+2
*
fix signedness of WINT_MIN expression
Rich Felker
2014-12-17
1
-1
/
+1
*
make the definition of _Complex_I explicitly complex
Rich Felker
2014-12-17
1
-2
/
+2
*
make the result of the cimag macro a non-lvalue
Rich Felker
2014-12-17
1
-1
/
+1
*
fix definition of CMPLX macros in complex.h to work in constant expressions
Rich Felker
2014-12-17
1
-3
/
+9
*
add basic dns record parsing functions
Rich Felker
2014-12-17
1
-35
/
+23
*
don't shadow functions with macros in C++
Bobby Bingham
2014-12-09
3
-0
/
+6
*
suppress macro definitions of ctype functions under C++
Rich Felker
2014-10-14
3
-0
/
+7
*
implement uchar.h (C11 UTF-16/32 conversion) interfaces
Rich Felker
2014-10-13
3
-5
/
+30
*
add new linux file sealing api to fcntl.h
Szabolcs Nagy
2014-10-08
1
-0
/
+7
*
add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h
Szabolcs Nagy
2014-10-08
1
-0
/
+1
*
add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE
Rich Felker
2014-09-10
1
-0
/
+4
*
fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCE
Rich Felker
2014-09-10
1
-1
/
+1
*
fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE
Rich Felker
2014-09-10
4
-8
/
+2
*
add new F_OFD_* macros to fcntl.h (open file description locks)
Szabolcs Nagy
2014-09-08
1
-0
/
+4
*
add threads.h and needed per-arch types for mtx_t and cnd_t
Rich Felker
2014-09-06
1
-0
/
+85
*
add C11 timespec_get function, with associated time.h changes for C11
Rich Felker
2014-09-06
1
-1
/
+3
*
fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h
Szabolcs Nagy
2014-09-05
3
-2
/
+3
*
add static_assert and hide noreturn, alignas, alignof from C++
Szabolcs Nagy
2014-08-27
3
-0
/
+11
*
add C11 floating-point characteristic macros to float.h
Szabolcs Nagy
2014-08-27
1
-0
/
+7
*
add malloc_usable_size function and non-stub malloc.h
Rich Felker
2014-08-25
1
-0
/
+25
[next]