summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-01-19all 64bit archs myx runs on support bus_space 8 things because of work iDavid Gwynne
2014-01-19With the earlier initialization of the random subsystem, random_hostseed()Theo de Raadt
2014-01-19In random_start() we can assume the msg buffer is mapped, all systems doTheo de Raadt
2014-01-19We can call random_start() immediately after cpu_startup, that is theTheo de Raadt
2014-01-19scsi has to scrub the ata xfer before using it so its set for the restDavid Gwynne
2014-01-18tweak comments a bitMike Belopuhov
2014-01-18move the declaration of ncr53c9x_scsi_cmd into the .c file, its the onlyDavid Gwynne
2014-01-18replace XS_NO_CCB with an iopool around the ecb_pool.David Gwynne
2014-01-18get rid of a XS_NO_CCB thats caused by a failure to allocate theDavid Gwynne
2014-01-18instead of having every bit of glue set up and attach an identicalDavid Gwynne
2014-01-18There was an awkward behaviour after a connection had been divertedAlexander Bluhm
2014-01-18move atapiscsi to iopools by making the entire ata layer use them too.David Gwynne
2014-01-18move away from XS_NO_CCB to iopools. all instances of this driver share aDavid Gwynne
2014-01-18Make mos(4) pass received broadcast frames explicitly if not in promiscuousStefan Sperling
2014-01-18Move the block get/put routines into the common code, instead of havingJoel Sing
2014-01-18Rename softraid RAIDP to softraid RAID5.Joel Sing
2014-01-18Remove the RAID 4 discipline from softraid. Anyone sensible would use RAIDJoel Sing
2014-01-18Improve comments re KDF hints.Joel Sing
2014-01-18Update the drm headers based on libdrm 2.4.51Jonathan Gray
2014-01-18replace XS_NO_CCB with iopools.David Gwynne
2014-01-18Fix comment re size of input buffer.Joel Sing
2014-01-18Use arc4random_buf() for fetching 64-bits of data because it is fasterTheo de Raadt
2014-01-18take advantage of pool_setipl and PR_ZERO to avoid doing work theDavid Gwynne
2014-01-18if the controller is too busy to do a POLLed command, return XS_BUSYDavid Gwynne
2014-01-18rename scsi_ioh_runqueue to scsi_iopool_run, and make it availableDavid Gwynne
2014-01-18Use arc4random_uniform to increase the slightly difficulty of winning.Theo de Raadt
2014-01-17if the hardware is too busy or its queues are too full, return XS_BUSY,David Gwynne
2014-01-17if the hardware is too busy or its queues are too full, return XS_BUSY,David Gwynne
2014-01-17a polled command timing out isnt a software resource shortage, itsDavid Gwynne
2014-01-17remove a XS_NO_CCB case by moving aac to iopools.David Gwynne
2014-01-17replace aacminphys with scsi_minphys. both are just wrappers aroundDavid Gwynne
2014-01-17aacvar advertises a public api which is only used inside aac.c. make itDavid Gwynne
2014-01-16Appease LLVM's integrated assembler. Matches the same code as it existsBrad Smith
2014-01-16Remove an infinite loop in fuse_device_cleanup().Sylvestre Gallon
2014-01-16Replaces a lookup to find the link-layer address by accessing the if_sadlMartin Pieuchot
2014-01-16Add support for mknod in fuse.Sylvestre Gallon
2014-01-15Add WSDISPLAYIO_SETGFXMODE ioctl on LUNA's frame buffer.Kenji Aoyama
2014-01-15Remove a hack to update the address and packet length for every deviceMartin Pieuchot
2014-01-15Enable by default the DS1337 TOD clock.Paul Irofti
2014-01-15Add support for the DS1337 TOD clocks found on some of the octeon models.Paul Irofti
2014-01-15Remove assigned but never read value.Martin Pieuchot
2014-01-15remove functions that were uses by other (non-linux) compat; andTheo de Raadt
2014-01-14Typo in a printf, should be 'bytes' not 'blocks'Mike Larkin
2014-01-13Call all local valiables of type struct in6_ifaddr "ia6". This isAlexander Bluhm
2014-01-13Iterate over the per interface address list instead of the global oneMartin Pieuchot
2014-01-13Return the poison value in poison_check() and not the modified value.Martin Pieuchot
2014-01-12Remove no-op 'HIDE' macro from sppp code. This probably existed to allowStefan Sperling
2014-01-12crank to 5.5betaTheo de Raadt
2014-01-11When I created UDP socket splicing, I added the goto nextpkt loopAlexander Bluhm
2014-01-11regenBrad Smith