summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2009-06-05%zu is not meant for size_t in the kernel. Change to %lu.Ray Lai
2009-06-05EPERM from VOP_ACCESS() is always an error, so don't hide it.Thordur I. Bjornsson
2009-06-05Add missing #ifdef INET6 ... #endifAlexander Hall
2009-06-05this one tooMartynas Venckus
2009-06-05reduce diff i will send in a minuteMartynas Venckus
2009-06-05Clamp the ending bound to the size of the disk. This makes disklabel -ATheo de Raadt
2009-06-05The names for p_flags bits had fallen out of datePhilip Guenthe
2009-06-05Initial support for routing domains. This allows to bind interfaces toClaudio Jeker
2009-06-04Change i386 ACPI sleep to KASSERT if the pmap can't be activatedMike Larkin
2009-06-04- factor out rf into its own structureMartynas Venckus
2009-06-04Ensure we are sleeping from the kernel. Code changed to match i386.Mike Larkin
2009-06-04remove variable left behind by thibTheo de Raadt
2009-06-04Make backtraces through interrupts work.Mark Kettenis
2009-06-04switch to a bnx style dynamic pool backed tx so we don'tJonathan Gray