aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/variable.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge with HEADJordan K. Hubbard1996-06-141-1/+7
| | | | Notes: svn path=/stable/2.1/; revision=16370
* 1. Merge latest sysinstall changes.Jordan K. Hubbard1996-05-091-1/+3
| | | | | | | | | | 2. Nuke libdisk from here in preparation for a move to /usr/src/lib, as in -current. 3. Remove explicit references to libdisk in Makefile (which will probably be merged outright from the HEAD later, but this will do for now). Notes: svn path=/stable/2.1/; revision=15698
* Update from HEADJordan K. Hubbard1996-05-041-11/+2
| | | | Notes: svn path=/stable/2.1/; revision=15626
* o Fix installUpgrade to start the holographic shell as well.Jordan K. Hubbard1995-10-261-15/+26
| | | | | | | | | | o Lots of documentation fixes. o Rename FTP active to "FTP" and explain passive mode better. o Make tcpip screen a bit more friendly. o Literally dozens of nits. Notes: svn path=/stable/2.1/; revision=11799
* Too many bugs fixed to mention. This code just seems to BREED them.Jordan K. Hubbard1995-10-201-8/+5
| | | | | | | | Many interfaces were also simplified or generally cleaned up in an attempt to curb this problem. Notes: svn path=/stable/2.1/; revision=11579
* Some rethinks on the way the attribute interface worked (now thatJordan K. Hubbard1995-10-181-1/+7
| | | | | | | | | | I'm really, truly using it). Allow distribution fetch to get .info files from the root.flp OR the distribution in question, allowing us to add flexibility to the scheme. At some point, perhaps soon, the cached copy should probably go away entirely! Notes: svn path=/stable/2.1/; revision=11559
* Fix many more bogons, add some stuff to make the docs folk happy.Jordan K. Hubbard1995-10-161-1/+19
| | | | Notes: svn path=/stable/2.1/; revision=11536
* Fix the ancient lurking evil that prevented the `Undo' commands fromJordan K. Hubbard1995-10-161-1/+19
| | | | | | | ever really working. Notes: svn path=/stable/2.1/; revision=11533
* General cleanup - sanitize use of variables.Jordan K. Hubbard1995-10-041-1/+7
| | | | | | | Do more rational things in a number of other instances. Notes: svn path=/stable/2.1/; revision=11181
* 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