aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom
Commit message (Expand)AuthorAgeFilesLines
* A GEOM cache can speed up read performance by sending fixed sizeRuslan Ermilov2006-10-063-1/+251
* MFp4: G_TYPE_BOOL sounds much better than G_TYPE_NONE.Pawel Jakub Dawidek2006-09-308-53/+53
* MFp4:Pawel Jakub Dawidek2006-09-302-47/+47
* Add __printflike() attribute to various functions.Pawel Jakub Dawidek2006-09-301-4/+4
* Markup fixes.Ruslan Ermilov2006-09-182-6/+9
* Remove a contraction and add a missing article.Christian Brueffer2006-09-171-2/+2
* Fix copy&paste mistake.Pawel Jakub Dawidek2006-09-161-1/+1
* Add 'configure' subcommand which for now only allows setting and removingPawel Jakub Dawidek2006-09-162-1/+88
* Note that we don't destroy keys on read-only attached providers.Pawel Jakub Dawidek2006-09-161-2/+5
* First kill detached providers, because of two reasons:Pawel Jakub Dawidek2006-09-161-7/+3
* - Split failure probability configuration into read failure probability andPawel Jakub Dawidek2006-09-082-13/+28
* o Spell.Maxim Konovalov2006-08-101-1/+1
* o Strip eol whitespaces.Maxim Konovalov2006-08-091-2/+2
* o New sentence, new line.Maxim Konovalov2006-08-091-2/+3
* Allow geli to operate on read-only providers.Pawel Jakub Dawidek2006-08-092-4/+7
* Add missing #.Pawel Jakub Dawidek2006-08-071-1/+1
* Allow to use the old -a option to specify an encryption algorithm to usePawel Jakub Dawidek2006-06-061-9/+27
* Clarify and merge two sentences.Christian Brueffer2006-06-061-4/+2
* Mdoc cleanup and some wording improvements.Christian Brueffer2006-06-061-15/+15
* Remove section committed by mistake. It is not yet ready.Pawel Jakub Dawidek2006-06-061-33/+0
* Document geli(8) data authentication.Pawel Jakub Dawidek2006-06-051-12/+116
* Userland bits of geli(8) data authentication.Pawel Jakub Dawidek2006-06-051-15/+29
* Correct error messages.Pawel Jakub Dawidek2006-05-011-4/+4
* Allocate memory for NUL-termination as well.Pawel Jakub Dawidek2006-04-071-1/+1
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Add some notes how to properly dump kernel onto gmirror provider.Pawel Jakub Dawidek2006-03-081-1/+42
* Print "clear" and "dump" only once.Wojciech A. Koszek2006-03-031-2/+2
* Add an example how to use keyfiles for encrypted providers which should bePawel Jakub Dawidek2006-02-111-1/+37
* - Allow to use -b without passphrase or with keyfiles as it will bePawel Jakub Dawidek2006-02-111-20/+16
* Deny init/attach/setkey subcommands when no key components are given.Pawel Jakub Dawidek2006-02-011-1/+4
* Expand contractions.Joel Dahl2006-02-011-2/+2
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-0112-28/+28
* Remove unused argument.Pawel Jakub Dawidek2006-01-311-3/+2
* Allow to specify only one disk. This is helpful when we want to extendPawel Jakub Dawidek2006-01-302-5/+16
* Add a reference to geli(8).Pawel Jakub Dawidek2006-01-291-0/+3
* Teach NOP GEOM class how to gather the following statistics:Pawel Jakub Dawidek2005-12-082-6/+25
* - The geom(8) utility only uses three types of arguments: string (char *),Pawel Jakub Dawidek2005-12-0710-729/+327
* s/5.5/6.0/ in HISTORY section.Joel Dahl2005-11-241-1/+1
* gmirror.8:Ceri Davies2005-10-252-2/+4
* Add a note in example as well, that last sector is used for metadata,Pawel Jakub Dawidek2005-09-291-1/+2
* Even if there are no valid keys in metadata, but provider is attachedPawel Jakub Dawidek2005-09-101-5/+5
* As with NO_CRYPT, don't try to compile geli(8) when NO_OPENSSL is definedMarius Strobl2005-08-271-1/+1
* Update Document.Takanori Watanabe2005-08-261-0/+3
* By default, when doing crypto work in software, start as many threadsPawel Jakub Dawidek2005-08-211-1/+3
* Allow to change number of iterations for PKCS#5v2. It can only be usedPawel Jakub Dawidek2005-08-192-23/+64
* Move function for calculating number of bits into more central place.Pawel Jakub Dawidek2005-08-193-6/+14
* Update manual page (now dedicated kernel thread is always started).Pawel Jakub Dawidek2005-08-171-2/+0
* Unfortunately dlerror(3) returns string, so there is no clean way toPawel Jakub Dawidek2005-08-141-11/+12
* When keys were configured without passphrase, number of iterations inPawel Jakub Dawidek2005-08-141-0/+4
* GELI doesn't need cryptodev.Pawel Jakub Dawidek2005-08-121-1/+0