aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_aes.c
Commit message (Expand)AuthorAgeFilesLines
* Time has run from the "run GEOM in userland" harness, and the new regressionPoul-Henning Kamp2003-04-131-8/+0
* Remove all references to BIO_SETATTR. We will not be using it.Poul-Henning Kamp2003-04-031-1/+0
* Premptively change initializations of struct g_class to use C99Poul-Henning Kamp2003-03-241-3/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Constification and some s/int/u_int/ changes.Poul-Henning Kamp2002-12-161-3/+3
* Now that the sectorsize and mediasize are properties of the provider,Poul-Henning Kamp2002-10-201-10/+3
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.Poul-Henning Kamp2002-09-301-5/+4
* Style, whitespace and lint fixes.Poul-Henning Kamp2002-09-281-4/+4
* Add the new g_slice_config() call, which can add/delete/change a slice,Poul-Henning Kamp2002-09-271-0/+4
* Add checks for g_clone_bio() returning NULL, it will be possible RSN.Poul-Henning Kamp2002-09-271-0/+12
* Add two new submodes to the AES encryption method.Poul-Henning Kamp2002-06-281-11/+121
* Improve some on the naming.Poul-Henning Kamp2002-06-091-5/+5
* Add a proof-of-concept encryption class.Poul-Henning Kamp2002-05-261-0/+274