aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up of dead code and possible unassigned variable usage.Ivan Voras2008-08-091-3/+7
* Add NO_MAN for the static variant of geom(8). Both the RESCUE and theMarcel Moolenaar2008-07-031-0/+1
* Implement the set and unset verbs. While here, have the manpageMarcel Moolenaar2008-06-182-11/+84
* Implement the -l and -r options for gpart show.Marcel Moolenaar2008-06-131-6/+32
* Document the new -p and -i options for writing bootstrap code intoMarcel Moolenaar2008-06-071-8/+24
* Enhance the bootcode command to also allow bootcode to be writtenMarcel Moolenaar2008-06-061-25/+143
* Add two support functions:Marcel Moolenaar2008-06-062-0/+47
* Update the manpage to reflect reality:Marcel Moolenaar2008-06-061-3/+32
* Allow building a static geom(8) for release related crunchedMarcel Moolenaar2008-06-051-1/+1
* Replace checks for RESCUE in sources with checks for STATIC_GEOM_CLASSESMarcel Moolenaar2008-06-044-8/+8
* Add the bootcode verb for installing boot code. Boot codeMarcel Moolenaar2008-04-131-3/+47
* I keep taking timemachines to get back in time. Update theRemko Lodder2008-04-131-1/+1
* Add missing device in tunefs entry.Remko Lodder2008-04-131-2/+2
* - Use an uppercase provider name in the example, to make the name changeChristian Brueffer2008-03-131-7/+7
* Fix typos.Christian Brueffer2008-03-081-2/+2
* Make it possible to build glabel into rescue geom(8) utility.Xin LI2008-03-053-5/+18
* Add info about few missing GEOM classes that use geom(8).Pawel Jakub Dawidek2008-03-051-1/+13
* - Update geom(8) to explain that GEOM_LIBRARY_PATH can take a comma-separatedUlf Lilleengen2008-02-051-0/+1
* - Make geom commands handle multiple library paths in the GEOM_LIBRARY_PATHUlf Lilleengen2008-02-041-11/+31
* Minor language cleanup.Christian Brueffer2007-11-241-3/+3
* Fix signed/unsigned comparison compiler warning.John Birrell2007-11-181-2/+2
* Briefly document what the -c option of the "label" command does.Ruslan Ermilov2007-11-151-1/+3
* Revise the markup and apply some wordsmithing.Ruslan Ermilov2007-11-151-24/+27
* Allow building of a special rescue version of geom thatMarcel Moolenaar2007-11-043-4/+44
* Fix a last-minute, but more importantly, an untested change thatMarcel Moolenaar2007-10-211-1/+1
* Add the show command to print the partition information ala gpt(8).Marcel Moolenaar2007-10-212-6/+205
* Bring in the GEOM Virtualisation class, which allows to create huge GEOMPawel Jakub Dawidek2007-09-235-1/+823
* For arguments declared as numbers always use expand_number(3).Pawel Jakub Dawidek2007-09-211-3/+1
* Use 'val' function argument instead of 'optarg' global variable.Pawel Jakub Dawidek2007-09-211-2/+2
* Add support for Camellia encryption algorithm.Pawel Jakub Dawidek2007-09-011-3/+11
* Fix the online usage for the "dump" command.Ruslan Ermilov2007-05-241-1/+1
* Fix the construction of the gctl_req that got broken by myMarcel Moolenaar2007-05-171-1/+3
* Bump G_LIB_VERSION to reflect the ABI change.Marcel Moolenaar2007-05-161-1/+1
* Add gpart(8).Marcel Moolenaar2007-05-1517-91/+512
* Correct some typos.Pawel Jakub Dawidek2007-05-061-2/+2
* Fix mdoc warnings.Pawel Jakub Dawidek2007-05-061-3/+1
* Do some cleanups (like freeing memory and closing file descriptors) beforePawel Jakub Dawidek2007-05-011-6/+6
* - Protect against specifing journal less than 100MB and against journalPawel Jakub Dawidek2007-04-031-3/+12
* Exit status should be 1 on error.Pawel Jakub Dawidek2007-03-231-8/+5
* Warn when user use sectorsize bigger than the page size, which will leadPawel Jakub Dawidek2007-03-051-0/+4
* Fix incorrect comment. Geli will protect against data modification, ofPawel Jakub Dawidek2007-03-051-5/+6
* Call the multipath device with its real name.Alex Dupre2007-02-271-1/+1
* First cleanup pass: new sentence -> new line, typos fixed, some markupChristian Brueffer2007-02-271-26/+41
* Add a man page.Matt Jacob2007-02-272-2/+250
* First cut at GEOM based multipath. This is an active/passive{/passive...}Matt Jacob2007-02-273-0/+241
* Correct typo.Pawel Jakub Dawidek2007-02-221-1/+1
* Forgot to hook up gjournal manual page to the build.Pawel Jakub Dawidek2007-02-101-1/+0
* Add gjournal(8) manual page. Documentation of kern.geom.journal.* sysctlsPawel Jakub Dawidek2007-01-291-0/+238
* When the following conditions are meet:Pawel Jakub Dawidek2007-01-251-1/+13
* Implement gctl_change_param() function, which changes value of existingPawel Jakub Dawidek2007-01-252-0/+28