aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_aes.c
Commit message (Expand)AuthorAgeFilesLines
* Don't pass error value pointer to g_read_data(9) at all if we don'tMaxim Sobolev2005-11-301-1/+1
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-301-1/+1
* stop including rijndael-api-fst.h from rijndael.h.Hajimu UMEMOTO2005-03-111-3/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+3
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* Use default method initialization on geoms.Poul-Henning Kamp2004-08-081-4/+4
* Remove the absolute count g_access_abs() function since experience hasPoul-Henning Kamp2004-02-121-3/+3
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Remove unused variable.Poul-Henning Kamp2003-05-311-4/+0
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.Poul-Henning Kamp2003-05-311-1/+0
* Avoid double-free panic.Poul-Henning Kamp2003-05-051-1/+0
* remove unused variables.Poul-Henning Kamp2003-05-031-2/+0
* Use g_wither_geom() and plug memory leaks.Poul-Henning Kamp2003-05-021-4/+4
* Back out all the stuff that didn't belong in the last commit.Poul-Henning Kamp2003-05-021-4/+4
* Use g_slice_spoiled() rather than g_std_spoiled().Poul-Henning Kamp2003-05-021-4/+4
* style improvement.Poul-Henning Kamp2003-05-021-3/+2
* 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