tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
regress
/
lib
/
libpthread
/
signals
/
at
master
3 folders
2 files
ignore_sigchild
Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer.
10 years ago
pthread_join
Add tests to check signal handling during pthread_join(3) and pthread_mutex_lock(3). Currently failing.
14 years ago
pthread_mutex_lock
Add tests to check signal handling during pthread_join(3) and pthread_mutex_lock(3). Currently failing.
14 years ago
Makefile
Test for the wait*() hang issue when SIGCHLD is ignored, as seen in the python's subprocess' test.
14 years ago
Makefile.inc
Add tests to check signal handling during pthread_join(3) and pthread_mutex_lock(3). Currently failing.
14 years ago