summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-10-18No need to include <machine/pte.h> here.Miod Vallat
2007-10-18Get rid of the silly union for mips pte. No functional change exceptMiod Vallat
2007-10-18add missing $OpenBSD$; "of course" deraadtConstantine A. Murenin
2007-10-17Add the Intel ICH9 chipset.Brad Smith
2007-10-17Add the Intel ICH9 chipset.Brad Smith
2007-10-17Add the Intel ICH9 chipset.Brad Smith
2007-10-17miod says noone needs isa/isavar.h anymore, and i believe himTheo de Raadt
2007-10-17Use ldx (instead of ld) to load a pointer.Mark Kettenis
2007-10-17Let other people build sparc64 bsd.mp too.Mark Kettenis
2007-10-17MULTIPROCESSOR kernels need clock interrupts on secondary CPUs too, so don'tMark Kettenis
2007-10-17Spin up secondary CPUs on MULTIPROCESSOR kernels. Works on UltraSPARC-IIIMark Kettenis
2007-10-17Do not clean up vers.c as it is not autogenerated anymore.Hans-Joerg Hoexer
2007-10-17Get proc_trampoline() ready for MULTIPROCESSOR.Mark Kettenis
2007-10-17Convert MALLOC/FREE to malloc/free.Hans-Joerg Hoexer
2007-10-17Sanitize debug printf.Mark Kettenis
2007-10-17Proper TLB flushing for MULTIPROCESSOR kernels.Mark Kettenis
2007-10-17use TAILQ_FOREACH() where applicable in nfs_timer();Thordur I. Bjornsson
2007-10-17add probe for TI TMP401 (untested)Theo de Raadt
2007-10-17typoTheo de Raadt
2007-10-17clear the invalid flag for temperature sensors that are no longer invalid; ok...Constantine A. Murenin
2007-10-17cleanup dmesgTheo de Raadt
2007-10-17de-abstract and just use splbio() and splx()Theo de Raadt
2007-10-17more unification between amd64 and i386 (API changes, but we thinkTheo de Raadt
2007-10-17use ansi declarations and rename gdt to sc to avoid shadows and followFederico G. Schwindt
2007-10-17use ansi declarations and rename gdt to sc to avoid shadows and followFederico G. Schwindt
2007-10-17decl variables earlier; pointed out by fgschTheo de Raadt
2007-10-17replacement for the pctr codebase that can handle amd64 processors asTheo de Raadt
2007-10-17some local variables can shadow to decrease kernel stack use, wheeTheo de Raadt
2007-10-17use NULL to point to the response buffer, which avoids confusion; ok fgschTheo de Raadt
2007-10-17- Remove a shadow declaration.Federico G. Schwindt
2007-10-16more remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-10-16For MULTIPROCESSOR kernels, make cpu_switchto() set p->p_cpu.Mark Kettenis
2007-10-16Make lazy fpu context switching work for MULTIPROCESSOR kernels. Tested byMark Kettenis
2007-10-16Make lazy fpu context switching work for MULTIPROCESSOR kernels. Tested byMark Kettenis
2007-10-16Fix printing of DIMM size for DDR2.Mark Kettenis
2007-10-16Another cpu_switchto() leftover.Mark Kettenis
2007-10-16unsigned int is nicer than just unsignedTheo de Raadt
2007-10-16typo (naem -> name)Bret Lambert
2007-10-16Do not expose the end of the proc_trampoline bowels to C code anymore, andMiod Vallat
2007-10-16Fix the mtx_wantipl != IPL_NONE comparison in the ``have to spin''Miod Vallat
2007-10-15zero the right object, not some hunk of stack; ok henric@Damien Miller
2007-10-15Remove a set, but unused varible in nfs_socket();Thordur I. Bjornsson
2007-10-15No need to match on "at34c02" anymore.Mark Kettenis
2007-10-15Skip non-SPD EEPROMs.Mark Kettenis
2007-10-15enable ADDMULTI and DELMULTI in the ioctl handler now that the thtDavid Gwynne
2007-10-15catch privileged actions as well; hint from miod@Federico G. Schwindt
2007-10-15regenBrad Smith
2007-10-15add some more Intel ICH9 PCI to ISA bridges.Brad Smith
2007-10-15regenBrad Smith
2007-10-15add the Intel ICH9 PCI ids.Brad Smith