aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/command.c
Commit message (Collapse)AuthorAgeFilesLines
* 1. Update all the copyrights to delete useless clauses 3 and 4.Jordan K. Hubbard1996-04-131-8/+1
| | | | | | | | 2. Change more of the menu code over to new system. 3. Streamline label editor. Notes: svn path=/head/; revision=15242
* Update the -current sources from the 2.1 branch.Peter Wemm1995-12-071-10/+31
| | | | | | | Approved (in spirit) by: jkh Notes: svn path=/head/; revision=12661
* This mega-commit brings in Jordan's latest sysinstall version..Peter Wemm1995-09-181-43/+25
| | | | | | | | | | This looks like it was developed offline, and is being spammed over the top of the existing. "That's fine by me! I dont really care how you do it, just get it in there..." said Jordan in a conversation a short while ago... Notes: svn path=/head/; revision=10882
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8881
* Sync up my work for the night. This should implement ALL possibleJordan K. Hubbard1995-05-291-3/+5
| | | | | | | | | installation methods and provide a fairly robust set of menu options. This should also fix a few more bugs on Poul-Henning's latest gripe list. Notes: svn path=/head/; revision=8837
* Clear the screen on msgNotifys.Jordan K. Hubbard1995-05-201-2/+2
| | | | | | | | | Don't notify in vsystem() - it obscures the original message. Put some debugging code into cpio_extract() so that I can see why it doesn't work now. :( Notes: svn path=/head/; revision=8645
* More assorted verbosity. Also don't log informational messages.Jordan K. Hubbard1995-05-191-2/+2
| | | | Notes: svn path=/head/; revision=8633
* Sigh. Add a ++ which was causing the newfs'ing of non-root filesystems toGary Palmer1995-05-181-2/+2
| | | | | | | fail :-( Notes: svn path=/head/; revision=8619
* 1. Primitive bad144 support (I believe an additional command is needed, butJordan K. Hubbard1995-05-181-10/+7
| | | | | | | | | | | won't know until Poul wakes up again). 2. Make vsystem() put its output on the debugging fd. 3. DTRT with root filesystem placement - now I see how this has to work (thanks, Poul). 4. Many miscellaneous spelling errors fixed and general cleanup. Notes: svn path=/head/; revision=8589
* Use my own version of system() everywhere - it knows where to find theJordan K. Hubbard1995-05-181-2/+2
| | | | | | | shell! Notes: svn path=/head/; revision=8584
* This will now compile and even scribble helpfully on your disks.Jordan K. Hubbard1995-05-161-7/+9
| | | | | | | | | | | | It remains to be seen how successfully. The distribution loading code is still not here yet, but the partition/newfs/mount/cpio-extract cycle is as complete as it's ever going to get, modulo possible bug fixes. The TCP/IP setup screen is also sort of here, albeit in a highly-changing state due to the fact that per-interface information isn't being kept right now but is being added (thanks, Gary!). Notes: svn path=/head/; revision=8556
* This does _not yet compile_; I'm simply bringing in my changes fromJordan K. Hubbard1995-05-161-10/+66
| | | | | | | | this weekend in order to more easily sync with my CVS tree at home. Another commit relative to these changes will follow shortly. Notes: svn path=/head/; revision=8549
* 1. Don't check CHUNK_BSD_COMPAT for now; it always returns "no" and isJordan K. Hubbard1995-05-111-3/+5
| | | | | | | | | getting in the way of testing right now. 2. Call system() on commands, not vsystem(). No need for vsystem() here. 3. Add a path for the shell. Notes: svn path=/head/; revision=8452
* Add the sorted command executor code.Jordan K. Hubbard1995-05-081-0/+124
Notes: svn path=/head/; revision=8348