aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/command.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sade(8) WARNS=3 clean.Xin LI2006-08-081-1/+1
| | | | Notes: svn path=/head/; revision=161099
* Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and ↵Alexander Leidinger2006-08-071-6/+1
| | | | | | | | | | | | | | | disklabel part of sysinstall. So sysinstall may retire now, we have the important non-install part of it covered. ATM it doesn't understand GEOM stuff (like mirror, stripe, raid, ...), but patches to change this and to clean it up internally are more than welcome. Submitted by: mami@nyitolap.hu Notes: svn path=/head/; revision=161060
* debugMsg() should end with "\n".Jun Kuriyama2002-11-011-1/+1
| | | | Notes: svn path=/head/; revision=106279
* Silence warnings on alpha :Murray Stokely2001-09-221-5/+10
| | | | | | | | Use '%p' when printing out the address of a function. sizeof(int) != sizeof(long) Notes: svn path=/head/; revision=83844
* Mark relevant functions __printflike()/__printf0like() and silence some ofKris Kennaway2001-07-051-1/+1
| | | | | | | | | the non-constant format string warnings. MFC after: 1 week Notes: svn path=/head/; revision=79304
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* 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