summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-06-07We weren't including isa.h and therefore missing the NISA #define. ThisMike Larkin
2009-06-07Do not look at the avail_{start,end} members from vm_physmem[] anymore.Miod Vallat
2009-06-07don't prefix the usage of a define that has a - with a -Jonathan Gray
2009-06-07Shave surplus space from format string.Michael Knudsen
2009-06-07Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures,Todd C. Miller
2009-06-07on amd64, store a pointer to the loaded data and the type. This willOwain Ainsworth
2009-06-07fix uninitialized or undefined value returned to callerCharles Longeau
2009-06-07extend uvm_page_physload to have the ability to add "device" pages to theOwain Ainsworth
2009-06-06Unrevert the curpmap change with the addition of correct %gs handlingPhilip Guenthe
2009-06-06Don't allocate an mbuf cluster without checking to see if it willBret Lambert
2009-06-06Somehow I missed comitting this.Artur Grabowski
2009-06-06Update est.c, make it capable of using ACPI if the PSS is available butGordon Willem Klok
2009-06-06Consolidate error handling in read case.Bret Lambert
2009-06-06ipi_reloadcr3 uses CPUVAR, so it needs to set up %fs in order toPhilip Guenthe
2009-06-06We need miod's no-coredumps-on-ramdisks diff, because we have grown theTheo de Raadt
2009-06-06Disable interrupts durring the lock step frequency/voltage change. GenericGordon Willem Klok
2009-06-06- don't mess with assert()/__assert(), use KASSERT() insteadJasper Lievisse Adriaanse
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