Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add declarations for utmpname/utmpxname to appropriate headers | Rich Felker | 2016-02-12 | 1 | -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. | ||||
* | add login_tty function | Felix Janda | 2014-12-20 | 1 | -0/+2 |
| | |||||
* | fix namespace violations in utmpx.h | Rich Felker | 2014-01-08 | 1 | -0/+3 |
| | |||||
* | minor compatibility fixes in utmp.h and fixing mismatch with paths.h | Rich Felker | 2013-06-27 | 1 | -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.h | Rich Felker | 2013-02-26 | 1 | -3/+0 |
| | | | | patch by Chris Spiegel. | ||||
* | some extra legacy header stuff | Rich Felker | 2012-05-06 | 1 | -0/+6 |
| | |||||
* | fix utmp.h mess, try 2 | Rich Felker | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | fix previous utmp.h junk commit | Rich Felker | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | add some missing junk in utmp.h | Rich Felker | 2012-01-31 | 1 | -0/+4 |
| | |||||
* | various legacy and linux-specific stuff | Rich Felker | 2011-03-18 | 1 | -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 functions | Rich Felker | 2011-02-20 | 1 | -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.0 | Rich Felker | 2011-02-12 | 1 | -0/+23 |