Age | Commit message (Collapse) | Author |
|
traced proc. The vnode is in the proc and all functions need the proc.
|
|
|
|
|
|
|
|
from gluk@ptci.ru; deraadt@ and niklas@ ok
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
startup.
From NetBSD
|
|
|
|
|
|
define more inline functions for dealing with this.
From NetBSD
|
|
|
|
|
|
code and keep old behaviour. (art@ ok)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
freeze
|
|
|
|
there but relying on an indirect inclusion
|
|
|
|
|
|
|
|
cpu_exit no longer frees the vmspace and u-area. This is now handled by a
separate kernel thread "reaper". This is to avoid sleeping locks in the
critical path of cpu_exit where we're not allowed to sleep.
From NetBSD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ensure ksyms work properly when DDB isn't defined
|
|
|
|
Switch to new noncontig pmap settings
|
|
|