aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/boot0cfg/boot0cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r362466Baptiste Daroussin2020-06-221-1/+1
* Improve wording to be more precise and clear.Hans Petter Selasky2020-06-211-1/+1
* Remove deprecated GEOM classesConrad Meyer2019-08-131-10/+0
* Add a “skip_dsn” option to g_part's bootcode verb to prevent g_part_mbrDag-Erling Smørgrav2018-11-271-4/+8
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use nitems() from sys/param.hMarcelo Araujo2017-03-111-1/+1
* Adjust previous fix to conform to the existing style in this file.John Baldwin2016-01-141-2/+1
* Fix the precious change to check the pointer returned by malloc().John Baldwin2015-12-181-1/+1
* Exit cleanly if malloc() fails to allocate a buffer for a copy of theJohn Baldwin2015-12-171-0/+2
* Allow boot0cfg to force a PXE boot via boot0 on the next boot.John Baldwin2011-12-201-2/+7
* Plug fd leaksKevin Lo2011-11-231-0/+2
* Reorganize write_mbr() function to be able write bootcode with differentAndrey V. Elsukov2011-11-071-54/+83
* Mark global functions and/or variables in boot0cfg(8) static where possible.Ed Schouten2011-11-061-4/+4
* Fix argument name. This fixes EINVAL when boot0cfg uses GEOM_PART'Andrey V. Elsukov2011-10-251-1/+1
* Revert r209469: it causes the rest of the function to be bypassed.Rebecca Cran2010-12-061-2/+0
* If a device can't be opened, don't keep going but display the errorRebecca Cran2010-06-231-0/+2
* Write the MBR by using the bootcode verb of the gpart class.Marcel Moolenaar2009-03-021-27/+22
* Another, hopefully final set of changes to boot0 and boot0cfg.Luigi Rizzo2008-12-031-26/+140
* - Improve error message given on g_providername call failure.Ulf Lilleengen2008-09-301-2/+2
* - Make use of the new and g_device_path utility function in libgeom to avoidUlf Lilleengen2008-09-071-33/+23
* Attempt gctl verb "write MBR" when updating.Poul-Henning Kamp2005-07-151-1/+22
* Open device R/W for ioctl modifications.Poul-Henning Kamp2004-12-181-1/+1
* Correct polarity of packet mode bit.Tor Egge2004-09-141-1/+1
* Enable packet mode by default. Disk drives have gotten so large now,David E. O'Brien2004-08-031-1/+1
* Remove spurious semicolons. Outside of functions they are actually errors butStefan Farfeleder2004-05-161-1/+1
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* Use the new sector0 munging ioctls to make boot0cfg work under GEOM.Poul-Henning Kamp2002-12-291-8/+31
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-011-0/+1
* WARNS=2 cleanup.Mike Heffner2001-12-111-7/+11
* Add missing specification of the `-s' option to the usage line.Ian Dowse2001-03-221-1/+1
* Allow people to set the default boot slice with boot0cfg.David Malone2000-08-171-4/+19
* - When we save the existing MBR to a file, check to see if the MBR we areJohn Baldwin2000-07-131-83/+138
* Update boot0cfg to handle the new boot0:John Baldwin2000-07-121-20/+52
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Check that we really have a boot0 mbr before treating it as one.Robert Nordier1999-06-221-4/+47
* Ensure that an update takes place when the -m option is used.Robert Nordier1999-06-211-2/+2
* Implement -m option to enable/disable slices.Robert Nordier1999-06-191-7/+15
* Finish implementing "setdrv" option. This is intended to be usedRobert Nordier1999-02-261-2/+5
* Make various minor corrections.Robert Nordier1999-02-221-3/+3
* Add boot0cfg: this installs/configures the `boot0' boot manager. ARobert Nordier1999-02-211-0/+267