summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dos.c
Commit message (Collapse)AuthorAgeFilesLines
* msdos -> msdosfs.ru2001-06-011-1/+1
|
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-1/+1
| | | | | - msdos.ko renamed to msdosfs.ko - /usr/include/msdosfs moved to /usr/include/fs/msdosfs
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Collapse the "get" code substantially by combining common functions.jkh1998-12-221-31/+13
| | | | | Also make mountpoint for each media type easier to change. Also reshuffled some menus for easier usage.
* Check for C:\FREEBSD also, for backwards compatibilityjkh1998-10-281-2/+2
|
* Correct braino: msdos -> dos. Now DOS installations should work againjkh1998-10-051-2/+2
| | | | (cough).
* Go back to using MSDOSFS instead of Robert Nordier's stand-alone DOSjkh1998-09-081-30/+36
| | | | | | | library. I have to include MSDOSFS on the boot floppy anyway (so I can read DOS floppies in a few other contexts) and since both -stable and -current MSDOSFS handle long filenames, I'm OK on that now. Should save about 10K of space.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Now that I know which parts of the installation really need it (sincejkh1997-01-171-2/+1
| | | | | there's no menu display bug to work around now), be far more selective in my use of DITEM_RECREATE (which is slow and involves much screen I/O).
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Do a few things I've been threatening to do for a long time:jkh1996-12-111-37/+32
| | | | | | | | | | | | | | | | 1. Don't use the MSDOSFS code for accessing FreeBSD distribution data. Use Robert Nordier's stand-alone DOS I/O library for the purpose. It this works as well as Robert says it does, it should drastically reduce (or even eliminate) our "I can't install from my DOS partition!" calls. 2. As a result of the above, go to stdio file descriptors for all media types. 3. Taking advantage of #2, start using libftpio for FTP transfers instead of maintaining our own parallel version of the FTP transfer code. Yay! I ripped something out for a change! #1 Submitted-By: Robert Nordier <rnordier@iafrica.com>
* Conditionalize some annoying debug statements, update the docs.jkh1996-08-231-2/+3
|
* Whoops! Now that I'm decompressing docs into /tmp, it's important tojkh1996-07-081-2/+2
| | | | | make sure that /tmp is there first! :-) While I'm at it, clean up the somewhat inexplicably bogus Mkdir() function.
* Fix an ancient index list bug.jkh1996-04-281-2/+2
| | | | | Make FTP re-initializion work. Fix fix fix.
* Bring this into sync.jkh1996-04-231-5/+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!
* 1. Update all the copyrights to delete useless clauses 3 and 4.jkh1996-04-131-9/+2
| | | | | 2. Change more of the menu code over to new system. 3. Streamline label editor.
* Miscellaneous cleanup before big round of menu restructuring (to use newjkh1996-03-021-2/+2
| | | | libdialog features).
* Update the -current sources from the 2.1 branch.peter1995-12-071-9/+21
| | | | Approved (in spirit) by: jkh
* This mega-commit brings in Jordan's latest sysinstall version..peter1995-09-181-3/+3
| | | | | | | 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...
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-6/+7
|
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* Sync up my work for the night. This should implement ALL possiblejkh1995-05-291-3/+8
| | | | | | 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.
* Humanize Poul-Henning's code. Status values should be properlyjkh1995-05-281-14/+2
| | | | respected now.
* Major cleanup. Mediaroutines now get asked about a file. All thephk1995-05-271-15/+5
| | | | | | | 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.
* Things were getting seriously hard to find. Do a quick reorg pass overjkh1995-05-271-0/+125
the code and split things into more logical groupings.
OpenPOWER on IntegriCloud