Age | Commit message (Expand) | Author |
2011-06-24 | We should only ack a shared interrupt once, after we've run all the handlers. | Mark Kettenis |
2011-06-24 | When reading the value from a simple lock, we do not need to ldcws into a | Joel Sing |
2011-06-24 | Avoid a possible null dereference. | Joel Sing |
2011-06-24 | Should always include ukphy(4) in the kernel configs if using any devices | YASUOKA Masahiko |
2011-06-24 | Remove SET/CLR/ISSET macros from Octeon code. The kernel already provides | YASUOKA Masahiko |
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 | free(null) ist verboten in the kernel. | Owain Ainsworth |
2011-06-23 | Check for the correct flag when checking to see if the page is part of an aobj. | Owain Ainsworth |
2011-06-23 | Don't bother checking for an empty queue before calling uvm_pglistfree. | Owain Ainsworth |
2011-06-23 | Replace handrolled version of uvmfault_unlockmaps with uvmfault_unlockmaps. | Owain Ainsworth |
2011-06-23 | Move uvm_pglistalloc and uvm_pglistfree to uvm_page.c and garbage | Owain Ainsworth |
2011-06-23 | Make mbufs and dma_alloc be contig allocations. | Ariane van der Steldt |
2011-06-23 | Fix the error path in bus_dmamem_map. | Ariane van der Steldt |
2011-06-23 | Set pd->af very early in pf_setup_pdesc() since the AF is used in | Claudio Jeker |
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 | some fixes for cnmac(4) | YASUOKA Masahiko |
2011-06-22 | enable myx(4), now that it works | Theo de Raadt |
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-22 | Validate pmemrange result, enabling early catching of bugs in the code. | Ariane van der Steldt |
2011-06-21 | scsi_link's scsibus field is redundant with bus->sc_dev.dv_unit, so | Matthew Dempsky |
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 | There is no need to handle fragmented TCP reset packets in a special | Alexander Bluhm |
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 |