Home | History | Annotate | only in /src/usr.sbin/wsconscfg
History log of /src/usr.sbin/wsconscfg
RevisionDateAuthorComments
 1.4 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.3 24-Jun-2006  christos branches: 1.3.28;
warns=4
 1.2 10-Jul-2005  christos Add a -s flag to switch between terminals.
Misc KNF.
 1.1 13-Jan-1999  drochner branches: 1.1.18;
add a tool to add/delete virtual screens at runtime
 1.1.18.1 11-Jul-2005  tron Pull up revision 1.2 (requested by rpaulo in ticket #572):
Add a -s flag to switch between terminals.
Misc KNF.
 1.3.28.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.20 09-Mar-2009  joerg Fix preamble to match order set out by mdoc(7). Discussed with wiz.
 1.19 24-Jun-2006  wiz branches: 1.19.28;
Sort options.
 1.18 24-Jun-2006  christos Add a -g switch to retrieve the current vt.
 1.17 30-Nov-2005  wiz Fix typo reported by adam@.
 1.16 12-Jul-2005  wiz Sort options. New sentence, new line.
 1.15 10-Jul-2005  christos Add a -s flag to switch between terminals.
Misc KNF.
 1.14 25-Feb-2003  wiz branches: 1.14.6;
.Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
 1.13 17-Feb-2003  drochner add copyright notices
 1.12 02-Feb-2002  wiz Sort sections.
 1.11 03-Apr-2001  wiz Xref wskbd 4, not 8.
 1.10 03-Oct-2000  bjh21 Split the SYNOPSIS into three cases, since not all options can be used
together. The three cases are:

Adding a virtual terminal (can take -t/-e to configure)
Deleting a virtual terminal (can take -F to force)
Adding or removing a keyboard or multiplexor (can take neither of the above,
and the index is optional)
 1.9 03-Oct-2000  bjh21 Use \(mu for a multiplication sign.
Use .Ql for literals in running text.
Use .Ar when referring to arguments.
 1.8 02-Oct-2000  bjh21 Put sections in the canonical order.
Correct wskbd(4) reference.
 1.7 22-Aug-2000  lukem replace references to /etc/rc.wscons with /etc/rc.d/wscons
 1.6 29-Jul-1999  augustss branches: 1.6.8;
Make it possible to add a mux.
 1.5 15-May-1999  drochner update for keyboard attachment
 1.4 06-Apr-1999  cgd change:
.Sh "SEE ALSO"
to:
.Sh SEE ALSO
The doc macros check for the latter (actually just for 'SEE' as the first
argument to .Sh) to set the section header SEE ALSO flag, which modifies
some behaviour (e.g. references done with .Rs/.Re).
 1.3 31-Mar-1999  drochner add some notes and an example
 1.2 03-Feb-1999  augustss Xref wsconsctl, wsfontload
 1.1 13-Jan-1999  drochner add a tool to add/delete virtual screens at runtime
 1.6.8.2 04-Apr-2001  he Pull up revision 1.11 (requested by wiz):
Xref wskbd 4, not 8.
 1.6.8.1 23-Aug-2000  lukem pull up rev 1.7:
move guts of etc/rc.wscons -> etc/rc.d/wscons
approved: thorpej
 1.14.6.3 12-Feb-2006  tron Pull up following revision(s) (requested by jmmv in ticket #1162):
usr.sbin/wsconscfg/wsconscfg.8: revision 1.17
Fix typo reported by adam@.
 1.14.6.2 12-Feb-2006  tron Pull up following revision(s) (requested by jmmv in ticket #1162):
usr.sbin/wsconscfg/wsconscfg.8: revision 1.16
Sort options. New sentence, new line.
 1.14.6.1 11-Jul-2005  tron Pull up revision 1.15 (requested by rpaulo in ticket #572):
Add a -s flag to switch between terminals.
Misc KNF.
 1.19.28.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.18 04-May-2017  sevan Drop main() prototype.
 1.17 26-May-2008  drochner branches: 1.17.50;
kill license clauses 3 and 4
 1.16 15-Dec-2007  perry branches: 1.16.4; 1.16.6;
convert __attribute__s to applicable cdefs.h macros
 1.15 15-Dec-2007  perry include sys/cdefs.h so that __attribute__ can be fixed later
 1.14 24-Jun-2006  wiz branches: 1.14.10;
Sort options in usage().
 1.13 24-Jun-2006  christos Add a -g switch to retrieve the current vt.
 1.12 12-Jul-2005  wiz Sync usage with man page.
 1.11 10-Jul-2005  christos Add a -s flag to switch between terminals.
Misc KNF.
 1.10 05-Jan-2004  jmmv branches: 1.10.6;
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.
 1.9 25-Jun-2001  ad Missing space in usage(); from OpenBSD.
 1.8 19-Feb-2001  cgd convert to use getprogname()
 1.7 07-Jul-2000  itojun errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd
 1.6 04-Jul-2000  matt More #include <stdlib.h> string, etc. cleanup
 1.5 10-Nov-1999  drochner branches: 1.5.4;
print a nicer error message if a screen is already configured
 1.4 29-Jul-1999  augustss branches: 1.4.4;
Make it possible to add a mux.
 1.3 15-May-1999  drochner add support for attaching/deleting of keyboards to/from displays
 1.2 13-Mar-1999  drochner cleaner error message, from "Soren S. Jorvang" <soren@t.dk>
 1.1 13-Jan-1999  drochner add a tool to add/delete virtual screens at runtime
 1.4.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.5.4.1 27-Jul-2000  itojun pullup (approved by releng-1-5)
printf-like format pedant. do not pass string variable alone. use "%s".
from openbsd.

/cvsroot/basesrc/usr.sbin/netgroup_mkdb/netgroup_mkdb.c 1.9 -> 1.10
/cvsroot/basesrc/usr.sbin/pwd_mkdb/pwd_mkdb.c 1.17 -> 1.18
/cvsroot/basesrc/usr.sbin/quotaon/quotaon.c 1.14 -> 1.15
/cvsroot/basesrc/usr.sbin/rdate/rdate.c 1.10 -> 1.11
/cvsroot/basesrc/usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c 1.5 -> 1.6
/cvsroot/basesrc/usr.sbin/traceroute6/traceroute6.c 1.12 -> 1.13
/cvsroot/basesrc/usr.sbin/wsconscfg/wsconscfg.c 1.6 -> 1.7
/cvsroot/basesrc/usr.sbin/ypserv/revnetgroup/revnetgroup.c 1.7 -> 1.8
/cvsroot/basesrc/usr.sbin/ypserv/ypserv/ypserv.c 1.10 -> 1.11
 1.10.6.1 11-Jul-2005  tron Pull up revision 1.11 (requested by rpaulo in ticket #572):
Add a -s flag to switch between terminals.
Misc KNF.
 1.14.10.1 09-Jan-2008  matt sync with HEAD
 1.16.6.1 23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.16.4.1 04-Jun-2008  yamt sync with head
 1.17.50.1 11-May-2017  pgoyette Sync with HEAD

RSS XML Feed