Module Name: src Committed By: martin Date: Mon Aug 8 17:16:53 UTC 2022
Modified Files: src/lib/libpthread [netbsd-9]: pthread.c Log Message: Apply patch, requested by riastradh in ticket #1498: lib/libpthread/pthread.c 1.181 (via patch) libpthread(3): Fix a marvellous interaction with rtld. Patch from chs@. Comment explaining the story by me. This patch may not be optimal -- maybe it would be better in pthread__init, or better for rtld to call _lwp_unpark after _lwp_park in the contened case -- but we've tested this version and it's annoying to reproduce, so let's take this version and worry about testing improvements later. To generate a diff of this commit: cvs rdiff -u -r1.153.2.1 -r1.153.2.2 src/lib/libpthread/pthread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.