cvs commit: src/sys/kern kern_clock.c kern_fork.c subr_prof.c
subr_trap.c src/sys/sys proc.h
John Baldwin
jhb at FreeBSD.org
Tue Apr 22 13:54:06 PDT 2003
jhb 2003/04/22 13:54:05 PDT
FreeBSD src repository
Modified files:
sys/kern kern_clock.c kern_fork.c subr_prof.c
subr_trap.c
sys/sys proc.h
Log:
- Move PS_PROFIL and its new cousin PS_STOPPROF back over to p_flag and
rename them appropriately. Protect both flags with both the proc lock
and the sched_lock.
- Protect p_profthreads with the proc lock.
- Remove Giant from profil(2).
Revision Changes Path
1.157 +17 -19 src/sys/kern/kern_clock.c
1.193 +3 -3 src/sys/kern/kern_fork.c
1.64 +13 -21 src/sys/kern/subr_prof.c
1.252 +3 -6 src/sys/kern/subr_trap.c
1.321 +2 -2 src/sys/sys/proc.h
More information about the cvs-src
mailing list