summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-06-06When getting a fault in the kernel, we checked for biglock and failedArtur Grabowski
2009-06-06All caller of buf_acquire were doing bremfree before the call.Artur Grabowski
2009-06-06Since all callers of uvm_pagedeactivate did pmap_page_protect(.., VM_PROT_NONE)Artur Grabowski
2009-06-06regenYojiro Uo
2009-06-06add another UDL deviceYojiro Uo
2009-06-06remove unused variable prevlen and a second initialization of ifp.Stuart Henderson
2009-06-06when xflags got changed, tell the userland by routing socketsRainer Giedat
2009-06-06- implement support for rtl8187bMartynas Venckus
2009-06-06unfuck the rest of the way. when we bind the scribble pages to theOwain Ainsworth
2009-06-06unfuck slightly, offset was wrong.Owain Ainsworth
2009-06-06In SIOCS80211SCAN, fail if the interface is not up *and* running.Damien Bergamini
2009-06-06mechanical rename of ``priv'' to ``file_priv'' in the one function whereOwain Ainsworth
2009-06-06use BUS_DMA_ZERO instead of alloc + bzero.Owain Ainsworth
2009-06-06bring back the indians for pirofti -- handle unaligned access and put aTheo de Raadt
2009-06-06add an interface to agp to create a bus_dma_tag over a range of theOwain Ainsworth
2009-06-06It might be a good idea to commit all the diff. *sigh*.Owain Ainsworth
2009-06-06We only really need to #define SYNCHRONIZE_CACHE 0x35 once.Kenneth R Westerback
2009-06-06add sg_dma.c on i386, soon to be used.Owain Ainsworth
2009-06-06instead of #ifndef SMALL_KERNELing the whole sg_dma.c file, just put theOwain Ainsworth
2009-06-06Remove the last VGA_POST defines with X86EMU. Okay deraadt@.Paul Irofti
2009-06-06Add uvm_objwire() and uvm_objunwire(), I need this for some of my crazyOwain Ainsworth
2009-06-06Fix RCSIdsMatthieu Herrb
2009-06-06option X86EMU is how this subsystem is brought into a kernelTheo de Raadt
2009-06-06Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit andChristian Weisgerber
2009-06-06Consolidate error handling code. Much less atrocious than before.Bret Lambert
2009-06-06fix include pathsTheo de Raadt
2009-06-06Add vga bios repost support. Fetched from the NetBSD tree mostly.Paul Irofti
2009-06-06turdshine previousThordur I. Bjornsson
2009-06-06Matching fix for amd64. This also removes a spurious disable_intr() callMike Larkin
2009-06-06Fix some lapic, interrupt, and clock issues on i386 ACPI S3 resume.Mike Larkin
2009-06-05TTheo de Raadt
2009-06-05bring back rev1.70Thordur I. Bjornsson
2009-06-05catch up NetBSD kern/41048.Yojiro Uo
2009-06-05revert to 1.67 to unbreak NFS writes; ok beck@ thib@Christian Weisgerber
2009-06-05- make this a lot more readable; no binary changeJasper Lievisse Adriaanse
2009-06-05Add support to fxp(4) for the 82552 MAC found in some variation ofChristian Weisgerber
2009-06-05Save some more state such that we recover from X changing depth on us.Mark Kettenis
2009-06-05Clear screen to clean up after X.Mark Kettenis
2009-06-05Remove redundant assignment.Mark Kettenis
2009-06-05Clear screen to clean up after X.Mark Kettenis
2009-06-05tidy up promiscuous mode and multicast handling; from Brad; ok sthen@Christian Weisgerber
2009-06-05abort any time adjustment in progress if the clock is set with settimeofdayChris Kuethe
2009-06-05Revert the curpmap change. We know the IPI is broken on both ends,Philip Guenthe
2009-06-05use the right accounting for bound edges (i think)Theo de Raadt
2009-06-05enable IPv6 receive TCP/UDP checksum offload; from BradChristian Weisgerber
2009-06-05Disable and clear hardware cursor to clean up after X.Mark Kettenis
2009-06-05Sanity check: we overrun the rnd_ed[] array if nbits is 32, but thatPhilip Guenthe
2009-06-05Update to Reinoud Zandijk's much more current version of ecma167-udf.hKenneth R Westerback
2009-06-05Save some state and restore it after we return from X, because the acceleratedMark Kettenis
2009-06-05Dynamic buffer cache sizing.Bob Beck