summaryrefslogtreecommitdiffstats
path: root/sbin/geom
Commit message (Expand)AuthorAgeFilesLines
...
* - Change all places where G_TYPE_ASCNUM is used to G_TYPE_NUMBER.pjd2010-09-141-8/+8
* Update two last places where "arg0" should be used instead of "geom".pjd2010-09-141-2/+2
* All gpart(8) subcommands apart from the 'bootcode' subcommand handlepjd2010-09-141-0/+2
* Remove dot which shouldn't be here, as err(3) will attach error messagepjd2010-09-141-1/+1
* Introduce special G_VAL_OPTIONAL define, which when given in value fieldpjd2010-09-143-11/+12
* Add G_TYPE_MULTI flag, which when set for the given option, willpjd2010-09-132-6/+40
* - Remove gc_argname field. It was introduced for gpart(8), but if Ipjd2010-09-1317-265/+240
* - Allow to specify value as const pointers.pjd2010-09-136-51/+50
* o List MOUNTVER and SCHED classes. X-ref gsched(8). Bump Dd.maxim2010-09-011-1/+6
* gsched(8): fix example usage, mdoc nitsuqs2010-08-291-7/+7
* expand_number(3) takes a uint64_t * now; intmax_t was never correctdes2010-08-191-1/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
* Avoid a memory leak.mjacob2010-08-131-10/+10
* Fix typos and spelling mistakes.joel2010-08-062-2/+2
* gsched(8) was first released with FreeBSD 8.1uqs2010-07-301-1/+1
* Small typo fix: s/ommited/omittedbcr2010-07-271-2/+2
* Document that SI unit suffixes are supported for -b and -s optionsae2010-07-231-7/+11
* Do not bzero() NULL pointer on malloc() error.mav2010-07-141-1/+1
* Fix the clear function which has been broken for a bit.mjacob2010-07-041-6/+17
* Check for overflow before it occurs. Also add check forae2010-06-211-2/+2
* Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart.ae2010-06-215-177/+210
* mdoc nitpicking for gsched.8uqs2010-06-191-3/+3
* bgeom(3) does strdup of param name.ae2010-06-071-0/+1
* - Mention that VTOC8 labels are found in Fujitsu SPARC64 machines as well.marius2010-06-031-14/+43
* - In gpart_bootfile_read() fix an off-by-one error preventing the bootstrapmarius2010-06-031-37/+102
* Teach gpart about bootcode on APM.nwhitehorn2010-05-161-1/+1
* Add and describe GEOM_PART_EBR.marcel2010-04-231-0/+5
* Implement the resize command for resizing partitions. Without newmarcel2010-04-232-1/+134
* Flush disk write cache after storing and clearing metadata.pjd2010-04-151-0/+2
* fix copyright format, as requested by Joel Dahlluigi2010-04-132-3/+6
* use correct .PATH, remove unused CFLAGSluigi2010-04-131-3/+2
* Bring in geom_sched, support for scheduling disk I/O requestsluigi2010-04-124-0/+304
* Change how multipath labels are created and managed. This makes it easiermjacob2010-03-291-45/+51
* Add 'rotate' and 'getactive' verbs to provide some control and informationmjacob2010-03-211-0/+8
* Use our standard license text. No more voices in the authors head. :-)joel2010-03-042-16/+16
* Fixed dependencies (make checkdpadd).ru2010-02-251-0/+1
* Add the long missing "destroy" option.mjacob2010-02-041-0/+4
* Also output stripeoffset for consumer even if stripesize is zero, whiledelphij2010-01-181-1/+1
* Small fixes.brueffer2010-01-171-3/+4
* Stripe offset may be usable even without stripe size known,delphij2010-01-171-1/+1
* Expose stripe offset and stripe size through libgeom and geom(8) userlanddelphij2010-01-171-0/+8
* Add gmountver, disk mount verification GEOM class.trasz2010-01-165-0/+194
* Increase default block size from 4K to 64K. It was reduces 6 yeard ago,mav2010-01-061-1/+1
* For completeness, add -s argument, manually specifying array block size.mav2010-01-052-3/+13
* Add manual page for gcache(8).trasz2010-01-033-2/+193
* The default balance algorithm has changed from "split" toru2009-12-091-2/+2
* Change gmirror default balance algorithm from "split" to "load".mav2009-12-081-1/+1
* - Initialize variable in order to avoid GCC warning and enable WARNS=6.lulf2009-10-262-2/+1
* Switch the default WARNS level for sbin/ to 6.ru2009-10-192-1/+1
* Clean up markup (mainly).ru2009-10-191-77/+149
OpenPOWER on IntegriCloud