about summary refs log tree commit diff
path: root/include/utmp.h
Commit message (Collapse)AuthorAgeFilesLines
* minor compatibility fixes in utmp.h and fixing mismatch with paths.hRich Felker2013-06-271-2/+8
| | | | | | | 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.
* fix cruft in utmp.h that was broken by changes in utmpx.hRich Felker2013-02-261-3/+0
| | | | patch by Chris Spiegel.
* some extra legacy header stuffRich Felker2012-05-061-0/+6
|
* fix utmp.h mess, try 2Rich Felker2012-02-011-1/+1
|
* fix previous utmp.h junk commitRich Felker2012-01-311-1/+1
|
* add some missing junk in utmp.hRich Felker2012-01-311-0/+4
|
* various legacy and linux-specific stuffRich Felker2011-03-181-0/+2
| | | | | this commit is part of an effort to make more of busybox work out-of-the-box.
* make real symbols for the legacy (nonstandardized) utmp functionsRich Felker2011-02-201-6/+15
| | | | | | | this is needed in the long term for ABI compatibility anyway, and in the immediate, it helps with building broken programs like GNU screen that try to prototype the functions themselves rather than using the header.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+23