Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor compatibility fixes in utmp.h and fixing mismatch with paths.h | Rich Felker | 2013-06-27 | 1 | -2/+2 |
| | | | | | | | the pathnames prefixed with /dev/null/ are guaranteed never to be valid. the previous use of /dev/null alone was mildly dangerous in that bad software might attempt to unlink the name when it found a non-regular file there and create a new file. | ||||
* | header file fixes: multiple include guard consistency and correctness | Rich Felker | 2012-06-15 | 1 | -2/+2 |
| | | | | | | | one file was reusing another file's macro name, and many had inconsistent underscores and application of SYS prefix, etc. patch by Szabolcs Nagy (nsz) | ||||
* | useless lastlog path just to make some stuff happy | Rich Felker | 2012-05-14 | 1 | -0/+1 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+40 |