| History log of /src/usr.sbin/ac |
| Revision | Date | Author | Comments |
| 1.7 | 22-Apr-2009 |
lukem | Enable WARNS=4 by default, except for: cpuctl dumplfs hprop ipf iprop-log kadmin kcm kdc kdigest kimpersonate kstash ktutil makefs ndbootd ntp pppd quot racoon racoonctl rtadvd sntp sup tcpdchk tcpdmatch tcpdump traceroute traceroute6 user veriexecgen wsmoused zic (Mostly third-party applications)
|
| 1.6 | 16-Mar-2005 |
xtraeme | branches: 1.6.34; Kill __P(), use ANSI function declarations, constify; WARNS=3
|
| 1.5 | 17-Oct-1997 |
lukem | getopt returns -1 not EOF, deprecate register
|
| 1.4 | 16-Oct-1997 |
lukem | WARNSify
|
| 1.3 | 06-Mar-1997 |
mikel | RCSid police, and eliminate obsolescent comment.
|
| 1.2 | 22-Dec-1994 |
cgd | specify man pages the new way.
|
| 1.1 | 29-Mar-1994 |
cgd | ac, by Simon J. Gerraty and myself
|
| 1.6.34.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.19 | 03-Jul-2017 |
wiz | Remove workaround for ancient HTML generation code.
|
| 1.18 | 21-Dec-2016 |
wiz | New sentence, new line.
|
| 1.17 | 21-Dec-2016 |
abhinav | Move information about exit status to its own section.
|
| 1.16 | 08-Apr-2009 |
joerg | branches: 1.16.28; Fix markup.
|
| 1.15 | 27-Jun-2003 |
wiz | branches: 1.15.40; Quote exclamation mark.
|
| 1.14 | 02-Oct-2002 |
wiz | Fix typo. Spotted by Adrian Mrva.
|
| 1.13 | 08-Feb-2002 |
ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
| 1.12 | 19-Jan-2002 |
wiz | Sort SEE ALSO.
|
| 1.11 | 03-Apr-2001 |
wiz | Xref login 1, not 8.
|
| 1.10 | 15-Oct-2000 |
bjh21 | Use .Ql where appropriate. -p and -d are, for practical purposes, mutually exclusive.
|
| 1.9 | 05-Jul-2000 |
msaitoh | remove extra period in SEE ALL section
|
| 1.8 | 14-Jun-2000 |
cgd | branches: 1.8.2; fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
| 1.7 | 22-Mar-1999 |
garbled | branches: 1.7.8; More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
| 1.6 | 24-Nov-1997 |
lukem | fix .Nx usage (use 1.0 instead of 0.9a, etc), and other minor cleanups
|
| 1.5 | 16-Oct-1997 |
lukem | WARNSify
|
| 1.4 | 06-Mar-1997 |
mikel | merge Lite2 manpage
|
| 1.3 | 26-Sep-1996 |
christos | - kill the -c hack. It does not work properly with virtual consoles anyway. Implement a better scheme where we `find' the login ttys by looking in /etc/ttys. Of course this scheme breaks when /etc/ttys changes, but such is life. - some cleanups...
|
| 1.2 | 27-Sep-1995 |
jtc | Add section number in SEE ALSO; PR #1531
|
| 1.1 | 29-Mar-1994 |
cgd | branches: 1.1.1; ac, by Simon J. Gerraty and myself
|
| 1.1.1.1 | 06-Mar-1997 |
mikel | import manpage from 4.4BSD-Lite2
|
| 1.7.8.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.8.2.1 | 04-Apr-2001 |
he | Pull up revision 1.11 (requested by wiz): Xref login 1, not 8.
|
| 1.15.40.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.16.28.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.27 | 24-May-2022 |
andvar | fix various typos in comments, docs and log messages.
|
| 1.26 | 12-Apr-2021 |
mrg | use strlcpy() to ensure desired nul termination. trailing nul bytes are not needed here.
|
| 1.25 | 31-Aug-2012 |
wiz | cgd and sjg relicensed this under 2-clause-BSD. Reported by Ed Schouten <ed@FreeBSD.org> to tech-userlevel.
Adapt license to match FreeBSD's version, leaving Ed out since according to CVS logs, he didn't touch NetBSD's version.
|
| 1.24 | 29-Aug-2011 |
joerg | branches: 1.24.2; Use __dead.
|
| 1.23 | 26-May-2006 |
jnemeth | Remove redundant check for end of list wrapping around on itself. It this were to actually happen, then others parts would go into infinite loop. Also, fix KNF. Found while checking Coverity CID 3784.
|
| 1.22 | 23-May-2006 |
christos | Coverity CID 2534: Avoid use after free; this cannot really happen, but coverity cannot figure it out.
|
| 1.21 | 16-Mar-2005 |
xtraeme | Kill __P(), use ANSI function declarations, constify; WARNS=3
|
| 1.20 | 02-Apr-2004 |
jmmv | Remove duplicate include, fixes PR bin/25017 from Jeff Ito.
|
| 1.19 | 06-Jan-2004 |
wiz | getopt still looks for -c (killed long ago) remove unneeded break; after usage(); From Jeff Ito in PR 23994.
|
| 1.18 | 05-Jan-2004 |
jmmv | Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
|
| 1.17 | 12-Nov-2003 |
grant | s/netbsd.org/NetBSD.org/i
|
| 1.16 | 19-Sep-2003 |
itojun | realloc pedant
|
| 1.15 | 17-May-2003 |
itojun | strncpy -> strlcpy
|
| 1.14 | 19-Feb-2001 |
cgd | convert to use getprogname()
|
| 1.13 | 15-Oct-2000 |
bjh21 | Correct usage message: -p and -d can't usefully be used together.
|
| 1.12 | 10-Oct-2000 |
ad | Let `-' mean stdin.
|
| 1.11 | 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
| 1.10 | 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
| 1.9 | 11-Oct-1999 |
mrg | branches: 1.9.4; notice "dty" as well as "tty".
|
| 1.8 | 02-Apr-1998 |
kleink | branches: 1.8.2; 1.8.4; Need <time.h> for strftime(), localtime() and time() prototypes. <sys/file.h> and <sys/time.h> are not required, so remove these inclusions.
|
| 1.7 | 17-Oct-1997 |
lukem | getopt returns -1 not EOF, deprecate register
|
| 1.6 | 16-Oct-1997 |
lukem | WARNSify
|
| 1.5 | 07-Oct-1997 |
hubertf | Fix off-by-one error, closing PR bin/4067 by myself.
|
| 1.4 | 26-Sep-1996 |
christos | - kill the -c hack. It does not work properly with virtual consoles anyway. Implement a better scheme where we `find' the login ttys by looking in /etc/ttys. Of course this scheme breaks when /etc/ttys changes, but such is life. - some cleanups...
|
| 1.3 | 01-May-1994 |
cgd | be careful w/strings; from Simon J. Gerraty <sjg@zen.void.oz.au>
|
| 1.2 | 25-Apr-1994 |
cgd | kill off-by-one errors that i just noticed
|
| 1.1 | 29-Mar-1994 |
cgd | ac, by Simon J. Gerraty and myself
|
| 1.8.4.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.8.2.1 | 12-Oct-1999 |
he | Pull up revision 1.9 (requested by mrg): Fix "dty" vs "tty" problems that have existed since "dty"s were invented sometime before 1.4 was released.
|
| 1.9.4.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.24.2.1 | 30-Oct-2012 |
yamt | sync with head
|