index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
geom
/
eli
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for g_read_data(9) errors properly:
sobomax
2005-11-30
1
-1
/
+1
*
Fix copy&paste typo.
pjd
2005-09-10
1
-1
/
+1
*
Don't forget to initialize crp_etype field.
pjd
2005-09-10
1
-0
/
+1
*
By default, when doing crypto work in software, start as many threads
pjd
2005-08-21
1
-5
/
+10
*
Remove stale comment (we now always start worker thread).
pjd
2005-08-21
1
-5
/
+0
*
Add a __packed keyword to g_eli_metadata struct definition, so
pjd
2005-08-20
1
-1
/
+1
*
Allow to change number of iterations for PKCS#5v2. It can only be used
pjd
2005-08-19
1
-2
/
+21
*
- Add a missing period.
pjd
2005-08-19
1
-3
/
+3
*
Always run dedicated kernel thread (even when we have hardware support).
pjd
2005-08-17
1
-114
/
+37
*
We should now return 0.
pjd
2005-08-17
1
-1
/
+1
*
Even if crypto_dispatch() return an error, request is not canceled and
pjd
2005-08-17
1
-12
/
+2
*
We don't need to clear allocated memory. This will speed-up things a bit.
pjd
2005-08-17
1
-1
/
+1
*
Because code paths for I/O requests are quite complex, add comments above
pjd
2005-08-13
1
-0
/
+12
*
GELI doesn't need cryptodev.
pjd
2005-08-11
1
-1
/
+0
*
Be case-insensitive when dealing with algorithm names.
pjd
2005-08-08
1
-4
/
+5
*
MFp4: Export more informations about encrypted providers.
pjd
2005-07-27
1
-0
/
+32
*
Reduce default debug level to 0.
pjd
2005-07-27
1
-1
/
+1
*
Add GEOM_ELI class which provides GEOM providers encryption.
pjd
2005-07-27
7
-0
/
+2757