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

/freebsd-10.2-release/etc/periodic/security/
H A D410.logincheckdiff 177606 Tue Mar 25 15:16:19 MDT 2008 remko Add a missing ;.

PR: misc/122069
Submitted by: taku@tekipaki.jp
MFC after: 3 days
Approved by: imp (mentor, implicit trivial change).
/freebsd-10.2-release/lib/libc/include/
H A Dlibc_private.hdiff 122069 Tue Nov 04 19:49:56 MST 2003 deischen Externalize malloc's spinlock so that a thread library can take
it around an application's fork() call. Our new thread libraries
(libthr, libpthread) can now have threads running while another
thread calls fork(). In this case, it is possible for malloc
to be left in an inconsistent state in the child. Our thread
libraries, libpthread in particular, need to use malloc internally
after a fork (in the child).

Reviewed by: davidxu

Completed in 57 milliseconds