Age | Commit message (Expand) | Author | Files | Lines |
2011-09-26 | cleanup various minor issues reported by nsz | Rich Felker | 1 | -1/+1 |
2011-09-23 | FD_ISSET must return an int. this is the easiest way. | Rich Felker | 1 | -1/+1 |
2011-09-23 | sys/user.h may need stdint.h | Rich Felker | 1 | -0/+1 |
2011-09-20 | fix some header typos | Rich Felker | 1 | -1/+1 |
2011-09-20 | fix the fsid_t structure to match name of __val | Rich Felker | 1 | -1/+1 |
2011-09-19 | fix the definition of struct statvfs to match lsb abi | Rich Felker | 2 | -7/+24 |
2011-09-19 | fix broken multi-inclusion guard in sys/reg.h | Rich Felker | 1 | -2/+2 |
2011-09-18 | cleanup more bits cruft (sysmacros and socket) | Rich Felker | 2 | -1/+199 |
2011-09-15 | implement ptrace syscall wrapper (untested) | Rich Felker | 1 | -1/+1 |
2011-08-27 | fix broken FD_* macros on 64-bit targets | Rich Felker | 1 | -3/+3 |
2011-07-09 | add missing signalfd flags | Rich Felker | 1 | -0/+3 |
2011-06-18 | copy-paste error in prctl.h | Rich Felker | 1 | -1/+1 |
2011-06-16 | fix some struct padding to match LSB/glibc ABI where it may be helpful | Rich Felker | 1 | -2/+4 |
2011-05-08 | eventfd syscall wrapper and read/write wrappers | Rich Felker | 1 | -0/+25 |
2011-04-21 | move wait.h macros out of bits. they do not vary. | Rich Felker | 1 | -2/+22 |
2011-04-21 | include signal.h to avoid thorny __sigcontext/sigcontext issues | Rich Felker | 1 | -2/+2 |
2011-04-14 | add useless type fd_mask. it's in the reserved namespace. | Rich Felker | 1 | -0/+2 |
2011-04-13 | numerous fixes to sysv ipc | Rich Felker | 3 | -13/+55 |
2011-04-13 | fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for it | Rich Felker | 1 | -3/+1 |
2011-04-13 | fix and cleanup suseconds_t/timeval stuff (broken on 64-bit) | Rich Felker | 2 | -9/+1 |
2011-04-12 | add some traditional aliases to stat.h | Rich Felker | 1 | -0/+6 |
2011-04-12 | add missing rlimit macros | Rich Felker | 1 | -0/+8 |
2011-04-11 | cleanup types stuff in headers, fix missing u_int*_t in sys/types.h | Rich Felker | 1 | -7/+9 |
2011-04-10 | add some ugly legacy type names in sys/types.h (u_char etc.) | Rich Felker | 1 | -0/+8 |
2011-04-10 | add legacy BSD-style timer*() macros in sys/time.h | Rich Felker | 1 | -0/+10 |
2011-04-10 | add missing UTIME_* macros in sys/stat.h | Rich Felker | 1 | -0/+3 |
2011-04-06 | fix typo in sys/msg.h | Rich Felker | 1 | -1/+1 |
2011-04-06 | fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functions | Rich Felker | 1 | -1/+1 |
2011-04-05 | alternate name for syslog.h | Rich Felker | 1 | -0/+1 |
2011-03-19 | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | 1 | -1/+17 |
2011-03-19 | add some ioctl stuff to sys/mount.h | Rich Felker | 1 | -0/+18 |
2011-03-19 | overhaul syscall interface | Rich Felker | 1 | -0/+16 |
2011-03-18 | various legacy and linux-specific stuff | Rich Felker | 2 | -0/+107 |
2011-03-14 | remove some old cruft from sys/types.h | Rich Felker | 1 | -1/+0 |
2011-03-08 | fcntl.h should make availabel the mode constants from sys/stat.h | Rich Felker | 1 | -8/+2 |
2011-03-03 | namespace cleanup in sys/mman.h | Rich Felker | 1 | -1/+3 |
2011-02-27 | implement futimens and utimensat | Rich Felker | 1 | -0/+3 |
2011-02-27 | cleanup namespace in sys/time.h | Rich Felker | 1 | -4/+5 |
2011-02-20 | include sys/sysmacros.h from sys/types.h when _GNU_SOURCE is defined | Rich Felker | 1 | -0/+1 |
2011-02-20 | fix typo in inotify structure | Rich Felker | 1 | -1/+1 |
2011-02-20 | make sys/param.h not depend on PATH_MAX and NAME_MAX | Rich Felker | 1 | -2/+2 |
2011-02-19 | add syscall wrappers for inotify | Rich Felker | 1 | -0/+55 |
2011-02-19 | prototype wait3 and wait4 | Rich Felker | 2 | -3/+6 |
2011-02-17 | add portable lchown (trivial to support and a few ancient things want it..) | Rich Felker | 1 | -0/+3 |
2011-02-17 | reorganize pthread data structures and move the definitions to alltypes.h | Rich Felker | 1 | -0/+14 |
2011-02-14 | extensive header cleanup for standards conformance & correctness | Rich Felker | 4 | -3/+8 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 42 | -0/+1209 |