summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-06-27Fix chrtoblk() and blktochr() prototypes to reflect that they returnMatthew Dempsky
2011-06-27repair after last commitTheo de Raadt
2011-06-27Make KERN_FILE and KERN_FILE2 behavior consistent: when the caller doesn'tPhilip Guenthe
2011-06-27compat_vax1k goes to the atticTed Unangst
2011-06-27remove compat_vax1k. no more 4.3bsd reno support. ok deraadtTed Unangst
2011-06-27Ensure we don't re-issue a failed buf without clearing B_ERROR andKenneth R Westerback
2011-06-26kill mcd dead. ok krw matthew millert thibTed Unangst
2011-06-26There are some problems with ppb msi interrupts. For instance, i386 inTheo de Raadt
2011-06-26if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()Theo de Raadt
2011-06-26First stab at MSI support for vpci(4). Still a few rough edges, but seemsMark Kettenis
2011-06-261.500 was a good revision, let's stay there a little longer. (revert accident...Ted Unangst
2011-06-26I see you hiding, scdTed Unangst
2011-06-26remove remnants of scd device, discovered by Frederic PerrinTed Unangst
2011-06-26In the shared interrupt handler, return the pil and ci_handled_intr_levelTheo de Raadt
2011-06-26constrain properly which machines get this firmwareTheo de Raadt
2011-06-26Fix some inconsistencies in how we build 64-bit addresses from OF properties.Mark Kettenis
2011-06-26Implement pci_intr_map_msi().Mark Kettenis
2011-06-26Missed a parameter in the pci_msi_setmsiq hypervisor call.Mark Kettenis
2011-06-25Add MSI hypervisor calls.Mark Kettenis
2011-06-25Don't forget to print a newline at attach time.Miod Vallat
2011-06-25Remove irrelevant comments borrowed from loongson.Miod Vallat
2011-06-25ansi, no binary changeJonathan Gray
2011-06-24printf -> DPRINTF in the SIGKILL pathDamien Miller
2011-06-24When converting endian to same-endian, the macros should cast to unsignedTheo de Raadt
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-06-24We should only ack a shared interrupt once, after we've run all the handlers.Mark Kettenis
2011-06-24When reading the value from a simple lock, we do not need to ldcws into aJoel Sing
2011-06-24Avoid a possible null dereference.Joel Sing
2011-06-24Should always include ukphy(4) in the kernel configs if using any devicesYASUOKA Masahiko
2011-06-24Remove SET/CLR/ISSET macros from Octeon code. The kernel already providesYASUOKA Masahiko
2011-06-23Back out inadvertently commited change.Owain Ainsworth
2011-06-23ansiTheo de Raadt
2011-06-23Don't leak the ctrl_data in uvideo_queryctrl, uvideo_s_ctrl and uvideo_g_ctrl.Owain Ainsworth
2011-06-23make malloc calls in isp_pci_mbxdma NOWAIT to match the bus_dma calls that areOwain Ainsworth
2011-06-23free(null) ist verboten in the kernel.Owain Ainsworth
2011-06-23Check for the correct flag when checking to see if the page is part of an aobj.Owain Ainsworth
2011-06-23Don't bother checking for an empty queue before calling uvm_pglistfree.Owain Ainsworth
2011-06-23Replace handrolled version of uvmfault_unlockmaps with uvmfault_unlockmaps.Owain Ainsworth
2011-06-23Move uvm_pglistalloc and uvm_pglistfree to uvm_page.c and garbageOwain Ainsworth
2011-06-23Make mbufs and dma_alloc be contig allocations.Ariane van der Steldt
2011-06-23Fix the error path in bus_dmamem_map.Ariane van der Steldt
2011-06-23Set pd->af very early in pf_setup_pdesc() since the AF is used inClaudio Jeker
2011-06-23Simplify softraid(4) to behave like other HBAs by using a singleMatthew Dempsky
2011-06-23Eliminate ramdisk.c and ramdisk.h now that they're unused.Matthew Dempsky
2011-06-23Complete rewrite for rd(4) to eliminate unnecessary functionality andMatthew Dempsky
2011-06-23a bit more ansi; ok teduTheo de Raadt
2011-06-23ansify a few files. ok deraadt dlg krw matthewTed Unangst
2011-06-23cope with empty rx rings by scheduling a timeout to keep trying until itDavid Gwynne
2011-06-23this chip has an annoying "feature" where it cannot report the linkDavid Gwynne
2011-06-22reset the tx_count on UP, since it may have been advanced from non-zeroTheo de Raadt