Age | Commit message (Expand) | Author |
2014-01-22 | Emit a warning if no entropy was supplied by the boot loader. | Joel Sing |
2014-01-22 | add a missing argument to a printf | Jonathan Gray |
2014-01-22 | add a missing argument to a debug printf | Jonathan Gray |
2014-01-22 | add a missing argument to a debug printf | Jonathan Gray |
2014-01-22 | fixup a few debug printfs; pointed out by jsg@ | Mike Belopuhov |
2014-01-22 | add a missing argument to a debug printf | Jonathan Gray |
2014-01-22 | re-generated from usbdevs | sasano |
2014-01-22 | missing printf arg, spotted by jsg@ | Jonathan Matthew |
2014-01-22 | Remove a pesky free that was supposed to be removed in an earlier commit. | Joel Sing |
2014-01-22 | add CoreChip RD9700 (idVendor:idProduct=0x0fe6:0x9700) definition | sasano |
2014-01-22 | iscsid can handle multiple outstanding commands per lun. with the latency | David Gwynne |
2014-01-21 | introduce fine grained locking. | David Gwynne |
2014-01-21 | Add virtio random driver | Stefan Fritsch |
2014-01-21 | Order the volume state transitions by state value. | Joel Sing |
2014-01-21 | Add missing states to the RAID 5 volume transitions. | Joel Sing |
2014-01-21 | Always fill in the broadcast address so as to handle broadcast packets if | Brad Smith |
2014-01-21 | Use Linux compat functions to do kernel memory allocations in the bits of code | Mark Kettenis |
2014-01-21 | Add kmalloc/kcalloc/kzalloc/kfree Linux compat functions. | Mark Kettenis |
2014-01-21 | Use PTR_ERR where appropriate instead of a plain cast. | Mark Kettenis |
2014-01-21 | oops, missed one | Mark Kettenis |
2014-01-21 | Change a couple of #if 0 into #ifdef __linx__ or #ifdef notyet. | Mark Kettenis |
2014-01-21 | Actually use the correct TAILQ field. | Joel Sing |
2014-01-21 | Remove unused variable. | Joel Sing |
2014-01-21 | add a missing printf argument | Jonathan Gray |
2014-01-21 | Sync in the PHY Specific Control and Status register bits. | Brad Smith |
2014-01-21 | Do not bother calling splvm around crypto_invoke(), as crypto_invoke() | Joel Sing |
2014-01-21 | Remove sr_crypto_finish_io - we can just call sr_scsi_done instead now. | Joel Sing |
2014-01-21 | Instead of maintaining a completely separate list of crypto work units, | Joel Sing |
2014-01-21 | Use ARRAY_SIZE() instead of nitems() to reduce diffs with Linux. | Mark Kettenis |
2014-01-21 | Allow for variable sized work units. | Joel Sing |
2014-01-21 | Use a TAILQ for tracking work units, rather than an array. This will allow | Joel Sing |
2014-01-21 | Stop bzeroing the work unit when it is initialised. Rather, only initialise | Joel Sing |
2014-01-21 | Add all the Intel KT's which got missed. | Theo de Raadt |
2014-01-21 | Remove pointless validation - these cases cannot be hit as they have | Joel Sing |
2014-01-21 | Factor out and fix the RAID5 write functionality. | Joel Sing |
2014-01-21 | Add support for ISP2200 based adapters. | Jonathan Matthew |
2014-01-21 | The semaphore register does need to be cleared when clearing interrupts, | Jonathan Matthew |
2014-01-21 | Stop using 23xx-specific interrupt status codes everywhere. Instead, classify | Jonathan Matthew |
2014-01-20 | With 2K login firmware, the login option bits are in mbox register 10. | Jonathan Matthew |
2014-01-20 | call usbd_deactivate() for DVACT_DEACTIVATE | joshua stein |
2014-01-20 | add ubcmtp, a USB driver for Broadcom multitouch trackpads found on | joshua stein |
2014-01-20 | define UIPROTO_BOOT_MOUSE | joshua stein |
2014-01-20 | bcopy to memcpy | Chris Cappuccio |
2014-01-20 | bcmp to memcmp | Chris Cappuccio |
2014-01-20 | bzero to memset | Chris Cappuccio |
2014-01-20 | Return a user friendly error if we ever encounter an unknown crypto | Joel Sing |
2014-01-20 | Do the resume work from DVACT_WAKEUP. There is far too much code, and it | Mark Kettenis |
2014-01-20 | drm_activate() serves no purpose; ok kettenis | Theo de Raadt |
2014-01-20 | Convert the softraid work unit workqs to taskqs. | Joel Sing |
2014-01-20 | Store the algorithm and key length in the discipline data structure, | Joel Sing |