Garrett Wollman
ccc999917e
Bug fixes from John Brezak.
1994-10-21 02:38:29 +00:00
Poul-Henning Kamp
4752baca4a
Latest changes from me. Over to you Paul...
1994-10-21 02:14:54 +00:00
Garrett Wollman
091b0456f4
Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).
...
This involves fixing a few things I broke last time.
1994-10-21 01:19:28 +00:00
Garrett Wollman
09f7992adf
Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).
1994-10-21 01:18:38 +00:00
Garrett Wollman
6a8d662377
LINT: vastly restructured so that it's actually useful for something
...
Makefile.i386: make definition of STRIP unconditional.
1994-10-21 01:10:54 +00:00
Paul Richards
5b3ccce6ff
Added
...
#define MBR_PTYPE_FreeBSD 0xa5 /* FreeBSD partition type */
Reviewed by:
Submitted by:
Obtained from:
1994-10-20 23:41:57 +00:00
Andrey A. Chernov
5d23a66b18
Remove ncurses.h, now included into dialog.h
1994-10-20 21:58:10 +00:00
Andrey A. Chernov
8a585590ef
Declare more functions externally.
...
Don't forget to use 'make beforeinstall'...
1994-10-20 21:56:45 +00:00
Andrey A. Chernov
35c9f61260
remove unneded includes
...
use dialog functions properly
move alloc_memory early to prevent core dump at stage 3
Change 25x80 to 24x80
Fix setenv diagnostic
Fix Fatal to call end_dialog()
1994-10-20 19:30:56 +00:00
Poul-Henning Kamp
277a25ffe0
Now stage 2 should do it's job I hope. Havn't tested yet.
1994-10-20 06:48:40 +00:00
Poul-Henning Kamp
3a06e4e7bf
Just a safety measure for me and Paul.
1994-10-20 06:14:29 +00:00
Poul-Henning Kamp
912da9c52c
Remake lost changes to sysinstall.h. Sorry Paul !
1994-10-20 06:08:19 +00:00
Poul-Henning Kamp
7e007f1ded
Integrate my code a lot more with Pauls. (I have left sysinstall.c
...
here, even though it isn't used in the Makefile for Paul not to have
an heart-attack when he wakes up. :-)
Way to go still...
1994-10-20 05:00:00 +00:00
Poul-Henning Kamp
8ae68834f1
The beginning of some structural changes, and the merge of my code into
...
Pauls.
1994-10-20 02:51:55 +00:00
Poul-Henning Kamp
3e3ad4f2f1
Added a big comment about the general scheme of things during install...
1994-10-20 01:17:26 +00:00
Poul-Henning Kamp
c47b6376fd
According to a quick reading of sources, one experiment and Bruce's word:
...
aha, ahb and bt all on "irq ?" now.
1994-10-20 00:53:30 +00:00
Garrett Wollman
03a6294027
Actually implement the functionality documented in sysctl.h for type CTL_FS.
...
(Namely, call a filesystem-dependent sysctl function analogous to how it works
for networking and (now) physical devices.)
1994-10-20 00:48:28 +00:00
Poul-Henning Kamp
74fbff447d
A missing bit from Peter Dufaults patches, as best I could guess...
1994-10-20 00:45:36 +00:00
Poul-Henning Kamp
12396a6a16
Bruce told me to: Make uha0 use irq ?
1994-10-20 00:19:37 +00:00
Poul-Henning Kamp
953ca71d9d
Peter Dufaults comconsole changes.
...
Submitted by: Peter Dufault
1994-10-20 00:08:31 +00:00
Paul Richards
26b2d70e8e
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
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