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-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
2011-04-10
add some ugly legacy type names in sys/types.h (u_char etc.)
Rich Felker
-0
/
+8
2011-04-10
add legacy BSD-style timer*() macros in sys/time.h
Rich Felker
-0
/
+10
2011-04-10
add missing UTIME_* macros in sys/stat.h
Rich Felker
-0
/
+3
2011-04-06
fix typo in sys/msg.h
Rich Felker
-1
/
+1
2011-04-06
fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functions
Rich Felker
-1
/
+1
2011-04-05
alternate name for syslog.h
Rich Felker
-0
/
+1
2011-03-19
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
-1
/
+17
2011-03-19
add some ioctl stuff to sys/mount.h
Rich Felker
-0
/
+18
2011-03-19
overhaul syscall interface
Rich Felker
-0
/
+16
2011-03-18
various legacy and linux-specific stuff
Rich Felker
-0
/
+107
2011-03-14
remove some old cruft from sys/types.h
Rich Felker
-1
/
+0
2011-03-08
fcntl.h should make availabel the mode constants from sys/stat.h
Rich Felker
-8
/
+2
2011-03-03
namespace cleanup in sys/mman.h
Rich Felker
-1
/
+3
2011-02-27
implement futimens and utimensat
Rich Felker
-0
/
+3
2011-02-27
cleanup namespace in sys/time.h
Rich Felker
-4
/
+5
2011-02-20
include sys/sysmacros.h from sys/types.h when _GNU_SOURCE is defined
Rich Felker
-0
/
+1
2011-02-20
fix typo in inotify structure
Rich Felker
-1
/
+1
2011-02-20
make sys/param.h not depend on PATH_MAX and NAME_MAX
Rich Felker
-2
/
+2
2011-02-19
add syscall wrappers for inotify
Rich Felker
-0
/
+55
2011-02-19
prototype wait3 and wait4
Rich Felker
-3
/
+6
2011-02-17
add portable lchown (trivial to support and a few ancient things want it..)
Rich Felker
-0
/
+3
2011-02-17
reorganize pthread data structures and move the definitions to alltypes.h
Rich Felker
-0
/
+14
[prev]
[next]