Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: roy
Date: Sat Jul 19 14:53:22 UTC 2014
Modified Files:
src/lib/libc/gen: arc4random.c pthread_atfork.3
src/share/man/man7: signal.7
Log Message:
Document that our use of pthread_mutex_unlock(3) is async-signal-safe
and as such can be used in a phtread_atfork(3) child handler.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/gen/arc4random.c
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/gen/pthread_atfork.3
cvs rdiff -u -r1.16 -r1.17 src/share/man/man7/signal.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index