summaryrefslogtreecommitdiff
path: root/include/utmp.h
AgeCommit message (Collapse)AuthorFilesLines
2016-02-12add declarations for utmpname/utmpxname to appropriate headersRich Felker1-1/+1
commit 378f8cb5222b63e4f8532c757ce54e4074567e1f added these functions (as stubs) but left them without declarations. this broke some autoconf based software that detected linkability of the symbols but didn't check for a declaration.
2014-12-20add login_tty functionFelix Janda1-0/+2
2014-01-08fix namespace violations in utmpx.hRich Felker1-0/+3
2013-06-27minor compatibility fixes in utmp.h and fixing mismatch with paths.hRich Felker1-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.
2013-02-26fix cruft in utmp.h that was broken by changes in utmpx.hRich Felker1-3/+0
patch by Chris Spiegel.
2012-05-06some extra legacy header stuffRich Felker1-0/+6
2012-02-01fix utmp.h mess, try 2Rich Felker1-1/+1
2012-01-31fix previous utmp.h junk commitRich Felker1-1/+1
2012-01-31add some missing junk in utmp.hRich Felker1-0/+4
2011-03-18various legacy and linux-specific stuffRich Felker1-0/+2
this commit is part of an effort to make more of busybox work out-of-the-box.
2011-02-20make real symbols for the legacy (nonstandardized) utmp functionsRich Felker1-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.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+23