aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/bde
Commit message (Expand)AuthorAgeFilesLines
* Optimize the size of the work-items by letting the mapping functionPoul-Henning Kamp2003-01-023-48/+66
* Solve another bug in the mapping code: correctly skip lock sectors.Poul-Henning Kamp2002-12-181-2/+2
* Fix two blunders in the mapping functions which can lead to corrupt data,Poul-Henning Kamp2002-12-183-44/+15
* Fix spelling in comment.Poul-Henning Kamp2002-12-131-1/+1
* Conceiveably, there may exist an algorithm which can tell if a sequence of bytesPoul-Henning Kamp2002-12-011-0/+7
* Use unsigned for an index.Poul-Henning Kamp2002-12-011-6/+7
* Straighten up the geom.ctl config interface definitions.Poul-Henning Kamp2002-11-061-5/+5
* Run a revision on the GBDE encryption facility.Poul-Henning Kamp2002-11-045-244/+429
* Change the kkey generation cherry-picker to use MD5.Poul-Henning Kamp2002-10-303-42/+26
* Fix a bug in the cherry-picker kkey generator routine.Poul-Henning Kamp2002-10-281-0/+1
* Now that the sectorsize and mediasize are properties of the provider,Poul-Henning Kamp2002-10-201-10/+2
* Make the sectorsize a property of providers so we can include it in the XMLPoul-Henning Kamp2002-10-201-0/+1
* Be consistent about functions being static.Poul-Henning Kamp2002-10-201-2/+2
* Constify input to the arc4 seed function.Poul-Henning Kamp2002-10-202-9/+52
* Fix a missing initialization.Poul-Henning Kamp2002-10-191-0/+1
* Add Geom Based Disk Encryption to the tree.Poul-Henning Kamp2002-10-195-0/+1830