| Age | Commit message (Expand) | Author |
| 2007-10-08 | Use the softint API. | ad |
| 2007-09-22 | Fix a stupid bogus bcopy -> memcpy conversion. | degroote |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-21 | Use dynamic array instead of an static array to decompress. It lets us to | degroote |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | Add an opencrypto provider for the AES xcrypt instructions found on VIA | daniel |
| 2007-01-12 | crypto_init does not call crypto_init0 only once, because the marker | daniel |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-27 | Merge kernel and userland rmd160 and sha2 implementation. | christos |
| 2006-10-20 | avoid yet another GCC uninitialised warning error that only comes | mrg |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-29 | fix incomplete initializer | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-04 | Coverity CID 1083: Avoid possible NULL pointer deref. | christos |
| 2006-04-02 | malloc data the size the pointer points to, not the size of a pointer. | dsl |
| 2006-03-17 | don't use MALLOC with a non-constant size; use malloc instead. | christos |
| 2006-03-06 | sprinkle DPRINTF()... | christos |
| 2006-03-06 | Add the 3 missing sysctl we are supposed to export. | christos |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2006-01-16 | - tweak RUN_ONCE api to allow init_func returns an error. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-25 | swcr -> swcrypto | thorpej |
| 2005-11-25 | - De-couple the software crypto implementation from the rest of the | thorpej |
| 2005-08-22 | No change. Forced commit to record commit message for previous revision, viz: | jonathan |
| 2005-08-22 | *** empty log message *** | jonathan |
| 2005-05-29 | Sprinkle const. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-11-30 | Cloning cleanup: | christos |
| 2004-09-17 | There's no need to pass a proc value when using UIO_SYSSPACE with | skrll |
| 2004-04-29 | Change control knob for /dev/crypto to only allow requests which | jonathan |
| 2003-12-31 | Split opencrypto configuration into an attribute, usable by inkernel | jonathan |
| 2003-11-19 | Wrap noisy pointless message about denied userspace requests with | jonathan |
| 2003-11-19 | Fix typo. | jonathan |
| 2003-11-19 | Clean up userlevel access to software kernel transforms, in preparation | jonathan |
| 2003-11-18 | Remove erroneous '2 *' from 'bzero(*sched, 2 * sizeof(rijndael_ctx));' | jonathan |
| 2003-11-16 | Move the Skipjack algorithm from sys/opencrypto to sys/crypto/skipjack. | tls |
| 2003-11-16 | Remove '#ifdef notdef' around userspace ioctl() requests for | jonathan |
| 2003-11-09 | Fix a genuine uninitialised variable. | scw |
| 2003-09-21 | Implement nanouptime as a function to avoid 'dereferencing type-punned pointer'. | lha |
| 2003-09-06 | comment typo | cjep |
| 2003-08-27 | Fix-up a few things missed in the rijndael_set_key() change. | thorpej |
| 2003-08-27 | simplify rijndael.c API - always schedule encrypt/decrypt key. | itojun |
| 2003-08-27 | Some const poisoning. | thorpej |
| 2003-08-27 | Tidy up the namespace of this a little. | thorpej |
| 2003-08-27 | Use the Blowfish in crypto/blowfish, which has hooks for using tuned | thorpej |
| 2003-08-26 | In Blowfish_initstate(), make the initstate static, otherwise the | thorpej |
| 2003-08-26 | Move the opencrypto CAST-128 implementation to crypto/cast128, removing | thorpej |