| Age | Commit message (Expand) | Author |
| 2012-05-12 | Change or add history. I checked the 1bsd archives and this first | reed |
| 2012-03-15 | Tidy up: we no longer need FIRSTVALID for its original purpose, so change | dholland |
| 2012-03-15 | When the wtmp file is empty, for the "wtmp[x] begins..." output, use | dholland |
| 2012-03-15 | Keep track of the timestamp of the last (thus oldest) record seen and use | dholland |
| 2011-10-19 | patch from from Snader_LB via IRC. | reed |
| 2011-09-16 | Use __dead | joerg |
| 2010-06-05 | Avoid SIGSEGV on out-of-range time_t. | dholland |
| 2009-04-12 | Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare) | lukem |
| 2008-12-29 | fix time format. | christos |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-10-05 | Convert to raise_default_signal(3). | lukem |
| 2007-07-27 | Add lastlogin(8) to see also. | reed |
| 2007-01-06 | Respect the environment variable TMPDIR if set. | cbiere |
| 2007-01-06 | Pointing before a memory object is not proper C. Use an index instead of | cbiere |
| 2007-01-06 | - Applied patch by David Holland from PR bin/35354. | cbiere |
| 2007-01-06 | - Use EXIT_SUCCESS/EXIT_FAILURE instead of 0/1. | cbiere |
| 2006-12-27 | support reading wtmp/wtmpx from stdin with -f - | pooka |
| 2006-02-28 | Code indentation fix up. | ginsbach |
| 2006-01-22 | restructure as a single level if/then/elif/else | christos |
| 2006-01-22 | Do not access out of bounds argv when mixing non-getopt -<digit> arguments | martin |
| 2005-03-14 | Remove extra ; found by gcc-2.95 and reported in port-vax. | christos |
| 2005-03-05 | Remove trailing whitespace, and use .Sq instead of manual quoting. | wiz |
| 2005-03-04 | PR/26934: Curt Sampson: Add -x flag to process wtmpx files that don't end | christos |
| 2005-03-04 | PR/23409: Geoff C. Wing: make sure we only print nul terminated strings. | christos |
| 2004-11-19 | use sockaddr_snprintf() | christos |
| 2004-11-11 | Add -n to usage. | wiz |
| 2004-11-11 | Options without arguments are combined in SYNOPSIS; new sentence, new line. | wiz |
| 2004-11-11 | Add -n flag to print numeric entries. | christos |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-14 | use bounded string op/asprintf | itojun |
| 2003-07-07 | Fix typo in error message. | wiz |
| 2003-03-03 | Sync usage with options; sort option string; handle N instead of | wiz |
| 2003-03-03 | Bump date. Sort options, sort SEE ALSO. | wiz |
| 2003-02-28 | #undef TYPE(a) is not legal. Change to #undef TYPE /*(a)*/ | matt |
| 2003-02-17 | Add wtmpx support. | christos |
| 2002-09-30 | New sentence, new line. | grant |
| 2001-08-21 | Include -T in the synopsis. | simonb |
| 2000-06-30 | Fix botch in previous - include the day of the month in the output! | simonb |
| 2000-06-25 | Extend the -T option show that it shows the year as well as seconds. | simonb |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1998-12-19 | Avoid bogus warnings produced by gcc-2.8.1 where it wants field widths to be | christos |
| 1998-08-25 | Add { and } to shut up egcs. Reformat the more questionable code. | ross |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1997-10-19 | fix up .Nm usage | lukem |
| 1997-10-19 | don't define WARNS=1 here | lukem |
| 1997-08-26 | Change an instance of a time_t to a (more appropriate) off_t, PR #4037, | thorpej |
| 1997-08-24 | * Fix compiler warnings | kleink |
| 1997-07-17 | add -T option to display seconds, from jhawk in pr-1548 | perry |