freebsd-dev/sys/geom/eli
Julian Elischer 3745c395ec Rename the kthread_xxx (e.g. kthread_create()) calls
to kproc_xxx as they actually make whole processes.
Thos makes way for us to add REAL kthread_create() and friends
that actually make theads. it turns out that most of these
calls actually end up being moved back to the thread version
when it's added. but we need to make this cosmetic change first.

I'd LOVE to do this rename in 7.0  so that we can eventually MFC the
new kthread_xxx() calls.
2007-10-20 23:23:23 +00:00
..
g_eli_crypto.c Add support for Camellia encryption algorithm. 2007-09-01 06:33:02 +00:00
g_eli_ctl.c When deleting key, flush write cache after each overwrite, so we don't 2007-05-06 14:56:03 +00:00
g_eli_integrity.c Don't forget to initialize crp_olen field, which is used to calculate 2006-07-22 10:05:55 +00:00
g_eli_key.c Implement data integrity verification (data authentication) for geli(8). 2006-06-05 21:38:54 +00:00
g_eli_privacy.c Implement data integrity verification (data authentication) for geli(8). 2006-06-05 21:38:54 +00:00
g_eli.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00
g_eli.h Add support for Camellia encryption algorithm. 2007-09-01 06:33:02 +00:00
pkcs5v2.c Remove trailing spaces. 2006-02-01 12:06:01 +00:00
pkcs5v2.h Remove trailing spaces. 2006-02-01 12:06:01 +00:00