| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalize the g(eom,cache,part,...) build. | Brooks Davis | 2018-06-25 | 4 | -966/+0 |
* | geom: don't write stack garbage in disk labels | Alan Somers | 2018-02-04 | 1 | -0/+1 |
* | Document gmirror sysctls. | Mark Johnston | 2017-11-30 | 1 | -6/+42 |
* | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
* | sbin: normalize paths using SRCTOP-relative paths or :H when possible | Enji Cooper | 2017-03-04 | 1 | -1/+1 |
* | Add `gmirror create` subcommand, alike to gstripe, gconcat, etc. | Alexander Motin | 2016-11-30 | 2 | -1/+24 |
* | Explicitly add more files to the 'runtime' package. | Glen Barber | 2016-02-09 | 1 | -0/+1 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+21 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 1 | -2/+1 |
| |\
| |/
|/| |
|
| * | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 1 | -1/+1 |
| |\ |
|
| * | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| * | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| * | | Merge head | Simon J. Gerraty | 2014-04-28 | 2 | -4/+138 |
| |\ \ |
|
| * \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 1 | -2/+2 |
| |\ \ \ |
|
| * | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+2 |
| * | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | | | | Updated/new Makefile.depend | Simon J. Gerraty | 2012-11-08 | 1 | -0/+4 |
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+17 |
* | | | | | Convert sbin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| |_|_|/
|/| | | |
|
* | | | | use .Mt to mark up email addresses consistently (part1) | Baptiste Daroussin | 2014-06-20 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Improve wording slightly. | Joel Dahl | 2013-12-27 | 1 | -3/+1 |
* | | | Add an ability to stop gmirror and clear its metadata in one command. | Andrey V. Elsukov | 2013-12-27 | 2 | -1/+20 |
* | | | Add "resize" verb to gmirror(8) and such functionality to geom_mirror(4). | Andrey V. Elsukov | 2013-11-19 | 2 | -1/+118 |
| |/
|/| |
|
* | | Cross-reference gvinum(8) instead of vinum(8). | Joel Dahl | 2013-03-16 | 1 | -2/+2 |
|/ |
|
* | Rename the generic "CLASS" to the more specific "GEOM_CLASS". | David E. O'Brien | 2010-12-15 | 1 | -2/+2 |
* | Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1. | Andrey V. Elsukov | 2010-10-09 | 1 | -2/+2 |
* | - Remove gc_argname field. It was introduced for gpart(8), but if I | Pawel Jakub Dawidek | 2010-09-13 | 1 | -20/+19 |
* | - Allow to specify value as const pointers. | Pawel Jakub Dawidek | 2010-09-13 | 1 | -3/+4 |
* | The default balance algorithm has changed from "split" to | Ruslan Ermilov | 2009-12-09 | 1 | -2/+2 |
* | Change gmirror default balance algorithm from "split" to "load". | Alexander Motin | 2009-12-08 | 1 | -1/+1 |
* | Actually component with the greatest priority is used by the prefer balance | Pawel Jakub Dawidek | 2009-09-09 | 1 | -1/+1 |
* | Add support for changing providers priority. | Pawel Jakub Dawidek | 2009-09-06 | 2 | -9/+19 |
* | Add gpart(8). | Marcel Moolenaar | 2007-05-15 | 1 | -11/+11 |
* | Remove duplicate "clear" subcommand. | Ceri Davies | 2006-12-21 | 1 | -4/+0 |
* | Bump .Dd for -f|-F. | Ceri Davies | 2006-11-02 | 1 | -1/+1 |
* | Now, that we have gjournal in the tree add possibility to configure | Pawel Jakub Dawidek | 2006-11-01 | 2 | -7/+19 |
* | Be sure to not create devices with (mediasize % sectorsize) != 0. | Pawel Jakub Dawidek | 2006-10-10 | 1 | -0/+1 |
* | MFp4: G_TYPE_BOOL sounds much better than G_TYPE_NONE. | Pawel Jakub Dawidek | 2006-09-30 | 1 | -9/+9 |
* | Markup fixes. | Ruslan Ermilov | 2006-09-18 | 1 | -3/+5 |
* | Add some notes how to properly dump kernel onto gmirror provider. | Pawel Jakub Dawidek | 2006-03-08 | 1 | -1/+42 |
* | Remove trailing spaces. | Pawel Jakub Dawidek | 2006-02-01 | 1 | -3/+3 |
* | - The geom(8) utility only uses three types of arguments: string (char *), | Pawel Jakub Dawidek | 2005-12-07 | 1 | -92/+36 |
* | gmirror.8: | Ceri Davies | 2005-10-25 | 2 | -2/+4 |
* | Add a note in example as well, that last sector is used for metadata, | Pawel Jakub Dawidek | 2005-09-29 | 1 | -1/+2 |
* | Remove duplicated description of 'clear' subcommand. | Pawel Jakub Dawidek | 2005-04-23 | 1 | -2/+0 |
* | Document 'clear' and 'dump' subcommands. | Pawel Jakub Dawidek | 2005-04-15 | 1 | -0/+11 |
* | Define subcommands' usage inside g_command structure. | Pawel Jakub Dawidek | 2005-03-14 | 1 | -30/+29 |
* | Instead of documenting every standard subcommand's argument everywhere, | Pawel Jakub Dawidek | 2005-03-14 | 1 | -14/+8 |