Age | Commit message (Expand) | Author |
2011-06-26 | I see you hiding, scd | Ted Unangst |
2011-06-26 | constrain properly which machines get this firmware | Theo de Raadt |
2011-06-24 | printf -> DPRINTF in the SIGKILL path | Damien Miller |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-06-24 | Avoid a possible null dereference. | Joel Sing |
2011-06-23 | Back out inadvertently commited change. | Owain Ainsworth |
2011-06-23 | ansi | Theo de Raadt |
2011-06-23 | Don't leak the ctrl_data in uvideo_queryctrl, uvideo_s_ctrl and uvideo_g_ctrl. | Owain Ainsworth |
2011-06-23 | make malloc calls in isp_pci_mbxdma NOWAIT to match the bus_dma calls that are | Owain Ainsworth |
2011-06-23 | Simplify softraid(4) to behave like other HBAs by using a single | Matthew Dempsky |
2011-06-23 | Eliminate ramdisk.c and ramdisk.h now that they're unused. | Matthew Dempsky |
2011-06-23 | Complete rewrite for rd(4) to eliminate unnecessary functionality and | Matthew Dempsky |
2011-06-23 | a bit more ansi; ok tedu | Theo de Raadt |
2011-06-23 | ansify a few files. ok deraadt dlg krw matthew | Ted Unangst |
2011-06-23 | cope with empty rx rings by scheduling a timeout to keep trying until it | David Gwynne |
2011-06-23 | this chip has an annoying "feature" where it cannot report the link | David Gwynne |
2011-06-22 | reset the tx_count on UP, since it may have been advanced from non-zero | Theo de Raadt |
2011-06-22 | kill a few more casts that aren't helpful. ok krw miod | Ted Unangst |
2011-06-22 | Print correct function name in debug statements. ata_get_params, not | Kenneth R Westerback |
2011-06-22 | msi support. this is a complicated one... | David Gwynne |
2011-06-22 | another myri10ge device matched by freebsd/linux drivers | Jonathan Gray |
2011-06-22 | regen | Jonathan Gray |
2011-06-22 | add a few more devices | Jonathan Gray |
2011-06-22 | oops, handle refill like i said i was going to two revisions ago. | David Gwynne |
2011-06-22 | set the mac address on the chip correctly (repair the byte order) | Theo de Raadt |
2011-06-22 | deraadt plugged his myx into a sparc64 and discovered 3 problems: | David Gwynne |
2011-06-22 | Add a SYSTR_POLICY_KILL per-syscall policy option that sends SIGKILL to | Damien Miller |
2011-06-21 | do the unaligned dma tests so we can figure out if we need to fall | David Gwynne |
2011-06-21 | Two dpt(4) fixes: | Matthew Dempsky |
2011-06-21 | remove some unnecessary casts. ok blambert deraadt kettenis matthew | Ted Unangst |
2011-06-21 | remove stupid casts, ok deraadt | Ted Unangst |
2011-06-21 | report the controllers part number. eg, i now know i have a | David Gwynne |
2011-06-21 | wire up jumbos properly. the hardware supports up to 9018 bytes off | David Gwynne |
2011-06-21 | i prefer 16k ints/sec to 32k ints/sec. | David Gwynne |
2011-06-21 | minor cleanups; ok dlg | Theo de Raadt |
2011-06-21 | Laurence Tratt reported that his "Intel 6 Series AHCI" ahci(4) no | Matthew Dempsky |
2011-06-21 | looks like the disk_lock method actually does work | Theo de Raadt |
2011-06-20 | explicit_bzero for the crypto key | Ted Unangst |
2011-06-20 | for now, move back to a private rw_lock rather than the disk_lock. | Theo de Raadt |
2011-06-20 | make the interrupt handler look more like what the doco suggests. seems to | David Gwynne |
2011-06-20 | Fix softraid(4) to set xs->cmd = &xs->cmdstore rather than pointing it | Matthew Dempsky |
2011-06-20 | Update mcd(4) to use disk_lock, etc. instead of its own tsleep(9) | Matthew Dempsky |
2011-06-20 | dont need debug, the myx_cmd stuff works fine. | David Gwynne |
2011-06-20 | Call bufq_drain() in wddetach() instead of reimplementing the same | Matthew Dempsky |
2011-06-20 | i got myx working! | David Gwynne |
2011-06-20 | build firmware for myx(4) | Theo de Raadt |
2011-06-20 | isa(4) is an indirect bus, which means that drivers that attach to it | Matthew Dempsky |
2011-06-19 | fix up unbalanced format strings | Jonathan Gray |
2011-06-19 | Don't assume no interrupts if the command processor is not running. | Owain Ainsworth |
2011-06-19 | Fix typo in the "fixed" HyperTransport MSI Mapping Capability address. | Mark Kettenis |