Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | And another absolute path -I :-< | phk | 1994-11-20 | 2 | -2/+2 |
| | |||||
* | This time: an absolute -I :-< | phk | 1994-11-20 | 2 | -2/+2 |
| | |||||
* | fix another BLODDY ABSOLUTE .PATH !!!! :-< | phk | 1994-11-20 | 1 | -1/+1 |
| | |||||
* | Add parameters "compress", "normal" and "noicmp" for the slip usage. | ats | 1994-11-20 | 1 | -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.... | ugen | 1994-11-20 | 1 | -2/+2 |
| | | | | Minor patch to man page,test. | ||||
* | A couple of changes more. Now Paul & Jordan can play again... :-) | phk | 1994-11-20 | 2 | -6/+18 |
| | |||||
* | Changes to match Pauls code. Had to "globalize" the variables for the | phk | 1994-11-19 | 3 | -37/+37 |
| | | | | mountpoints. | ||||
* | Changed the MBR partition type field from being a string to | paul | 1994-11-19 | 3 | -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 -> FreeBSD | nate | 1994-11-19 | 3 | -12/+12 |
| | | | | (Poul, bring this into 2.0 please) | ||||
* | Implemented buttons for all the screens. | paul | 1994-11-19 | 10 | -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. | paul | 1994-11-19 | 8 | -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 line | ache | 1994-11-19 | 1 | -2/+2 |
| | |||||
* | Fix more dialog bugs and core dumps introduced by previous commiter | ache | 1994-11-19 | 3 | -31/+27 |
| | |||||
* | Fix dialog things broken by previous commiter | ache | 1994-11-18 | 2 | -7/+12 |
| | |||||
* | Nuke edit_line crawled in again. Change all occurances to line_edit. | ache | 1994-11-18 | 4 | -159/+19 |
| | |||||
* | Update the in-core disklabel when we change the on-disk version. | paul | 1994-11-18 | 5 | -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. | paul | 1994-11-18 | 4 | -0/+362 |
| | |||||
* | Merge in my new mbr and disklabel code. | paul | 1994-11-18 | 7 | -1460/+859 |
| | |||||
* | Add a "write Bootcode" option to the Fdisk editor. | phk | 1994-11-18 | 3 | -3/+73 |
| | | | | unzip sysinstall on the way to the hd. | ||||
* | Give the user a chance to retry the cpio floppy. | jkh | 1994-11-18 | 1 | -4/+6 |
| | |||||
* | Remove edit_line(), use line_edit() libdialog function instead in all places | ache | 1994-11-18 | 3 | -163/+6 |
| | |||||
* | Use dialog_clear_norefresh() if possible | ache | 1994-11-17 | 5 | -20/+19 |
| | |||||
* | Use -1, -1 where is possible | ache | 1994-11-17 | 8 | -24/+24 |
| | |||||
* | Rethink the cpio floppy verify a little. Don't use a magic cookie, | jkh | 1994-11-17 | 1 | -3/+3 |
| | | | | check for bininst instead (see comments in release/Makefile). | ||||
* | 1. Add check to see if CPIO floppy extracted properly. | jkh | 1994-11-17 | 4 | -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 hope | jkh | 1994-11-17 | 3 | -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 to | gibbs | 1994-11-17 | 1 | -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. | ache | 1994-11-16 | 2 | -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, please | jkh | 1994-11-16 | 1 | -842/+788 |
| | | | | | take this into BETA. Submitted by: ugen | ||||
* | Use autodetected dimensions in Sorry! window | ache | 1994-11-15 | 1 | -1/+1 |
| | |||||
* | Use TellEm instead of dialog_msgbox | ache | 1994-11-15 | 1 | -2/+1 |
| | |||||
* | Check exit code of the dialer, from asa@gw.cronyx.msk.su | ache | 1994-11-14 | 1 | -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 (^$&*!! missing | jkh | 1994-11-13 | 1 | -2/+2 |
| | | | | comma!). | ||||
* | Whoops! Update the size of the main menu to 7 items. I'm sleepy. | jkh | 1994-11-13 | 1 | -2/+2 |
| | |||||
* | Now I know what this message is really supposed to say.. :-) | jkh | 1994-11-13 | 1 | -1/+1 |
| | |||||
* | Add hooks for a short trouble shooting document. | jkh | 1994-11-12 | 2 | -10/+18 |
| | |||||
* | Don't continue if we don't get a /, swap and a /usr or 80Mb in /. | phk | 1994-11-12 | 3 | -8/+42 |
| | |||||
* | Make sysinstall deal with user interrupts properly. | jkh | 1994-11-11 | 1 | -1/+17 |
| | |||||
* | 1. Ask the user one final time before newfs'ing his disk into oblivion. | jkh | 1994-11-11 | 2 | -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 was | jkh | 1994-11-08 | 2 | -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. | jkh | 1994-11-08 | 2 | -4/+6 |
| | | | | Reviewed by: phk | ||||
* | swapon had a bug. Thanks Michael, but couldn't you told me and not Jordan ? | phk | 1994-11-08 | 1 | -2/+2 |
| | | | | now I have to listen to him all morning teasing me... | ||||
* | More 12th hour fixes from Ugen. | jkh | 1994-11-08 | 1 | -65/+66 |
| | | | | Submitted by: ugen | ||||
* | Remember to set the d_type field correctly | phk | 1994-11-08 | 1 | -0/+6 |
| | |||||
* | Change TITLE to something more rational. Make sysinstall.c use it instead | jkh | 1994-11-08 | 2 | -2/+2 |
| | | | | of its own hardcoded constant. | ||||
* | Always say the magic word at the end. | phk | 1994-11-08 | 1 | -8/+6 |
| | |||||
* | Change Fatals to Warnings. | jkh | 1994-11-08 | 1 | -10/+10 |
| | |||||
* | Fixup: | jkh | 1994-11-08 | 2 | -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. | jkh | 1994-11-07 | 3 | -13/+8 |
| | |||||
* | Cosmetic. | jkh | 1994-11-07 | 2 | -5/+5 |
| |