aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/last
Commit message (Expand)AuthorAgeFilesLines
* Unbreak "last reboot".Ed Schouten2015-07-211-0/+8
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+2
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync from headSimon J. Gerraty2012-11-042-12/+10
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | Fix history, add AUTHORS sectionBaptiste Daroussin2015-06-061-4/+9
| |_|/ |/| |
* | | mdoc: sort SEE ALSO.Joel Dahl2014-12-261-2/+2
| |/ |/|
* | 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