Searched hist:212077 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.cdiff 212077 Wed Sep 01 01:18:00 MDT 2010 davidxu Change atfork lock from mutex to rwlock, also make mutexes used by malloc()
module private type, when private type mutex is locked/unlocked, thread
critical region is entered or leaved. These changes makes fork()
async-signal safe which required by POSIX. Note that user's atfork handler
still needs to be async-signal safe, but it is not problem of libthr, it
is user's responsiblity.
H A Dthr_umtx.hdiff 212077 Wed Sep 01 01:18:00 MDT 2010 davidxu Change atfork lock from mutex to rwlock, also make mutexes used by malloc()
module private type, when private type mutex is locked/unlocked, thread
critical region is entered or leaved. These changes makes fork()
async-signal safe which required by POSIX. Note that user's atfork handler
still needs to be async-signal safe, but it is not problem of libthr, it
is user's responsiblity.
H A Dthr_mutex.cdiff 212077 Wed Sep 01 01:18:00 MDT 2010 davidxu Change atfork lock from mutex to rwlock, also make mutexes used by malloc()
module private type, when private type mutex is locked/unlocked, thread
critical region is entered or leaved. These changes makes fork()
async-signal safe which required by POSIX. Note that user's atfork handler
still needs to be async-signal safe, but it is not problem of libthr, it
is user's responsiblity.
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.cdiff 306475 Thu Sep 29 21:32:51 MDT 2016 ae MFC r305940:
Move opcode rewriter init and destroy handlers into non-VNET code.

PR: 212576,212649,212077
Submitted by: John Zielinski

Completed in 147 milliseconds