summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/mirror/geom_mirror.c
Commit message (Expand)AuthorAgeFilesLines
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.ae2010-10-091-2/+2
* - Remove gc_argname field. It was introduced for gpart(8), but if Ipjd2010-09-131-20/+19
* - Allow to specify value as const pointers.pjd2010-09-131-3/+4
* Change gmirror default balance algorithm from "split" to "load".mav2009-12-081-1/+1
* Add support for changing providers priority.pjd2009-09-061-4/+5
* Add gpart(8).marcel2007-05-151-11/+11
* Now, that we have gjournal in the tree add possibility to configurepjd2006-11-011-5/+9
* Be sure to not create devices with (mediasize % sectorsize) != 0.pjd2006-10-101-0/+1
* MFp4: G_TYPE_BOOL sounds much better than G_TYPE_NONE.pjd2006-09-301-9/+9
* Remove trailing spaces.pjd2006-02-011-3/+3
* - The geom(8) utility only uses three types of arguments: string (char *),pjd2005-12-071-92/+36
* gmirror.8:ceri2005-10-251-1/+1
* Define subcommands' usage inside g_command structure.pjd2005-03-141-30/+29
* - Add md_provsize field to metadata, which will help withpjd2005-02-271-1/+3
* Fix arguments syntax.pjd2005-01-151-10/+10
* - Add genid field to the metadata which will allow to improve reliability a bit.pjd2004-12-221-0/+1
* 'forget' command takes device names, not provider names.pjd2004-12-221-1/+1
* Do not exit after printing usage, give geom(8) a chance to show standardpjd2004-09-171-1/+0
* Actually one can specify more than one device to stop.pjd2004-08-181-1/+1
* Forgot to commit those: introduce hardcoded provider functionality,pjd2004-08-101-14/+31
* Add '-p' option for 'insert' command which allows to specify prioritypjd2004-07-311-1/+3
* Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulpjd2004-07-301-0/+408
OpenPOWER on IntegriCloud