Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
this allows sys/types.h to provide the pthread types, as required by POSIX. this design also facilitates forcing ABI-compatible sizes in the arch-specific alltypes.h, while eliminating the need for developers changing the internals of the pthread types to poke around with arch-specific headers they may not be able to test. | |||||
2011-02-14 | extensive header cleanup for standards conformance & correctness | Rich Felker | 4 | -3/+8 | |
thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based | |||||
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 42 | -0/+1209 | |