Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/lib



Module Name:    src
Committed By:   snj
Date:           Sat Apr 25 23:10:13 UTC 2009

Modified Files:
        src/lib/libc/gen [netbsd-5]: makecontext.3
        src/lib/libc/sys [netbsd-5]: sigaltstack.2
        src/lib/libpthread [netbsd-5]: pthread.3

Log Message:
Pull up following revision(s) (requested by rmind in ticket #727):
        lib/libc/gen/makecontext.3: revision 1.6
        lib/libc/sys/sigaltstack.2: revision 1.22
        lib/libpthread/pthread.3: revision 1.11
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.6.1 src/lib/libc/gen/makecontext.3
cvs rdiff -u -r1.21 -r1.21.26.1 src/lib/libc/sys/sigaltstack.2
cvs rdiff -u -r1.9 -r1.9.2.1 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