summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_xxx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* retguard has now replaced the stack protector on clang architectures,deraadt2019-04-021-2/+2
* When we are rebooting, do not fail in uvn_io(). The vnodes arebluhm2018-03-081-1/+5
* Remove almost unused `flags' argument of suser().mpi2018-02-191-2/+2
* p_comm is the process's command and isn't per thread, so move it fromguenther2017-01-211-6/+10
* Include sys/proc.h when compiled with SYSCALL_DEBUG to get access topatrick2016-12-181-8/+9
* Display/test/use the process PID, not the thread's TID, in a few places.guenther2016-10-051-3/+3
* Write the system time back to the RTC every 30 minutes.naddy2016-09-031-1/+3
* remove stale lint annotationstedu2015-12-051-2/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* reboot(9): Add MI reboot entry functionuebayasi2014-07-111-2/+12
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-2/+1
* Move p_emul and p_sigcode from proc to process.guenther2014-03-261-3/+3
* Move the common bits of syscall invocation and return handling intoguenther2012-08-071-3/+4
* In reboot, no need to sched_peg_curproc() to the primary, becausederaadt2012-07-091-19/+2
* Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls,guenther2011-07-111-9/+3
* There is a bunch of places in the kernel entry points where we don'tart2011-07-071-3/+9
* if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()deraadt2011-06-261-3/+1
* more #ifdef needed for the case of not pegging on a non-MP kernelderaadt2010-07-281-1/+3
* It's pretty pointless to peg ourselves to the primary CPU if that's thekettenis2010-07-281-2/+2
* Implement functions to take away the secondary CPUs from the scheduler andkettenis2010-04-061-23/+4
* Add code to stop scheduling processes on CPUs, effectively halting that CPU.kettenis2010-01-091-1/+24
* Backout previous commit. There is a possible race which makes it possiblekettenis2009-11-291-19/+2
* Add a mechanism to stop the scheduler from scheduling processes on akettenis2009-11-251-2/+19
* At sys_reboot time, bring all the interfaces down so that their xxstopderaadt2009-08-101-1/+5
* Make sure that sys_reboot runs on the primary cpu. Won't hurt when notart2009-04-031-1/+17
* ansi/deregister.jsg2005-11-281-13/+4
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Add option NO_PROPOLICE, which explicitely disables the use of the propolicemiod2003-05-131-2/+3
* support for propolice in the kernel.tedu2003-05-131-1/+10
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* fix syscall debuggingderaadt1996-08-261-3/+3
* sync syscalls, no sys/cpu.hderaadt1996-05-021-3/+2
* From NetBSD: 960217 mergeniklas1996-03-031-3/+4
* initial import of NetBSD treederaadt1995-10-181-0/+137