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
2013-12-20
add TCP_INFO and TCP_MD5SIG socket option related structures
Timo Teräs
-0
/
+58
2013-12-06
add posix_close, accepted for inclusion in the next issue of POSIX
Rich Felker
-0
/
+3
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-12-04
fix res_mkquery and res_send prototypes in resolv.h
Szabolcs Nagy
-4
/
+2
2013-12-03
remove duplicate definition of _PATH_LASTLOG in paths.h
Rich Felker
-1
/
+0
2013-12-02
remove now-unnecessary features.h inclusion from fnmatch.h
Rich Felker
-2
/
+0
2013-12-02
expose FNM_* extensions in fnmatch.h without _GNU_SOURCE
Rich Felker
-3
/
+0
2013-11-29
increase TTY_NAME_MAX limit to 32
Rich Felker
-1
/
+1
2013-11-26
adjust fallback INFINITY definition for FLT_EVAL_METHOD==2 case
Rich Felker
-1
/
+1
2013-11-24
restore type of NULL to void * except when used in C++ programs
Rich Felker
-0
/
+33
2013-11-24
Fix dn_comp prototype and add stub
Michael Forney
-1
/
+1
2013-11-24
use 0 instead of NULL in headers where NULL is not defined
Szabolcs Nagy
-3
/
+3
2013-11-23
add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12
Szabolcs Nagy
-0
/
+1
2013-11-23
add linux tcp state enums
Timo Teräs
-0
/
+12
2013-11-23
add multicast structures from RFC 3678 to netinet/in.h
Timo Teräs
-1
/
+42
2013-11-23
timeradd/timersub: cast result to void to get rid of warnings
rofl0r
-2
/
+2
2013-11-21
add legacy getloadavg api
Szabolcs Nagy
-0
/
+1
2013-11-21
math: add (obsolete) bsd drem and finite functions
Szabolcs Nagy
-0
/
+6
2013-11-20
write floating point limit constants to 21 significant decimal places
Rich Felker
-10
/
+10
2013-11-09
adjust sys/wait.h not to produde errors in strict ISO C feature profile
Rich Felker
-3
/
+7
2013-10-30
fix inttypes.h PRI and SCN macros for [u]intptr_t types
Rich Felker
-11
/
+13
2013-10-29
POSIX conformance fix: define struct entry in search.h
Szabolcs Nagy
-1
/
+1
2013-10-25
add legacy ftime function and sys/timeb.h
Rich Felker
-0
/
+22
2013-10-20
fix multiple minor namespace issues in headers
Rich Felker
-7
/
+15
2013-10-18
use consistent include guard name in arpa/ftp.h
Szabolcs Nagy
-2
/
+2
2013-10-18
fix typo in socket.h (wrong macro name)
Szabolcs Nagy
-1
/
+1
2013-10-07
fix clockid macro names in time.h, reported by Paul Schutte
Szabolcs Nagy
-2
/
+2
2013-09-27
math: fix comparision macros (isless etc) when FLT_EVAL_METHOD!=0
Szabolcs Nagy
-10
/
+10
2013-09-16
sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority
Szabolcs Nagy
-0
/
+3
2013-09-16
update include/elf.h following glibc changes
Szabolcs Nagy
-27
/
+143
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-09-15
net/if_arp.h: add missing ARP hardware identifiers from linux uapi headers
Szabolcs Nagy
-1
/
+7
2013-09-15
netinet/in.h: add missing IP protocol numbers from the linux uapi headers
Szabolcs Nagy
-0
/
+2
2013-09-15
support configurable page size on mips, powerpc and microblaze
Szabolcs Nagy
-0
/
+2
2013-09-01
add workaround header for wait.h remapping to sys/wait.h
Rich Felker
-0
/
+2
2013-08-30
only expose struct tcphdr under _GNU_SOURCE
Rich Felker
-1
/
+3
2013-08-30
add struct tcphdr in netinet/tcp.h
Rich Felker
-0
/
+33
2013-08-28
stdbool.h should define __bool_true_false_are_defined even for C++
Rich Felker
-2
/
+2
2013-08-21
add SUN_LEN macro to sys/un.h under appropriate feature tests
Rich Felker
-0
/
+19
2013-08-14
de-duplicate dn_expand, fix return value and signature, clean up
Rich Felker
-1
/
+1
2013-08-14
add missing MSG_EXCEPT in sys/msg.h
Rich Felker
-0
/
+1
2013-08-13
provide declarations for strtod_l and family
Rich Felker
-0
/
+4
2013-08-10
fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127
Rich Felker
-4
/
+4
2013-08-10
add pthread_setaffinity_np and pthread_getaffinity_np functions
Rich Felker
-0
/
+3
2013-08-10
add cpu affinity interfaces
Rich Felker
-0
/
+61
2013-08-08
sys/personality.h: add missing C++ compat
rofl0r
-0
/
+7
2013-08-08
sys/personality.h: add missing macros
rofl0r
-0
/
+33
2013-08-03
add some new linux AT_* flags
Rich Felker
-0
/
+2
[prev]
[next]