| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow to specify only one disk. This is helpful when we want to extend | pjd | 2006-01-30 | 2 | -5/+16 |
* | Add a reference to geli(8). | pjd | 2006-01-29 | 1 | -0/+3 |
* | Teach NOP GEOM class how to gather the following statistics: | pjd | 2005-12-08 | 2 | -6/+25 |
* | - The geom(8) utility only uses three types of arguments: string (char *), | pjd | 2005-12-07 | 10 | -729/+327 |
* | s/5.5/6.0/ in HISTORY section. | joel | 2005-11-24 | 1 | -1/+1 |
* | gmirror.8: | ceri | 2005-10-25 | 2 | -2/+4 |
* | Add a note in example as well, that last sector is used for metadata, | pjd | 2005-09-29 | 1 | -1/+2 |
* | Even if there are no valid keys in metadata, but provider is attached | pjd | 2005-09-10 | 1 | -5/+5 |
* | As with NO_CRYPT, don't try to compile geli(8) when NO_OPENSSL is defined | marius | 2005-08-27 | 1 | -1/+1 |
* | Update Document. | takawata | 2005-08-26 | 1 | -0/+3 |
* | By default, when doing crypto work in software, start as many threads | pjd | 2005-08-21 | 1 | -1/+3 |
* | Allow to change number of iterations for PKCS#5v2. It can only be used | pjd | 2005-08-19 | 2 | -23/+64 |
* | Move function for calculating number of bits into more central place. | pjd | 2005-08-19 | 3 | -6/+14 |
* | Update manual page (now dedicated kernel thread is always started). | pjd | 2005-08-17 | 1 | -2/+0 |
* | Unfortunately dlerror(3) returns string, so there is no clean way to | pjd | 2005-08-14 | 1 | -11/+12 |
* | When keys were configured without passphrase, number of iterations in | pjd | 2005-08-14 | 1 | -0/+4 |
* | GELI doesn't need cryptodev. | pjd | 2005-08-12 | 1 | -1/+0 |
* | Add code for Ext2FS and ReiserFS labels recognition. | pjd | 2005-08-12 | 1 | -0/+6 |
* | Add missing check for the NO_CRYPT build option. | ru | 2005-08-02 | 1 | -0/+2 |
* | Misc cleanup (spelling, grammar, mdoc, style, cut >80 char lines). | brueffer | 2005-07-30 | 1 | -83/+93 |
* | I actually do need libmd. | pjd | 2005-07-29 | 1 | -2/+2 |
* | I think I found the problem, reconnect geli to the build. | pjd | 2005-07-27 | 1 | -1/+1 |
* | - Reduce WARNS level to 3, so it will be compilabe on alpha. | pjd | 2005-07-27 | 1 | -3/+4 |
* | Disconnect geli from the build for now. | pjd | 2005-07-27 | 1 | -1/+1 |
* | Connect GEOM_ELI class to the build. | pjd | 2005-07-27 | 1 | -0/+1 |
* | Add GEOM_ELI class which provides GEOM providers encryption. | pjd | 2005-07-27 | 3 | -0/+1774 |
* | Don't forget to initialize 'id' field. | pjd | 2005-07-13 | 1 | -0/+1 |
* | Remove trailing spaces. | pjd | 2005-04-29 | 1 | -1/+1 |
* | Fix stripe size in example. | pjd | 2005-04-26 | 1 | -1/+1 |
* | Remove duplicated description of 'clear' subcommand. | pjd | 2005-04-23 | 1 | -2/+0 |
* | Document 'clear' and 'dump' subcommands. | pjd | 2005-04-15 | 1 | -0/+11 |
* | Allow classes to specify local source files. | pjd | 2005-04-07 | 1 | -2/+2 |
* | Empty error buffer is not an error. | pjd | 2005-04-07 | 1 | -1/+1 |
* | Fix use of uninitialized buf[0]. | pjd | 2005-03-22 | 1 | -2/+2 |
* | Be sure that class name storaed in 'class_name' is lower case. | pjd | 2005-03-14 | 1 | -0/+3 |
* | Define subcommands' usage inside g_command structure. | pjd | 2005-03-14 | 7 | -141/+109 |
* | - Add gc_usage field to g_command structure. This will allow to define | pjd | 2005-03-14 | 2 | -56/+52 |
* | Instead of documenting every standard subcommand's argument everywhere, | pjd | 2005-03-14 | 7 | -98/+56 |
* | Document subcommands' arguments. | pjd | 2005-03-14 | 1 | -2/+18 |
* | Document '-s' option of 'status' subcommand. | pjd | 2005-03-14 | 1 | -0/+6 |
* | Add '-s' option to 'status' subcommand. It produces script-friendly output: | pjd | 2005-03-14 | 1 | -26/+50 |
* | Use int instead of size_t (%*s needs int). | pjd | 2005-03-14 | 1 | -9/+9 |
* | printf(3) expects that %*s having an int parameter, which generates | delphij | 2005-03-14 | 1 | -5/+5 |
* | - Document 'status' subcommand. | pjd | 2005-03-13 | 8 | -17/+68 |
* | Add 'status' command which prints general information about devices. | pjd | 2005-03-13 | 1 | -0/+176 |
* | Update copyrights. | pjd | 2005-03-13 | 1 | -1/+1 |
* | Change function names related to 'list' command from 'show_one_*' to | pjd | 2005-03-13 | 1 | -7/+7 |
* | When listing all devices (geoms) from the given class, skip geoms without | pjd | 2005-03-13 | 1 | -0/+2 |
* | Typos and grammar fixes, wordsmithing | brueffer | 2005-02-28 | 1 | -6/+6 |
* | - Add md_provsize field to metadata, which will help with | pjd | 2005-02-27 | 6 | -15/+36 |