Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016年02月12日 | add declarations for utmpname/utmpxname to appropriate headers | Rich Felker | -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月20日 | add login_tty function | Felix Janda | -0/+2 | |
2014年01月08日 | fix namespace violations in utmpx.h | Rich Felker | -0/+3 | |
2013年06月27日 | minor compatibility fixes in utmp.h and fixing mismatch with paths.h | Rich Felker | -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月26日 | fix cruft in utmp.h that was broken by changes in utmpx.h | Rich Felker | -3/+0 | |
patch by Chris Spiegel. | ||||
2012年05月06日 | some extra legacy header stuff | Rich Felker | -0/+6 | |
2012年02月01日 | fix utmp.h mess, try 2 | Rich Felker | -1/+1 | |
2012年01月31日 | fix previous utmp.h junk commit | Rich Felker | -1/+1 | |
2012年01月31日 | add some missing junk in utmp.h | Rich Felker | -0/+4 | |
2011年03月18日 | various legacy and linux-specific stuff | Rich Felker | -0/+2 | |
this commit is part of an effort to make more of busybox work out-of-the-box. | ||||
2011年02月20日 | make real symbols for the legacy (nonstandardized) utmp functions | Rich Felker | -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月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+23 | |