summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/cdrom.c
Commit message (Expand)AuthorAgeFilesLines
* Farewall, sysinstall! You served us well for many years, but 10.0 is oneNathan Whitehorn2011-10-031-244/+0
* Fix use of CD_VERSION=any in cdrom.inf by calling strcmp instead ofRebecca Cran2010-11-141-1/+1
* Don't leak a file descriptor when ejecting a CDROM.Colin Percival2009-10-261-0/+1
* Eject CDROM after installation if used as source media.Colin Percival2009-10-261-0/+22
* Clean out the remaining alpha-isms.Ken Smith2008-12-141-3/+1
* If floppies are used to boot the machine, the user lets the machineKen Smith2007-02-221-1/+6
* - Fix a bug in sysinstall related to mounting CD-ROMs. If mount(2) failsJohn Baldwin2005-03-021-3/+9
* Check correct machine name.Yoshihiro Takahashi2002-10-141-0/+2
* * Negative #if's are harder to read as they don't tell exactly what archDavid E. O'Brien2002-10-111-0/+2
* Read the CD_VOLUME property from the cdrom.inf file and use it toMurray Stokely2002-04-131-0/+7
* Introduce the concept of previously mounted media to sysinstall.Murray Stokely2001-09-051-6/+20
* Various changes to the messages so that they are now appropriate for bothNik Clayton2001-06-271-11/+11
* Remove the bogus check against "none" for release names (whichJordan K. Hubbard2000-09-221-5/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Prevent alpha installs from grabbing x86 bits and vice-versa, at leastJordan K. Hubbard1999-05-151-22/+43
* Replace old SAVE_USERCONFIG code with a customized version of Andrzej'sJordan K. Hubbard1999-01-201-4/+2
* Collapse the "get" code substantially by combining common functions.Jordan K. Hubbard1998-12-221-25/+6
* Use properties code.Jordan K. Hubbard1998-10-141-11/+24
* Catch more cases where the CDROM has been mounted.Jordan K. Hubbard1998-08-271-1/+4
* MF22: various fixes for new XFree86 dist and cdrom warnings.Jordan K. Hubbard1998-07-211-11/+17
* Adapt to new mount(2) argument syntax.Jordan K. Hubbard1998-01-161-2/+2
* Make all this work under -current again.Jordan K. Hubbard1997-04-031-1/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* DTRT with a release string of "none" and use the correct (updated)Jordan K. Hubbard1997-01-271-1/+1
* OK, I've got two ideas to file in the "really seemed like a good ideaJordan K. Hubbard1997-01-241-2/+2
* Argh! Moving the media initialization to before the disk scribblingJordan K. Hubbard1997-01-221-53/+45
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add more protection when running as init and don't do stupid things.Jordan K. Hubbard1997-01-121-3/+1
* Do a better job of CDROM detection.Jordan K. Hubbard1997-01-061-13/+19
* 1. Correct bogon in cdromInit when running multi-user which took cdrom offlineJordan K. Hubbard1997-01-011-3/+5
* smart-alec error checking.Jordan K. Hubbard1996-12-121-2/+8
* Undo one of my memory optimization hacks - it actually made things moreJordan K. Hubbard1996-12-121-3/+2
* Be more efficient in how we use memory (stumbled across while looking forJordan K. Hubbard1996-12-111-2/+3
* Do a few things I've been threatening to do for a long time:Jordan K. Hubbard1996-12-111-6/+6
* Remove the now-unusable ports configuration code. Swapping CDs is bogus.Jordan K. Hubbard1996-10-141-5/+3
* Ahem. It might be nice if I included /usr/src/contrib in with the otherJordan K. Hubbard1996-10-101-3/+4
* DTRT if ESC is hit in a Yes/No dialog.Jordan K. Hubbard1996-10-091-2/+2
* Installation cleanup, round II.Jordan K. Hubbard1996-10-011-4/+6
* Conditionalize some annoying debug statements, update the docs.Jordan K. Hubbard1996-08-231-2/+3
* 1. Fix the CD installation bogon for Novice install I mentioned.Jordan K. Hubbard1996-07-161-5/+1
* Make CD version clash non-fatal.Jordan K. Hubbard1996-07-131-5/+3
* Fix EBUSY checking in devices.c - DTRT when it's detected on a CD.Jordan K. Hubbard1996-07-131-5/+3
* Fix something I broke with CDROM installation (well, I knew my firstJordan K. Hubbard1996-07-121-7/+8
* Whoops! Now that I'm decompressing docs into /tmp, it's important toJordan K. Hubbard1996-07-081-2/+2
* Make the CDROM auto-detection code a little more flexible about acceptingJordan K. Hubbard1996-06-141-10/+9
* Come up with a scheme for stamping the FreeBSD version number on CDs,Jordan K. Hubbard1996-06-111-4/+36
* Make CDROMs automagically select as the default media type.Jordan K. Hubbard1996-06-081-31/+23
* Bring this into sync.Jordan K. Hubbard1996-04-231-7/+2
* 1. Update all the copyrights to delete useless clauses 3 and 4.Jordan K. Hubbard1996-04-131-8/+1
* Lots of fixes:Jordan K. Hubbard1996-03-181-8/+16