freebsd-dev/sys/ufs
John Baldwin a15cc35909 Lock both the proc lock and sched_lock when calling sched_nice since
kg_nice is now protected by both.  Being protected by both means that
other places in the kernel that want to read kg_nice only need one of the
two locks.
2003-04-22 20:45:38 +00:00
..
ffs Lock both the proc lock and sched_lock when calling sched_nice since 2003-04-22 20:45:38 +00:00
ufs Including <sys/stdint.h> is (almost?) universally only to be able to use 2003-03-18 08:45:25 +00:00