Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib
Module Name: src
Committed By: wiz
Date: Thu Apr 16 18:37:30 UTC 2009
Modified Files:
src/lib/libc/gen: makecontext.3
src/lib/libc/sys: sigaltstack.2
src/lib/libpthread: README pthread.3
Log Message:
Add CAVEATS section:
Due to limitations in the current pthread implementation, makecontext(3)
and sigaltstack(2) should not be used in programs which link against
libpthread (whether threads are used or not).
Wording from drochner@ and ad@
Bump date for man pages.
Add note in libpthread/README so it's not forgotten to update the man
pages when the problem is fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/gen/makecontext.3
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/sys/sigaltstack.2
cvs rdiff -u -r1.5 -r1.6 src/lib/libpthread/README
cvs rdiff -u -r1.10 -r1.11 src/lib/libpthread/pthread.3
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