summaryrefslogtreecommitdiff
path: root/miscutils/last.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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