index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-04
add support for ipv6 scope_id to getaddrinfo and getnameinfo
Rich Felker
1
-1
/
+1
2014-05-30
fix POSIX namespace pollution in sys/types.h
Szabolcs Nagy
1
-10
/
+6
2014-05-30
update netinet/in.h to match the current kernel uapi
Szabolcs Nagy
1
-1
/
+21
2014-05-30
add SO_BPF_EXTENSIONS socket option
Szabolcs Nagy
1
-0
/
+1
2014-05-30
add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro
Szabolcs Nagy
1
-0
/
+1
2014-05-24
overhaul siginfo_t definition in signal.h
Rich Felker
1
-23
/
+28
2014-05-19
remove unsupported nonstandard sysconf macros and their table entries
Rich Felker
1
-60
/
+0
2014-04-20
expose public execvpe interface
M Farkas-Dyck
1
-0
/
+1
2014-04-15
fix RLIMIT_ constants for mips
Szabolcs Nagy
1
-2
/
+5
2014-04-07
add getauxval function
Rich Felker
1
-0
/
+16
2014-04-02
implement hcreate_r, hdestroy_r and hsearch_r
sin
1
-0
/
+12
2014-03-18
fix signal.h breakage from moving stack_t to arch-specific bits
Rich Felker
1
-0
/
+2
2014-03-18
move signal.h definition of stack_t to arch-specific bits
Rich Felker
1
-6
/
+0
2014-03-11
move struct semid_ds to from shared sys/sem.h to bits
Rich Felker
1
-16
/
+1
2014-03-09
math.h: make __FLOAT_BITS and __DOUBLE_BITS C89
Szabolcs Nagy
1
-2
/
+4
2014-03-08
in sys/procfs.h, avoid using __WORDSIZE macro
Rich Felker
1
-1
/
+1
2014-02-25
in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
Szabolcs Nagy
1
-0
/
+1
2014-02-25
if_ether.h: new ethernet protocol type
Szabolcs Nagy
1
-0
/
+1
2014-02-25
sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option
Szabolcs Nagy
1
-0
/
+1
2014-02-25
elf.h: add aarch64 relocations
Szabolcs Nagy
1
-0
/
+111
2014-02-25
elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mips
Szabolcs Nagy
1
-0
/
+1
2014-02-23
sys/shm.h: move arch specific structs to bits/
rofl0r
1
-16
/
+7
2014-02-22
sys/sem.h: cheat and make all longs use time_t instead
rofl0r
1
-8
/
+8
2014-02-18
add flock64 alias for (struct) flock in fcntl.h
Rich Felker
1
-0
/
+1
2014-02-11
add parens when bit and arith ops are mixed in macros in public headers
Szabolcs Nagy
2
-2
/
+2
2014-02-11
fix signed and unsigned comparision in macros in public headers
Szabolcs Nagy
3
-3
/
+3
2014-02-05
reduce namespace pollution in netinet/udp.h
Rich Felker
1
-7
/
+10
2014-02-05
fix use of legacy u_intN_t types in netinet/tcp.h
Rich Felker
1
-73
/
+74
2014-02-05
add support for BSD struct tcphdr in netinet/tcp.h
Rich Felker
1
-4
/
+41
2014-02-05
add nonstandard timespec/timeval conversion macros in sys/time.h
Rich Felker
1
-0
/
+11
2014-02-05
add NO_ADDRESS macro to netdb.h as an alias for NO_DATA
Timo Teräs
1
-0
/
+1
2014-01-08
fix namespace violation in sys/shm.h
Rich Felker
1
-6
/
+8
2014-01-08
fix namespace violations in utmpx.h
Rich Felker
2
-5
/
+12
2014-01-08
fix remaining known namespace violations for netinet/in.h
Rich Felker
2
-22
/
+18
2014-01-07
fix const-correctness of argument to stime
Rich Felker
1
-1
/
+1
2014-01-07
fix signedness of pgoff argument to remap_file_pages
Rich Felker
1
-1
/
+1
2014-01-07
fix const-correctness in sigandset/sigorset arguments
Rich Felker
1
-2
/
+2
2014-01-07
remove sys/sysctl.h
Rich Felker
1
-17
/
+0
2014-01-07
fix incorrect type for wd argument of inotify_rm_watch
Rich Felker
1
-1
/
+1
2014-01-06
fix argument types for legacy function inet_makeaddr
Rich Felker
1
-1
/
+1
2014-01-06
const-qualify the address argument to dladdr
Rich Felker
1
-1
/
+1
2014-01-06
add some missing LFS64 aliases for fadvise/fallocate functions
Rich Felker
1
-0
/
+1
2014-01-02
add fanotify syscall wrapper and header
rofl0r
1
-0
/
+73
2013-12-29
fix struct signalfd_siginfo
Timo Teräs
1
-2
/
+3
2013-12-20
implement legacy function herror
Rich Felker
1
-0
/
+1
2013-12-20
add sys/quota.h and quotactl syscall wrapper
Rich Felker
1
-0
/
+104
2013-12-20
add netinet/igmp.h and multicast groups to netinet/in.h
Rich Felker
2
-0
/
+50
2013-12-20
add TCP_INFO and TCP_MD5SIG socket option related structures
Timo Teräs
1
-0
/
+58
2013-12-06
add posix_close, accepted for inclusion in the next issue of POSIX
Rich Felker
1
-0
/
+3
2013-12-04
move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespace
Szabolcs Nagy
1
-0
/
+2
[next]