aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/nop
Commit message (Expand)AuthorAgeFilesLines
...
* g_nop_create: destroy newly created provider in case of errors.Max Khon2004-09-161-1/+1
* NOP class doesn't operate on metadata, so the spoil event can be safelyPawel Jakub Dawidek2004-08-181-1/+0
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* - Fix unloading by the same way it is done in my other classes:Pawel Jakub Dawidek2004-08-021-3/+5
* - Add '-S' option, which allow to specify sector size for transparentPawel Jakub Dawidek2004-07-302-5/+20
* Improve geom(8)'s 'list' command to show geoms and their providers andPawel Jakub Dawidek2004-07-261-3/+3
* MFp4: Add two options for gnop(8)'s 'create' command:Pawel Jakub Dawidek2004-07-192-16/+74
* Fix format string.Pawel Jakub Dawidek2004-06-071-2/+2
* Don't allow for duplicated entries creation.Pawel Jakub Dawidek2004-06-071-5/+11
* - Change command name from 'config' to 'configure'.Pawel Jakub Dawidek2004-05-212-4/+4
* Introduce NOP GEOM class. This is totally transparent GEOM class, butPawel Jakub Dawidek2004-05-202-0/+478