summaryrefslogtreecommitdiff
path: root/usr.sbin/boot0cfg
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2020-06-22Revert r362466Baptiste Daroussin
2020-06-21Improve wording to be more precise and clear.Hans Petter Selasky
2019-08-13Remove deprecated GEOM classesConrad Meyer
2018-11-27Add a “skip_dsn” option to g_part's bootcode verb to prevent g_part_mbrDag-Erling Smørgrav
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-03-11Use nitems() from sys/param.hMarcelo Araujo
2016-01-14Adjust previous fix to conform to the existing style in this file.John Baldwin
2015-12-18Fix the precious change to check the pointer returned by malloc().John Baldwin
2015-12-17Exit cleanly if malloc() fails to allocate a buffer for a copy of theJohn Baldwin
2015-09-02It's 2015, and some people are still trying to use fdisk and thenEdward Tomasz Napierala
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-25Convert usr.sbin to LIBADDBaptiste Daroussin
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-06-20use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-10-13Merge head@256284Simon J. Gerraty
2013-10-01Sweep man pages replacing ad -> ada.Sergey Kandaurov
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-03-25Remove superfluous paragraph macro.Joel Dahl
2012-02-04Be as explicit as possible when describing relation between the -m maskKonstantin Belousov
2011-12-20Allow boot0cfg to force a PXE boot via boot0 on the next boot.John Baldwin
2011-12-17Use NO_WCAST_ALIGN for usr.sbin/boot0cfg; because this is only built forDimitry Andric
2011-11-23Plug fd leaksKevin Lo
2011-11-07Remove a note about disabling of GEOM protection mechanism.Andrey V. Elsukov
2011-11-07Reorganize write_mbr() function to be able write bootcode with differentAndrey V. Elsukov
2011-11-06Add reference to gpart(8).Andrey V. Elsukov
2011-11-06Mark global functions and/or variables in boot0cfg(8) static where possible.Ed Schouten
2011-10-25Fix argument name. This fixes EINVAL when boot0cfg uses GEOM_PART'Andrey V. Elsukov
2010-12-06Revert r209469: it causes the rest of the function to be bypassed.Rebecca Cran
2010-06-23If a device can't be opened, don't keep going but display the errorRebecca Cran
2010-02-26Fixed static linkage.Ruslan Ermilov
2010-01-02The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten
2009-03-02Write the MBR by using the bootcode verb of the gpart class.Marcel Moolenaar
2009-01-13Extend the geom-related info and put in the NOTE section, notLuigi Rizzo
2008-12-03Another, hopefully final set of changes to boot0 and boot0cfg.Luigi Rizzo
2008-09-30- Improve error message given on g_providername call failure.Ulf Lilleengen