History log of /openbsd-current/usr.sbin/config/ukcutil.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.27 06-Sep-2023 jsg

remove unused variable


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE
# 1.26 20-Nov-2021 jcs

When cmdfile is specified, use lines from it for all input, not just
commands. This allows complex actions like changing device
parameters to be done with a command file.


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.25 06-Sep-2019 cheloha

options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@


# 1.24 14-May-2019 tedu

allow specifying a cmdfile instead of trying to pipe in commands for -ef.
ok deraadt


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.23 27-Sep-2017 deraadt

config -e's adds new devices to an extra locator array, which is accounted
using a variable which started at 0 and hence got planted in .bss.
Refactor that variable to begin at the maximum and decrease, such that it
lands in .data instead.
ok jsg


Revision tags: OPENBSD_6_1_BASE
# 1.22 27-Oct-2016 tb

Remove OLDSCSIBUS conditional. Unused since it was imported 21 years ago.

ok natano


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.21 21-Sep-2015 guenther

Make UKC handle device locators as longs

ok miod@


Revision tags: 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.20 02-Oct-2011 edd

Fix some minor things in config(8):
* As haesbaert suggests, correctly order include files.
* Found some old style function defs. Updated.
* Found a prototype inside a function. Moved.

OK nicm@


Revision tags: OPENBSD_5_0_BASE
# 1.19 06-Apr-2011 miod

Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
for chars.


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.18 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.17 24-Mar-2008 maja

Make it possible to disable/enable pseudo devices in UKC, config file and
at config -e. -moj ok deraadt@


# 1.16 23-Mar-2008 maja

Done mark a disable of a disabled device as an change (and same with enable).
Reported by jj@ a long time ago. -moj


# 1.15 08-Mar-2008 simon

avoid request for input if lines are set to zero

ok deraadt@, sthen@


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 OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.14 04-Jan-2004 deraadt

knf and lint


Revision tags: OPENBSD_3_4_BASE
# 1.13 02-Jun-2003 maja

remove clause 3 and 4. -moj


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.12 06-Sep-2002 henning

ansi
ok deraadt@


# 1.11 14-Jul-2002 deraadt

kill sprintf


# 1.10 02-May-2002 miod

In UKC, when adding a fixed unit device (foo0) by cloning a star device
(foo*), be sure to update all cf_starunit1 fields for related star devices,
so that they will not compete for the foo0 probe.

This fixes the new sparc bsd.scsi3 behaviour.

Tested by brad@ and myself, ok maja@


Revision tags: OPENBSD_3_1_BASE
# 1.9 23-Mar-2002 espie

small cleanups:
ansi prototypes,
help formating,
common code to handle integer parameters.

Let SystemV shm parameters be settable.


# 1.8 10-Dec-2001 deraadt

handle "q" input better; bug reported in 2244


# 1.7 05-Dec-2001 deraadt

more free KNF from maja, though this was hard to do


Revision tags: OPENBSD_2_9_BASE OPENBSD_3_0_BASE
# 1.6 04-Feb-2001 maja

Add support for pseudo devices. This is done by adding more information
in ioconf.c. The only thing that can be done with pseudo devices is
changing the number of created units. -moj ok deraadt@


# 1.5 31-Jan-2001 maja

Dont write kernel if nothing has changed. ok @deraadt. -moj


# 1.4 15-Jan-2001 maja

Fix bug that sometime ignored first command in -e mode. -moj


Revision tags: OPENBSD_2_8_BASE
# 1.3 08-Aug-2000 deraadt

permit changing flags


Revision tags: OPENBSD_2_7_BASE
# 1.2 08-Jan-2000 d

Allow UKC to change tz with 'timezone' command.


Revision tags: OPENBSD_2_6_BASE
# 1.1 04-Oct-1999 deraadt

config -e support; ukc from maja@


# 1.26 20-Nov-2021 jcs

When cmdfile is specified, use lines from it for all input, not just
commands. This allows complex actions like changing device
parameters to be done with a command file.


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.25 06-Sep-2019 cheloha

options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@


# 1.24 14-May-2019 tedu

allow specifying a cmdfile instead of trying to pipe in commands for -ef.
ok deraadt


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.23 27-Sep-2017 deraadt

config -e's adds new devices to an extra locator array, which is accounted
using a variable which started at 0 and hence got planted in .bss.
Refactor that variable to begin at the maximum and decrease, such that it
lands in .data instead.
ok jsg


Revision tags: OPENBSD_6_1_BASE
# 1.22 27-Oct-2016 tb

Remove OLDSCSIBUS conditional. Unused since it was imported 21 years ago.

ok natano


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.21 21-Sep-2015 guenther

Make UKC handle device locators as longs

ok miod@


Revision tags: 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.20 02-Oct-2011 edd

Fix some minor things in config(8):
* As haesbaert suggests, correctly order include files.
* Found some old style function defs. Updated.
* Found a prototype inside a function. Moved.

OK nicm@


Revision tags: OPENBSD_5_0_BASE
# 1.19 06-Apr-2011 miod

Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
for chars.


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.18 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.17 24-Mar-2008 maja

Make it possible to disable/enable pseudo devices in UKC, config file and
at config -e. -moj ok deraadt@


# 1.16 23-Mar-2008 maja

Done mark a disable of a disabled device as an change (and same with enable).
Reported by jj@ a long time ago. -moj


# 1.15 08-Mar-2008 simon

avoid request for input if lines are set to zero

ok deraadt@, sthen@


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 OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.14 04-Jan-2004 deraadt

knf and lint


Revision tags: OPENBSD_3_4_BASE
# 1.13 02-Jun-2003 maja

remove clause 3 and 4. -moj


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.12 06-Sep-2002 henning

ansi
ok deraadt@


# 1.11 14-Jul-2002 deraadt

kill sprintf


# 1.10 02-May-2002 miod

In UKC, when adding a fixed unit device (foo0) by cloning a star device
(foo*), be sure to update all cf_starunit1 fields for related star devices,
so that they will not compete for the foo0 probe.

This fixes the new sparc bsd.scsi3 behaviour.

Tested by brad@ and myself, ok maja@


Revision tags: OPENBSD_3_1_BASE
# 1.9 23-Mar-2002 espie

small cleanups:
ansi prototypes,
help formating,
common code to handle integer parameters.

Let SystemV shm parameters be settable.


# 1.8 10-Dec-2001 deraadt

handle "q" input better; bug reported in 2244


# 1.7 05-Dec-2001 deraadt

more free KNF from maja, though this was hard to do


Revision tags: OPENBSD_2_9_BASE OPENBSD_3_0_BASE
# 1.6 04-Feb-2001 maja

Add support for pseudo devices. This is done by adding more information
in ioconf.c. The only thing that can be done with pseudo devices is
changing the number of created units. -moj ok deraadt@


# 1.5 31-Jan-2001 maja

Dont write kernel if nothing has changed. ok @deraadt. -moj


# 1.4 15-Jan-2001 maja

Fix bug that sometime ignored first command in -e mode. -moj


Revision tags: OPENBSD_2_8_BASE
# 1.3 08-Aug-2000 deraadt

permit changing flags


Revision tags: OPENBSD_2_7_BASE
# 1.2 08-Jan-2000 d

Allow UKC to change tz with 'timezone' command.


Revision tags: OPENBSD_2_6_BASE
# 1.1 04-Oct-1999 deraadt

config -e support; ukc from maja@


# 1.25 06-Sep-2019 cheloha

options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@


# 1.24 14-May-2019 tedu

allow specifying a cmdfile instead of trying to pipe in commands for -ef.
ok deraadt


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.23 27-Sep-2017 deraadt

config -e's adds new devices to an extra locator array, which is accounted
using a variable which started at 0 and hence got planted in .bss.
Refactor that variable to begin at the maximum and decrease, such that it
lands in .data instead.
ok jsg


Revision tags: OPENBSD_6_1_BASE
# 1.22 27-Oct-2016 tb

Remove OLDSCSIBUS conditional. Unused since it was imported 21 years ago.

ok natano


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.21 21-Sep-2015 guenther

Make UKC handle device locators as longs

ok miod@


Revision tags: 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.20 02-Oct-2011 edd

Fix some minor things in config(8):
* As haesbaert suggests, correctly order include files.
* Found some old style function defs. Updated.
* Found a prototype inside a function. Moved.

OK nicm@


Revision tags: OPENBSD_5_0_BASE
# 1.19 06-Apr-2011 miod

Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
for chars.


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.18 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.17 24-Mar-2008 maja

Make it possible to disable/enable pseudo devices in UKC, config file and
at config -e. -moj ok deraadt@


# 1.16 23-Mar-2008 maja

Done mark a disable of a disabled device as an change (and same with enable).
Reported by jj@ a long time ago. -moj


# 1.15 08-Mar-2008 simon

avoid request for input if lines are set to zero

ok deraadt@, sthen@


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 OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.14 04-Jan-2004 deraadt

knf and lint


Revision tags: OPENBSD_3_4_BASE
# 1.13 02-Jun-2003 maja

remove clause 3 and 4. -moj


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.12 06-Sep-2002 henning

ansi
ok deraadt@


# 1.11 14-Jul-2002 deraadt

kill sprintf


# 1.10 02-May-2002 miod

In UKC, when adding a fixed unit device (foo0) by cloning a star device
(foo*), be sure to update all cf_starunit1 fields for related star devices,
so that they will not compete for the foo0 probe.

This fixes the new sparc bsd.scsi3 behaviour.

Tested by brad@ and myself, ok maja@


Revision tags: OPENBSD_3_1_BASE
# 1.9 23-Mar-2002 espie

small cleanups:
ansi prototypes,
help formating,
common code to handle integer parameters.

Let SystemV shm parameters be settable.


# 1.8 10-Dec-2001 deraadt

handle "q" input better; bug reported in 2244


# 1.7 05-Dec-2001 deraadt

more free KNF from maja, though this was hard to do


Revision tags: OPENBSD_2_9_BASE OPENBSD_3_0_BASE
# 1.6 04-Feb-2001 maja

Add support for pseudo devices. This is done by adding more information
in ioconf.c. The only thing that can be done with pseudo devices is
changing the number of created units. -moj ok deraadt@


# 1.5 31-Jan-2001 maja

Dont write kernel if nothing has changed. ok @deraadt. -moj


# 1.4 15-Jan-2001 maja

Fix bug that sometime ignored first command in -e mode. -moj


Revision tags: OPENBSD_2_8_BASE
# 1.3 08-Aug-2000 deraadt

permit changing flags


Revision tags: OPENBSD_2_7_BASE
# 1.2 08-Jan-2000 d

Allow UKC to change tz with 'timezone' command.


Revision tags: OPENBSD_2_6_BASE
# 1.1 04-Oct-1999 deraadt

config -e support; ukc from maja@


# 1.24 14-May-2019 tedu

allow specifying a cmdfile instead of trying to pipe in commands for -ef.
ok deraadt


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.23 27-Sep-2017 deraadt

config -e's adds new devices to an extra locator array, which is accounted
using a variable which started at 0 and hence got planted in .bss.
Refactor that variable to begin at the maximum and decrease, such that it
lands in .data instead.
ok jsg


Revision tags: OPENBSD_6_1_BASE
# 1.22 27-Oct-2016 tb

Remove OLDSCSIBUS conditional. Unused since it was imported 21 years ago.

ok natano


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.21 21-Sep-2015 guenther

Make UKC handle device locators as longs

ok miod@


Revision tags: 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.20 02-Oct-2011 edd

Fix some minor things in config(8):
* As haesbaert suggests, correctly order include files.
* Found some old style function defs. Updated.
* Found a prototype inside a function. Moved.

OK nicm@


Revision tags: OPENBSD_5_0_BASE
# 1.19 06-Apr-2011 miod

Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
for chars.


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.18 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.17 24-Mar-2008 maja

Make it possible to disable/enable pseudo devices in UKC, config file and
at config -e. -moj ok deraadt@


# 1.16 23-Mar-2008 maja

Done mark a disable of a disabled device as an change (and same with enable).
Reported by jj@ a long time ago. -moj


# 1.15 08-Mar-2008 simon

avoid request for input if lines are set to zero

ok deraadt@, sthen@


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 OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.14 04-Jan-2004 deraadt

knf and lint


Revision tags: OPENBSD_3_4_BASE
# 1.13 02-Jun-2003 maja

remove clause 3 and 4. -moj


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.12 06-Sep-2002 henning

ansi
ok deraadt@


# 1.11 14-Jul-2002 deraadt

kill sprintf


# 1.10 02-May-2002 miod

In UKC, when adding a fixed unit device (foo0) by cloning a star device
(foo*), be sure to update all cf_starunit1 fields for related star devices,
so that they will not compete for the foo0 probe.

This fixes the new sparc bsd.scsi3 behaviour.

Tested by brad@ and myself, ok maja@


Revision tags: OPENBSD_3_1_BASE
# 1.9 23-Mar-2002 espie

small cleanups:
ansi prototypes,
help formating,
common code to handle integer parameters.

Let SystemV shm parameters be settable.


# 1.8 10-Dec-2001 deraadt

handle "q" input better; bug reported in 2244


# 1.7 05-Dec-2001 deraadt

more free KNF from maja, though this was hard to do


Revision tags: OPENBSD_2_9_BASE OPENBSD_3_0_BASE
# 1.6 04-Feb-2001 maja

Add support for pseudo devices. This is done by adding more information
in ioconf.c. The only thing that can be done with pseudo devices is
changing the number of created units. -moj ok deraadt@


# 1.5 31-Jan-2001 maja

Dont write kernel if nothing has changed. ok @deraadt. -moj


# 1.4 15-Jan-2001 maja

Fix bug that sometime ignored first command in -e mode. -moj


Revision tags: OPENBSD_2_8_BASE
# 1.3 08-Aug-2000 deraadt

permit changing flags


Revision tags: OPENBSD_2_7_BASE
# 1.2 08-Jan-2000 d

Allow UKC to change tz with 'timezone' command.


Revision tags: OPENBSD_2_6_BASE
# 1.1 04-Oct-1999 deraadt

config -e support; ukc from maja@


Revision tags: OPENBSD_6_2_BASE
# 1.23 27-Sep-2017 deraadt

config -e's adds new devices to an extra locator array, which is accounted
using a variable which started at 0 and hence got planted in .bss.
Refactor that variable to begin at the maximum and decrease, such that it
lands in .data instead.
ok jsg


Revision tags: OPENBSD_6_1_BASE
# 1.22 27-Oct-2016 tb

Remove OLDSCSIBUS conditional. Unused since it was imported 21 years ago.

ok natano


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.21 21-Sep-2015 guenther

Make UKC handle device locators as longs

ok miod@


Revision tags: 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.20 02-Oct-2011 edd

Fix some minor things in config(8):
* As haesbaert suggests, correctly order include files.
* Found some old style function defs. Updated.
* Found a prototype inside a function. Moved.

OK nicm@


Revision tags: OPENBSD_5_0_BASE
# 1.19 06-Apr-2011 miod

Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
for chars.


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.18 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.17 24-Mar-2008 maja

Make it possible to disable/enable pseudo devices in UKC, config file and
at config -e. -moj ok deraadt@


# 1.16 23-Mar-2008 maja

Done mark a disable of a disabled device as an change (and same with enable).
Reported by jj@ a long time ago. -moj


# 1.15 08-Mar-2008 simon

avoid request for input if lines are set to zero

ok deraadt@, sthen@


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 OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.14 04-Jan-2004 deraadt

knf and lint


Revision tags: OPENBSD_3_4_BASE
# 1.13 02-Jun-2003 maja

remove clause 3 and 4. -moj


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.12 06-Sep-2002 henning

ansi
ok deraadt@


# 1.11 14-Jul-2002 deraadt

kill sprintf


# 1.10 02-May-2002 miod

In UKC, when adding a fixed unit device (foo0) by cloning a star device
(foo*), be sure to update all cf_starunit1 fields for related star devices,
so that they will not compete for the foo0 probe.

This fixes the new sparc bsd.scsi3 behaviour.

Tested by brad@ and myself, ok maja@


Revision tags: OPENBSD_3_1_BASE
# 1.9 23-Mar-2002 espie

small cleanups:
ansi prototypes,
help formating,
common code to handle integer parameters.

Let SystemV shm parameters be settable.


# 1.8 10-Dec-2001 deraadt

handle "q" input better; bug reported in 2244


# 1.7 05-Dec-2001 deraadt

more free KNF from maja, though this was hard to do


Revision tags: OPENBSD_2_9_BASE OPENBSD_3_0_BASE
# 1.6 04-Feb-2001 maja

Add support for pseudo devices. This is done by adding more information
in ioconf.c. The only thing that can be done with pseudo devices is
changing the number of created units. -moj ok deraadt@


# 1.5 31-Jan-2001 maja

Dont write kernel if nothing has changed. ok @deraadt. -moj


# 1.4 15-Jan-2001 maja

Fix bug that sometime ignored first command in -e mode. -moj


Revision tags: OPENBSD_2_8_BASE
# 1.3 08-Aug-2000 deraadt

permit changing flags


Revision tags: OPENBSD_2_7_BASE
# 1.2 08-Jan-2000 d

Allow UKC to change tz with 'timezone' command.


Revision tags: OPENBSD_2_6_BASE
# 1.1 04-Oct-1999 deraadt

config -e support; ukc from maja@