Age | Commit message (Expand) | Author |
2011-06-15 | all the dell md3xxx arrays are rdac | David Gwynne |
2011-06-15 | print which ldev, controller, port, and whether we're asymmetric or | David Gwynne |
2011-06-15 | check the preferred path ownership bit rather than assuming that odd luns | David Gwynne |
2011-06-15 | build inquiry with scsi_init_inquiry(). | David Gwynne |
2011-06-15 | factor the common bits out of code that builds scsi inquiry commands into | David Gwynne |
2011-06-15 | try to make critical messages make more sense. help from sthen. | Marco Peereboom |
2011-06-15 | if the system runs out of mbufs and cannot provide any when filling | David Gwynne |
2011-06-14 | Intel 3400 AHCI responds to PMP probes like ATI SBx00 chips. | Jonathan Matthew |
2011-06-14 | KNF (no change in .o files) | Ryan Thomas McBride |
2011-06-13 | Not need define KEYBOARD_ARRAY (keyboard array used only in dev/adb/akbd.c | Alexandr Shadchin |
2011-06-12 | Some devices, like parts of the NVIDIA C51 chipset, have a broken Capabilities | Mark Kettenis |
2011-06-10 | Monster update of ix(4). This brings ix(4) close to what is currently | Claudio Jeker |
2011-06-10 | Regen | Claudio Jeker |
2011-06-10 | Fix numeric order of a 82598 chip and add the id of 82599VF for the | Claudio Jeker |
2011-06-10 | Do not set the dying flag in wdc_wait_for_status, since there is at | Theo de Raadt |
2011-06-09 | In ffs_write, do not deref to get the p_ucred for VOP_FSYNC (aka ffs_fsync) | Theo de Raadt |
2011-06-09 | Don't copy the first octet of the source IPv6 address where the destination | Stuart Henderson |
2011-06-09 | Backout MSI change. People are seeing watchdog timeouts, which must be caused | Mark Kettenis |
2011-06-09 | shorted code with a lovely goto | Theo de Raadt |
2011-06-09 | MSI interrupts work here, too. | Theo de Raadt |
2011-06-08 | Ateempt to make pci_intr_disestablish() work for MSIs. | Mark Kettenis |
2011-06-08 | Use static scope during AML disassembly, fixes splassert error | Jordan Hargrave |
2011-06-07 | Make use of macobio_* methods to manage the i2s GPIOs, remove the customs | Martin Pieuchot |
2011-06-07 | Fix the use of mute/volume keys broken by the last API change in audio.c | Martin Pieuchot |
2011-06-07 | Fix a device reference leak in st{read,write}() by making them work | Matthew Dempsky |
2011-06-06 | Backout vmmap in order to repair virtual address selection algorithms | Ariane van der Steldt |
2011-06-06 | push kernel malloc(9) and kernel stacks into non-dma memory, since that | Theo de Raadt |
2011-06-06 | Sort includes. | Joel Sing |
2011-06-06 | Fix whitespace and use #ifdef TRAPDEBUG instead of #if 0. | Joel Sing |
2011-06-06 | regen | Mark Kettenis |
2011-06-06 | The host and PCIe bridge parts of the RS780 northbridge crry the AMD vendor ID. | Mark Kettenis |
2011-06-06 | Set FEF bit in the %fprs register when handling an fp_disabled trap from | Mark Kettenis |
2011-06-06 | Removing unused header | Alexandr Shadchin |
2011-06-06 | Remove strcat and strncmp which are both unused, thereby slightly shrinking t... | Jasper Lievisse Adriaanse |
2011-06-06 | Toss a rare device driver; this makes msi interrupts fit. | Theo de Raadt |
2011-06-06 | Microphone mute button support from acpithinkpad (or elsewhere). | Theo de Raadt |
2011-06-06 | Forgot to `cvs add' this file during alpha boot block changes, sorry. | Miod Vallat |
2011-06-06 | Delete the long dead LOCKED and WANTED flags from cd(4), sd(4), and | Matthew Dempsky |
2011-06-05 | Revert previous commit; it makes us run out of interrupt slots too fast on | Mark Kettenis |
2011-06-05 | Update alpha bootblocks to use MI loadfile code instead of rolling our own; | Miod Vallat |
2011-06-05 | Prefer __LP64__ to _LP64; pointed out by brad | Miod Vallat |
2011-06-05 | fix mpu attachment at isapnp which resulted in amd64 (no isapnp) getting | Theo de Raadt |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-06-05 | reduce unneccessary differences; ok kettenis | Theo de Raadt |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-06-05 | Disable MSIs in pci_intr_disestablish() when appropriate. | Mark Kettenis |
2011-06-05 | patch screwed me; left a line behind | Theo de Raadt |
2011-06-05 | Access a presumably 32-bit wide register at a properly aligned address. | Christian Weisgerber |
2011-06-05 | do not calculate bufpages; that is done later in MI bufinit(). in any | Theo de Raadt |
2011-06-05 | Fix function names in debug printfs and use a more user-friendly error | Stefan Sperling |