summaryrefslogtreecommitdiff
path: root/release/sysinstall/variable.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a truly stupid bug which broke the package installation menuJordan K. Hubbard1996-06-121-1/+7
| | | | | | | | for everything _but_ the multi-user case now (it was the opposite before :-). That means adding packages with the 2.2-960511-SNAP boot floppy is busted. Feh. Notes: svn path=/head/; revision=16326
* Add some more debugging statements.Jordan K. Hubbard1996-04-291-1/+3
| | | | Notes: svn path=/head/; revision=15445
* Bring this into sync.Jordan K. Hubbard1996-04-231-4/+2
| | | | | | | | | | | | | I still have a _very very annoying_ display bug which occurs when a menu item causes a submenu to be displayed - the screen repaints for the original menu (which is restored upon return from the submenu) are off by about 4 characters. I've tried restoring the screen, the cursor position, you name it - same deal. Grrrr! This commit is my first step in trying to get someone else to help me look into this one since I'm just tearing my hair out at this point! Notes: svn path=/head/; revision=15355
* 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-5/+61
| | | | | | | Approved (in spirit) by: jkh Notes: svn path=/head/; revision=12661
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-2/+11
| | | | Notes: svn path=/head/; revision=9202
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8881
* Commit parts of reorg that were diffs. Substantially re-engineer theJordan K. Hubbard1995-05-271-3/+1
| | | | | | | extraction and mediaGetFTP() handshaking to solve some unexpected complexities. Notes: svn path=/head/; revision=8792
* Clean up the variable handling code a little.Jordan K. Hubbard1995-05-261-18/+19
| | | | | | | Write /etc/hosts in the right place. Notes: svn path=/head/; revision=8771
* 1. Fix a pathological bug I introduced in msgInfo(). Right idea, wrongJordan K. Hubbard1995-05-201-1/+3
| | | | | | | | | | | | | | | | | | | | | 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 changes before having a nap. Still not close to done,Jordan K. Hubbard1995-05-011-0/+80
nor is it in sync with my working sources, but it leaves me less CVS hassles to bring in the new files at this time. Still no documentation to translate quite yet, but soon. This stuff is actually very close now. Notes: svn path=/head/; revision=8208