David Greenman
a2d169021d
Fixed bug where UDP was required to mount a TCP NFS filesystem.
...
Submitted by: Ken Hornstein, Sept.'94
1995-05-24 10:10:24 +00:00
Jordan K. Hubbard
bef6490904
Sync to latest ftp-capable sysinstall. We're getting there!
1995-05-24 09:00:58 +00:00
Jordan K. Hubbard
2f2a4e7a4a
Align slices to cylinder boundries.
...
Submitted By: phk
1995-05-24 08:59:40 +00:00
Jordan K. Hubbard
0412e9f72c
Adjust targets to populate info files into distributions.
1995-05-24 08:59:01 +00:00
Jordan K. Hubbard
e0130f650e
Allow pkg_manage to take a directory argument; I need this for the CDROM.
1995-05-24 06:20:08 +00:00
Jordan K. Hubbard
438728425d
A few more typos fixed and some general cleanup done.
1995-05-24 05:51:29 +00:00
Andrey A. Chernov
70659b24a8
Fix %d and others printing
...
Reviewed by: davidg
Submitted by: Bill Fenner <fenner@parc.xerox.com>
1995-05-24 02:54:30 +00:00
David Greenman
80e63506ac
Add missing arg to fprintf() error message.
...
Submitted by: Mike Grupenhoff
1995-05-24 01:56:52 +00:00
Jordan K. Hubbard
9b03310b0c
Add a final configuration menu and the beginnings of the backing code
...
for it. The ftp installation method is working well enough to test.
Many more bug fixes, says Gary.
1995-05-24 01:27:15 +00:00
Jordan K. Hubbard
95e34bfc2e
Add rule to generate the info files.
...
Submitted by: gpalmer
1995-05-24 01:26:23 +00:00
Jordan K. Hubbard
1f35245a14
Whoops! Forgot libkvm.
1995-05-23 23:06:22 +00:00
Jordan K. Hubbard
a172d39225
Remove some extraneous junk from the boot floppy. Put ifconfig and route
...
on there.
1995-05-23 22:59:08 +00:00
Jordan K. Hubbard
023c271a28
Cleanup pass. Remove some grit left over from ripping out
...
the scripts.
1995-05-23 21:47:26 +00:00
Jordan K. Hubbard
23f2ee6126
Remove the last vestiges of the old installation method.
1995-05-23 21:33:53 +00:00
Jordan K. Hubbard
7b61dc31a2
Add my first cut at TCP/IP device configuration. If this works, the
...
ftp installation method should now function. We'll know as soon as my
make release builds the floppies. I'm just committing this out of my
release tree now so that it doesn't get clobbered again.
1995-05-23 18:06:16 +00:00
Jordan K. Hubbard
43012d292c
Correct a typo in the german translation.
...
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
1995-05-23 16:26:54 +00:00
Gary Palmer
baf9eac5f1
The stand/scripts directory is obsolete. Don't create it in the cpio
...
floppy area.
1995-05-23 07:20:35 +00:00
Jordan K. Hubbard
7ccad8a96a
1. Bring in the first cut of Poul's ftp routines. We still don't
...
use them yet, but it's close (we're working on the last wrinkles
in the CD install for now).
2. Complete the CDROM installation strategy code.
3. Simplify the distribtuion loading code.
4. General error message cleanup.
5. Write the /etc/fstab file now and split those routines into config.c
6. Clean up the menus a little more.
1995-05-23 02:41:18 +00:00
Rodney W. Grimes
424e4f7c42
Add the link for apm.4 so you can find the man page.
1995-05-22 20:49:25 +00:00
Jordan K. Hubbard
1625ae170f
wt0 -> rwt0
1995-05-22 17:39:22 +00:00
Jordan K. Hubbard
c49678020c
Implement most of the CD extract code.
...
Clean up a few last display bugs.
Add sanity checking that makes sure user creates root and swap partitions.
Add swap partitions with swapon().
1995-05-22 14:10:25 +00:00
Jordan K. Hubbard
769d392920
Clean up the cpio floppy target, remove the fixit floppy from my
...
"floppies" target - don't need to build that every time for testing.
1995-05-22 14:08:45 +00:00
Adam David
e43fc3243b
eliminate coredump for readline(NULL) case
1995-05-22 13:32:29 +00:00
David Greenman
87c15d9649
There are two serious bugs in if_de.c. The first should not matter
...
to most users (the wrong length is passed to ether_input). The
second is more serious. The multicast hash algorithm uses the wrong
(low) bits instead of the right (high) bits. This is only an issue
if you use >12 multicast addresses but if you are using IP multicast
then it might affect you...
Submitted by: Matt Thomas
1995-05-22 13:32:24 +00:00
David Greenman
751b0b8e10
Print the address associated with an examine. Changed db_maxoff to
...
something more reasonable (64k). Suggested by Gordon Ross about a
year ago.
1995-05-22 13:07:12 +00:00
David Greenman
956455631c
Make last change a little more robust by checking for failure of getcwd().
1995-05-22 11:03:55 +00:00
David Greenman
82c76939c1
Set "HOME" so that tilde expands correctly. It previously was always root's
...
directory /root.
1995-05-22 09:53:02 +00:00
Jordan K. Hubbard
0d8da7331a
Remove rst1 - it's not made by default.
1995-05-22 06:25:26 +00:00
David Greenman
f8141f6f97
Fixed bug in bpf/multicast support that caused multicast packets to get
...
thrown out if bpfilter support and no BPF listener. (submitted by Bill
Fenner)
Removed unused variable and changed another from a stack variable to a
static - the variable was a rather large array of structs that consumed
a lot of stack space. (me)
1995-05-22 05:51:41 +00:00
Poul-Henning Kamp
eb01b2314d
The dset program didn't set the "msize" (iosiz in userconfig).
...
Reviewed by: davidg
1995-05-22 01:37:24 +00:00
David Greenman
61f5d51062
Changes to fix the following bugs:
...
1) Files weren't properly synced on filesystems other than UFS. In some
cases, this lead to lost data. Most likely would be noticed on NFS.
The fix is to make the VM page sync/object_clean general rather than
in each filesystem.
2) Mixing regular and mmaped file I/O on NFS was very broken. It caused
chunks of files to end up as zeroes rather than the intended contents.
The fix was to fix several race conditions and to kludge up the
"b_dirtyoff" and "b_dirtyend" that NFS relies upon - paying attention
to page modifications that occurred via the mmapping.
Reviewed by: David Greenman
Submitted by: John Dyson
1995-05-21 21:39:31 +00:00
Jordan K. Hubbard
d6f9f66840
Add tape devices to boot floppy.
1995-05-21 21:08:45 +00:00
Gary Palmer
198ca9bde7
1. Correct the path for distributions on the CDROM
...
2. Put msgDebug() calls into the genericGteDist routine to see
why it is locking.
1995-05-21 20:41:28 +00:00
Gary Palmer
722ff1fa6b
Sigh - forgot the readonly flag to mount()
1995-05-21 19:51:50 +00:00
Poul-Henning Kamp
6444ef3b82
Add a undocumented '-d' flag to set debugging.
1995-05-21 19:31:09 +00:00
Gary Palmer
8a3e807f06
I've just been told that I'm rooted on the hard disk at this point, not
...
on the boot floppy. Alter the paths to reflect this
1995-05-21 19:29:17 +00:00
Jordan K. Hubbard
c420fc79ed
Check status of the device init routine properly.
1995-05-21 19:28:05 +00:00
Gary Palmer
21859ed425
Sync in my latest changes to try and find a problem with the mounting
...
of the CDROM
1995-05-21 19:22:43 +00:00
Jordan K. Hubbard
586ed33afa
Nuke out all the NEWVERS stuff; we don't need or use it anymore.
...
Add Gary's info files to the cpio floppy.
1995-05-21 18:39:42 +00:00
Søren Schmidt
ad828abe4b
Fixed problem with "char" cursor..
...
Submitted by: ache
1995-05-21 18:30:05 +00:00
Jordan K. Hubbard
17137d3f85
1. Remove the scripts from the boot floppy - we don't need them anymore
...
and it saves us a fair bit of space.
2. Remove adduser and tzsetup as well - they're not needed.
3. Move ft from the boot floppy to the cpio floppy.
1995-05-21 18:29:51 +00:00
Jordan K. Hubbard
19d7c5761e
Try AGAIN to get the disklabel editor to do the right thing.
...
This is getting ridiculous. I may have to put the clear() back
and take the performance penalty, Poul.
Tweak the TCP/IP setup menu to look a little nicer.
Add lp0 to the list of available network devices (it was found before
but simply not described properly).
1995-05-21 18:24:34 +00:00
Gary Palmer
52a3f86a74
Close a file descriptor leak.
1995-05-21 17:56:13 +00:00
Jordan K. Hubbard
c824c08b3c
Stick in another strategic clear().
1995-05-21 17:53:27 +00:00
Jordan K. Hubbard
18be8f143c
Do my best to translate this into english.. :-)
...
Some parts were so incomprehensible that I had to excise them
entirely, but I did my best with the material provided.
1995-05-21 17:32:35 +00:00
Jordan K. Hubbard
23cb914708
1. Start syncing up the network strategy code so that folks like Poul and
...
Justin can see it.
2. Attempt to fix the redisplay problems in label.c some more. Not clearing
the screen each time is certainly faster, but it's causing all sorts of
problems.
1995-05-21 15:40:54 +00:00
Jordan K. Hubbard
01610d47f2
Add the ft program to the boot floppy.
1995-05-21 13:54:02 +00:00
Jordan K. Hubbard
59bd8aaa69
Correct a stupid typo I introduced in adding CD devices.
1995-05-21 13:36:13 +00:00
Jordan K. Hubbard
c853fdb82d
Change device name from cua01 to cuaa0. I'm going to use this doc in
...
the installation, so it was necessary.
1995-05-21 10:52:05 +00:00
Jordan K. Hubbard
cbe35e915a
Add device entries for CDROM devices to boot floppy.
...
Increase number of inodes slightly.
1995-05-21 10:33:20 +00:00