History log of /freebsd-10.1-release/tools/regression/sigqueue/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


204311 25-Feb-2010 ru

Fixed missing or broken library dependencies.


197965 11-Oct-2009 kib

Tweaks for sigqueue tests:
- slightly adjust code for style, sort headers.
- in sigqtest2, print received signals, to make it easy to see why test
failed.
- in sigqtest2, job_control_test(), cover a race by adding sleep after
child stopped itself to allow for SIGCHLD due to stop and exit to not
be coalesced.

MFC after: 2 weeks


152186 08-Nov-2005 davidxu

Add code to test queued SIGCHLD.


152155 07-Nov-2005 davidxu

Add sigqueue test code.