aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/bde/g_bde_lock.c
Commit message (Expand)AuthorAgeFilesLines
* sys/geom: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-271-1/+1
* Kill leading whilespace.Maxim Sobolev2005-11-301-1/+1
* stop including rijndael-api-fst.h from rijndael.h.Hajimu UMEMOTO2005-03-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-2/+2
* Fix typo in a comment.Christian Brueffer2004-12-151-1/+1
* Respect that G_BDE_MAXKEYS is a compile time variable.Poul-Henning Kamp2004-09-111-4/+3
* Interior decoration changes.Poul-Henning Kamp2003-10-071-38/+35
* Use sys/endian.h instead of geom_enc.c for endian-agnostfication.Poul-Henning Kamp2003-04-031-16/+17
* Forward compatibility: NULL check the passed in meta argument.Poul-Henning Kamp2003-03-251-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Move the g_stat struct to its own .h file, we will export it to other code.Poul-Henning Kamp2003-02-081-1/+0
* Add the new statistics structure, put one in consumers and providers.Poul-Henning Kamp2003-02-071-0/+1
* Fix two blunders in the mapping functions which can lead to corrupt data,Poul-Henning Kamp2002-12-181-0/+6
* Use unsigned for an index.Poul-Henning Kamp2002-12-011-6/+7
* Run a revision on the GBDE encryption facility.Poul-Henning Kamp2002-11-041-167/+287
* Change the kkey generation cherry-picker to use MD5.Poul-Henning Kamp2002-10-301-4/+6
* Constify input to the arc4 seed function.Poul-Henning Kamp2002-10-201-8/+50
* Add Geom Based Disk Encryption to the tree.Poul-Henning Kamp2002-10-191-0/+311