| Commit message (Expand) | Author | Age | Files | Lines |
* | retguard has now replaced the stack protector on clang architectures, |  deraadt | 2019-04-02 | 1 | -2/+2 |
* | When we are rebooting, do not fail in uvn_io(). The vnodes are |  bluhm | 2018-03-08 | 1 | -1/+5 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 1 | -2/+2 |
* | p_comm is the process's command and isn't per thread, so move it from |  guenther | 2017-01-21 | 1 | -6/+10 |
* | Include sys/proc.h when compiled with SYSCALL_DEBUG to get access to |  patrick | 2016-12-18 | 1 | -8/+9 |
* | Display/test/use the process PID, not the thread's TID, in a few places. |  guenther | 2016-10-05 | 1 | -3/+3 |
* | Write the system time back to the RTC every 30 minutes. |  naddy | 2016-09-03 | 1 | -1/+3 |
* | remove stale lint annotations |  tedu | 2015-12-05 | 1 | -2/+1 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -3/+1 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | reboot(9): Add MI reboot entry function |  uebayasi | 2014-07-11 | 1 | -2/+12 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -2/+1 |
* | Move p_emul and p_sigcode from proc to process. |  guenther | 2014-03-26 | 1 | -3/+3 |
* | Move the common bits of syscall invocation and return handling into |  guenther | 2012-08-07 | 1 | -3/+4 |
* | In reboot, no need to sched_peg_curproc() to the primary, because |  deraadt | 2012-07-09 | 1 | -19/+2 |
* | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, |  guenther | 2011-07-11 | 1 | -9/+3 |
* | There is a bunch of places in the kernel entry points where we don't |  art | 2011-07-07 | 1 | -3/+9 |
* | if_downall() cannot be done MI in sys_reboot() because vfs_shutdown() |  deraadt | 2011-06-26 | 1 | -3/+1 |
* | more #ifdef needed for the case of not pegging on a non-MP kernel |  deraadt | 2010-07-28 | 1 | -1/+3 |
* | It's pretty pointless to peg ourselves to the primary CPU if that's the |  kettenis | 2010-07-28 | 1 | -2/+2 |
* | Implement functions to take away the secondary CPUs from the scheduler and |  kettenis | 2010-04-06 | 1 | -23/+4 |
* | Add code to stop scheduling processes on CPUs, effectively halting that CPU. |  kettenis | 2010-01-09 | 1 | -1/+24 |
* | Backout previous commit. There is a possible race which makes it possible |  kettenis | 2009-11-29 | 1 | -19/+2 |
* | Add a mechanism to stop the scheduler from scheduling processes on a |  kettenis | 2009-11-25 | 1 | -2/+19 |
* | At sys_reboot time, bring all the interfaces down so that their xxstop |  deraadt | 2009-08-10 | 1 | -1/+5 |
* | Make sure that sys_reboot runs on the primary cpu. Won't hurt when not |  art | 2009-04-03 | 1 | -1/+17 |
* | ansi/deregister. |  jsg | 2005-11-28 | 1 | -13/+4 |
* | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | Add option NO_PROPOLICE, which explicitely disables the use of the propolice |  miod | 2003-05-13 | 1 | -2/+3 |
* | support for propolice in the kernel. |  tedu | 2003-05-13 | 1 | -1/+10 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
* | fix syscall debugging |  deraadt | 1996-08-26 | 1 | -3/+3 |
* | sync syscalls, no sys/cpu.h |  deraadt | 1996-05-02 | 1 | -3/+2 |
* | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -3/+4 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+137 |