| Age | Commit message (Expand) | Author |
| 2010-01-31 | Add missing "break" for CRYPTO_CAST_CBC, and some assorted comment fixes. | hubertf |
| 2009-12-20 | If a multithreaded app closes an fd while another thread is blocked in | dsl |
| 2009-12-09 | Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output | dsl |
| 2009-09-04 | It is best to explicitly include <sys/condvar.h> if we're going to | he |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-04-11 | Fix locking as Andy explained. Also fill in uid and gid like sys_pipe did. | christos |
| 2009-04-11 | Fix PR/37878 and PR/37550: Provide stat(2) for all devices and don't use | christos |
| 2009-04-04 | Add fileops::fo_drain(), to be called from fd_close() when there is more | ad |
| 2009-03-26 | avoid a useless uninitialised use, picked up by gcc -O3. | mrg |
| 2009-03-25 | Fixes PR kern/41069 and PR kern/41070. | darran |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-11-18 | Fix a race condition in opencrypto where the crypto request could be | darran |
| 2008-08-03 | In crypto_freereq, destroy explicitly the condvar | degroote |
| 2008-05-24 | Coverity CID 5021: Check pointers before using. | christos |
| 2008-05-24 | Coverity CID 5027: Remove impossible test. | christos |
| 2008-05-24 | KNF, whitespace, b* -> mem*. No functional change. | christos |
| 2008-05-05 | Back out previous. It broke the build. | ad |
| 2008-05-04 | Move zlib out of net/ and into kern/. It would probably be better to use | ad |
| 2008-04-30 | Make various bits of debug code compile again. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-21 | As suggested by rmind, do not check return status of KM_SLEEP/PR_WAITOK | tls |
| 2008-04-11 | Protect selrecord/selnotify calls with crypto_mtx; few misc changes. | rmind |
| 2008-04-11 | fix 64-bit b0rkenness. | dogcow |
| 2008-04-10 | Extend crypto.4 interface: | tls |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-02-28 | From Darran Hunt: you can't just specify the "wrong" underlying algorithm | tls |
| 2008-02-05 | cryptoret: avoid a sleep/wakeup race. | ad |
| 2008-02-05 | The kthread is now MPSAFE. | tls |
| 2008-02-04 | Some locking fixes (double-release mutex in softintr wakeup case, which I | tls |
| 2008-02-04 | Rework opencrypto to use a spin mutex (crypto_mtx) instead of "splcrypto" | tls |
| 2008-02-02 | Add CRYPTO_*_HMAC_96 defines -- missed this file in previous commit. | tls |
| 2008-02-02 | From Darran Hunt at Coyote Point: don't truncate HMAC to 96 bits unless | tls |
| 2008-02-01 | don't allocate AES keys with M_WAITOK! | tls |
| 2008-02-01 | This code never worked on a released version of FreeBSD in the form it's | tls |
| 2008-01-29 | Fix accidental checkin inverting the sense of cryptodev_allowsoft, which | tls |
| 2008-01-26 | Make /dev/crypto properly cloning. Leave CRIOGET in place but note that | tls |
| 2008-01-25 | Some minor opencrypto fixes, one with a major performance impact for | tls |
| 2008-01-19 | Add constants for modular arithmetic operations other than exponentiation -- ... | tls |
| 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 |