History log of /openbsd-src/regress/lib/libpthread/pthread_kill/pthread_kill.c (Results 1 – 5 of 5)
Revision Date Author Comments
# c0166d30 10-May-2016 guenther <guenther@openbsd.org>

In a signal handler use snprintf()+local buffer instead of asprintf+free


# db3296cf 31-Jul-2003 deraadt <deraadt@openbsd.org>

various cleanups; david says results are same


# 298abc67 19-Jun-2003 pvalchev <pvalchev@openbsd.org>

free memory allocated by asprintf; ok marco


# f9fcec45 23-Oct-2002 marc <marc@openbsd.org>

remove 0x in front of %p -- not needed


# 780f8468 21-Oct-2002 marc <marc@openbsd.org>

Add test for pthread_kill. The test currently fails as thread
specific delivery semantics are incorrect. Fix in progress.