aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/last
Commit message (Expand)AuthorAgeFilesLines
* Bump date missed in r202756Eitan Adler2012-09-141-1/+1
* Switch batch to an SLIST.Ed Schouten2012-09-121-11/+9
* - Replace "wtmp" with "utx.log" because last(1) no longer reads wtmp.Hiroki Sato2012-01-222-5/+6
* Add missing static keywords to last(1)Ed Schouten2011-11-061-21/+21
* Build last(1) and leave(1) with WARNS=6.Ed Schouten2011-10-141-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-6/+6
* Make last(1) display the full log file.Ed Schouten2010-01-191-10/+9
* Port last(1) to use utmpx.Ed Schouten2010-01-131-102/+83
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
* s/FALLTHOUGH/FALLTHROUGH/David Malone2004-08-081-1/+1
* Include timeconv.h for _int_to_time and _time_to_int.David Malone2004-02-151-0/+1
* Tidy up synopsis.Tim J. Robbins2003-08-171-3/+1
* Tidy up usage message.Tim J. Robbins2003-08-171-2/+2
* Add the -n maxrec option as an alias for -maxrec for compatibility withTim J. Robbins2003-07-272-10/+18
* Fix core dumps when invoking with something like ``last -w1''.Maxime Henrion2002-10-301-5/+4
* ANSIify function definitions.David Malone2002-09-041-22/+10
* s/A last utility last appeared/A last utility appeared/ (horikawa).Philippe Charnier2002-07-211-4/+8
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'reJuli Mallett2002-05-171-5/+5
* Use `The .Nm utility'Philippe Charnier2002-04-201-6/+8
* remove __PWarner Losh2002-03-221-10/+10
* Add a new "-y" flag which causes the year to be included in theIan Dowse2002-03-012-5/+13
* Oops, unbreak the -d and -<n> options. The `snapfound' variableIan Dowse2002-03-011-11/+5
* Split up the big wtmp() function to avoid long lines and codeIan Dowse2002-03-011-151/+153
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-6/+6
* localtime() was being called on an int pointer (due to recentMatthew Dillon2001-10-291-6/+13
* Document -d in usage.Dima Dorfman2001-08-051-1/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: add missing .Ar in SYNOPSIS.Ruslan Ermilov2001-07-051-1/+1
* Silence warnings and minor style fixes. Mostly constify and don'tDima Dorfman2001-06-142-10/+14
* The last(1) choked if there were two successive "login" marksRuslan Ermilov2001-05-281-4/+1
* Implement snapshots. The new -d option allows the user to find outDima Dorfman2001-05-282-73/+248
* mdoc(7) police: remove hard sentence breaks.Dima Dorfman2001-04-261-3/+6
* Don't attempt to parse %cAndrey A. Chernov2001-03-211-17/+33
* Used macro-API to <sys/queue.h>.Poul-Henning Kamp2000-12-291-13/+13
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-6/+6
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-2/+0
* Don't call printf with no format string.Kris Kennaway2000-07-101-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+4
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Reviewed by: Peter Hawkins <thepish@FreeBSD.org>Daniel O'Callaghan1998-05-282-18/+47
* Change variable from long to time_t where they are passed by referenceJohn Birrell1998-05-151-2/+3
* Add the year to the 'wtmp begins...' line.Steve Price1998-05-031-2/+2