aboutsummaryrefslogtreecommitdiff
path: root/miscutils/last.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-211-1/+1
* remove bb_printf and the likevda2006-10-261-1/+1
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-221-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-9/+1
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-031-1/+1
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).aldot2006-05-261-2/+6
* use more boiler plate GPL noticesvapier2006-04-161-14/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* protect potential overflow for x86_64vodz2006-01-311-2/+3
* make certain we dereference the pointer as a time_t, esp on x86_64andersen2006-01-301-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-3/+3
* Implement a minimalist 'last' which allows the LEAF project toandersen2003-08-081-0/+107