summaryrefslogtreecommitdiff
path: root/miscutils/last.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-2/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+11
* move utmp.h include to libbb.hDenys Vlasenko2011-01-251-1/+0
* *: whitespace fixesDenys Vlasenko2010-10-281-5/+5
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-1/+2
* *: remove some uses of argcDenys Vlasenko2010-01-041-2/+2
* taskset: fix some careless code in both fancy and non-fancy cases.Denis Vlasenko2008-07-111-0/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko2008-06-011-0/+3
* - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-06-011-3/+3
* last: code shrinkDenis Vlasenko2008-05-251-2/+3
* - not sure but i may have had the shutdown-time wrong and no records to verifyBernhard Reutner-Fischer2008-05-221-1/+1
* - untangle the implementation of the small and huge last appletsBernhard Reutner-Fischer2008-05-221-8/+0
* last: make its output more like "standard" last (aka "fancy last").Denis Vlasenko2008-05-221-7/+40
* last: optional alternative sysv-like implementationDenis Vlasenko2008-05-221-0/+8
* last: style fixesDenis Vlasenko2008-05-171-5/+10
* - fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-05-051-1/+1
* brctl: eliminate stray data objectDenis Vlasenko2008-03-171-10/+7
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-171-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-1/+1
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+1
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-9/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-1/+1
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer2006-05-261-2/+6
* use more boiler plate GPL noticesMike Frysinger2006-04-161-14/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* protect potential overflow for x86_64"Vladimir N. Oleynik"2006-01-311-2/+3
* make certain we dereference the pointer as a time_t, esp on x86_64Eric Andersen2006-01-301-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Implement a minimalist 'last' which allows the LEAF project toEric Andersen2003-08-081-0/+107