Commit Graph

4345 Commits

Author SHA1 Message Date
Jordan K. Hubbard
dfd2c8103a Point to new README file location. 1994-11-12 02:25:04 +00:00
Jordan K. Hubbard
8a03984548 Move the README here, with a few updates. 1994-11-12 02:24:28 +00:00
Poul-Henning Kamp
e113d7633d Make a kernel sans FFS possible. 1994-11-12 01:47:43 +00:00
Jordan K. Hubbard
3aa40eb0ac Add pppd to the Makefile. It seems to work.. 1994-11-11 23:47:32 +00:00
Jordan K. Hubbard
3695f7d1ae ncftp can't interact with us. Redirect its input from /dev/null. 1994-11-11 23:29:26 +00:00
Jordan K. Hubbard
aa638b7a35 Make this use cpio, not tar. Poul-H is going to get his weenie whacked
for this.
1994-11-11 23:27:05 +00:00
Jordan K. Hubbard
7c6f13dc4b Make sysinstall deal with user interrupts properly. 1994-11-11 23:22:56 +00:00
Jordan K. Hubbard
d9b4b736b0 Add basename to to the cpio floppy. Thanks, Lars! 1994-11-11 22:27:12 +00:00
L Jonas Olsson
0a599256ea Remove z_abs. It is already in libm.a 1994-11-11 12:58:12 +00:00
L Jonas Olsson
dc400d8541 Add missing z_abs. In BSD tradition this is in libm.a. 1994-11-11 12:56:27 +00:00
Jordan K. Hubbard
a3f2401e48 Try and make this just a little bit more self-explanatory. Still
a LONG way to go..
1994-11-11 10:55:02 +00:00
Jordan K. Hubbard
ff47faa890 Add patch cookies. This should prevent gratuitous patch re-application
attempts.
1994-11-11 09:45:33 +00:00
Jordan K. Hubbard
0ec708c963 Whoops! cu == tip. 1994-11-11 08:47:34 +00:00
Jordan K. Hubbard
99a164544a Make sure /var/log exists so that cu doesn't complain. 1994-11-11 08:34:03 +00:00
Jordan K. Hubbard
97fa4b4e3c Add cu (and cu slip dialog) so that poor SLIP users can dial their modems
before initiating a slip transfer.
1994-11-11 08:33:04 +00:00
Jordan K. Hubbard
dcaed5228b 1. Ask the user one final time before newfs'ing his disk into oblivion.
This means that even "proceed" can be chosen now without going
   irrevokably down that path.
2. Clean up the stage5 text.
1994-11-11 07:58:09 +00:00
Jordan K. Hubbard
f10ad5791f Typos fixed by Michael E. and Gary J. Thanks, guys!
Submitted by:	me,gj
1994-11-11 07:39:40 +00:00
Jordan K. Hubbard
61c0812173 Add de0 to list of ethernet drivers. This list will be dynamic shortly..
Add an interrupt handler for trigger-happy users.
Add domain to resolv.conf
More general cleanup in preparation for this script being split into
several scripts.
1994-11-11 07:33:50 +00:00
Jordan K. Hubbard
71694402b9 From: Michael Reifenberger <root@rz-wb.fh-sw.de>
z_abs is missing in libf2c.
Could someone please commit the following patch?

Submitted by:	mr
1994-11-11 07:27:04 +00:00
David Greenman
e50e132aa8 Added 'de' ethernet driver. 1994-11-11 05:48:49 +00:00
David Greenman
027f8c4e0f Convert irq to a bitmask before putting in id_irq.
Fixed bugs related to the 'more' code.
1994-11-11 05:28:59 +00:00
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