Age | Commit message (Expand) | Author |
2014-01-19 | Better interrupt handler return values. 1 if the chip said it wanted an | Jonathan Matthew |
2014-01-19 | More cleanup in radix.c. Kill the rt_mkfreelist and replace it with a | Claudio Jeker |
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 | Count the number of media words required only once. If the media words | Theo de Raadt |
2014-01-19 | Start counting droped icmp errors because the rate limit is exceeded. | Claudio Jeker |
2014-01-19 | Start to reduce the madness in radix.c. This only used by the kernel | Claudio Jeker |
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 |
2014-01-19 | Remove max_datalen. It is only used once an can be replaced easily with | Claudio Jeker |
2014-01-19 | replace bzero with memset. | David Gwynne |
2014-01-19 | all 64bit archs myx runs on support bus_space 8 things because of work i | David Gwynne |
2014-01-19 | With the earlier initialization of the random subsystem, random_hostseed() | Theo de Raadt |
2014-01-19 | In random_start() we can assume the msg buffer is mapped, all systems do | Theo de Raadt |
2014-01-19 | We can call random_start() immediately after cpu_startup, that is the | Theo de Raadt |
2014-01-19 | scsi has to scrub the ata xfer before using it so its set for the rest | David Gwynne |
2014-01-18 | tweak comments a bit | Mike Belopuhov |
2014-01-18 | move the declaration of ncr53c9x_scsi_cmd into the .c file, its the only | David Gwynne |
2014-01-18 | replace XS_NO_CCB with an iopool around the ecb_pool. | David Gwynne |
2014-01-18 | get rid of a XS_NO_CCB thats caused by a failure to allocate the | David Gwynne |
2014-01-18 | instead of having every bit of glue set up and attach an identical | David Gwynne |
2014-01-18 | There was an awkward behaviour after a connection had been diverted | Alexander Bluhm |
2014-01-18 | move atapiscsi to iopools by making the entire ata layer use them too. | David Gwynne |
2014-01-18 | move away from XS_NO_CCB to iopools. all instances of this driver share a | David Gwynne |
2014-01-18 | Make mos(4) pass received broadcast frames explicitly if not in promiscuous | Stefan Sperling |
2014-01-18 | Move the block get/put routines into the common code, instead of having | Joel Sing |
2014-01-18 | Rename softraid RAIDP to softraid RAID5. | Joel Sing |
2014-01-18 | Remove the RAID 4 discipline from softraid. Anyone sensible would use RAID | Joel Sing |
2014-01-18 | Improve comments re KDF hints. | Joel Sing |
2014-01-18 | Update the drm headers based on libdrm 2.4.51 | Jonathan Gray |
2014-01-18 | replace XS_NO_CCB with iopools. | David Gwynne |
2014-01-18 | Fix comment re size of input buffer. | Joel Sing |
2014-01-18 | Use arc4random_buf() for fetching 64-bits of data because it is faster | Theo de Raadt |
2014-01-18 | take advantage of pool_setipl and PR_ZERO to avoid doing work the | David Gwynne |
2014-01-18 | if the controller is too busy to do a POLLed command, return XS_BUSY | David Gwynne |
2014-01-18 | rename scsi_ioh_runqueue to scsi_iopool_run, and make it available | David Gwynne |
2014-01-18 | Use arc4random_uniform to increase the slightly difficulty of winning. | Theo de Raadt |
2014-01-17 | if the hardware is too busy or its queues are too full, return XS_BUSY, | David Gwynne |
2014-01-17 | if the hardware is too busy or its queues are too full, return XS_BUSY, | David Gwynne |
2014-01-17 | a polled command timing out isnt a software resource shortage, its | David Gwynne |
2014-01-17 | remove a XS_NO_CCB case by moving aac to iopools. | David Gwynne |
2014-01-17 | replace aacminphys with scsi_minphys. both are just wrappers around | David Gwynne |
2014-01-17 | aacvar advertises a public api which is only used inside aac.c. make it | David Gwynne |
2014-01-16 | Appease LLVM's integrated assembler. Matches the same code as it exists | Brad Smith |
2014-01-16 | Remove an infinite loop in fuse_device_cleanup(). | Sylvestre Gallon |
2014-01-16 | Replaces a lookup to find the link-layer address by accessing the if_sadl | Martin Pieuchot |
2014-01-16 | Add support for mknod in fuse. | Sylvestre Gallon |
2014-01-15 | Add WSDISPLAYIO_SETGFXMODE ioctl on LUNA's frame buffer. | Kenji Aoyama |
2014-01-15 | Remove a hack to update the address and packet length for every device | Martin Pieuchot |