aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lastlogin
Commit message (Expand)AuthorAgeFilesLines
* Allow custom files to be opened and allow sorting by timestamp.Ed Schouten2011-06-062-18/+60
* Don't forget to catch realloc() errors.Ed Schouten2010-04-111-1/+4
* Alphabetically sort the output of lastlogin(8).Ed Schouten2010-04-112-4/+22
* Chop off excessive long hostnames to keep the table structure intact.Ed Schouten2010-03-201-1/+1
* Remove unneeded setpassent() calls.Ed Schouten2010-01-241-4/+0
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-3/+3
* Port lastlogin(8) to utmpx.Ed Schouten2010-01-132-17/+14
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-4/+2
* Several refinements to libulog's API.Ed Schouten2009-12-261-1/+1
* Port lastlogin(1) to libulog.Ed Schouten2009-12-092-43/+21
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* The .Nm utilityPhilippe Charnier2002-07-141-2/+4
* de-__P()Alfred Perlstein2002-07-111-3/+3
* Fixed some world breakage caused by not updating clients when <timeconv.h>Bruce Evans2002-07-081-0/+1
* Don't depend on <pwd.h> to bogusly include <sys/types.h>.Mike Barcroft2002-06-091-0/+1
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-1/+1
* Fix ctime(&int) due to change to lastlog->ll_timeMatthew Dillon2001-10-291-1/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+2
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman2001-06-301-1/+1
* Include stdlib.h for exit(3).Dima Dorfman2001-06-241-0/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* mdoc(7) cosmetics.Ruslan Ermilov2000-12-111-6/+6
* Remove unused #includes, duplicate $FreeBSD$ and $NetBSD$ definitions.Philippe Charnier2000-12-101-7/+1
* Added the lastlogin utility.Ruslan Ermilov2000-11-143-0/+219