paul
d0a9396288
Added
...
#define MBR_PTYPE_FreeBSD 0xa5 /* FreeBSD partition type */
Reviewed by:
Submitted by:
Obtained from:
1994-10-20 23:41:57 +00:00
ache
bbd5ec8175
Remove ncurses.h, now included into dialog.h
1994-10-20 21:58:10 +00:00
ache
ab76452c48
Declare more functions externally.
...
Don't forget to use 'make beforeinstall'...
1994-10-20 21:56:45 +00:00
ache
8400fa64f5
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
phk
18ed6a9a03
Now stage 2 should do it's job I hope. Havn't tested yet.
1994-10-20 06:48:40 +00:00
phk
05562654b1
Just a safety measure for me and Paul.
1994-10-20 06:14:29 +00:00
phk
f252df1d03
Remake lost changes to sysinstall.h. Sorry Paul !
1994-10-20 06:08:19 +00:00
phk
218c2e4b59
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
phk
29f810393a
The beginning of some structural changes, and the merge of my code into
...
Pauls.
1994-10-20 02:51:55 +00:00
phk
f57df841f7
Added a big comment about the general scheme of things during install...
1994-10-20 01:17:26 +00:00
phk
67c8cc3f20
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
wollman
fee1af4368
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
phk
ccc81f66b7
A missing bit from Peter Dufaults patches, as best I could guess...
1994-10-20 00:45:36 +00:00
phk
ca4c47b8ec
Bruce told me to: Make uha0 use irq ?
1994-10-20 00:19:37 +00:00
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