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
2012-09-09
add setdomainname syscall, fix getdomainname (previously a stub)
Rich Felker
1
-0
/
+1
2012-09-09
mincore syscall wrapper
Rich Felker
1
-0
/
+1
2012-09-09
fix up lfs64 junk for preadv/pwritev
Rich Felker
1
-0
/
+5
2012-09-09
add preadv/pwritev syscall wrappers
Rich Felker
1
-0
/
+9
2012-09-09
fix typo introduced in poll.h
Rich Felker
1
-1
/
+1
2012-09-09
add linux ppoll syscall wrapper
Rich Felker
1
-0
/
+10
2012-09-08
syscall organization overhaul
Rich Felker
1
-18
/
+0
2012-09-08
add acct, accept4, setns, and dup3 syscalls (linux extensions)
Rich Felker
4
-0
/
+82
2012-09-08
add IPPROTO_HOPOPTS to in.h
Rich Felker
1
-0
/
+1
2012-09-08
add IPPROTO_MAX to in.h
Rich Felker
1
-0
/
+1
2012-09-08
fix redundant _Noreturn def in err.h
Rich Felker
1
-7
/
+1
2012-09-08
remove all remaining redundant __restrict/__inline/_Noreturn defs
Rich Felker
14
-76
/
+14
2012-09-08
sysmacros major/minor: result should have type unsigned int, not dev_t
Rich Felker
1
-2
/
+2
2012-09-08
add linux tee syscall
Rich Felker
1
-0
/
+1
2012-09-08
add linux sync_file_range syscall
Rich Felker
1
-0
/
+4
2012-09-08
add linux readahead syscall
Rich Felker
1
-0
/
+1
2012-09-08
add fallocate (nonstandardized) function
Rich Felker
1
-0
/
+3
2012-09-08
add timerfd interfaces (untested)
Rich Felker
1
-0
/
+18
2012-09-08
add stdnoreturn.h (C11)
Rich Felker
1
-0
/
+5
2012-09-07
TCP_* is in the reserved namespace for tcp.h; make use of that
Rich Felker
1
-3
/
+4
2012-09-07
remove unneeded judgemental commentary from ftw.h
Rich Felker
1
-4
/
+0
2012-09-07
default features: make musl usable without feature test macros
Rich Felker
47
-116
/
+100
2012-09-06
provide loff_t for splice syscall
Rich Felker
1
-0
/
+1
2012-09-06
further use of _Noreturn, for non-plain-C functions
Rich Felker
5
-9
/
+37
2012-09-06
add _Noreturn function attribute, with fallback for pre-C11 GNUC
Rich Felker
2
-5
/
+19
2012-09-06
dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE
Rich Felker
1
-1
/
+1
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
28
-184
/
+353
2012-09-02
avoid "inline" in public headers for strict c89 compatibility
Rich Felker
4
-27
/
+22
2012-09-01
fix wrong type for poll.h nfds_t
Rich Felker
1
-1
/
+1
2012-08-26
dladdr support for dynamic linker (nonstandard extension)
Rich Felker
1
-0
/
+10
2012-08-25
implement "low hanging fruit" from C11
Rich Felker
3
-0
/
+18
2012-08-25
add c11 quick_exit and at_quick_exit functions
Rich Felker
1
-0
/
+2
2012-08-24
type exposure fixes in sys/sem.h
Rich Felker
1
-2
/
+5
2012-08-24
stdio_ext.h needs to include stdio.h, at least to get FILE...
Rich Felker
1
-0
/
+2
2012-08-24
fix missing uintXX_t in nameser.h
Rich Felker
1
-0
/
+2
2012-08-24
fix dirent.h with _BSD_SOURCE
Rich Felker
1
-0
/
+3
2012-08-15
improve headers to better deal with removed-in-posix-2008 features
Rich Felker
2
-13
/
+22
2012-08-15
add missing xattr functions
Rich Felker
1
-0
/
+3
2012-08-13
math: fix _BSD_SOURCE namespace in math.h
nsz
1
-25
/
+26
2012-08-13
remove significandl
Rich Felker
1
-1
/
+0
2012-08-13
add significand[fl] math functions
Rich Felker
1
-0
/
+4
2012-08-13
publicly expose getdents api under _BSD_SOURCE
Rich Felker
1
-0
/
+7
2012-08-11
add bsd fgetln function
Rich Felker
1
-0
/
+4
2012-08-05
fix socket.h on mips
Rich Felker
1
-0
/
+3
2012-07-23
add ioperm/iopl syscalls
Rich Felker
1
-0
/
+13
2012-07-23
add splice and vmsplice syscalls
Rich Felker
1
-0
/
+12
2012-07-23
add extended attributes syscalls
Rich Felker
1
-0
/
+27
2012-07-23
add pipe2 syscall
Rich Felker
1
-0
/
+1
2012-07-22
fix namespace issue in prototypes in math.h
Rich Felker
1
-2
/
+2
2012-07-22
fix wrong size for sigjmp_buf signal set array
Rich Felker
1
-1
/
+1
[next]