summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/wizard.c
Commit message (Collapse)AuthorAgeFilesLines
* Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and ↵netchild2006-08-071-2/+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
* Fix numerous warnings. Aside from menu items in system.c and menu.cjhb2006-02-281-2/+2
| | | | | | | | this now compiles on i386 with WARNS?= 3. Most of the fixes included adding missing 'static' keywords to internal functions, using fully-defined terminators in statically defined arrays of structs, and various signed vs unsigned mismatches. Also G/C'd unused configSecurity() function.
* Move the inclusion of libdisk.h from sysinstall.h to the source filesmarcel2004-08-021-0/+1
| | | | | | | that actually need it. This makes it easier for a platform porter to find the files that may need tweaking to support whatever MD specific partitioning is needed. It also helps to prevent that the libdisk API gets exposed and/or used where it's not needed.
* Fix the wizardmodes 'write' command to not explode: Don't referencephk2002-10-281-4/+2
| | | | the name in the disk tree we just deleted when we reopen.
* Chunk functions in libdisk take an extra arguement for all archs to accomodatephk2002-10-221-1/+1
| | | | PC98 with less ifdef madness.
* Modernize my email addressphk2002-03-251-1/+1
|
* Mark relevant functions __printflike()/__printf0like() and silence some ofkris2001-07-051-1/+1
| | | | | | the non-constant format string warnings. MFC after: 1 week
* Make wizard mode get out of raw mode first before going interactive withjkh2001-03-231-0/+2
| | | | | | | the user. Submitted by: Cyrille Lefevre <clefevre@citeweb.net> PR: bin/24061
* - Remove obsolete PC-card boot.flp hack. It was for making both PC-cardnyan2000-06-051-1/+18
| | | | | | | | | | | | | | boot.flp and plain boot.flp. - Clean up crunchgen related routine. - Add PC-98 support. TODO: o Documentation o Fix some messages for PC-98 o Decrease the size of fixit.flp to 1.2MB o I18N (See: http://www.jp.FreeBSD.org/BootAsia/index.html) No response from jkh
* Finish the /dev/rXXX removal job. With the libdisk fixes, this shouldmsmith2000-05-311-1/+1
| | | | actually work again.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Switch to proper mbr.ru1999-06-041-24/+1
| | | | OK'ed by: jkh,rnordier
* switch to proper boot0jkh1998-10-131-27/+1
|
* Make totally sure that we have the latest 1.7 version of booteasyjkh1998-09-081-22/+22
| | | | | (it looked like it already to me, but the PR gives me cause to wonder). PR: 2514
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Do something I've wanted to do for quite some time - collapse all thejkh1997-01-031-7/+2
| | | | | common layout code into some work functions and make all the layout-using routine adopt them. Also reorganize includes and generally clean up.
* Add a new -fake argument to make sysinstall not actually change things whilejkh1996-04-281-2/+2
| | | | I'm testing it.
* Update the -current sources from the 2.1 branch.peter1995-12-071-2/+7
| | | | Approved (in spirit) by: jkh
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-34/+1
|
* Remove trailing whitespace.rgrimes1995-05-301-16/+16
|
* 1. Fix a pathological bug I introduced in msgInfo(). Right idea, wrongjkh1995-05-201-4/+4
| | | | | | | | | | | | | | | | | | implementation. 2. Totally rework device registration. It's about half the size and more powerful now. 3. Add DOS discovery. 4. Start filling in some of the strategy routines. 5. Another clean-up pass over the menus. 6. Make wizard code use Disk typedef. If I can get the first strategy routine finished tonite, we should have a working install (from ftp, at least) this weekend.
* Commit my latest so that Gary can sync up - this version should alsojkh1995-05-171-2/+2
| | | | | be the grounds for our first round of testing in the release I'm rolling. It doesn't load the distributions yet, but it should do everything else.
* This does _not yet compile_; I'm simply bringing in my changes fromjkh1995-05-161-221/+221
| | | | | this weekend in order to more easily sync with my CVS tree at home. Another commit relative to these changes will follow shortly.
* Everything but the partition editor is done. This commit is for MBR testing.jkh1995-05-041-0/+265
OpenPOWER on IntegriCloud