aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/tape.c
Commit message (Collapse)AuthorAgeFilesLines
* This mega-commit brings in Jordan's latest sysinstall version..Peter Wemm1995-09-181-2/+2
| | | | | | | | | | This looks like it was developed offline, and is being spammed over the top of the existing. "That's fine by me! I dont really care how you do it, just get it in there..." said Jordan in a conversation a short while ago... Notes: svn path=/head/; revision=10882
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-19/+15
| | | | Notes: svn path=/head/; revision=9202
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8881
* Sync up my work for the night. This should implement ALL possibleJordan K. Hubbard1995-05-291-4/+42
| | | | | | | | | installation methods and provide a fairly robust set of menu options. This should also fix a few more bugs on Poul-Henning's latest gripe list. Notes: svn path=/head/; revision=8837
* Humanize Poul-Henning's code. Status values should be properlyJordan K. Hubbard1995-05-281-7/+2
| | | | | | | respected now. Notes: svn path=/head/; revision=8803
* Major cleanup. Mediaroutines now get asked about a file. All thePoul-Henning Kamp1995-05-271-2/+2
| | | | | | | | | | multi part stuff centralized. The final check is backwards or something so it always said it failed, even it it didn't. Fixed tcpip address check to not be stupid, 10.0.255.1 is legal. Notes: svn path=/head/; revision=8799
* Things were getting seriously hard to find. Do a quick reorg pass overJordan K. Hubbard1995-05-271-0/+71
the code and split things into more logical groupings. Notes: svn path=/head/; revision=8791