Age | Commit message (Expand) | Author |
2011-06-27 | Fix chrtoblk() and blktochr() prototypes to reflect that they return | Matthew Dempsky |
2011-06-27 | repair after last commit | Theo de Raadt |
2011-06-27 | Make KERN_FILE and KERN_FILE2 behavior consistent: when the caller doesn't | Philip Guenthe |
2011-06-27 | compat_vax1k goes to the attic | Ted Unangst |
2011-06-27 | remove compat_vax1k. no more 4.3bsd reno support. ok deraadt | Ted Unangst |
2011-06-27 | Ensure we don't re-issue a failed buf without clearing B_ERROR and | Kenneth R Westerback |
2011-06-26 | kill mcd dead. ok krw matthew millert thib | Ted Unangst |
2011-06-26 | There are some problems with ppb msi interrupts. For instance, i386 in | Theo de Raadt |
2011-06-26 | if_downall() cannot be done MI in sys_reboot() because vfs_shutdown() | Theo de Raadt |
2011-06-26 | First stab at MSI support for vpci(4). Still a few rough edges, but seems | Mark Kettenis |
2011-06-26 | 1.500 was a good revision, let's stay there a little longer. (revert accident... | Ted Unangst |
2011-06-26 | I see you hiding, scd | Ted Unangst |
2011-06-26 | remove remnants of scd device, discovered by Frederic Perrin | Ted Unangst |
2011-06-26 | In the shared interrupt handler, return the pil and ci_handled_intr_level | Theo de Raadt |
2011-06-26 | constrain properly which machines get this firmware | Theo de Raadt |
2011-06-26 | Fix some inconsistencies in how we build 64-bit addresses from OF properties. | Mark Kettenis |
2011-06-26 | Implement pci_intr_map_msi(). | Mark Kettenis |
2011-06-26 | Missed a parameter in the pci_msi_setmsiq hypervisor call. | Mark Kettenis |
2011-06-25 | Add MSI hypervisor calls. | Mark Kettenis |
2011-06-25 | Don't forget to print a newline at attach time. | Miod Vallat |
2011-06-25 | Remove irrelevant comments borrowed from loongson. | Miod Vallat |
2011-06-25 | ansi, no binary change | Jonathan Gray |
2011-06-24 | printf -> DPRINTF in the SIGKILL path | Damien Miller |
2011-06-24 | When converting endian to same-endian, the macros should cast to unsigned | Theo de Raadt |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
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 |