Age | Commit message (Expand) | Author |
2010-07-06 | one wire counter driver 2nd rev, from John L. Scarfone" <j0@cox.net> PR 6422 | Theo de Raadt |
2010-07-06 | Enable FIFO IO for sd devices. This time committed against the actual tree. | Marco Peereboom |
2010-07-06 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-06 | add the iopool wrapper around the mpii ccb free list. cut the midlayer and | David Gwynne |
2010-07-06 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-06 | if we get an event notification that requires acknowledgement while | David Gwynne |
2010-07-06 | move the last direct users of mpi_{get,put}_ccb over to using the scsi | David Gwynne |
2010-07-06 | spacing | Theo de Raadt |
2010-07-06 | get rid of ridiculous differences between the i386 and amd64 versions | Theo de Raadt |
2010-07-06 | Kill an unused variable | Philip Guenthe |
2010-07-06 | Fix monumental cock-up with SCSI_SILENT and SCSI_IGNORE_ILLEGAL_REQUEST | Kenneth R Westerback |
2010-07-05 | i forgot to remove various compat references from here. spotted by deraadt | Ted Unangst |
2010-07-05 | bsdos was removed | Theo de Raadt |
2010-07-05 | Rework somewhat for safety, so that we only interpret the values of | Jonathan Gray |
2010-07-05 | remove compat_bsdos support | Ted Unangst |
2010-07-05 | remove a debugging panic, as pointed out by mike; | Thordur I. Bjornsson |
2010-07-05 | cope with the recent changes to m_copyback(); | Thordur I. Bjornsson |
2010-07-05 | If we find something is not aligned according to ALIGNED_POINTER(), we | Theo de Raadt |
2010-07-05 | timeout_add -> timeout_add_sec | Bret Lambert |
2010-07-05 | timeout_add -> timeout_add_sec | Bret Lambert |
2010-07-05 | Reset register SCI_EN on resume. The ACPI spec clearly states we don't have | Mike Larkin |
2010-07-04 | restrict srmmu handling to just sun4m | Theo de Raadt |
2010-07-04 | Remove an obsolete (was in rev 1.1) and unclear comment | Philip Guenthe |
2010-07-03 | Be sure to initialize b_bq member of struct buf not allocated through the | Miod Vallat |
2010-07-03 | Make the kernel responsible for saving the FPU state before running | Mark Kettenis |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-03 | no need for syncdelay to be a time_t, make it it an int. unstatic variables | Thordur I. Bjornsson |
2010-07-03 | replace 0 with equivalent allocation flag. ok thib | Ted Unangst |
2010-07-03 | explicitly specify flags to malloc and pool_get instead of relying on 0. | Ted Unangst |
2010-07-03 | de-static ufs_chown and ufs_chmod so they show up in DDB. | Thordur I. Bjornsson |
2010-07-03 | Get rid of EAGAIN, retry scsi_xs_sync() commands (after a scsi_delay()) | Kenneth R Westerback |
2010-07-03 | Omit some silly USB devices from RAMDISK kernels. | Matthew Dempsky |
2010-07-03 | Stop disk on suspend and start it again upon resume. Gets rid of the loud | Mark Kettenis |
2010-07-03 | Intel 3400 Thermal Sensor driver, found on some new Intel machines. | Mike Larkin |
2010-07-03 | Implement translation of the SCSI START STOP UNIT command. | Mark Kettenis |
2010-07-03 | Turns out the | Mark Kettenis |
2010-07-03 | s/$Id$/$OpenBSD$/ | YASUOKA Masahiko |
2010-07-03 | Last bit of thib@ locking diff from long ago. Put proper locking | Kenneth R Westerback |
2010-07-02 | Always try READ CAPACITY(16) on SCSI-3 devices. If it fails, return | Kenneth R Westerback |
2010-07-02 | Pretend that softintr_establish() actually works. | Joel Sing |
2010-07-02 | no need to call uvm_km_free_wakup for the kernel map, uvm_km_free is | Thordur I. Bjornsson |
2010-07-02 | When we steal memory, return the VA for the memory that we have stolen and | Joel Sing |
2010-07-02 | Don't bother trying to handle a uvm_pglistalloc failure when called with | Thordur I. Bjornsson |
2010-07-02 | Yet another workaround for PCH devices adapted from Intel code in | Jonathan Gray |
2010-07-02 | Provide an iopool in arc(4). | Michael Knudsen |
2010-07-02 | Protect the ccb free list with a mutex rather than splbio(). | Michael Knudsen |
2010-07-02 | nuke unused global and a comment. | Thordur I. Bjornsson |
2010-07-02 | ss(4) does not need the tape attribute; only tape devices do (and only on vax, | Miod Vallat |
2010-07-02 | delete sunos files | Ted Unangst |