3670 Commits

Author SHA1 Message Date
phk
c006d3d459 Peter Dufaults comconsole changes.
Submitted by:	Peter Dufault
1994-10-20 00:08:31 +00:00
paul
c5bd2be246 More code rearrangment, moved all mbr code into its own file
so it can be used by other programs.

Added all the necessary menus to take the user through the installation
of the bootblocks.
1994-10-19 23:58:03 +00:00
bde
942fc20db7 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
bde
b0fbd5a81d Clean up previous commit. 1994-10-19 21:38:19 +00:00
bde
826a18e82b Fix typo in description of LIBRPCSVC. 1994-10-19 21:36:31 +00:00
bde
f7b7df385e 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
bde
5db7e440c8 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
wollman
c1ffab18a7 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
phk
e55b0fa62f 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
9ee8afd3d6 P was missing from getopt string 1994-10-19 11:15:30 +00:00
ache
a7533f5ac3 Add lkm.4 1994-10-19 05:20:01 +00:00
ache
d8ab8a9dd1 Prevents segm. fault on unknown option 1994-10-19 05:10:06 +00:00
ache
9215905d65 Don't exit silently, if initscr failed; put error message 1994-10-19 04:45:41 +00:00
ache
52d7f2c0cd Check initscr() for NULL 1994-10-19 04:10:48 +00:00
pst
c6122e363a Remove which per Rod's request. 1994-10-19 03:14:13 +00:00
wollman
24e218260a 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
wollman
c2771d0d1b Define SCSI_EXTERNALLEN outside of #ifdef KERNEL, for lsdev. 1994-10-19 01:49:23 +00:00
wollman
dfe4413dc7 Forgot to bring this file over from previous commit. 1994-10-19 01:20:44 +00:00
pst
78e3db9bd5 Added which 1994-10-19 00:34:23 +00:00
pst
7d6e5770c7 new file does skey_getpass() support 1994-10-19 00:14:32 +00:00
wollman
a538461f0d kdc_datalen is now a number, not a function pointer. 1994-10-19 00:10:10 +00:00
wollman
3b237980bd all: register devices
cd.c sd.c: implement disk stats
1994-10-19 00:09:47 +00:00
wollman
41a2adf2c7 Use a static length for externalized data, rather than calling a function. 1994-10-19 00:08:48 +00:00
wollman
9f03970c61 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
wollman
9a156f050b Move some declarations to more appropriate header files. 1994-10-19 00:06:24 +00:00
wollman
708ec9f37b Implement disk_externalize(). 1994-10-19 00:05:59 +00:00
pst
3bbaa5903c Include most of the logdaemon v4.4 S/key changes 1994-10-19 00:03:45 +00:00
pst
1552617ffd Added libmd.a -> LIBMD 1994-10-18 23:01:22 +00:00
wollman
9461adca3b Change `on'' to `at'' globally. 1994-10-18 22:01:58 +00:00
guido
e47a4d7333 Put skey.acccess in usr/share/examples/etc 1994-10-18 21:26:48 +00:00
wollman
2802184c31 Conditionally define CC, CWARNOPTS, etc., so that `makeoptions' in
config files actually does something useful.
1994-10-18 19:45:46 +00:00
jkh
949296ed19 Bring over the lkm manpage.
Obtained from: NetBSD
1994-10-18 19:45:26 +00:00
ache
16fdd49720 Fix several dialog/terminal problems.
Add code to autodetect terminal entry, if TERM undefined
1994-10-18 18:45:49 +00:00
dg
760a1ff3ea Made zero-fill stats a bit more clear. 1994-10-18 15:17:09 +00:00
dg
f531a14d82 Updated to changes in struct vmmeter. 1994-10-18 15:03:10 +00:00
dg
fd05e6fbc0 Updated to changes in struct vmmeter and reorganized -s stats to be more
logical.
1994-10-18 15:00:06 +00:00
dg
2d52a86c44 Fix the remaining vmmeter counters. They all now work correctly. 1994-10-18 14:59:20 +00:00
phk
5ea26df221 Added a slot in the swap-dev-table for NFS-diskless to abuse. 1994-10-18 08:16:29 +00:00
paul
df999def42 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
phk
b25af3a978 Typo in a comment. 1994-10-18 07:21:57 +00:00
dg
3151d38090 Removed references to bclnlist which we don't use/support/need. 1994-10-18 06:55:57 +00:00
dg
3826d4d70e Fixed bug I just introduced that would have allowed a user to clobber
his kernel stack.
1994-10-18 04:40:41 +00:00
dg
56d17bcede Use kvm_uread instead of kvm_read to access the upages. 1994-10-18 04:27:46 +00:00
dg
57a3f6cf30 Allow upages to be paged in/accessed.
Submitted by:	John Dyson
1994-10-18 04:26:53 +00:00
phk
d5a8d0dae5 Spurious "int PHK;" removed.
Found it when I compiled my 'PHK' kernel... :-)
1994-10-18 03:53:12 +00:00
phk
f77da950be Added the final printf before jumping to the kernel. 1994-10-18 03:44:02 +00:00
ache
976b2038f4 Remove CPU_COLORDISP, GIO_COLOR now exists 1994-10-18 03:42:18 +00:00
ache
a6d5d66fc2 Remove machdep.color_display 1994-10-18 03:41:16 +00:00
ache
5920fcebfe Remove color_display, GIO_COLOR now exists 1994-10-18 03:34:53 +00:00
phk
c10aa664a3 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