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
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
syscall organization overhaul
Rich Felker
2012-09-08
1
-18
/
+0
*
add acct, accept4, setns, and dup3 syscalls (linux extensions)
Rich Felker
2012-09-08
2
-0
/
+79
*
remove all remaining redundant __restrict/__inline/_Noreturn defs
Rich Felker
2012-09-08
3
-13
/
+3
*
sysmacros major/minor: result should have type unsigned int, not dev_t
Rich Felker
2012-09-08
1
-2
/
+2
*
add timerfd interfaces (untested)
Rich Felker
2012-09-08
1
-0
/
+18
*
default features: make musl usable without feature test macros
Rich Felker
2012-09-07
14
-15
/
+24
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
5
-13
/
+43
*
avoid "inline" in public headers for strict c89 compatibility
Rich Felker
2012-09-02
1
-0
/
+4
*
type exposure fixes in sys/sem.h
Rich Felker
2012-08-24
1
-2
/
+5
*
add missing xattr functions
Rich Felker
2012-08-15
1
-0
/
+3
*
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 extended attributes syscalls
Rich Felker
2012-07-23
1
-0
/
+27
*
workaround another sendmsg kernel bug on 64-bit machines
Rich Felker
2012-07-12
1
-7
/
+0
*
add process_vm_readv and process_vm_writev syscall wrappers
Rich Felker
2012-06-23
1
-0
/
+9
*
header file fixes: multiple include guard consistency and correctness
Rich Felker
2012-06-15
3
-6
/
+6
*
fix sysinfo, try 2. it seems to work this time.
Rich Felker
2012-06-07
1
-10
/
+10
*
sysinfo struct was utter nonsense; no idea where it came from.
Rich Felker
2012-06-07
1
-4
/
+3
*
_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
Rich Felker
2012-06-04
7
-7
/
+7
*
various header cleanups, some related to _BSD_SOURCE addition
Rich Felker
2012-05-22
1
-4
/
+4
*
support _BSD_SOURCE feature test macro
Rich Felker
2012-05-22
5
-5
/
+9
*
fix missing parens in bit op macros (param.h)
Rich Felker
2012-05-10
1
-1
/
+1
*
and another bug in setbit, etc. macros..
Rich Felker
2012-05-10
1
-1
/
+1
*
fix typo in sys/param.h that broke setbit, etc. macros
Rich Felker
2012-05-10
1
-1
/
+1
*
add *64 junk for sys/*.h headers
Rich Felker
2012-05-04
7
-0
/
+50
*
legacy junk compatibility grab-bag
Rich Felker
2012-04-18
1
-7
/
+22
*
fix typo in inotify.h
Rich Felker
2012-02-07
1
-1
/
+1
*
apparently gnu caddr_t is supposed to be char *, not unsigned long
Rich Felker
2012-02-01
1
-1
/
+1
*
add linux setfs[ug]id syscall wrappers
Rich Felker
2012-01-28
1
-0
/
+20
*
remove useless "extern" keywords in headers
Rich Felker
2012-01-26
1
-1
/
+1
*
add MIN/MAX macros to sys/param.h
Rich Felker
2012-01-24
1
-0
/
+5
*
add legacy futimes and lutimes functions
Rich Felker
2012-01-24
1
-0
/
+2
*
add prlimit syscall wrapper
Rich Felker
2012-01-20
1
-0
/
+8
*
fix all missing instances of __cplusplus checks/extern "C" in headers
Rich Felker
2011-11-10
12
-0
/
+95
*
fix some details in ugly stuff that doesn't belong in libc
Rich Felker
2011-10-17
1
-0
/
+2
*
cleanup various minor issues reported by nsz
Rich Felker
2011-09-26
1
-1
/
+1
*
FD_ISSET must return an int. this is the easiest way.
Rich Felker
2011-09-23
1
-1
/
+1
*
sys/user.h may need stdint.h
Rich Felker
2011-09-23
1
-0
/
+1
*
fix some header typos
Rich Felker
2011-09-20
1
-1
/
+1
*
fix the fsid_t structure to match name of __val
Rich Felker
2011-09-20
1
-1
/
+1
*
fix the definition of struct statvfs to match lsb abi
Rich Felker
2011-09-19
2
-7
/
+24
*
fix broken multi-inclusion guard in sys/reg.h
Rich Felker
2011-09-19
1
-2
/
+2
*
cleanup more bits cruft (sysmacros and socket)
Rich Felker
2011-09-18
2
-1
/
+199
*
implement ptrace syscall wrapper (untested)
Rich Felker
2011-09-15
1
-1
/
+1
*
fix broken FD_* macros on 64-bit targets
Rich Felker
2011-08-27
1
-3
/
+3
*
add missing signalfd flags
Rich Felker
2011-07-09
1
-0
/
+3
*
copy-paste error in prctl.h
Rich Felker
2011-06-18
1
-1
/
+1
*
fix some struct padding to match LSB/glibc ABI where it may be helpful
Rich Felker
2011-06-16
1
-2
/
+4
*
eventfd syscall wrapper and read/write wrappers
Rich Felker
2011-05-08
1
-0
/
+25
*
move wait.h macros out of bits. they do not vary.
Rich Felker
2011-04-21
1
-2
/
+22
[next]