summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_aes.c
Commit message (Expand)AuthorAgeFilesLines
* - Don't pass geom and provider names as format strings.jh2012-11-201-1/+1
* Fix orphan() methods of several GEOM classes to not assume that theretrasz2012-07-071-3/+1
* Don't pass error value pointer to g_read_data(9) at all if we don'tsobomax2005-11-301-1/+1
* Check for g_read_data(9) errors properly:sobomax2005-11-301-1/+1
* stop including rijndael-api-fst.h from rijndael.h.ume2005-03-111-3/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+3
* Tag all geom classes in the tree with a version number.phk2004-08-081-0/+1
* Use default method initialization on geoms.phk2004-08-081-4/+4
* Remove the absolute count g_access_abs() function since experience hasphk2004-02-121-3/+3
* Use __FBSDID().obrien2003-06-111-2/+3
* Remove unused variable.phk2003-05-311-4/+0
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-1/+0
* Avoid double-free panic.phk2003-05-051-1/+0
* remove unused variables.phk2003-05-031-2/+0
* Use g_wither_geom() and plug memory leaks.phk2003-05-021-4/+4
* Back out all the stuff that didn't belong in the last commit.phk2003-05-021-4/+4
* Use g_slice_spoiled() rather than g_std_spoiled().phk2003-05-021-4/+4
* style improvement.phk2003-05-021-3/+2
* Time has run from the "run GEOM in userland" harness, and the new regressionphk2003-04-131-8/+0
* Remove all references to BIO_SETATTR. We will not be using it.phk2003-04-031-1/+0
* Premptively change initializations of struct g_class to use C99phk2003-03-241-3/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Constification and some s/int/u_int/ changes.phk2002-12-161-3/+3
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-201-10/+3
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.phk2002-09-301-5/+4
* Style, whitespace and lint fixes.phk2002-09-281-4/+4
* Add the new g_slice_config() call, which can add/delete/change a slice,phk2002-09-271-0/+4
* Add checks for g_clone_bio() returning NULL, it will be possible RSN.phk2002-09-271-0/+12
* Add two new submodes to the AES encryption method.phk2002-06-281-11/+121
* Improve some on the naming.phk2002-06-091-5/+5
* Add a proof-of-concept encryption class.phk2002-05-261-0/+274
OpenPOWER on IntegriCloud