aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
Commit message (Expand)AuthorAgeFilesLines
...
* Sigh. Add a ++ which was causing the newfs'ing of non-root filesystems toGary Palmer1995-05-181-2/+2
* Run bad144 on raw-devs.Poul-Henning Kamp1995-05-181-3/+3
* A couple of tweaks to make bad144 scan run.Poul-Henning Kamp1995-05-181-4/+4
* Use raw devices for newfs.Jordan K. Hubbard1995-05-182-6/+12
* Poul says that setting fonts on monocrome displays is uselessJordan K. Hubbard1995-05-181-2/+2
* Use CHUNK_BSD_COMPAT as God and Poul intended it be used.Jordan K. Hubbard1995-05-181-9/+6
* Fix quoting error.Jordan K. Hubbard1995-05-181-3/+3
* I had the arguments to Mount() backwards. Argh.Jordan K. Hubbard1995-05-182-10/+16
* Dispose of old, #if 0'd, out code which has been proved to be no longer needed.Gary Palmer1995-05-181-36/+1
* Correct a conditional which could cause a off-by-one error in certainGary Palmer1995-05-181-2/+2
* Clear the screen after changing the font.Jordan K. Hubbard1995-05-181-1/+3
* Whoops! I forgot how uudecode works.. Make it really work here.Jordan K. Hubbard1995-05-181-9/+12
* 1. Use 8x16 fonts.Jordan K. Hubbard1995-05-184-48/+49
* Add some more debugging information and fix a few missing newlines.Jordan K. Hubbard1995-05-182-8/+10
* Fix a very embarassing typo. No wonder this thing was looping! :-)Jordan K. Hubbard1995-05-181-2/+2
* 1. Add serial devices to list of possible network device candidates.Jordan K. Hubbard1995-05-182-4/+9
* Also log all user interactions to debugging log.Jordan K. Hubbard1995-05-181-1/+6
* Do more proper bad144 handling. Thanks, Rod.Jordan K. Hubbard1995-05-181-2/+4
* 1. Primitive bad144 support (I believe an additional command is needed, butJordan K. Hubbard1995-05-188-86/+115
* Use my own version of system() everywhere - it knows where to find theJordan K. Hubbard1995-05-182-4/+25
* 1. Set a path to /stand by default.Jordan K. Hubbard1995-05-174-12/+9
* Remove the seat-belts from the root partition creation code; for someJordan K. Hubbard1995-05-171-1/+3
* Commit my latest so that Gary can sync up - this version should alsoJordan K. Hubbard1995-05-1713-196/+164
* Hopefully the last version of this file. Add a lot more comments, andGary Palmer1995-05-171-36/+192
* Oops - Jordan managed to grab my ``work in progress file'' whichGary Palmer1995-05-161-36/+71
* This will now compile and even scribble helpfully on your disks.Jordan K. Hubbard1995-05-1616-355/+630
* This does _not yet compile_; I'm simply bringing in my changes fromJordan K. Hubbard1995-05-1615-1412/+2230
* 1. Don't check CHUNK_BSD_COMPAT for now; it always returns "no" and isJordan K. Hubbard1995-05-114-11/+22
* Clean this up a bit - add more documentation to the documentation menu.Jordan K. Hubbard1995-05-113-5/+11
* First round of changes after testing this on actual systems. Clean upJordan K. Hubbard1995-05-116-44/+52
* Don't use curses routines until that part of the system is initialized.Jordan K. Hubbard1995-05-101-4/+6
* Sync up to Poul - use his new Create_Chunk_DWIM() function and use the pointerJordan K. Hubbard1995-05-101-59/+10
* Make sure that mountpoints start with a /.Jordan K. Hubbard1995-05-101-2/+6
* Whoops - dispatch() takes multiple args now.Jordan K. Hubbard1995-05-101-2/+2
* Fold in all my recent changes.Jordan K. Hubbard1995-05-106-240/+528
* Sync these up so that they'll get into my CVS tree at home, where I'll continueJordan K. Hubbard1995-05-086-15/+99
* Whoops! Uncomment Write_Disk() again.Jordan K. Hubbard1995-05-081-2/+2
* Perform a much needed tidying-up pass over this code. Sleep for now,Jordan K. Hubbard1995-05-085-259/+347
* Add the sorted command executor code.Jordan K. Hubbard1995-05-081-0/+124
* Ok, we should now create all filesystems, mount them and extract theJordan K. Hubbard1995-05-086-21/+94
* Implement the geometry command. Clean up the help a little.Jordan K. Hubbard1995-05-082-8/+24
* Add a wizard button for Poul.Jordan K. Hubbard1995-05-081-1/+20
* Fix a bug in multi-column output.Jordan K. Hubbard1995-05-081-20/+23
* Another sync up for Poul. Added a lot more error checking.Jordan K. Hubbard1995-05-073-6/+48
* Implement a work-around for Create_Chunk providing no pointer to theJordan K. Hubbard1995-05-073-50/+119
* Make this compile again. Poul and I need to sync up again.Jordan K. Hubbard1995-05-074-56/+79
* Correct a few ordering errors in how the partitions were being displayed.Jordan K. Hubbard1995-05-075-32/+37
* Print sizes of partitions now.Jordan K. Hubbard1995-05-072-15/+31
* Some fairly serious cleanup. The proper offset should now be used inJordan K. Hubbard1995-05-067-58/+127
* All the editors are finished. Now if I can just get a problem with libdiskJordan K. Hubbard1995-05-059-38/+501