aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/wizard.c
Commit message (Collapse)AuthorAgeFilesLines
* Farewall, sysinstall! You served us well for many years, but 10.0 is oneNathan Whitehorn2011-10-031-201/+0
| | | | | | | | | | | digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade). Notes: svn path=/head/; revision=225937
* Fix numerous warnings. Aside from menu items in system.c and menu.cJohn Baldwin2006-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. Notes: svn path=/head/; revision=156123
* Move the inclusion of libdisk.h from sysinstall.h to the source filesMarcel Moolenaar2004-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. Notes: svn path=/head/; revision=133040
* Fix the wizardmodes 'write' command to not explode: Don't referencePoul-Henning Kamp2002-10-281-4/+2
| | | | | | | the name in the disk tree we just deleted when we reopen. Notes: svn path=/head/; revision=106099
* Chunk functions in libdisk take an extra arguement for all archs to accomodatePoul-Henning Kamp2002-10-221-1/+1
| | | | | | | PC98 with less ifdef madness. Notes: svn path=/head/; revision=105686
* Modernize my email addressPoul-Henning Kamp2002-03-251-1/+1
| | | | Notes: svn path=/head/; revision=93150
* 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
* Make wizard mode get out of raw mode first before going interactive withJordan K. Hubbard2001-03-231-0/+2
| | | | | | | | | | the user. Submitted by: Cyrille Lefevre <clefevre@citeweb.net> PR: bin/24061 Notes: svn path=/head/; revision=74677
* - Remove obsolete PC-card boot.flp hack. It was for making both PC-cardYoshihiro Takahashi2000-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 Notes: svn path=/head/; revision=61277
* Finish the /dev/rXXX removal job. With the libdisk fixes, this shouldMike Smith2000-05-311-1/+1
| | | | | | | actually work again. Notes: svn path=/head/; revision=61102
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Switch to proper mbr.Ruslan Ermilov1999-06-041-24/+1
| | | | | | | OK'ed by: jkh,rnordier Notes: svn path=/head/; revision=47731
* switch to proper boot0Jordan K. Hubbard1998-10-131-27/+1
| | | | Notes: svn path=/head/; revision=40295
* Make totally sure that we have the latest 1.7 version of booteasyJordan K. Hubbard1998-09-081-22/+22
| | | | | | | | (it looked like it already to me, but the PR gives me cause to wonder). PR: 2514 Notes: svn path=/head/; revision=38944
* 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
* Do something I've wanted to do for quite some time - collapse all theJordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21243
* Add a new -fake argument to make sysinstall not actually change things whileJordan K. Hubbard1996-04-281-2/+2
| | | | | | | I'm testing it. Notes: svn path=/head/; revision=15439
* Update the -current sources from the 2.1 branch.Peter Wemm1995-12-071-2/+7
| | | | | | | Approved (in spirit) by: jkh Notes: svn path=/head/; revision=12661
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-34/+1
| | | | Notes: svn path=/head/; revision=9202
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-16/+16
| | | | Notes: svn path=/head/; revision=8881
* 1. Fix a pathological bug I introduced in msgInfo(). Right idea, wrongJordan K. Hubbard1995-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. Notes: svn path=/head/; revision=8641
* Commit my latest so that Gary can sync up - this version should alsoJordan K. Hubbard1995-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. Notes: svn path=/head/; revision=8576
* This does _not yet compile_; I'm simply bringing in my changes fromJordan K. Hubbard1995-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. Notes: svn path=/head/; revision=8549
* Everything but the partition editor is done. This commit is for MBR testing.Jordan K. Hubbard1995-05-041-0/+265
Notes: svn path=/head/; revision=8281