summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ac/ac.c
Commit message (Expand)AuthorAgeFilesLines
* Relicense ac(8).ed2012-08-311-12/+25
* Use better variable naming.ed2012-08-311-12/+7
* Massively refactor ac(8).ed2012-08-301-311/+189
* Fix whitespace.ed2012-08-291-2/+1
* Fix double ;;kevlo2010-12-061-1/+1
* Properly initialize the timestamp when using ac -w.ed2010-04-021-1/+2
* Port ac(8) to utmpx.ed2010-01-131-102/+69
* Add a check for wtmp records which have invalid values for ut_time. Wtmpgad2004-03-081-12/+64
* Add a debug-statement from NetBSD, and then rework all debug-statementsgad2004-03-081-9/+82
* Minor style(9) fixes. remove a register keyword, correct two indents.gad2004-03-031-3/+3
* Convert K&R-style routine definitions to C89 style, partially to reducegad2004-03-031-33/+13
* Remove unused #includes. Eliminate castings by using size_t instead of int.charnier2002-10-171-8/+4
* Fix indentation broken in previous __P removal.alfred2002-07-111-14/+14
* de-__P()alfred2002-07-111-13/+13
* Fixed some world breakage caused by not updating clients when <timeconv.h>bde2002-07-081-0/+1
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-2/+2
* localtime() was being called with an int-pointer due to recent utmpdillon2001-10-291-2/+4
* Fix logic error resulting in incorrect calculation of login timejon2001-08-051-2/+2
* Replace strncpy -> strlcpykris2001-07-241-6/+3
* Constify and set WARNS=2.dd2001-06-241-4/+4
* Use nl_langinfo instead of %Efache2001-03-211-2/+7
* Use %Ef instead of hardcoded %b %eache2000-06-221-1/+1
* err -> errx for malloc failurecharnier1999-10-121-3/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Back out previous commit. Allowing `-' as a pseudonym for /dev/stdin issheldonh1999-07-021-14/+6
* Allow the use of `-' as an argument to the -w option so that standardsheldonh1999-06-301-6/+14
* /var/log/wtmp entries for ptys are treated differently in ac, sincephk1998-07-021-3/+3
* Give correct times with old wtmp files.steve1998-05-251-2/+3
* Style in rcsid, sort #include.charnier1997-09-011-4/+5
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add setlocale LC_TIMEache1995-10-261-1/+4
* Remove trailing whitespace.rgrimes1995-05-301-19/+19
* strncmp use wrong utmp name sizeache1994-11-141-2/+2
* ac(8) utility, brought over from FreeBSD 1.1.5.dg1994-09-261-0/+557
OpenPOWER on IntegriCloud