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
/
opencrypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+7
*
o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callback
sam
2003-02-23
3
-29
/
+78
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-6
/
+6
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-6
/
+6
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
1
-4
/
+4
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
1
-4
/
+4
*
Invoke the driver directly when a request is submitted via crypto_dispatch
sam
2003-01-09
1
-21
/
+52
*
correct flags passed when allocation crypto request structures so we
sam
2003-01-06
1
-2
/
+2
*
manage kernel threads properly; especially shutting them down on module unload
sam
2003-01-03
1
-52
/
+133
*
MFS: crypto timing support; purge usercrypto sysctl (just don't config
sam
2003-01-03
3
-9
/
+107
*
correct minor # in make_dev call
sam
2002-11-08
1
-1
/
+1
*
change load order so module is present before crypto drivers
sam
2002-11-08
1
-1
/
+1
*
Module-ize the 'core' crypto stuff. This may still need to be compiled
markm
2002-10-16
2
-3
/
+31
*
Change iov_base's type from `char *' to the standard `void *'. All
mike
2002-10-11
1
-1
/
+1
*
o split crypto_proc into two threads: one for processing requests and one
sam
2002-10-07
1
-52
/
+92
*
remove CIOGSSESSION (get software session); it was added only for testing
sam
2002-10-07
2
-4
/
+1
*
In-kernel crypto framework derived from openbsd. This facility provides
sam
2002-10-04
21
-0
/
+7317