History log of /openbsd-current/usr.sbin/rpc.bootparamd/bootparamd.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.22 15-Nov-2021 millert

No need to declare optind, optarg or opterr; unistd.h does this for us.
From Jan Stary. OK deraadt@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.21 16-Oct-2016 jca

Rename local variable 'err' to 'error', to avoid -Wshadow conflicts with err.h


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.20 26-Nov-2015 deraadt

Delete YP lookup code; user base of 0.


# 1.19 20-Nov-2015 deraadt

KNF


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.18 18-Feb-2007 jmc

sync usage() and synopsis; spotted by Igor Sobrado


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.17 25-Dec-2003 deraadt

bootparams is right name


Revision tags: OPENBSD_3_4_BASE
# 1.16 21-Jul-2003 mickey

use __progname


# 1.15 06-Jul-2003 deraadt

protos


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.14 19-Jul-2002 deraadt

use inet_aton(); mickey says it does not break what he uses -- good enough


# 1.13 14-Jul-2002 deraadt

various cleanups


# 1.12 11-Jun-2002 hin

-Wall cleanup

ok millert@, miod@


Revision tags: OPENBSD_3_1_BASE
# 1.11 16-Feb-2002 millert

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.


Revision tags: OPENBSD_3_0_BASE
# 1.10 27-Jul-2001 pvalchev

Wall cleanup


Revision tags: OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.9 10-Jul-1998 deraadt

do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling


# 1.8 03-May-1998 gene

Hmmm... $Id$ -> $OpenBSD$.
Looks like the Id tags were left over from RCSid's on the original files.


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE
# 1.7 23-Jun-1997 deraadt

long vs int


Revision tags: OPENBSD_2_1_BASE
# 1.6 17-Jan-1997 millert

r?index -> strr?chr


# 1.5 10-Dec-1996 deraadt

cleanup, some from netbsd


Revision tags: OPENBSD_2_0_BASE
# 1.4 05-Oct-1996 deraadt

strcasecmp hostnames; from netbsd


# 1.3 31-Aug-1996 deraadt

buf oflow, found by das33@cornell.edu


# 1.2 21-Apr-1996 deraadt

sync to netbsd 960418


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.21 16-Oct-2016 jca

Rename local variable 'err' to 'error', to avoid -Wshadow conflicts with err.h


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.20 26-Nov-2015 deraadt

Delete YP lookup code; user base of 0.


# 1.19 20-Nov-2015 deraadt

KNF


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.18 18-Feb-2007 jmc

sync usage() and synopsis; spotted by Igor Sobrado


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.17 25-Dec-2003 deraadt

bootparams is right name


Revision tags: OPENBSD_3_4_BASE
# 1.16 21-Jul-2003 mickey

use __progname


# 1.15 06-Jul-2003 deraadt

protos


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.14 19-Jul-2002 deraadt

use inet_aton(); mickey says it does not break what he uses -- good enough


# 1.13 14-Jul-2002 deraadt

various cleanups


# 1.12 11-Jun-2002 hin

-Wall cleanup

ok millert@, miod@


Revision tags: OPENBSD_3_1_BASE
# 1.11 16-Feb-2002 millert

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.


Revision tags: OPENBSD_3_0_BASE
# 1.10 27-Jul-2001 pvalchev

Wall cleanup


Revision tags: OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.9 10-Jul-1998 deraadt

do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling


# 1.8 03-May-1998 gene

Hmmm... $Id$ -> $OpenBSD$.
Looks like the Id tags were left over from RCSid's on the original files.


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE
# 1.7 23-Jun-1997 deraadt

long vs int


Revision tags: OPENBSD_2_1_BASE
# 1.6 17-Jan-1997 millert

r?index -> strr?chr


# 1.5 10-Dec-1996 deraadt

cleanup, some from netbsd


Revision tags: OPENBSD_2_0_BASE
# 1.4 05-Oct-1996 deraadt

strcasecmp hostnames; from netbsd


# 1.3 31-Aug-1996 deraadt

buf oflow, found by das33@cornell.edu


# 1.2 21-Apr-1996 deraadt

sync to netbsd 960418


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision