Rodney W. Grimes
9b2e535452
Remove trailing whitespace.
1995-05-30 08:16:23 +00:00
Garrett Wollman
ef46188e27
Actually copy the class field over from the kernel to the user structure.
1995-04-13 15:33:14 +00:00
David Greenman
6a21a04a14
Changed names of goaway routines into shutdown routines.
1995-03-17 04:18:07 +00:00
Poul-Henning Kamp
ed78b305f6
YPfix
1995-02-14 06:34:49 +00:00
Jordan K. Hubbard
95da7f140e
Another part of Bill Paul's fix to swapgeneric to properly use the -a flag.
...
Submitted by: wpaul
1994-12-31 17:15:16 +00:00
Garrett Wollman
fb5a05599e
Don't do suser() check; it's already done in __sysctl().
1994-10-23 23:01:03 +00:00
Garrett Wollman
2f86936a07
Finished device configuration database work for all ISA devices (except `ze')
...
and all SCSI devices (except that it's not done quite the way I want). New
information added includes:
- A text description of the device
- A ``state''---unknown, unconfigured, idle, or busy
- A generic parent device (with support in the m.i. code)
- An interrupt mask type field (which will hopefully go away) so that
. ``doconfig'' can be written
This requires a new version of the `lsdev' program as well (next commit).
1994-10-23 21:28:03 +00:00
Garrett Wollman
f1d8109335
Add support for devconf to a large number of device drivers, and do
...
the right thing in dev_goawayall() when kdc_goaway is null.
1994-10-19 01:59:11 +00:00
Garrett Wollman
299b48a4da
Use a static length for externalized data, rather than calling a function.
1994-10-19 00:08:48 +00:00
Garrett Wollman
8478cabaea
kern_clock.c: define dk_names[][].
...
kern_sysctl.c: call dev_sysctl for hw.devconf mib subtree
kern_devconf.c: sysctl-accessible device-configuration and -management
interface
1994-10-16 03:52:14 +00:00