aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
Commit message (Expand)AuthorAgeFilesLines
...
* Close the transfer socket.Poul-Henning Kamp1995-05-241-1/+5
* "Bring out your dead!" Always try to reap the children we leave around.Jordan K. Hubbard1995-05-241-2/+2
* Bring everybody up to date on my morning's work.Jordan K. Hubbard1995-05-247-220/+264
* Makefile:Gary Palmer1995-05-242-17/+27
* Sync to latest ftp-capable sysinstall. We're getting there!Jordan K. Hubbard1995-05-2411-267/+443
* Add a final configuration menu and the beginnings of the backing codeJordan K. Hubbard1995-05-246-42/+75
* Add my first cut at TCP/IP device configuration. If this works, theJordan K. Hubbard1995-05-235-10/+62
* 1. Bring in the first cut of Poul's ftp routines. We still don'tJordan K. Hubbard1995-05-2313-135/+597
* Implement most of the CD extract code.Jordan K. Hubbard1995-05-226-226/+303
* Check status of the device init routine properly.Jordan K. Hubbard1995-05-211-2/+3
* Try AGAIN to get the disklabel editor to do the right thing.Jordan K. Hubbard1995-05-213-14/+14
* Stick in another strategic clear().Jordan K. Hubbard1995-05-211-2/+2
* 1. Start syncing up the network strategy code so that folks like Poul andJordan K. Hubbard1995-05-218-205/+427
* Correct a display bug that Poul introduced with his last roundJordan K. Hubbard1995-05-211-4/+14
* Reverse a boolean condition that prevented the user from disablingJordan K. Hubbard1995-05-211-2/+2
* The latest batch from me. Still some screen anomalies (One could considerPoul-Henning Kamp1995-05-211-79/+99
* label.c: wizard mode now returns;Poul-Henning Kamp1995-05-213-5/+5
* Make a fixit.flp target too.Poul-Henning Kamp1995-05-211-6/+10
* Make newfs options work on rootfs.Poul-Henning Kamp1995-05-213-61/+49
* Now cpio works for me. (it was Mostly confusion about when the chrootPoul-Henning Kamp1995-05-202-15/+10
* #if 0 out PHK's code until we can find a way of making it crunchgenGary Palmer1995-05-201-3/+6
* 1. Add MBR type menu to take it off of Poul's "gripe sheet".Jordan K. Hubbard1995-05-203-9/+39
* Don't clear the screen for every redraw in the disklabel andJordan K. Hubbard1995-05-204-13/+17
* Change vsystem to know that the shell is crunched in.Poul-Henning Kamp1995-05-203-8/+62
* Fix a few message bogons.Jordan K. Hubbard1995-05-201-4/+4
* Misc cpio evil. I think I'm going to start working locally and just dealJordan K. Hubbard1995-05-202-5/+5
* Hmmm. Try the raw floppy device! This failure mode is a bit strange.Jordan K. Hubbard1995-05-201-3/+3
* Whoops - copy_self() was going to the wrong place!Jordan K. Hubbard1995-05-202-5/+6
* Use ppp0 for all serial devices. It's somewhat kludge, but atJordan K. Hubbard1995-05-201-2/+3
* Try again to get cpio_extract() to work. Also fix the bogonJordan K. Hubbard1995-05-202-13/+19
* Correct the name of the release notes file.Jordan K. Hubbard1995-05-201-2/+2
* Clear the screen on msgNotifys.Jordan K. Hubbard1995-05-204-6/+10
* Don't call mediaVerify() in quite so many places.Jordan K. Hubbard1995-05-203-10/+5
* Fix the DOS discovery code to now re-allocate another virtual device ifJordan K. Hubbard1995-05-202-7/+17
* 1. Fix a pathological bug I introduced in msgInfo(). Right idea, wrongJordan K. Hubbard1995-05-2011-125/+175
* Totally re-work cpio_extract.Jordan K. Hubbard1995-05-203-53/+88
* Correct a few wording bogons in the menus.Jordan K. Hubbard1995-05-202-18/+14
* Make Jordan's ``half baked'' code compile so that make release's aren'tGary Palmer1995-05-202-12/+15
* This doesn't work - the extract code is half-baked. I commit it onlyJordan K. Hubbard1995-05-207-59/+87
* More assorted verbosity. Also don't log informational messages.Jordan K. Hubbard1995-05-194-7/+7
* Make _DIST_USER use the right flag.Jordan K. Hubbard1995-05-191-1/+1
* Be more verbose now that we're getting ready to actually extract.Jordan K. Hubbard1995-05-191-1/+3
* XF86VGA16 -> XF86VG16Jordan K. Hubbard1995-05-191-2/+2
* 1. Incorporate Nickolay's ammended patches for Russian screenmap supportJordan K. Hubbard1995-05-196-78/+111
* 1. Copy the boot floppy into /stand before extracting the CPIO floppy.Jordan K. Hubbard1995-05-192-6/+44
* Whoops! Put the helpful message telling you to look at the secondJordan K. Hubbard1995-05-191-2/+2
* Include serial ports as possible network candidates.Jordan K. Hubbard1995-05-191-8/+21
* Big Sigh. Both A_BOLD and A_UNDERLINE do not appear to work withJordan K. Hubbard1995-05-191-24/+14
* Switch to bold on the header line - the A_UNDERLINE handling appears to beJordan K. Hubbard1995-05-191-5/+7
* You want to be in /mnt when extracting the cpio floppy, not in the readGary Palmer1995-05-191-1/+2