Commit Graph

4120 Commits

Author SHA1 Message Date
Andreas Schulz
94e6bbfc64 pick up the changes from a makesyscall.sh run. The multiple lkmnosys
declarations should now be gone.
1994-11-10 23:59:47 +00:00
Jordan K. Hubbard
49445644f1 Enable floppy-tape support. 1994-11-10 23:46:31 +00:00
Jordan K. Hubbard
e903ac3586 Add ft. 1994-11-10 23:44:35 +00:00
Jordan K. Hubbard
eaad9ab057 Experimental floppy-tape suport. 1994-11-10 23:43:25 +00:00
Andreas Schulz
fa49dc9cf0 Fix an error to prevent some core dumps from ps.
You can get ps easily to core dump, if you are running a "make depend"
on a kernel in one window and a "ps -auxww" in another. The ww will
try to give you the full argument list of the command that can
now be 64Kb large, but ps expected only 4Kb large arg arrays and
doesn't check for overflows.
1994-11-10 23:25:12 +00:00
Andreas Schulz
1113f91681 Shut up a compiler warning about a missing cast. 1994-11-10 23:14:55 +00:00
Guido van Rooij
b0dd7a6b99 Remove redundant stuff. Amazing that they actually solved a bug found in
1.1.5.1, and oversaw this thang.
1994-11-10 18:49:23 +00:00
Andrey A. Chernov
af39413d8c Additionly use erase char from termios
Implement kill line by ^U or kill char from termios
1994-11-10 15:16:46 +00:00
Andrey A. Chernov
936d754a6c Fix printout bug
Submitted by: fredriks@mcs.com
1994-11-10 13:39:01 +00:00
Andrey A. Chernov
6e96c3814b Add 57600, 115200 ro baudrate() 1994-11-10 13:10:21 +00:00
Andrey A. Chernov
3b8f1cfc05 Use adjkerntz into inittodr too (for APM stuff) 1994-11-10 12:53:13 +00:00
Jordan K. Hubbard
eb1452c54a Enable support for Lucifer's floppies.
More stylistic drick-drack in bininst.
1994-11-10 05:27:57 +00:00
Jordan K. Hubbard
a1f26907b3 Small tweak - I said that ESC-ESC aborted the install. It actually only
suspends it.  Whoops!
1994-11-10 04:28:15 +00:00
Jordan K. Hubbard
af75c6de49 Whoops! I wrapped. Try again. 1994-11-10 04:11:58 +00:00
Jordan K. Hubbard
0d4cd18b56 Add some more information on FreeBSD's default security.
Make this a little more readable and fix some typos.
1994-11-10 03:51:18 +00:00
Poul-Henning Kamp
d67fe71073 Added des to the food for this. 1994-11-10 03:22:27 +00:00
David Greenman
6e876d0d60 Added missing call to bpf on the transmit side. Nuked revision log. 1994-11-10 02:56:48 +00:00
Jordan K. Hubbard
1690fb01f0 Small stylistic change - don't spawn a subshell, just use the -C flag to tar. 1994-11-10 02:50:42 +00:00
Jordan K. Hubbard
830d93f8fd Move the echo to the right place in case the bindist has already extracted. 1994-11-10 02:47:06 +00:00
Poul-Henning Kamp
ffc232881f address @freefall.cdrom.com -> @freebsd.org 1994-11-10 02:34:54 +00:00
Poul-Henning Kamp
feba6ddfd8 /dev/apm should be /dev/apm0 1994-11-10 02:32:29 +00:00
Poul-Henning Kamp
9a4deb1b4a Now that the default for the shared gcc-internal lib changed, make this match. 1994-11-10 02:29:41 +00:00
Poul-Henning Kamp
e3245077f6 Make it extract anything it finds... 1994-11-10 02:24:47 +00:00
Jordan K. Hubbard
8ac098442c Document that we support 1522 controllers now. 1994-11-09 23:26:57 +00:00
Poul-Henning Kamp
7bb7781dd6 Really build bindist... 1994-11-09 23:07:04 +00:00
Jordan K. Hubbard
0b25c3665d [Changes are now for BETA]
This attempts to make the installion a little less grating by not
clearing the screen every time a like-sized dialog is going to splat
on top of another one.  If you don't want the screen to clear, set
clear="", otherwise leave it set to (or set it back to) "--clear".

