summaryrefslogtreecommitdiffstats
path: root/sys/geom/bde/g_bde.c
Commit message (Expand)AuthorAgeFilesLines
* stop including rijndael-api-fst.h from rijndael.h.ume2005-03-111-1/+1
* Tag all geom classes in the tree with a version number.phk2004-08-081-0/+1
* Use default method initialization on geoms.phk2004-08-081-4/+4
* Do not check error code from closing ->access() calls, we know they succeed.phk2004-02-141-3/+1
* Remove the absolute count g_access_abs() function since experience hasphk2004-02-121-4/+4
* Add a missing error case return.phk2004-02-081-0/+1
* We don't need to hold Giant to create the worker kthread.phk2004-02-071-2/+0
* Simplify the GEOM OAM api: Drop the request type, and let everythingphk2003-06-011-28/+30
* Remove unused variable.phk2003-05-311-6/+0
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-1/+0
* Re-order the the initialization slightly to improve structure.phk2003-05-051-22/+22
* Appearantly UFS no longer issues BIO_DELETE requests correctly, andphk2003-04-261-0/+7
* Remove all references to BIO_SETATTR. We will not be using it.phk2003-04-031-1/+0
* Remove the old config interface now that the new OAM is functional.phk2003-04-011-153/+0
* Add create_geom and destroy_geom methods.phk2003-03-291-0/+159
* Premptively change initializations of struct g_class to use C99phk2003-03-241-3/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Typo in last commit.phk2003-02-111-2/+2
* Better names for struct disk elements: d_maxsize, d_stripeoffsetphk2003-02-111-0/+2
* Unconditionally make our provider with G_PF_CANDELETE.phk2003-02-111-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Fix spelling in comment.phk2002-12-131-1/+1
* Straighten up the geom.ctl config interface definitions.phk2002-11-061-5/+5
* Run a revision on the GBDE encryption facility.phk2002-11-041-7/+9
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-201-10/+2
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-201-0/+1
* Fix a missing initialization.phk2002-10-191-0/+1
* Add Geom Based Disk Encryption to the tree.phk2002-10-191-0/+282
OpenPOWER on IntegriCloud