aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/class
Commit message (Expand)AuthorAgeFilesLines
* Rename the generic "CLASS" to the more specific "GEOM_CLASS".David E. O'Brien2010-12-1516-32/+26
* * Recommend a overwrite of whole geli provider before use.Xin LI2010-12-031-2/+6
* Fix some more warnings found by clang.Rebecca Cran2010-11-223-8/+8
* Add SIGINT handler to `gpart restore` action.Andrey V. Elsukov2010-11-221-1/+20
* Always dump partition labels with `gpart backup`, but `gpart restore`Andrey V. Elsukov2010-11-222-29/+32
* Add to gpart(8) an ability to backup partition table andAndrey V. Elsukov2010-11-202-1/+371
* Use fprintf(stderr) instead of gctl_error() to print a warning about tooPawel Jakub Dawidek2010-10-261-2/+2
* Reimplemented "gpart destroy -F". Now it does all work in kernel.Andrey V. Elsukov2010-10-252-84/+99
* Bring in geli suspend/resume functionality (finally).Pawel Jakub Dawidek2010-10-202-1/+152
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.Andrey V. Elsukov2010-10-099-21/+21
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-082-4/+0
* Document recently added GPT attributes (bootme, bootonce, bootfailed) andPawel Jakub Dawidek2010-09-281-1/+104
* Remove superfluous word from "gpart bootcode" usage message.Andrey V. Elsukov2010-09-261-1/+1
* - Add support for loading passphrase from a file (-J and -j options).Pawel Jakub Dawidek2010-09-252-122/+257
* Implement "force" (-F) option for gpart destroy verb.Andrey V. Elsukov2010-09-242-15/+106
* Update copyright years.Pawel Jakub Dawidek2010-09-231-1/+1
* Document AES-XTS.Pawel Jakub Dawidek2010-09-231-17/+34
* - When trashing metadata, repeat overwrite kern.geom.eli.overwrites times.Pawel Jakub Dawidek2010-09-231-12/+64
* - Use g_*() API when doing backups.Pawel Jakub Dawidek2010-09-231-18/+12
* Because we first write metadata into new place and then trash old place wePawel Jakub Dawidek2010-09-231-0/+4
* - Make use of g_*() API.Pawel Jakub Dawidek2010-09-231-18/+13
* Simplify code a bit by using g_*() API from libgeom.Pawel Jakub Dawidek2010-09-231-19/+10
* Add a geli resize subcommand to resize encrypted filesystems priorBrian Somers2010-09-202-5/+187
* Fix indent.Pawel Jakub Dawidek2010-09-191-7/+7
* GPART_PARAM_INDEX is now G_TYPE_NUMBER.Pawel Jakub Dawidek2010-09-151-8/+4
* - Change all places where G_TYPE_ASCNUM is used to G_TYPE_NUMBER.Pawel Jakub Dawidek2010-09-141-8/+8
* Update two last places where "arg0" should be used instead of "geom".Pawel Jakub Dawidek2010-09-141-2/+2
* All gpart(8) subcommands apart from the 'bootcode' subcommand handlePawel Jakub Dawidek2010-09-141-0/+2
* Introduce special G_VAL_OPTIONAL define, which when given in value fieldPawel Jakub Dawidek2010-09-141-8/+8
* - Remove gc_argname field. It was introduced for gpart(8), but if IPawel Jakub Dawidek2010-09-1315-228/+221
* - Allow to specify value as const pointers.Pawel Jakub Dawidek2010-09-134-35/+32
* gsched(8): fix example usage, mdoc nitsUlrich Spörlein2010-08-291-7/+7
* Avoid a memory leak.Matt Jacob2010-08-131-10/+10
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* gsched(8) was first released with FreeBSD 8.1Ulrich Spörlein2010-07-301-1/+1
* Small typo fix: s/ommited/omittedBenedict Reuschling2010-07-271-2/+2
* Document that SI unit suffixes are supported for -b and -s optionsAndrey V. Elsukov2010-07-231-7/+11
* Do not bzero() NULL pointer on malloc() error.Alexander Motin2010-07-141-1/+1
* Fix the clear function which has been broken for a bit.Matt Jacob2010-07-041-6/+17
* Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart.Andrey V. Elsukov2010-06-211-86/+118
* mdoc nitpicking for gsched.8Ulrich Spörlein2010-06-191-3/+3
* - Mention that VTOC8 labels are found in Fujitsu SPARC64 machines as well.Marius Strobl2010-06-031-14/+43
* - In gpart_bootfile_read() fix an off-by-one error preventing the bootstrapMarius Strobl2010-06-031-37/+102
* Teach gpart about bootcode on APM.Nathan Whitehorn2010-05-161-1/+1
* Add and describe GEOM_PART_EBR.Marcel Moolenaar2010-04-231-0/+5
* Implement the resize command for resizing partitions. Without newMarcel Moolenaar2010-04-232-1/+134
* fix copyright format, as requested by Joel DahlLuigi Rizzo2010-04-132-3/+6
* use correct .PATH, remove unused CFLAGSLuigi Rizzo2010-04-131-3/+2
* Bring in geom_sched, support for scheduling disk I/O requestsLuigi Rizzo2010-04-124-0/+304
* Change how multipath labels are created and managed. This makes it easierMatt Jacob2010-03-291-45/+51