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
phk
1095057ba8
Bumped the version to 2.0.1-Development.
1994-10-18 01:50:21 +00:00
wollman
5189808b14
MDDT_WDC -> MDDT_DISK
...
(NB: this is still not done yet.)
1994-10-17 23:34:21 +00:00
wollman
284bd386c0
Add new definitions for lsdev.
1994-10-17 23:33:52 +00:00
wollman
02d5912769
First bugfix: isa devices print as at isa?' rather than
on isa0'.
1994-10-17 23:29:15 +00:00
wollman
fada9f45ad
This commit was generated by cvs2svn to compensate for changes in r3673,
...
which included commits to RCS files with non-trunk default branches.
1994-10-17 23:26:10 +00:00
wollman
8f8aac0e4e
lsdev(8), a user-land utility to query the device configuration database
...
managed by kern_devconf.c. A useful feature is that the following
script generates almost well-formed config-file lines for all ISA devices
in the system:
lsdev -t isa | awk '{ print "device $0" }'
lsdev -t disk | awk '{ print "disk $0" }'
1994-10-17 23:26:10 +00:00
sos
da6326c1ef
Got a little closer with socksys emulation.
1994-10-17 22:13:10 +00:00
sos
7a4daf58ca
Added more SCO compat ioctl's.
1994-10-17 22:12:06 +00:00
phk
a87bfe683f
isa_device.h: Added flag for sensitive HW. ed# seems to break if anything
...
else has been probed. This feature could go away again, if we can curb the
problem another way.
if_ed.c, syscons.c: Set the above flag. ed# because it needs it, syscons
because it looks stupid to "detect" the display you have already filled up
with text :-)
bt742a.c: Check bt_cmd() return-val during probe, thus failing on adaptec's.
Also silenced various printf's during the probe.
isa.c: Probe devices with the above flag set before the rest. Reduce the
number of "conflict" messages per device to one.
***
Please test the GENERIC-kernel now, if nobody can make it fail, GENERICAH
and GENERICBT has a finite and short life-expectancy...
***
1994-10-17 21:16:41 +00:00
phk
93841a2173
#ifdef'ed the verbose probe messages. Only until I find a good way of
...
making it run-time selectable, then it will be back (at will).
1994-10-17 21:11:31 +00:00
phk
e7536ddeff
GENERIC is our new all singing and dancing kernel. Please report ASAP if
...
there is anything GENERICAH or GENERICBT can, which this one cannot.
MINI changed to reflect the SCSI-pecking-order.
1994-10-17 21:10:20 +00:00
ache
6f726cc4a7
Add new machdep variables
1994-10-17 20:50:41 +00:00
ache
254d81b240
Document new machdep variables, pointed by Rod
1994-10-17 18:55:21 +00:00
phk
3636a6db90
Netboot TNG. I have seen this compile, I don't know if it works.
...
I have put it here, because I belive we could share some code among the
various kinds of boot-code, whenever we get the time to look at it.
Submitted by: Martin Renters
1994-10-17 17:55:31 +00:00
phk
071d10f334
This is a bunch of changes from NetBSD. There are a couple of bug-fixes.
...
But mostly it is changes to use the list-maintenance macros instead of
doing the pointer-gymnastics by hand.
Obtained from: NetBSD
1994-10-17 17:47:45 +00:00
phk
24ec594f4a
Spelling mistakes.
...
Submitted by: Chris Kukulies
1994-10-17 17:16:47 +00:00
ache
93ee3660bb
Initialize color_display as undefined, cosmetique
1994-10-17 12:44:02 +00:00
ache
63843cb1d1
Ifdef color_display by NSC, pointed by Rod
1994-10-17 12:36:43 +00:00
dg
ccce4955a0
Put sanity check for negative hold count into #ifdef DIAGNOSTIC so that
...
it doesn't consume an extra 3k of kernel text because of gcc's bogus
inlining code.
1994-10-17 10:43:56 +00:00
dg
7333a06cbb
Restore all of my changes that Garrett clobbered in the previous commit.
1994-10-17 10:34:42 +00:00
paul
9b26b40e44
Fixed bug in exec code, cp -R now works.
...
Added code so sysinstall can run as init.
1994-10-17 07:13:13 +00:00
gpalmer
637fae7456
Change references from /386bsd' to
/kernel'
1994-10-17 06:50:29 +00:00
dg
8a5eacfccf
Added slstat.
1994-10-17 06:06:45 +00:00