summaryrefslogtreecommitdiffstats
path: root/sbin/geom
Commit message (Expand)AuthorAgeFilesLines
* Teach NOP GEOM class how to gather the following statistics:pjd2005-12-082-6/+25
* - The geom(8) utility only uses three types of arguments: string (char *),pjd2005-12-0710-729/+327
* s/5.5/6.0/ in HISTORY section.joel2005-11-241-1/+1
* gmirror.8:ceri2005-10-252-2/+4
* Add a note in example as well, that last sector is used for metadata,pjd2005-09-291-1/+2
* Even if there are no valid keys in metadata, but provider is attachedpjd2005-09-101-5/+5
* As with NO_CRYPT, don't try to compile geli(8) when NO_OPENSSL is definedmarius2005-08-271-1/+1
* Update Document.takawata2005-08-261-0/+3
* By default, when doing crypto work in software, start as many threadspjd2005-08-211-1/+3
* Allow to change number of iterations for PKCS#5v2. It can only be usedpjd2005-08-192-23/+64
* Move function for calculating number of bits into more central place.pjd2005-08-193-6/+14
* Update manual page (now dedicated kernel thread is always started).pjd2005-08-171-2/+0
* Unfortunately dlerror(3) returns string, so there is no clean way topjd2005-08-141-11/+12
* When keys were configured without passphrase, number of iterations inpjd2005-08-141-0/+4
* GELI doesn't need cryptodev.pjd2005-08-121-1/+0
* Add code for Ext2FS and ReiserFS labels recognition.pjd2005-08-121-0/+6
* Add missing check for the NO_CRYPT build option.ru2005-08-021-0/+2
* Misc cleanup (spelling, grammar, mdoc, style, cut >80 char lines).brueffer2005-07-301-83/+93
* I actually do need libmd.pjd2005-07-291-2/+2
* I think I found the problem, reconnect geli to the build.pjd2005-07-271-1/+1
* - Reduce WARNS level to 3, so it will be compilabe on alpha.pjd2005-07-271-3/+4
* Disconnect geli from the build for now.pjd2005-07-271-1/+1
* Connect GEOM_ELI class to the build.pjd2005-07-271-0/+1
* Add GEOM_ELI class which provides GEOM providers encryption.pjd2005-07-273-0/+1774
* Don't forget to initialize 'id' field.pjd2005-07-131-0/+1
* Remove trailing spaces.pjd2005-04-291-1/+1
* Fix stripe size in example.pjd2005-04-261-1/+1
* Remove duplicated description of 'clear' subcommand.pjd2005-04-231-2/+0
* Document 'clear' and 'dump' subcommands.pjd2005-04-151-0/+11
* Allow classes to specify local source files.pjd2005-04-071-2/+2
* Empty error buffer is not an error.pjd2005-04-071-1/+1
* Fix use of uninitialized buf[0].pjd2005-03-221-2/+2
* Be sure that class name storaed in 'class_name' is lower case.pjd2005-03-141-0/+3
* Define subcommands' usage inside g_command structure.pjd2005-03-147-141/+109
* - Add gc_usage field to g_command structure. This will allow to definepjd2005-03-142-56/+52
* Instead of documenting every standard subcommand's argument everywhere,pjd2005-03-147-98/+56
* Document subcommands' arguments.pjd2005-03-141-2/+18
* Document '-s' option of 'status' subcommand.pjd2005-03-141-0/+6
* Add '-s' option to 'status' subcommand. It produces script-friendly output:pjd2005-03-141-26/+50
* Use int instead of size_t (%*s needs int).pjd2005-03-141-9/+9
* printf(3) expects that %*s having an int parameter, which generatesdelphij2005-03-141-5/+5
* - Document 'status' subcommand.pjd2005-03-138-17/+68
* Add 'status' command which prints general information about devices.pjd2005-03-131-0/+176
* Update copyrights.pjd2005-03-131-1/+1
* Change function names related to 'list' command from 'show_one_*' topjd2005-03-131-7/+7
* When listing all devices (geoms) from the given class, skip geoms withoutpjd2005-03-131-0/+2
* Typos and grammar fixes, wordsmithingbrueffer2005-02-281-6/+6
* - Add md_provsize field to metadata, which will help withpjd2005-02-276-15/+36
* - Add GEOM_LIBRARY_PATH environment variable which allows to specify anpjd2005-02-272-3/+27
* Add SHSEC class to the list of geom(8)-aware classes.pjd2005-02-271-0/+2
OpenPOWER on IntegriCloud