Searched hist:84684 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/etc/mail/
H A DMakefilediff 84684 Mon Oct 08 22:35:24 MDT 2001 gshapiro Do not clobber users hostname.mc file if freebsd.mc changes (likely after an
installworld).

Submitted by: Steve Watt <steve@Watt.COM>
MFC after: 2 days
/freebsd-10.3-release/sys/kern/
H A Dkern_proc.cdiff 150843 Sun Oct 02 23:27:56 MDT 2005 truckman Always wire the sysctl output buffer in sysctl_kern_proc() before
calling sysctl_out_proc(). -- fix from jhb

Move the code in fill_kinfo_thread() that gathers data from struct proc
into the new function fill_kinfo_proc_only().

Change all callers of fill_kinfo_thread() to call both
fill_kinfo_proc_only() and fill_kinfo() thread. When gathering
data from a multi-threaded process, fill_kinfo_proc_only() only needs
to be called once.

Grab sched_lock before accessing the process thread list or calling
fill_kinfo_thread().

PR: kern/84684
MFC after: 3 days

Completed in 143 milliseconds