summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* ia64: make link /boot->efi/boot relative.marcel2002-11-302-2/+12
* mdoc(7) police: sweep.ru2002-11-292-13/+13
* - Only declare the MBR menu for i386 that is not PC98.jhb2002-11-272-2/+18
* Only include the fdisk editor and associated code if WITH_SLICES isjhb2002-11-272-16/+20
* Only define the MBR or IPL menu on i386 (PC98 uses IPL, other i386 usejhb2002-11-272-0/+4
* - Only define syscons menus and syscons menu items in other menus ifjhb2002-11-272-12/+48
* If the user choose to Undo everything in the label editor, only run thejhb2002-11-272-0/+4
* - Use WITH_SLICES to conditionalize the fdisk editor during install insteadjhb2002-11-272-12/+28
* Only include the diskPartitionEditor script command if WITH_SLICES isjhb2002-11-272-0/+4
* Only try to setup moused(8) before setting up the X server if WITH_MICE isjhb2002-11-272-0/+8
* - Add a configOSF1() function (#ifdef __alpha__) that creates /compat/osf1jhb2002-11-274-0/+38
* Add some helper macros to make #ifdef's in sysinstall easier to readjhb2002-11-272-0/+28
* Only display the APM option in the Startup menu on i386.jhb2002-11-272-0/+4
* Use #elif defined(__alpha__) instead of #elif __alpha__.jhb2002-11-272-2/+2
* Enable the compat4x distribution on Alpha as well as i386.jhb2002-11-271-0/+2
* - Assume __FreeBSD__ is greater than 3.jhb2002-11-272-16/+2
* Expand X_AS_PKG so that we don't declare distribution bitmasks or menusjhb2002-11-278-17/+84
* Don't use fake 'c' or 'a' BSD partitions for CD-ROM devices. This fixesjhb2002-11-272-10/+10
* Removed the vestiges of modems(5).ru2002-11-271-1/+0
* mdoc(7) police:ru2002-11-271-6/+12
* mdoc(7) police: markup fixes.ru2002-11-2712-82/+95
* mdoc(7) police: kill whitespace at EOL.ru2002-11-275-36/+36
* mdoc(7) police:ru2002-11-2716-63/+64
* configXEnvironment doesn't work in sysinstall now.keramida2002-11-262-2/+12
* Add GNOME 2 to the sysinstall desktop configuration menu, removebmah2002-11-264-46/+20
* The second try a committing the bluetooth codejulian2002-11-2027-0/+6743
* 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-182-0/+30
* Enable selecting the type of partition menu on pc98.nyan2002-11-162-34/+34
* These two patches makes it easier to compile custom versions ofroberto2002-11-162-2/+6
* utmp.ut_time and lastlog.ll_time are explicitly int32_t rather thanpeter2002-11-152-2/+2
* Fix to build for pc98.nyan2002-11-152-2/+2
* Assume that packages passed on stdin are in bzip2 format, not gzip.bmah2002-11-141-1/+2
* Add a new newsyslog.conf flag - 'G', which if set tells newsyslog(8) thatsobomax2002-11-142-1/+29
* Add conditional code specific to ia64 to allow newfs(8)-ing FATmarcel2002-11-144-6/+118
* mtree(8) wasn't a bootstrap tool since 2000/07/23 (Makefile.inc1,v 1.161).ru2002-11-131-5/+0
* Bootstrapping aid for 4.0-RELEASE.ru2002-11-131-0/+6
* Also test for type efi everywhere we currently test for type fat.marcel2002-11-1310-12/+22
* Use a clean flags variable when creating chunks from scripts instead ofjhb2002-11-122-6/+4
* Remove a line that set the status to success. We already do that at thejhb2002-11-122-4/+2
* Try to cleanup the non-interactive disk labeling code a bit. Reworkjhb2002-11-122-98/+78
* Do a bit of cleanup. new_part() basically ignored the passed in sizejhb2002-11-122-38/+22
* Doh, fix a bug in previous commit. The default is to newfs for newjhb2002-11-122-2/+2
* When setting the mountpoint name, remember any previous setting of thejhb2002-11-122-4/+14
* The FIONREAD sysctl operates on an int *, not a size_t *.tmm2002-11-111-9/+8
* A support for creating EFI partitions. This is required on ia64,marcel2002-11-102-0/+6
* Clarify the unique groups scheme by mentioning that the 002 umaskfanf2002-11-081-3/+5
* Factor out the code that determines whether a message must be skippedthomas2002-11-071-26/+27
* Clean up a little. Don't need to include fetch.h any more, and I can'tobrien2002-11-061-7/+0
* Break fileGetURL() out into its own file so that pkg_install/lib consumersobrien2002-11-065-117/+149
OpenPOWER on IntegriCloud