summaryrefslogtreecommitdiffstats
path: root/sys/geom/bde
Commit message (Expand)AuthorAgeFilesLines
...
* Forward compatibility: NULL check the passed in meta argument.phk2003-03-251-1/+1
* 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-184-4/+0
* Limit our requests to DFLTPHYS, this is generally a good idea forphk2003-03-071-0/+5
* 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
* Move the g_stat struct to its own .h file, we will export it to other code.phk2003-02-082-2/+0
* Add the new statistics structure, put one in consumers and providers.phk2003-02-071-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Optimize the size of the work-items by letting the mapping functionphk2003-01-023-48/+66
* Solve another bug in the mapping code: correctly skip lock sectors.phk2002-12-181-2/+2
* Fix two blunders in the mapping functions which can lead to corrupt data,phk2002-12-183-44/+15
* Fix spelling in comment.phk2002-12-131-1/+1
* Conceiveably, there may exist an algorithm which can tell if a sequence of bytesphk2002-12-011-0/+7
* Use unsigned for an index.phk2002-12-011-6/+7
* Straighten up the geom.ctl config interface definitions.phk2002-11-061-5/+5
* Run a revision on the GBDE encryption facility.phk2002-11-045-244/+429
* Change the kkey generation cherry-picker to use MD5.phk2002-10-303-42/+26
* Fix a bug in the cherry-picker kkey generator routine.phk2002-10-281-0/+1
* 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
* Be consistent about functions being static.phk2002-10-201-2/+2
* Constify input to the arc4 seed function.phk2002-10-202-9/+52
* Fix a missing initialization.phk2002-10-191-0/+1
* Add Geom Based Disk Encryption to the tree.phk2002-10-195-0/+1830
OpenPOWER on IntegriCloud