summaryrefslogtreecommitdiffstats
path: root/usr.bin/last (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* pledge() a little later, after getopt operation, in case -f option changesderaadt2018-08-031-4/+6
* pledge "stdio rpath".deraadt2015-10-291-1/+4
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-3/+3
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-2/+3
* use ctime_r to avoid a re-entrancy signal racederaadt2015-03-141-3/+3
* in getopt() blocks, stop incrementing flag variable which are supposedderaadt2015-02-081-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* init crmsg to something so it doesn't crash on invalid wtmp files.tedu2014-12-091-2/+2
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-2/+2
* Instead of special casing ftpd, uucpd and others that may have entriesokan2014-04-221-5/+13
* remove special case for uucp entries.okan2014-04-171-6/+3
* Correct some time_t printing; factor out a grotty block while hereguenther2014-04-171-49/+41
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-3/+3
* Fix after last commit: add missing header.fgsch2013-02-181-1/+2
* Reflect the -f option in last's output. Original diff from Jacob L. Leifman.lum2013-02-121-3/+3
* Fix HISTORY and AUTHORS of another 1BSD utility that i missed at first;schwarze2011-12-311-4/+10
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
* add missing header needed by isdigit()chl2009-05-011-2/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* discuss consistently "the Epoch";jmc2007-02-061-2/+2
* expand the description of -d somewhat;jmc2006-10-271-1/+12
* - update Nd somewhatjmc2006-10-271-3/+3
* - simplify and sort synopsisjmc2006-10-272-40/+39
* fix fd leak; then i got a bit carried away making the code prettierderaadt2005-11-141-106/+95
* Replace numeric argument handling (e.g. last -30) with something thatmillert2005-07-011-14/+18
* Add a new -n option that replaces the old -number option (which nowmillert2004-06-162-13/+25
* Fix uninitialized variable. From Ilya Voronin <ivoronin at trancom dot ru>otto2004-01-081-3/+3
* Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>otto2003-11-091-3/+3
* make 9-char login names not stretch the line; millert okderaadt2003-08-141-35/+34
* mostly ansi cleanup; pval okderaadt2003-06-101-23/+12
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* avoid more signal racesderaadt2003-05-291-8/+8
* minor tweak to error message, from Eric in pr3235tedu2003-04-251-3/+3
* fix time spec even better; emmf26@umr.eduderaadt2003-04-142-9/+9
* make usage exactly like in the man page; andrushock@korovino.netderaadt2003-04-061-13/+21
* simple snprintf and strlcpy; henning okderaadt2003-04-051-8/+7
* Add missing includes, breaks and semicolons to appease gcc3; David Krausemillert2002-09-231-2/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-11/+11
* fix a typo; from Sam Smith <S@mSmith.net>mickey2002-02-041-31/+31
* mark a zone of signal racesderaadt2001-11-051-2/+3
* -Wall cleanuppvalchev2001-07-181-7/+7
* first pass at a -Wall cleanupderaadt2001-07-121-16/+17
* Change host width to 24 so last produces one line per user; deraadt ok.fgsch2001-02-061-3/+3
* move utmp to large format, usernames to 32 chars; downsjderaadt2001-01-311-14/+17
* data base -> databasemillert2000-12-171-2/+2
* incorrect time specification; noted by sigh@kuzirabekon.econ.nagasaki-u.ac.jpderaadt2000-12-122-6/+6
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* correct description; sarnold@intertrust.comderaadt2000-06-071-3/+3
* More pedantic man page formatting insanity, lalalaaaron2000-03-231-10/+10