summaryrefslogtreecommitdiffstats
path: root/usr.bin/last/last.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r285742:ed2015-08-201-0/+8
* Switch batch to an SLIST.ed2012-09-121-11/+9
* - Replace "wtmp" with "utx.log" because last(1) no longer reads wtmp.hrs2012-01-221-5/+5
* Add missing static keywords to last(1)ed2011-11-061-21/+21
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Make last(1) display the full log file.ed2010-01-191-10/+9
* Port last(1) to use utmpx.ed2010-01-131-102/+83
* s/FALLTHOUGH/FALLTHROUGH/dwmalone2004-08-081-1/+1
* Include timeconv.h for _int_to_time and _time_to_int.dwmalone2004-02-151-0/+1
* Tidy up usage message.tjr2003-08-171-2/+2
* Add the -n maxrec option as an alias for -maxrec for compatibility withtjr2003-07-271-3/+11
* Fix core dumps when invoking with something like ``last -w1''.mux2002-10-301-5/+4
* ANSIify function definitions.dwmalone2002-09-041-22/+10
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'rejmallett2002-05-171-5/+5
* remove __Pimp2002-03-221-10/+10
* Add a new "-y" flag which causes the year to be included in theiedowse2002-03-011-4/+9
* Oops, unbreak the -d and -<n> options. The `snapfound' variableiedowse2002-03-011-11/+5
* Split up the big wtmp() function to avoid long lines and codeiedowse2002-03-011-151/+153
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-6/+6
* localtime() was being called on an int pointer (due to recentdillon2001-10-291-6/+13
* Document -d in usage.dd2001-08-051-1/+2
* Silence warnings and minor style fixes. Mostly constify and don'tdd2001-06-141-9/+11
* The last(1) choked if there were two successive "login" marksru2001-05-281-4/+1
* Implement snapshots. The new -d option allows the user to find outdd2001-05-281-68/+173
* Don't attempt to parse %cache2001-03-211-17/+33
* Used macro-API to <sys/queue.h>.phk2000-12-291-13/+13
* getopt and friends are declared in <unistd.h>imp2000-09-041-2/+0
* Don't call printf with no format string.kris2000-07-101-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+4
* Reviewed by: Peter Hawkins <thepish@FreeBSD.org>danny1998-05-281-11/+32
* Change variable from long to time_t where they are passed by referencejb1998-05-151-2/+3
* Add the year to the 'wtmp begins...' line.steve1998-05-031-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Remove one space to produce the same output alignmentache1996-12-051-3/+3
* Don't dereference a free()ed pointer.joerg1996-10-281-3/+5
* Localize timeache1996-06-171-14/+27
* Fixed a bug that caused last(1) to be extremely slow in some cases, anddg1995-10-171-83/+78
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-071-3/+2
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+420
OpenPOWER on IntegriCloud