Bruce Evans
7ffa8327b2
Don't check for IRQ conflicts before probing the device, so that
...
drivers have a chance to change their IRQ before it is checked.
This was implemented in revision 1.21 and broken in revision 1.26.
Drivers that can change their IRQ should probably be configured
with "irq ?".
1994-10-19 21:57:51 +00:00
Bruce Evans
633295cda7
Clean up previous commit.
1994-10-19 21:38:19 +00:00
Bruce Evans
9118d452d7
Fix typo in description of LIBRPCSVC.
1994-10-19 21:36:31 +00:00
Bruce Evans
0b461cd7de
Don't change the active partition when the user says not to change it.
...
Convert absolute sector 0 to C/H/S 0/0/0, not 0/0/1.
Open in O_RDWR mode for the undocumented -a option, so that -a can be
used without -u.
1994-10-19 21:25:28 +00:00
Bruce Evans
0bf495e561
Fix the test for the code segment being the usual one. Unusual code
...
segments can still cause panics. Their pc is converted to 0 and 0
is only checked for in one place before use.
1994-10-19 21:13:51 +00:00
Garrett Wollman
33d2aba4dc
Implement scsi_externalize(), again. (This was supposed to be committed in the
...
last batch of changes but somehow got lost in the shuffle.)
1994-10-19 20:34:15 +00:00
Poul-Henning Kamp
50edb6dded
Martins latest changes. RFC1048 and swap-file should be in the game now.
...
Submitted by: Martin Renters.
1994-10-19 20:25:37 +00:00
Adam David
d9b7257fde
P was missing from getopt string
1994-10-19 11:15:30 +00:00
Andrey A. Chernov
a2ecbe0c3a
Add lkm.4
1994-10-19 05:20:01 +00:00
Andrey A. Chernov
dc5c110e4a
Prevents segm. fault on unknown option
1994-10-19 05:10:06 +00:00
Andrey A. Chernov
51c3256355
Don't exit silently, if initscr failed; put error message
1994-10-19 04:45:41 +00:00
Andrey A. Chernov
e314eb04c7
Check initscr() for NULL
1994-10-19 04:10:48 +00:00
Paul Traina
23893997eb
Remove which per Rod's request.
1994-10-19 03:14:13 +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
87b5fe25aa
Define SCSI_EXTERNALLEN outside of #ifdef KERNEL, for lsdev.
1994-10-19 01:49:23 +00:00
Garrett Wollman
fc4375072a
Forgot to bring this file over from previous commit.
1994-10-19 01:20:44 +00:00
Paul Traina
35a03abd96
Added which
1994-10-19 00:34:23 +00:00
Paul Traina
6d7d1e5932
new file does skey_getpass() support
1994-10-19 00:14:32 +00:00
Garrett Wollman
cdb29d3268
kdc_datalen is now a number, not a function pointer.
1994-10-19 00:10:10 +00:00
Garrett Wollman
324b24896b
all: register devices
...
cd.c sd.c: implement disk stats
1994-10-19 00:09:47 +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
922006325b
isa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize().
...
fd.c: register devices and implement disk stats.
wd.c: fix disk stats and call isa_externalize() as appropriate.
1994-10-19 00:08:07 +00:00
Garrett Wollman
02694b627b
Move some declarations to more appropriate header files.
1994-10-19 00:06:24 +00:00
Garrett Wollman
f1815f8986
Implement disk_externalize().
1994-10-19 00:05:59 +00:00
Paul Traina
2ddadf840c
Include most of the logdaemon v4.4 S/key changes
1994-10-19 00:03:45 +00:00
Paul Traina
1c423e89ed
Added libmd.a -> LIBMD
1994-10-18 23:01:22 +00:00
Garrett Wollman
5b36462392
Change `on'' to
`at'' globally.
1994-10-18 22:01:58 +00:00
Guido van Rooij
e7f092ddf6
Put skey.acccess in usr/share/examples/etc
1994-10-18 21:26:48 +00:00
Garrett Wollman
2a07a4c97e
Conditionally define CC, CWARNOPTS, etc., so that `makeoptions' in
...
config files actually does something useful.
1994-10-18 19:45:46 +00:00
Jordan K. Hubbard
413d993df7
Bring over the lkm manpage.
...
Obtained from: NetBSD
1994-10-18 19:45:26 +00:00
Andrey A. Chernov
c2ac03b44a
Fix several dialog/terminal problems.
...
Add code to autodetect terminal entry, if TERM undefined
1994-10-18 18:45:49 +00:00
David Greenman
eb0a76a869
Made zero-fill stats a bit more clear.
1994-10-18 15:17:09 +00:00
David Greenman
c58c4cd7c6
Updated to changes in struct vmmeter.
1994-10-18 15:03:10 +00:00
David Greenman
204b727408
Updated to changes in struct vmmeter and reorganized -s stats to be more
...
logical.
1994-10-18 15:00:06 +00:00
David Greenman
a58d1fa15d
Fix the remaining vmmeter counters. They all now work correctly.
1994-10-18 14:59:20 +00:00
Poul-Henning Kamp
28c94285c2
Added a slot in the swap-dev-table for NFS-diskless to abuse.
1994-10-18 08:16:29 +00:00
Paul Richards
2ca2c11464
Lates snapshot:
...
Re-organised files, moved bootcode routines into their own files.
Check return types of everything and pass error messages to
windows so we get good diagnostics.
Made start on stage 2 installation. Implemented a status file that
keeeps track of where we are in the installation process and allows
installation from media sequences.
1994-10-18 07:56:34 +00:00
Poul-Henning Kamp
68ce205552
Typo in a comment.
1994-10-18 07:21:57 +00:00
David Greenman
08d7d166b8
Removed references to bclnlist which we don't use/support/need.
1994-10-18 06:55:57 +00:00
David Greenman
1b4bb67169
Fixed bug I just introduced that would have allowed a user to clobber
...
his kernel stack.
1994-10-18 04:40:41 +00:00
David Greenman
0ec663d53a
Use kvm_uread instead of kvm_read to access the upages.
1994-10-18 04:27:46 +00:00
David Greenman
2d8f106204
Allow upages to be paged in/accessed.
...
Submitted by: John Dyson
1994-10-18 04:26:53 +00:00
Poul-Henning Kamp
430e2b9142
Spurious "int PHK;" removed.
...
Found it when I compiled my 'PHK' kernel... :-)
1994-10-18 03:53:12 +00:00
Poul-Henning Kamp
ac71bc2538
Added the final printf before jumping to the kernel.
1994-10-18 03:44:02 +00:00
Andrey A. Chernov
37b28ca421
Remove CPU_COLORDISP, GIO_COLOR now exists
1994-10-18 03:42:18 +00:00
Andrey A. Chernov
27e3c1f843
Remove machdep.color_display
1994-10-18 03:41:16 +00:00
Andrey A. Chernov
a5795badfb
Remove color_display, GIO_COLOR now exists
1994-10-18 03:34:53 +00:00
Poul-Henning Kamp
232b94fe38
Made '?' do the same thing as help.
...
Fixed bug in netmask command.
Loads kernel fine. I'm trying to get locore/autoconf to like the stuff.
1994-10-18 02:46:48 +00:00
Poul-Henning Kamp
b888f09c89
Bumped the version to 2.0.1-Development.
1994-10-18 01:50:21 +00:00
Garrett Wollman
d9581afbd9
MDDT_WDC -> MDDT_DISK
...
(NB: this is still not done yet.)
1994-10-17 23:34:21 +00:00