summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Expand)AuthorAgeFilesLines
...
* Add some helper macros to make #ifdef's in sysinstall easier to readjhb2002-11-271-0/+14
* Only display the APM option in the Startup menu on i386.jhb2002-11-271-0/+2
* Use #elif defined(__alpha__) instead of #elif __alpha__.jhb2002-11-271-1/+1
* Enable the compat4x distribution on Alpha as well as i386.jhb2002-11-271-0/+2
* - Assume __FreeBSD__ is greater than 3.jhb2002-11-271-8/+1
* Expand X_AS_PKG so that we don't declare distribution bitmasks or menusjhb2002-11-275-12/+60
* Don't use fake 'c' or 'a' BSD partitions for CD-ROM devices. This fixesjhb2002-11-271-5/+5
* Removed the vestiges of modems(5).ru2002-11-271-1/+0
* configXEnvironment doesn't work in sysinstall now.keramida2002-11-261-1/+6
* Add GNOME 2 to the sysinstall desktop configuration menu, removebmah2002-11-262-23/+10
* Add several new real categories and virtual categories.knu2002-11-181-2/+9
* Create a link /boot -> /<efi>/boot, where <efi> is the mountpointmarcel2002-11-181-0/+15
* Enable selecting the type of partition menu on pc98.nyan2002-11-161-17/+17
* Fix to build for pc98.nyan2002-11-151-1/+1
* Add conditional code specific to ia64 to allow newfs(8)-ing FATmarcel2002-11-142-3/+59
* Also test for type efi everywhere we currently test for type fat.marcel2002-11-135-6/+11
* Use a clean flags variable when creating chunks from scripts instead ofjhb2002-11-121-3/+2
* Remove a line that set the status to success. We already do that at thejhb2002-11-121-2/+1
* Try to cleanup the non-interactive disk labeling code a bit. Reworkjhb2002-11-121-49/+39
* Do a bit of cleanup. new_part() basically ignored the passed in sizejhb2002-11-121-19/+11
* Doh, fix a bug in previous commit. The default is to newfs for newjhb2002-11-121-1/+1
* When setting the mountpoint name, remember any previous setting of thejhb2002-11-121-2/+7
* A support for creating EFI partitions. This is required on ia64,marcel2002-11-101-0/+3
* Mount devfs with nmount(2) instead of mount(2). This error was maskedjhb2002-11-051-1/+12
* Move the modules in the mfsroot to /modules instead of /stand/modules sojhb2002-11-041-1/+1
* Update the list of FTP mirrors to reflect the current situation.roam2002-11-041-23/+123
* - Added the MenuIPLType menu for selecting pc98 boot IPL.nyan2002-11-033-18/+113
* The hw.physmem sysctl has an unsigned long value now, fix the retrievaltmm2002-11-021-1/+1
* debugMsg() should end with "\n".kuriyama2002-11-019-14/+14
* With the recent libdisk changes, alpha doesn't need (as much) special magic.phk2002-10-301-35/+0
* Sparc64 will not need the same hacks as alpha did. Hopefully alpha wontphk2002-10-291-4/+4
* Fix the wizardmodes 'write' command to not explode: Don't referencephk2002-10-281-4/+2
* Do not include <sys/syslimits.h> directly; it is not intended for generalwollman2002-10-271-1/+2
* Allow users to read the Early Adopter's Guide in sysinstall.bmah2002-10-271-7/+9
* MFS: Update sysinstall text for the number and size or ports in the portsbmah2002-10-251-2/+2
* Goodbye and good riddance!phk2002-10-251-80/+0
* Confirmed kill: "Bogon #1" is dead, killed by DEVFS.phk2002-10-251-38/+0
* Comment out more MAKEDEV bogosity ("BOGON #1" as Jordan put it :-)phk2002-10-251-2/+2
* Fix cut&paste mistake.phk2002-10-231-2/+2
* Remove more private MAKEDEV kludges.phk2002-10-221-3/+3
* Give a real error on failure to mount DEVFS.phk2002-10-221-19/+5
* Chunk functions in libdisk take an extra arguement for all archs to accomodatephk2002-10-222-13/+2
* Pick up a prototyp from libdisk.h instead of having our own.phk2002-10-221-1/+0
* DEVFS has been nmountified, so use nmount(2) to mount it.phk2002-10-211-2/+14
* Since NEWCARD is the default for i386, undef PCCARD_ARCH.matusita2002-10-202-2/+2
* Fix to check disk geometry.nyan2002-10-141-2/+4
* The MACHINE variable on pc98 is "i386". So, use "pc98" directly in PC98 case.nyan2002-10-141-0/+6
* Use snprintf() instead of sprintf().nyan2002-10-141-3/+3
* Check correct machine name.nyan2002-10-141-0/+2
* * Negative #if's are harder to read as they don't tell exactly what archobrien2002-10-117-26/+31
OpenPOWER on IntegriCloud