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
...
*
sysmacros major/minor: result should have type unsigned int, not dev_t
Rich Felker
2012-09-08
1
-2
/
+2
*
add linux tee syscall
Rich Felker
2012-09-08
1
-0
/
+1
*
add linux sync_file_range syscall
Rich Felker
2012-09-08
1
-0
/
+4
*
add linux readahead syscall
Rich Felker
2012-09-08
1
-0
/
+1
*
add fallocate (nonstandardized) function
Rich Felker
2012-09-08
1
-0
/
+3
*
add timerfd interfaces (untested)
Rich Felker
2012-09-08
1
-0
/
+18
*
add stdnoreturn.h (C11)
Rich Felker
2012-09-08
1
-0
/
+5
*
TCP_* is in the reserved namespace for tcp.h; make use of that
Rich Felker
2012-09-07
1
-3
/
+4
*
remove unneeded judgemental commentary from ftw.h
Rich Felker
2012-09-07
1
-4
/
+0
*
default features: make musl usable without feature test macros
Rich Felker
2012-09-07
47
-116
/
+100
*
provide loff_t for splice syscall
Rich Felker
2012-09-06
1
-0
/
+1
*
further use of _Noreturn, for non-plain-C functions
Rich Felker
2012-09-06
5
-9
/
+37
*
add _Noreturn function attribute, with fallback for pre-C11 GNUC
Rich Felker
2012-09-06
2
-5
/
+19
*
dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE
Rich Felker
2012-09-06
1
-1
/
+1
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
28
-184
/
+353
*
avoid "inline" in public headers for strict c89 compatibility
Rich Felker
2012-09-02
4
-27
/
+22
*
fix wrong type for poll.h nfds_t
Rich Felker
2012-09-01
1
-1
/
+1
*
dladdr support for dynamic linker (nonstandard extension)
Rich Felker
2012-08-26
1
-0
/
+10
*
implement "low hanging fruit" from C11
Rich Felker
2012-08-25
3
-0
/
+18
*
add c11 quick_exit and at_quick_exit functions
Rich Felker
2012-08-25
1
-0
/
+2
*
type exposure fixes in sys/sem.h
Rich Felker
2012-08-24
1
-2
/
+5
*
stdio_ext.h needs to include stdio.h, at least to get FILE...
Rich Felker
2012-08-24
1
-0
/
+2
*
fix missing uintXX_t in nameser.h
Rich Felker
2012-08-24
1
-0
/
+2
*
fix dirent.h with _BSD_SOURCE
Rich Felker
2012-08-24
1
-0
/
+3
*
improve headers to better deal with removed-in-posix-2008 features
Rich Felker
2012-08-15
2
-13
/
+22
*
add missing xattr functions
Rich Felker
2012-08-15
1
-0
/
+3
*
math: fix _BSD_SOURCE namespace in math.h
nsz
2012-08-13
1
-25
/
+26
*
remove significandl
Rich Felker
2012-08-13
1
-1
/
+0
*
add significand[fl] math functions
Rich Felker
2012-08-13
1
-0
/
+4
*
publicly expose getdents api under _BSD_SOURCE
Rich Felker
2012-08-13
1
-0
/
+7
*
add bsd fgetln function
Rich Felker
2012-08-11
1
-0
/
+4
*
fix socket.h on mips
Rich Felker
2012-08-05
1
-0
/
+3
*
add ioperm/iopl syscalls
Rich Felker
2012-07-23
1
-0
/
+13
*
add splice and vmsplice syscalls
Rich Felker
2012-07-23
1
-0
/
+12
*
add extended attributes syscalls
Rich Felker
2012-07-23
1
-0
/
+27
*
add pipe2 syscall
Rich Felker
2012-07-23
1
-0
/
+1
*
fix namespace issue in prototypes in math.h
Rich Felker
2012-07-22
1
-2
/
+2
*
fix wrong size for sigjmp_buf signal set array
Rich Felker
2012-07-22
1
-1
/
+1
*
fix typo in aio.h
Rich Felker
2012-07-19
1
-1
/
+1
*
workaround another sendmsg kernel bug on 64-bit machines
Rich Felker
2012-07-12
1
-7
/
+0
*
fix redef of sigprocmask constants on mips
Rich Felker
2012-07-12
1
-2
/
+0
*
more mips bits-header fixes
Rich Felker
2012-07-12
1
-0
/
+2
*
add prototypes for getw/putw
Rich Felker
2012-07-04
1
-0
/
+2
*
jmp_buf overhaul fixing several issues
Rich Felker
2012-07-03
1
-1
/
+5
*
replace old and ugly crypt implementation
Rich Felker
2012-06-29
1
-0
/
+20
*
add process_vm_readv and process_vm_writev syscall wrappers
Rich Felker
2012-06-23
1
-0
/
+9
*
proper error handling for fcntl F_GETOWN on modern kernels
Rich Felker
2012-06-20
1
-0
/
+11
*
include declarations for new stdio_ext functions (gnulib support)
Rich Felker
2012-06-19
1
-0
/
+5
*
header file fixes: multiple include guard consistency and correctness
Rich Felker
2012-06-15
10
-18
/
+18
*
revert one change in time.h; no evidence BSD_SOURCE should expose these..
Rich Felker
2012-06-13
1
-1
/
+1
[prev]
[next]