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
/
sys
Age
Commit message (
Expand
)
Author
Lines
2012-08-24
type exposure fixes in sys/sem.h
Rich Felker
-2
/
+5
2012-08-15
add missing xattr functions
Rich Felker
-0
/
+3
2012-08-05
fix socket.h on mips
Rich Felker
-0
/
+3
2012-07-23
add ioperm/iopl syscalls
Rich Felker
-0
/
+13
2012-07-23
add extended attributes syscalls
Rich Felker
-0
/
+27
2012-07-12
workaround another sendmsg kernel bug on 64-bit machines
Rich Felker
-7
/
+0
2012-06-23
add process_vm_readv and process_vm_writev syscall wrappers
Rich Felker
-0
/
+9
2012-06-15
header file fixes: multiple include guard consistency and correctness
Rich Felker
-6
/
+6
2012-06-07
fix sysinfo, try 2. it seems to work this time.
Rich Felker
-10
/
+10
2012-06-07
sysinfo struct was utter nonsense; no idea where it came from.
Rich Felker
-4
/
+3
2012-06-04
_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
Rich Felker
-7
/
+7
2012-05-22
various header cleanups, some related to _BSD_SOURCE addition
Rich Felker
-4
/
+4
2012-05-22
support _BSD_SOURCE feature test macro
Rich Felker
-5
/
+9
2012-05-10
fix missing parens in bit op macros (param.h)
Rich Felker
-1
/
+1
2012-05-10
and another bug in setbit, etc. macros..
Rich Felker
-1
/
+1
2012-05-10
fix typo in sys/param.h that broke setbit, etc. macros
Rich Felker
-1
/
+1
2012-05-04
add *64 junk for sys/*.h headers
Rich Felker
-0
/
+50
2012-04-18
legacy junk compatibility grab-bag
Rich Felker
-7
/
+22
2012-02-07
fix typo in inotify.h
Rich Felker
-1
/
+1
2012-02-01
apparently gnu caddr_t is supposed to be char *, not unsigned long
Rich Felker
-1
/
+1
2012-01-28
add linux setfs[ug]id syscall wrappers
Rich Felker
-0
/
+20
2012-01-26
remove useless "extern" keywords in headers
Rich Felker
-1
/
+1
2012-01-24
add MIN/MAX macros to sys/param.h
Rich Felker
-0
/
+5
2012-01-24
add legacy futimes and lutimes functions
Rich Felker
-0
/
+2
2012-01-20
add prlimit syscall wrapper
Rich Felker
-0
/
+8
2011-11-10
fix all missing instances of __cplusplus checks/extern "C" in headers
Rich Felker
-0
/
+95
2011-10-17
fix some details in ugly stuff that doesn't belong in libc
Rich Felker
-0
/
+2
2011-09-26
cleanup various minor issues reported by nsz
Rich Felker
-1
/
+1
2011-09-23
FD_ISSET must return an int. this is the easiest way.
Rich Felker
-1
/
+1
2011-09-23
sys/user.h may need stdint.h
Rich Felker
-0
/
+1
2011-09-20
fix some header typos
Rich Felker
-1
/
+1
2011-09-20
fix the fsid_t structure to match name of __val
Rich Felker
-1
/
+1
2011-09-19
fix the definition of struct statvfs to match lsb abi
Rich Felker
-7
/
+24
2011-09-19
fix broken multi-inclusion guard in sys/reg.h
Rich Felker
-2
/
+2
2011-09-18
cleanup more bits cruft (sysmacros and socket)
Rich Felker
-1
/
+199
2011-09-15
implement ptrace syscall wrapper (untested)
Rich Felker
-1
/
+1
2011-08-27
fix broken FD_* macros on 64-bit targets
Rich Felker
-3
/
+3
2011-07-09
add missing signalfd flags
Rich Felker
-0
/
+3
2011-06-18
copy-paste error in prctl.h
Rich Felker
-1
/
+1
2011-06-16
fix some struct padding to match LSB/glibc ABI where it may be helpful
Rich Felker
-2
/
+4
2011-05-08
eventfd syscall wrapper and read/write wrappers
Rich Felker
-0
/
+25
2011-04-21
move wait.h macros out of bits. they do not vary.
Rich Felker
-2
/
+22
2011-04-21
include signal.h to avoid thorny __sigcontext/sigcontext issues
Rich Felker
-2
/
+2
2011-04-14
add useless type fd_mask. it's in the reserved namespace.
Rich Felker
-0
/
+2
2011-04-13
numerous fixes to sysv ipc
Rich Felker
-13
/
+55
2011-04-13
fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for it
Rich Felker
-3
/
+1
2011-04-13
fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)
Rich Felker
-9
/
+1
2011-04-12
add some traditional aliases to stat.h
Rich Felker
-0
/
+6
2011-04-12
add missing rlimit macros
Rich Felker
-0
/
+8
2011-04-11
cleanup types stuff in headers, fix missing u_int*_t in sys/types.h
Rich Felker
-7
/
+9
[next]