Age | Commit message (Expand) | Author |
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 |
2014-01-15 | Enable by default the DS1337 TOD clock. | Paul Irofti |
2014-01-15 | Add support for the DS1337 TOD clocks found on some of the octeon models. | Paul Irofti |
2014-01-15 | Remove assigned but never read value. | Martin Pieuchot |
2014-01-15 | remove functions that were uses by other (non-linux) compat; and | Theo de Raadt |
2014-01-14 | Typo in a printf, should be 'bytes' not 'blocks' | Mike Larkin |
2014-01-13 | Call all local valiables of type struct in6_ifaddr "ia6". This is | Alexander Bluhm |
2014-01-13 | Iterate over the per interface address list instead of the global one | Martin Pieuchot |
2014-01-13 | Return the poison value in poison_check() and not the modified value. | Martin Pieuchot |
2014-01-12 | Remove no-op 'HIDE' macro from sppp code. This probably existed to allow | Stefan Sperling |
2014-01-12 | crank to 5.5beta | Theo de Raadt |
2014-01-11 | When I created UDP socket splicing, I added the goto nextpkt loop | Alexander Bluhm |
2014-01-11 | regen | Brad Smith |