Age | Commit message (Expand) | Author |
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 |
2010-07-02 | remove sunos compat files | Ted Unangst |
2010-07-02 | remove support for compat_sunos (and m68k4k). ok deraadt guenther | Ted Unangst |
2010-07-02 | Add missing pmap_update. pointed out by matthew@ | Artur Grabowski |
2010-07-02 | Since fill_eproc() is no longer called from coredump(), it can be dropped | Philip Guenthe |
2010-07-02 | One transition was wrong: Suspending without a card, and then resuming with | Theo de Raadt |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-02 | remove unused pciaddr_search function. | Jonathan Gray |
2010-07-02 | Don't timeout_add() when the referenced struct is about to be | Kenneth R Westerback |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | sync | Igor Sobrado |
2010-07-02 | the IBM Optical Wheel Mouse (89P5088) is a supported USB device. | Igor Sobrado |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | Rename the volume specific flags variable. | Joel Sing |
2010-07-02 | On resume, detach and then force a re-attach of the card, since we don't | Theo de Raadt |
2010-07-02 | Determine the data offset using a variable specified within the softraid | Joel Sing |
2010-07-02 | Make the sensor setup loop less awkward by moving the call to | Matthew Dempsky |
2010-07-02 | usefull -> useful; | Jason McIntyre |
2010-07-02 | Add an ath_pci_activate callback for ACPI suspend/resume with ath(4). | Reyk Floeter |
2010-07-02 | cleanup and remove some #ifdef junk in the power hooks. | Reyk Floeter |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | add more MCP79 AHCI ids to the list of devices that need special handling, | Jonathan Gray |
2010-07-02 | Add a comment to explain why the sync is necessary in the while loop. | Joel Sing |
2010-07-02 | Apparently volatile does not mean what it is supposed to mean... avoid a | Joel Sing |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | gremlin crept in by accident | Miod Vallat |
2010-07-02 | Proper fix for uninitialized variable warning. | Mark Kettenis |
2010-07-02 | don't reference an item after it has been returned to the pool | David Krause |
2010-07-02 | correctly init ppr_able in reset, and some others gcc complained about. | Ted Unangst |