aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/last
Commit message (Collapse)AuthorAgeFilesLines
* Reviewed by: Peter Hawkins <thepish@FreeBSD.org>Daniel O'Callaghan1998-05-282-18/+47
| | | | | | | Add s and w flags to show duration in or with seconds. Notes: svn path=/head/; revision=36434
* Change variable from long to time_t where they are passed by referenceJohn Birrell1998-05-151-2/+3
| | | | | | | to time(). Notes: svn path=/head/; revision=36062
* Add the year to the 'wtmp begins...' line.Steve Price1998-05-031-2/+2
| | | | | | | | PR: 6421 Submitted by: phk Notes: svn path=/head/; revision=35658
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Remove one space to produce the same output alignmentAndrey A. Chernov1996-12-051-3/+3
| | | | | | | like in who, rwho, w, etc. Notes: svn path=/head/; revision=20158
* Don't dereference a free()ed pointer.Joerg Wunsch1996-10-281-3/+5
| | | | | | | Closes PR bin/1909: 'last' coredumps if MALLOC_OPTIONS... Notes: svn path=/head/; revision=19223
* Localize timeAndrey A. Chernov1996-06-171-14/+27
| | | | Notes: svn path=/head/; revision=16438
* Fixed a bug that caused last(1) to be extremely slow in some cases, andDavid Greenman1995-10-172-83/+83
| | | | | | | | | | | | made other performance improving changes. This improves the performance of last(1) by as much as 32 times in some cases, and in more typical cases is about twice as fast. Added a BUGS section to the manual page to describe the behavior of last(1) when a login shell terminates abnormally (and thus doesn't write a logout record to the wtmp file). Notes: svn path=/head/; revision=11547
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-3/+2
| | | | | | | which is no longer bogusly installed in /usr/include. Notes: svn path=/head/; revision=9987
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+548
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590