summaryrefslogtreecommitdiff
path: root/sys/kern/kern_xxx.c
AgeCommit message (Expand)Author
2010-07-28more #ifdef needed for the case of not pegging on a non-MP kernelTheo de Raadt
2010-07-28It's pretty pointless to peg ourselves to the primary CPU if that's theMark Kettenis
2010-04-06Implement functions to take away the secondary CPUs from the scheduler andMark Kettenis
2010-01-09Add code to stop scheduling processes on CPUs, effectively halting that CPU.Mark Kettenis
2009-11-29Backout previous commit. There is a possible race which makes it possibleMark Kettenis
2009-11-25Add a mechanism to stop the scheduler from scheduling processes on aMark Kettenis
2009-08-10At sys_reboot time, bring all the interfaces down so that their xxstopTheo de Raadt
2009-04-03Make sure that sys_reboot runs on the primary cpu. Won't hurt when notArtur Grabowski
2005-11-28ansi/deregister.Jonathan Gray
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-13Add option NO_PROPOLICE, which explicitely disables the use of the propoliceMiod Vallat
2003-05-13support for propolice in the kernel.Ted Unangst
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
1996-08-26fix syscall debuggingTheo de Raadt
1996-05-02sync syscalls, no sys/cpu.hTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt