Jordan K. Hubbard
403d1a0fc2
A few tweaks.
1994-11-22 09:54:19 +00:00
David Greenman
b83f4f55d8
Bunch of fixes from Matt Thomas:
...
1) make #includes correct
2) fix bugs in address check macros
3) fixed bugs in, and enabled, recopy if heavily fragmented code
4) moved call to bpf tap to be before enqueing packet (probably gratuitous)
5) fixed bug that caused "abnormal interrupt" at boot time/first use
6) added support for reading Zynx address ROM
7) fixed bug that caused broadcasts to not work shortly after booting (only
manifested if not using multicast - e.g. not in FreeBSD 2.0)
8) fixed spelling errors in comments
Submitted by: Matt Thomas
1994-11-22 09:47:31 +00:00
Poul-Henning Kamp
6b9833ef2e
Thanks guys.
1994-11-22 09:16:46 +00:00
Jordan K. Hubbard
5ac7aadff8
Changes for 2.0R.
1994-11-22 09:02:46 +00:00
Jordan K. Hubbard
48ae41e5f9
Changes to README for release.
1994-11-22 08:58:42 +00:00
David Greenman
d49456add7
Preallocate the first swap block to work around a failure with swap starting
...
at physical block 0. Note that this will show up in pstat -s and swapinfo
as space "in use". In reality, the space is simply never made available.
1994-11-22 08:47:20 +00:00
Poul-Henning Kamp
c3cd331e8e
des DISTRIBUTION became secrdist.
1994-11-22 08:03:26 +00:00
Jordan K. Hubbard
a822466469
Update the X Inside, Inc text to include some stuff Jeremy just sent me.
1994-11-22 06:58:09 +00:00
Jordan K. Hubbard
9160b19d04
Make serial interface have a default value, and indicate that it has
...
to start with /dev. Thanks, Chris.
1994-11-22 06:50:13 +00:00
Jordan K. Hubbard
dfbabf6ea2
1. Add instructions for installing onto a second disk.
...
2. Clean up the FAQ just a bit.
1994-11-22 06:48:39 +00:00
Poul-Henning Kamp
f20024c410
Various hackeries.
1994-11-22 05:21:06 +00:00
Andrey A. Chernov
106d493a69
add missing tconv
1994-11-22 00:47:14 +00:00
Andrey A. Chernov
47d3b798a6
Make this file more BSD-like
1994-11-21 23:03:23 +00:00
Andrey A. Chernov
326d35c650
Fix wrong size check for scroll forward/backward ('S'/'T')
1994-11-21 17:59:29 +00:00
Andrey A. Chernov
22651317ac
Attempt to fix scroll forward/ scroll backward bug bringed by vi,
...
'S' and 'T' use count 1 in fillw() instead of count == n.
1994-11-21 14:36:02 +00:00
Andrey A. Chernov
fafeaee340
Fix scroll bug bringed by 'vi <several_small_files>'
...
and :n command then. :prev bug still exists because it syscons
bug itself, I work on it.
1994-11-21 14:16:31 +00:00
Jordan K. Hubbard
af3583a4e9
Fix an obscure message that went off the right hand side.
1994-11-21 11:18:48 +00:00
Andreas Schulz
0512285fe2
Don't use a rm -rf WORKDIR if NO_WRKDIR is defined. You have a good chance
...
to blow away your current dir, because WRKDIR == CURDIR. This should
help tcpblast to not blow away itself in the clean target :-).
1994-11-21 10:30:37 +00:00
Jordan K. Hubbard
c3a9ff65c8
Allow users to specify both a timezone AND add users. Whoops!
...
We're all pretty nuked at this point..
1994-11-21 09:50:02 +00:00
Andreas Schulz
f8f6d0dc4a
Reviewed by: Bruce Evans
...
Add prototypes for the *rand48 family here in the moment to get them
running again.
1994-11-21 09:25:58 +00:00
Søren Schmidt
e152817e20
Fixed ' & ` keys .
...
Submitted by: Andreas Klemm
1994-11-21 08:50:18 +00:00
Jordan K. Hubbard
67b7b75534
Make sure new machines always have a host name.
1994-11-21 08:33:56 +00:00
Poul-Henning Kamp
a8c663f641
syntax error
1994-11-21 08:15:25 +00:00
Jordan K. Hubbard
13eb85741f
ALPHA -> BETA
1994-11-21 07:38:48 +00:00
Jordan K. Hubbard
9d093e920c
Make abort just abort, not ask. Dialog's internal state is hosed at that
...
point anyway by re-entrancy.
1994-11-21 07:33:21 +00:00
Jordan K. Hubbard
604d60cdc0
Delete packages from list of options - we don't handle it properly
...
anyway. Clip the XFree86 prompt down to size.
1994-11-21 07:25:27 +00:00
Jordan K. Hubbard
2f6a5f5422
Add XFree86 distribution to list of possibles.
1994-11-21 06:45:01 +00:00
Jordan K. Hubbard
9f3ecf33fd
Redirect cd errors properly to /dev/ttyv1
1994-11-21 06:18:30 +00:00
Jordan K. Hubbard
f136b559c2
Make David happy.
1994-11-21 06:15:30 +00:00
Jordan K. Hubbard
d119e9a337
Wasn't unmounting media in-between extractions. Fixed.
1994-11-21 05:36:01 +00:00
Jordan K. Hubbard
de9d098f83
More last minute midnight formatting.
1994-11-21 04:47:28 +00:00
Jordan K. Hubbard
832341b4c0
Remove extra-space braindamage.
1994-11-21 04:35:26 +00:00
Poul-Henning Kamp
b258325a0e
More hacks from the last 20 hours...
1994-11-21 04:14:33 +00:00
Jordan K. Hubbard
bbc9e5fc7e
More Helpful Hints from Heloise.
1994-11-21 04:11:28 +00:00
Poul-Henning Kamp
7b0a9474f1
fix libdescrypt reference.
1994-11-21 02:58:43 +00:00
Poul-Henning Kamp
7560c41839
abs path to /sys
1994-11-21 02:21:07 +00:00
Jordan K. Hubbard
c9cc84f0a0
Invoke tzsetup properly, since we have no /bin/sh at this stage.
1994-11-21 02:17:06 +00:00
Poul-Henning Kamp
179c34054c
once more
1994-11-21 01:54:55 +00:00
Poul-Henning Kamp
b8faa34ddb
More abs paths nuked
1994-11-21 01:52:36 +00:00
Jordan K. Hubbard
5821901779
Changes for BETA
1994-11-21 01:32:51 +00:00
Jordan K. Hubbard
96d4a2b4e1
(M)ountpoint -> (A)ssign
1994-11-21 01:30:03 +00:00
Poul-Henning Kamp
f6936e4b00
Another absolute path...
1994-11-21 01:07:02 +00:00
Poul-Henning Kamp
122e125592
-I${.CURDIR}/../..
1994-11-21 00:54:28 +00:00
Poul-Henning Kamp
55229b5643
Absolute path to /sys again...
1994-11-21 00:53:32 +00:00
Poul-Henning Kamp
d8b4e0d7f5
More absolute paths
1994-11-21 00:17:10 +00:00
Garrett Wollman
d477883788
Don't install bogus tftp, tftpd, tcom manual pages from the MIT Kerberos
...
distribution. They don't apply here.
1994-11-20 23:41:23 +00:00
Garrett Wollman
1b6e011b0d
Add a help-distribute' target which does a
distribute' in our subdirs,
...
then goes into all the directories a `make kprog' would have and
does it there, too. This should complete the krbdist, except that P-HK
has to figure out where in his build process he wants to build and install
this stuff.
1994-11-20 23:39:44 +00:00
Andreas Schulz
fb851cf86c
Submitted by: Julian H. Stacey
...
Changed the echo to match correctly the intended code.
1994-11-20 23:34:51 +00:00
Garrett Wollman
b406571dee
Add krb (Kerberos) to EXTRADISTRIBUTIONS.
1994-11-20 23:31:36 +00:00
Garrett Wollman
a38c3127e1
Add distribution=krb for P-HK
1994-11-20 23:23:28 +00:00