History log of /src/usr.sbin/ac/ac.c |
Revision | | Date | Author | Comments |
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
|