summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Expand)AuthorAgeFilesLines
* Use correct interface name (it's different on -current).sobomax2003-03-051-1/+1
* Remove local hack that somehow slipped into the previous commit.sobomax2003-03-051-1/+1
* Add missed description for the `ds' (disc(4)) pseudo-interface.sobomax2003-03-051-1/+2
* Update the number of ports in the ports collection. Although we'vemurray2003-03-031-1/+1
* Add a new variable `noInet6', which if set disables IPv6 configurationsobomax2003-02-272-2/+4
* Increase size of the static buffer used to hold runtime dependency listsobomax2003-02-271-4/+4
* - Increase the maximum device name length.jwd2003-02-272-2/+17
* s/to try and retry/to retry/ceri2003-02-191-1/+1
* Explicitly release a existing lease before we start dhclient (again).mbr2003-02-091-0/+1
* Relocate a call to enable inetd so that it is set regardless ofrwatson2003-02-061-2/+1
* Fixup capitalization in some of the Startup menu entries.jhb2003-02-031-6/+6
* Teach sysinstall about the em(4) device.trhodes2003-01-271-0/+1
* Correct typo.murray2003-01-261-1/+1
* Change the nominal swap calculation from 1/2 physical memory to 1/8dillon2003-01-251-1/+1
* - Rename installFixupBin to installFixupBase to finish up the 'bin' tojhb2003-01-176-472/+564
* Add 'vlan' as a network device.jhb2003-01-171-0/+1
* Add a function driverFloppyCheck() that asks the user if they would like tojhb2003-01-153-0/+17
* Move the realloc outside the inner loop. This reduces the number of timesobrien2003-01-151-1/+1
* If you don't create a /usr filesystem, / will need 200MB.kuriyama2003-01-131-1/+1
* Fix a typo: s/save_free/safe_free/.jhb2003-01-091-1/+1
* save_free the buf.obrien2003-01-091-0/+1
* Separate the uses of a buffer and make it dynamically sized.obrien2003-01-091-15/+16
* Teach sysinstall about rpcbind, rpc.lockd, and rpc.statd. As an addedscottl2003-01-073-6/+38
* Compare pointers to NULL rather than make it look like they are ints.obrien2003-01-061-2/+2
* save_realloc() should use reallocf() to close memory leaks.obrien2003-01-061-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Since our default boot block now supports UFS1 and UFS2 even onrwatson2002-12-281-7/+2
* Add a new ftp mirror in Ireland which offers a service over IPv6.dwmalone2002-12-231-0/+4
* Correct path to /usr/sbin/sysinstall for HEAD since that's where it lives now.jkh2002-12-201-3/+3
* Update ROOT_MIN_SIZE for i386 to 118MB (and other ROOT_*_SIZE).kuriyama2002-12-152-5/+5
* When things get bigger than 99GB our fields run over.phk2002-12-111-5/+20
* Unhook LOMAC sysinstall twiddle for the time being: mac_lomac requiresrwatson2002-12-091-0/+2
* - Use some macros to define common text between the dialog boxes to set thejhb2002-12-051-38/+25
* Fixed a partition type for pc98 when create or change slices in the fdisknyan2002-12-041-0/+8
* Reformulate how sysinstall handles file system options in the labelrwatson2002-12-034-69/+286
* Oops, forgot this cosmetic tweak to the perl menu item in my previousjhb2002-12-031-1/+1
* - Convert the installation of the X package to using installPackage()jhb2002-12-033-3/+14
* Rename installX11package() to installPackage() and tweak it so that itjhb2002-12-032-6/+4
* Fix a bug in the fdisk editor that partially masked the chunk deletionjhb2002-12-031-2/+2
* ia64 specific.marcel2002-12-023-3/+53
* ia64: make link /boot->efi/boot relative.marcel2002-11-301-1/+6
* - Only declare the MBR menu for i386 that is not PC98.jhb2002-11-271-1/+9
* Only include the fdisk editor and associated code if WITH_SLICES isjhb2002-11-271-8/+10
* Only define the MBR or IPL menu on i386 (PC98 uses IPL, other i386 usejhb2002-11-271-0/+2
* - Only define syscons menus and syscons menu items in other menus ifjhb2002-11-271-6/+24
* If the user choose to Undo everything in the label editor, only run thejhb2002-11-271-0/+2
* - Use WITH_SLICES to conditionalize the fdisk editor during install insteadjhb2002-11-271-6/+14
* Only include the diskPartitionEditor script command if WITH_SLICES isjhb2002-11-271-0/+2
* Only try to setup moused(8) before setting up the X server if WITH_MICE isjhb2002-11-271-0/+4
* - Add a configOSF1() function (#ifdef __alpha__) that creates /compat/osf1jhb2002-11-272-0/+19
OpenPOWER on IntegriCloud