summaryrefslogtreecommitdiffstats
path: root/usr.sbin/boot0cfg/boot0cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Allow boot0cfg to force a PXE boot via boot0 on the next boot.jhb2011-12-201-2/+7
* Plug fd leakskevlo2011-11-231-0/+2
* Reorganize write_mbr() function to be able write bootcode with differentae2011-11-071-54/+83
* Mark global functions and/or variables in boot0cfg(8) static where possible.ed2011-11-061-4/+4
* Fix argument name. This fixes EINVAL when boot0cfg uses GEOM_PART'ae2011-10-251-1/+1
* Revert r209469: it causes the rest of the function to be bypassed.brucec2010-12-061-2/+0
* If a device can't be opened, don't keep going but display the errorbrucec2010-06-231-0/+2
* Write the MBR by using the bootcode verb of the gpart class.marcel2009-03-021-27/+22
* Another, hopefully final set of changes to boot0 and boot0cfg.luigi2008-12-031-26/+140
* - Improve error message given on g_providername call failure.lulf2008-09-301-2/+2
* - Make use of the new and g_device_path utility function in libgeom to avoidlulf2008-09-071-33/+23
* Attempt gctl verb "write MBR" when updating.phk2005-07-151-1/+22
* Open device R/W for ioctl modifications.phk2004-12-181-1/+1
* Correct polarity of packet mode bit.tegge2004-09-141-1/+1
* Enable packet mode by default. Disk drives have gotten so large now,obrien2004-08-031-1/+1
* Remove spurious semicolons. Outside of functions they are actually errors butstefanf2004-05-161-1/+1
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+2
* Use the new sector0 munging ioctls to make boot0cfg work under GEOM.phk2002-12-291-8/+31
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-011-0/+1
* WARNS=2 cleanup.mikeh2001-12-111-7/+11
* Add missing specification of the `-s' option to the usage line.iedowse2001-03-221-1/+1
* Allow people to set the default boot slice with boot0cfg.dwmalone2000-08-171-4/+19
* - When we save the existing MBR to a file, check to see if the MBR we arejhb2000-07-131-83/+138
* Update boot0cfg to handle the new boot0:jhb2000-07-121-20/+52
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Check that we really have a boot0 mbr before treating it as one.rnordier1999-06-221-4/+47
* Ensure that an update takes place when the -m option is used.rnordier1999-06-211-2/+2
* Implement -m option to enable/disable slices.rnordier1999-06-191-7/+15
* Finish implementing "setdrv" option. This is intended to be usedrnordier1999-02-261-2/+5
* Make various minor corrections.rnordier1999-02-221-3/+3
* Add boot0cfg: this installs/configures the `boot0' boot manager. Arnordier1999-02-211-0/+267
OpenPOWER on IntegriCloud