summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* And another absolute path -I :-<phk1994-11-202-2/+2
|
* This time: an absolute -I :-<phk1994-11-202-2/+2
|
* fix another BLODDY ABSOLUTE .PATH !!!! :-<phk1994-11-201-1/+1
|
* Add parameters "compress", "normal" and "noicmp" for the slip usage.ats1994-11-201-0/+3
| | | | | These names are used in the slip.hosts file as examples, but ifconfig have formerly only accepted link0, -link0 and link1 for this.
* G-d help me to do it right first time....ugen1994-11-201-2/+2
| | | | Minor patch to man page,test.
* A couple of changes more. Now Paul & Jordan can play again... :-)phk1994-11-202-6/+18
|
* Changes to match Pauls code. Had to "globalize" the variables for thephk1994-11-193-37/+37
| | | | mountpoints.
* Changed the MBR partition type field from being a string topaul1994-11-193-13/+21
| | | | | | | | a decimal value. I don't have the time to deal with users typing in partition names such as "FreeBSD" at the moment so just allow the numerical id to be specified for the moment.
* NetBSD -> FreeBSDnate1994-11-193-12/+12
| | | | (Poul, bring this into 2.0 please)
* Implemented buttons for all the screens.paul1994-11-1910-458/+415
| | | | | | | | Could do with some cosmetic tuning regarding placement and things. Fixed some dialog code (from Andrew). Pass mountpoints onto stage2 in a struct fstab *mounts[] Fix all the field connections to conform to the new L&F document.
* I hope this gets my changes merged back into the current branch.paul1994-11-198-296/+429
| | | | | | | | | Removed a layer of menus. Auto select partition to install into -- first FreeBSD partition in MBR table. Abort if no FreeBSD partition. Added a F_BUTTON type. Fixed up label editor to show free space properly. Fixed a few bugs.
* Insert newline into too long lineache1994-11-191-2/+2
|
* Fix more dialog bugs and core dumps introduced by previous commiterache1994-11-193-31/+27
|
* Fix dialog things broken by previous commiterache1994-11-182-7/+12
|
* Nuke edit_line crawled in again. Change all occurances to line_edit.ache1994-11-184-159/+19
|
* Update the in-core disklabel when we change the on-disk version.paul1994-11-185-69/+116
| | | | | | Fix up the editor links for the disklabel editor. Correct the display of fields when they're longer than the viewable length.
* New files that the last commit missed.paul1994-11-184-0/+362
|
* Merge in my new mbr and disklabel code.paul1994-11-187-1460/+859
|
* Add a "write Bootcode" option to the Fdisk editor.phk1994-11-183-3/+73
| | | | unzip sysinstall on the way to the hd.
* Give the user a chance to retry the cpio floppy.jkh1994-11-181-4/+6
|
* Remove edit_line(), use line_edit() libdialog function instead in all placesache1994-11-183-163/+6
|
* Use dialog_clear_norefresh() if possibleache1994-11-175-20/+19
|
* Use -1, -1 where is possibleache1994-11-178-24/+24
|
* Rethink the cpio floppy verify a little. Don't use a magic cookie,jkh1994-11-171-3/+3
| | | | check for bininst instead (see comments in release/Makefile).
* 1. Add check to see if CPIO floppy extracted properly.jkh1994-11-174-143/+161
| | | | | | | | | 2. See if swapon() failed and at least print a diagnostic. 3. Use -1 instead of strheight()/strwidth() everywhere. Reviewed by: Submitted by: Obtained from:
* New man pages from Ugen. Delete my old, first attempt. I only hopejkh1994-11-173-0/+338
| | | | | | | | that the english in Ugen's two replacement pages is not too impenetrable! :-) [Note: Poul - please pull these into the BETA branch along with the other firewall changes] Submitted by: ugen
* Make newlfs work by adding the MAXSYMLINKLEN and a byte padding togibbs1994-11-171-0/+2
| | | | | | | | | | | | | struct lfs. sovs@diku.dk: The pad2 field in struct lfs is a kludge. You need it because the raw devices has to be written in DEV_BSIZE. The lfs_maxsymlinklen is needed because the tells the UFS code that we want to use 4.4BSD directory layout insted of FreeBSD 1.1.5. Reviewed by: Justin Gibbs Submitted by: sovs@diku.dk
* Remove str{width,height} functions, they are in libdialog now.ache1994-11-162-29/+1
| | | | | It is only first hook for new autosizing changes, more changes will follow.
* Latest from Ugen J.S.Antsilevich" <ugen@NetVision.net.il>. Poul, pleasejkh1994-11-161-842/+788
| | | | | take this into BETA. Submitted by: ugen
* Use autodetected dimensions in Sorry! windowache1994-11-151-1/+1
|
* Use TellEm instead of dialog_msgboxache1994-11-151-2/+1
|
* Check exit code of the dialer, from asa@gw.cronyx.msk.suache1994-11-141-3/+4
| | | | | Set HUPCL as default modem flag, idea from asa@gw.cronyx.msk.su but different implementation.
* I buggered the last commit. Make sysinstall work again (^$&*!! missingjkh1994-11-131-2/+2
| | | | comma!).
* Whoops! Update the size of the main menu to 7 items. I'm sleepy.jkh1994-11-131-2/+2
|
* Now I know what this message is really supposed to say.. :-)jkh1994-11-131-1/+1
|
* Add hooks for a short trouble shooting document.jkh1994-11-122-10/+18
|
* Don't continue if we don't get a /, swap and a /usr or 80Mb in /.phk1994-11-123-8/+42
|
* Make sysinstall deal with user interrupts properly.jkh1994-11-111-1/+17
|
* 1. Ask the user one final time before newfs'ing his disk into oblivion.jkh1994-11-112-6/+8
| | | | | | This means that even "proceed" can be chosen now without going irrevokably down that path. 2. Clean up the stage5 text.
* Poul's and my idea of avoiding the last reboot at the end wasjkh1994-11-082-8/+7
| | | | | too ambitious; we can't make the transiton from install to /sbin/init without another reboot. Sigh.. Oh well, not that big a deal.
* Detect that bininst has finished and go straight into the new system.jkh1994-11-082-4/+6
| | | | Reviewed by: phk
* swapon had a bug. Thanks Michael, but couldn't you told me and not Jordan ?phk1994-11-081-2/+2
| | | | now I have to listen to him all morning teasing me...
* More 12th hour fixes from Ugen.jkh1994-11-081-65/+66
| | | | Submitted by: ugen
* Remember to set the d_type field correctlyphk1994-11-081-0/+6
|
* Change TITLE to something more rational. Make sysinstall.c use it insteadjkh1994-11-082-2/+2
| | | | of its own hardcoded constant.
* Always say the magic word at the end.phk1994-11-081-8/+6
|
* Change Fatals to Warnings.jkh1994-11-081-10/+10
|
* Fixup:jkh1994-11-082-2/+6
| | | | | | | 1. Don't use kernel name for headers - I'm running 2.0.1-Development, not ALPHA, and this messes things up. 2. The last dialog was too big, make it a little smaller. Just cosmetic, while I'm in here.
* My last cosmetic changes.jkh1994-11-073-13/+8
|
* Cosmetic.jkh1994-11-072-5/+5
|
OpenPOWER on IntegriCloud