| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r258622,258675: dtrace sdt: remove the ugly sname parameter of | Andriy Gapon | 2014-02-17 | 1 | -4/+4 |
| * | Add the fo_chown and fo_chmod methods to struct fileops and use them | Konstantin Belousov | 2011-08-16 | 1 | -1/+3 |
| * | After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9) | Konstantin Belousov | 2011-04-01 | 1 | -1/+1 |
| * | fixed size of AH_ALEN_MAX, which is 64 bytes for SHA-512. | VANHULLEBUS Yvan | 2011-02-25 | 1 | -1/+2 |
| * | Let cryptosoft(4) add its pseudo-device with a specific unit number and its | Marius Strobl | 2010-11-14 | 1 | -2/+2 |
| * | Add support for AES-XTS. | Pawel Jakub Dawidek | 2010-09-23 | 5 | -15/+203 |
| * | Remove redundant space. | Pawel Jakub Dawidek | 2010-09-23 | 1 | -1/+1 |
| * | Add an extra comment to the SDT probes definition. This allows us to get | Rui Paulo | 2010-08-22 | 1 | -4/+4 |
| * | Fix typo in comment. | John Baldwin | 2010-08-11 | 1 | -1/+1 |
| * | Add compat32 shims for opencrypto(4). | Konstantin Belousov | 2010-07-29 | 1 | -7/+266 |
| * | Use the fpu_kern_enter() interface to properly separate usermode FPU | Konstantin Belousov | 2010-06-05 | 1 | -0/+8 |
| * | Add comments trying to explain what bad things happen here, i.e. | Bjoern A. Zeeb | 2010-01-09 | 1 | -1/+18 |
| * | In case the compression result is the same size as the orignal version, | Bjoern A. Zeeb | 2009-11-29 | 1 | -1/+1 |
| * | Add SDT iter probes forgotten in r199885. | Bjoern A. Zeeb | 2009-11-29 | 1 | -0/+6 |
| * | Change memory managment from a fixed size array to a list. | Bjoern A. Zeeb | 2009-11-28 | 2 | -60/+73 |
| * | Z_PARTIAL_FLUSH is marked deprecated. Z_SYNC_FLUSH is the suggested | Bjoern A. Zeeb | 2009-11-28 | 1 | -6/+10 |
| * | Add SDT probes for opencrypto:deflate:deflate_gobal:*. | Bjoern A. Zeeb | 2009-11-28 | 1 | -7/+61 |
| * | Define an SDT provider for "opencrypto". | Bjoern A. Zeeb | 2009-11-28 | 1 | -0/+4 |
| * | If crypto operation is finished with EAGAIN, don't repeat operation from | Pawel Jakub Dawidek | 2009-09-04 | 1 | -8/+9 |
| * | Fix cryptodev UIO creation. | Rafal Jaworowski | 2009-05-23 | 1 | -1/+3 |
| * | Fix return type for detach routine (should be int) | Warner Losh | 2009-02-05 | 1 | -2/+3 |
| * | While OpenBSD's crypto/ framework has sha1 and md5 implementations that | Bjoern A. Zeeb | 2009-01-28 | 1 | -1/+6 |
| * | Don't hang if encrypting/decrypting using struct iovecs where one of the | Doug Rabson | 2008-10-30 | 1 | -0/+4 |
| * | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | Dag-Erling Smørgrav | 2008-10-23 | 1 | -7/+7 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 4 | -45/+42 |
| * | Make ftruncate a 'struct file' operation rather than a vnode operation. | John Baldwin | 2008-01-07 | 1 | -0/+14 |
| * | Remove explicit locking of struct file. | Jeff Roberson | 2007-12-30 | 1 | -6/+1 |
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -3/+3 |
| * | Deny attempt to malloc unbounded amount of the memory. | Konstantin Belousov | 2007-10-08 | 1 | -3/+6 |
| * | Quiet warnings. These do not appear to be actually used uninitialized, | Peter Wemm | 2007-07-05 | 1 | -1/+1 |
| * | Integrate the Camellia Block Cipher. For more information see RFC 4132 | George V. Neville-Neil | 2007-05-09 | 5 | -1/+66 |
| * | Replace custom file descriptor array sleep lock constructed using a mutex | Robert Watson | 2007-04-04 | 1 | -1/+3 |
| * | add missing file from last commit that overhauls crypto/driver api's | Sam Leffler | 2007-03-21 | 1 | -0/+55 |
| * | Overhaul driver/subsystem api's: | Sam Leffler | 2007-03-21 | 6 | -489/+760 |
| * | When DIAGNOSTIC is defined, verify if we don't free crypto requests from | Pawel Jakub Dawidek | 2006-06-06 | 1 | -0/+21 |
| * | Use newly added functions to simplify the code. | Pawel Jakub Dawidek | 2006-06-04 | 1 | -82/+54 |
| * | - Replace COPYDATA() and COPYBACK() macros with crypto_copydata() and | Pawel Jakub Dawidek | 2006-06-04 | 2 | -27/+47 |
| * | Prefer hardware crypto over software crypto. | Pawel Jakub Dawidek | 2006-06-04 | 1 | -38/+74 |
| * | Use newly added defines instead of magic values. | Pawel Jakub Dawidek | 2006-06-04 | 1 | -16/+16 |
| * | Move COPYDATA() and COPYBACK() macros to cryptodev.h, they will be used | Pawel Jakub Dawidek | 2006-06-04 | 2 | -27/+27 |
| * | - Remove HMAC_BLOCK_LEN, it serves no purpose. | Pawel Jakub Dawidek | 2006-06-04 | 1 | -1/+0 |
| * | - Use define of an algorithm with the biggest block length to describe | Pawel Jakub Dawidek | 2006-06-04 | 1 | -3/+1 |
| * | Rename HMAC_BLOCK_MAXLEN to HMAC_MAX_BLOCK_LEN to be consistent with | Pawel Jakub Dawidek | 2006-06-04 | 2 | -6/+6 |
| * | Rename AALG_MAX_RESULT_LEN to HASH_MAX_LEN to look more constent with | Pawel Jakub Dawidek | 2006-06-04 | 2 | -4/+4 |
| * | - Add defines with hash length for each hash algorithm. | Pawel Jakub Dawidek | 2006-06-04 | 1 | -4/+24 |
| * | Kill an unused argument. | Pawel Jakub Dawidek | 2006-06-04 | 1 | -5/+5 |
| * | Remove (now unused) crp_mac field. | Pawel Jakub Dawidek | 2006-05-22 | 1 | -1/+0 |
| * | Fix usage of HMAC algorithms via /dev/crypto. | Pawel Jakub Dawidek | 2006-05-22 | 1 | -10/+10 |
| * | Improve the code responsible for waking up the crypto_proc thread. | Pawel Jakub Dawidek | 2006-05-22 | 1 | -14/+11 |
| * | Don't wakeup the crypto_ret_proc thread if it is running already. | Pawel Jakub Dawidek | 2006-05-22 | 1 | -2/+3 |