It can't be set to "" all the time since then small dialogs appearing
on top of big dialogs look funky.
1994-11-09 23:02:11 +00:00
Poul-Henning Kamp
00063f88d5 some things Jordan forgot... 1994-11-09 20:27:32 +00:00
Jordan K. Hubbard
6eca28c059 One last formatting change. Done. 1994-11-09 20:16:09 +00:00
David Greenman
e754e0f30f Fixed bug that somehow made it into here: the ifp must be stored in the
mbuf header for received packets. Minor performance optimizations. Removed
#ifdef MULTICAST's as this isn't optional in our kernel.
1994-11-09 15:12:44 +00:00
Jordan K. Hubbard
af34aca310 Changes from Gary Palmer to make all this stuff fit on the screen!
Submitted by:	gpalmer
1994-11-09 02:51:21 +00:00
Jordan K. Hubbard
414f020212 Remove ppp from the list of options - we don't even have ppp in the default
kernel, and ppp people can generally use SLIP.

A few more formatting changes.

Make slip installation work.
1994-11-09 02:49:04 +00:00
Bruce Evans
86a8bb8a33 Don't declare DELAY() here. Callers should include <machine/clock.h>. 1994-11-09 00:51:38 +00:00
Jordan K. Hubbard
ba4175f496 Sigh. I'm sleepy, and I just read this again. Have it make sense this time. 1994-11-09 00:10:04 +00:00
Jordan K. Hubbard
eefaaf356d Add a long-needed comment about logging in as root. 1994-11-09 00:05:42 +00:00
Jordan K. Hubbard
aac9a41cfc Just some last tweaks to make NFS install more friendly. 1994-11-08 23:59:04 +00:00
Poul-Henning Kamp
cf268280d3 And the tree is 2.1.0-Development, have fun guys... Who breaks it first ? 1994-11-08 21:28:34 +00:00
Jordan K. Hubbard
55cfde8297 Damn!! I left Soren's name off the core team roster by mistake! :-( :-(
I'm going to re-roll the boot floppies to have this in, and hopefully
Poul will update it into his world tree before making the bin tarballs.
Be a real shame to leave this incorrect!  Very sorry, Soren!  It was
simply an updating oversight! :-(
1994-11-08 20:17:45 +00:00
Jordan K. Hubbard
ba48a7c378 Use mount_nfs directly for NFS install.
Add mount_nfs to the cpio floppy.

Thanks, Michael R.!
Submitted by:	mr
1994-11-08 19:51:50 +00:00
Poul-Henning Kamp
1391719225 Don't install Makefile 1994-11-08 18:54:33 +00:00
Jordan K. Hubbard
700b814a89 Poul's and my idea of avoiding the last reboot at the end was
too ambitious; we can't make the transiton from install to /sbin/init
without another reboot.  Sigh..  Oh well, not that big a deal.
1994-11-08 18:44:14 +00:00
Jordan K. Hubbard
7adc28f048 Add full support for NFS installation. Add support for CD installation,
even though we don't use it yet (I may burn some one-offs tonite though! :-).
1994-11-08 18:36:46 +00:00
Andrey A. Chernov
f2628bf835 Forget to change = to += in previous commit 1994-11-08 17:33:22 +00:00
Andrey A. Chernov
5327f96c2e Add missing link for shared libtermlib 1994-11-08 17:31:52 +00:00
Andrey A. Chernov
3e7520144b Fix beforeinstall target:
use chflags /usr/bin/chpass ONLY if chpass present
1994-11-08 14:59:22 +00:00
Jordan K. Hubbard
dbdc296687 Ugen makes it in with 10 seconds to spare with a one-char diff. Some
people are born lucky..
Submitted by:	ugen
1994-11-08 14:25:17 +00:00
Jordan K. Hubbard
df8cd9c1ac Detect that bininst has finished and go straight into the new system.
Reviewed by: phk
1994-11-08 14:04:19 +00:00
Jordan K. Hubbard
3d8022fe49 Put in a hook to communicate properly with sysinstall. 1994-11-08 13:58:34 +00:00
Jordan K. Hubbard
8c868c21ae It *is* OK to strip the kernel after all. Poul has one in his bindist
that overwrites this one anyway, so..
1994-11-08 13:54:21 +00:00
Poul-Henning Kamp
4222ad130a swapon had a bug. Thanks Michael, but couldn't you told me and not Jordan ?
now I have to listen to him all morning teasing me...
1994-11-08 13:40:01 +00:00
Jordan K. Hubbard
49cadd8706 Remove the redirects for extract.sh. Upon further reflection, you
need to see the output on the main vty.  cpio likes to open /dev/tty
for its output! :-(
1994-11-08 13:28:06 +00:00