Age | Commit message (Expand) | Author |
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 |
2014-01-20 | Remove unused variable. | Joel Sing |
2014-01-20 | Do not bother setting crp_desc to NULL, since it does not really gain us | Joel Sing |
2014-01-20 | bzero to memset | David Gwynne |
2014-01-20 | bcopy to memcpy | David Gwynne |
2014-01-20 | Instead of checking sc->sc_revision <= 1 check that the | Claudio Jeker |
2014-01-20 | Replace dedicated swu_fake variable with a work unit flag. | Joel Sing |
2014-01-19 | Refactor rnd startup so arc4random/arc4random_buf can create a chacha state | Theo de Raadt |
2014-01-19 | Assert that a workunit has ccbs if it is being scheduled. Otherwise we | Joel Sing |
2014-01-19 | white space fix | David Gwynne |
2014-01-19 | If the system runs out ouf mbufs, the receive queue of the vio | Alexander Bluhm |
2014-01-19 | Improve some comments and wrap a long line. | Joel Sing |
2014-01-19 | Only schedule the read workunit if there are actually I/O ccbs enqueued | Joel Sing |
2014-01-19 | Factor out and improve the block regeneration code. | Joel Sing |
2014-01-19 | Better interrupt handler return values. 1 if the chip said it wanted an | Jonathan Matthew |
2014-01-19 | introduce fine grained locking around the lists of packet handlers | David Gwynne |
2014-01-19 | Introduce qla(4), a new driver for Qlogic fibre channel HBAs (only ISP23xx | Jonathan Matthew |
2014-01-19 | hwflags is never used, so clean it up | David Gwynne |
2014-01-19 | replace bcmp with memcmp | David Gwynne |
2014-01-19 | bcopy to memcpy | David Gwynne |