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
2014-02-23
sys/shm.h: move arch specific structs to bits/
rofl0r
-16
/
+7
2014-02-22
sys/sem.h: cheat and make all longs use time_t instead
rofl0r
-8
/
+8
2014-02-18
add flock64 alias for (struct) flock in fcntl.h
Rich Felker
-0
/
+1
2014-02-11
add parens when bit and arith ops are mixed in macros in public headers
Szabolcs Nagy
-2
/
+2
2014-02-11
fix signed and unsigned comparision in macros in public headers
Szabolcs Nagy
-3
/
+3
2014-02-05
reduce namespace pollution in netinet/udp.h
Rich Felker
-7
/
+10
2014-02-05
fix use of legacy u_intN_t types in netinet/tcp.h
Rich Felker
-73
/
+74
2014-02-05
add support for BSD struct tcphdr in netinet/tcp.h
Rich Felker
-4
/
+41
2014-02-05
add nonstandard timespec/timeval conversion macros in sys/time.h
Rich Felker
-0
/
+11
2014-02-05
add NO_ADDRESS macro to netdb.h as an alias for NO_DATA
Timo Teräs
-0
/
+1
2014-01-08
fix namespace violation in sys/shm.h
Rich Felker
-6
/
+8
2014-01-08
fix namespace violations in utmpx.h
Rich Felker
-5
/
+12
2014-01-08
fix remaining known namespace violations for netinet/in.h
Rich Felker
-22
/
+18
2014-01-07
fix const-correctness of argument to stime
Rich Felker
-1
/
+1
2014-01-07
fix signedness of pgoff argument to remap_file_pages
Rich Felker
-1
/
+1
2014-01-07
fix const-correctness in sigandset/sigorset arguments
Rich Felker
-2
/
+2
2014-01-07
remove sys/sysctl.h
Rich Felker
-17
/
+0
2014-01-07
fix incorrect type for wd argument of inotify_rm_watch
Rich Felker
-1
/
+1
2014-01-06
fix argument types for legacy function inet_makeaddr
Rich Felker
-1
/
+1
2014-01-06
const-qualify the address argument to dladdr
Rich Felker
-1
/
+1
2014-01-06
add some missing LFS64 aliases for fadvise/fallocate functions
Rich Felker
-0
/
+1
2014-01-02
add fanotify syscall wrapper and header
rofl0r
-0
/
+73
2013-12-29
fix struct signalfd_siginfo
Timo Teräs
-2
/
+3
2013-12-20
implement legacy function herror
Rich Felker
-0
/
+1
2013-12-20
add sys/quota.h and quotactl syscall wrapper
Rich Felker
-0
/
+104
2013-12-20
add netinet/igmp.h and multicast groups to netinet/in.h
Rich Felker
-0
/
+50
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
[next]