Age | Commit message (Expand) | Author |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2020-02-08 | correct history ac was in v5 | Jonathan Gray |
2018-08-23 | We can safely assume that our utmp(5) file format implementation can guarantee | Ricardo Mestre |
2018-08-20 | Since we can feed localtime(3) with garbage input, or with input it cannot | Ricardo Mestre |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2015-10-12 | pledge to only use "stdio rpath"; rpath is for readig the wtmp files. | Theo de Raadt |
2015-02-09 | clean up flags++ instances around getopt() | Theo de Raadt |
2012-08-31 | Update license to two-clause BSD. Permission to do so was granted | Todd C. Miller |
2010-09-03 | add an EXIT STATUS section for /usr/sbin; | Jason McIntyre |
2010-07-04 | Remove the non-standard, commented out, -c option. | Todd C. Miller |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-04-26 | typos fixed | Tobias Stoeckmann |
2007-11-17 | the usage message should start with "usage:"; | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-03 | use .Ex; | Jason McIntyre |
2007-02-03 | point to weekly(8); | Jason McIntyre |
2007-02-02 | - cope with recent weekly and newsyslog.conf changes | Antoine Jacoutot |
2006-04-03 | Change an int to size_t | David Hill |
2005-11-17 | restructure the wtmp/newsyslog blurb slightly, to make this read better; | Jason McIntyre |
2005-11-16 | rework the section on syncing log rotation on /etc/weekly, which of | Jason McIntyre |
2005-11-12 | clarify how wtmp is rotated, since it was rather misleading; | Jason McIntyre |
2004-03-18 | 0 vs NULL, from Joris Vink | Ted Unangst |
2004-01-21 | spacing | Theo de Raadt |
2003-07-20 | ignore backwards going entries | Michael Shalayeff |
2003-06-11 | some ansification, some de-register | Theo de Raadt |
2003-03-18 | small typos; | Jason McIntyre |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2002-05-30 | minor KNF | Theo de Raadt |
2002-03-13 | login(8) -> login(1) | Marco S Hyman |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin |
2001-05-24 | - Let '-' mean stdin. | Peter Valchev |
2001-05-05 | use strlcpy vs strncpy+a[n-1]='\0' | Michael Shalayeff |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell |
1998-11-08 | usr.sbin/ man page repairs, a-i | Aaron Campbell |
1997-10-09 | if user specified wtmp file, use timestamp on final record instead of | Theo de Raadt |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-08-30 | incorrect length in comparison; hubert.feyrer@rz.uni-regensburg.de | Theo de Raadt |
1997-08-01 | catch ptys correctly; tolik@www.tomsk.su | Theo de Raadt |
1997-06-02 | correct for our pty list | Theo de Raadt |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-10-08 | Attempt at cleanup. | michaels |
1996-08-29 | fix warnings | Theo de Raadt |