aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/boot0cfg
Commit message (Expand)AuthorAgeFilesLines
* Revert r362466Baptiste Daroussin2020-06-222-2/+2
* Improve wording to be more precise and clear.Hans Petter Selasky2020-06-212-2/+2
* 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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* 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
* It's 2015, and some people are still trying to use fdisk and thenEdward Tomasz Napierala2015-09-021-3/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge head@256284Simon J. Gerraty2013-10-131-4/+4
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
| |/ |/|
* | Sweep man pages replacing ad -> ada.Sergey Kandaurov2013-10-011-4/+4
|/
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* Be as explicit as possible when describing relation between the -m maskKonstantin Belousov2012-02-041-3/+6
* Allow boot0cfg to force a PXE boot via boot0 on the next boot.John Baldwin2011-12-202-2/+10
* Use NO_WCAST_ALIGN for usr.sbin/boot0cfg; because this is only built forDimitry Andric2011-12-171-0/+2
* Plug fd leaksKevin Lo2011-11-231-0/+2
* Remove a note about disabling of GEOM protection mechanism.Andrey V. Elsukov2011-11-071-16/+1
* Reorganize write_mbr() function to be able write bootcode with differentAndrey V. Elsukov2011-11-071-54/+83
* Add reference to gpart(8).Andrey V. Elsukov2011-11-061-1/+2
* 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
* Fixed static linkage.Ruslan Ermilov2010-02-261-2/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Write the MBR by using the bootcode verb of the gpart class.Marcel Moolenaar2009-03-021-27/+22
* Extend the geom-related info and put in the NOTE section, notLuigi Rizzo2009-01-131-14/+19
* Another, hopefully final set of changes to boot0 and boot0cfg.Luigi Rizzo2008-12-032-26/+149
* - 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
* "-b /boot/mbr" is redundant, /boot/mbr is the default boot code for fdisk(8).Pav Lucistnik2007-06-071-2/+2
* - Revert previous revision, it was incorrectPav Lucistnik2007-06-061-8/+5
* Document /boot/mbr (non-interactive boot block)Pav Lucistnik2007-05-121-0/+10
* Attempt gctl verb "write MBR" when updating.Poul-Henning Kamp2005-07-152-1/+25
* Document how to make boot0cfg work on mounted disks.Scott Long2005-04-071-0/+11
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1