aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/sigqueue
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-153-3/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-162-2/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-132-2/+2
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* Fixed missing or broken library dependencies.Ruslan Ermilov2010-02-252-2/+0
| | | | Notes: svn path=/head/; revision=204311
* Tweaks for sigqueue tests:Konstantin Belousov2009-10-112-12/+27
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=197965
* Add code to test queued SIGCHLD.David Xu2005-11-083-1/+100
| | | | Notes: svn path=/head/; revision=152186
* Add sigqueue test code.David Xu2005-11-073-0/+62
Notes: svn path=/head/; revision=152155