summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets/sblock
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings and bump WARNS to 6ngie2015-04-112-7/+7
| | | | | | | | | - Garbage collect argc/argv (-Wunused) - sleep(3) will always return an unsigned int; don't check for return codes <0 (-Wsign-compare) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
| | | | | | 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.
* Use '%zd' format specifier for ssize_temaste2012-11-191-2/+2
| | | | Found by: clang
* Add a regression test to detect if waiting on the I/O serialization lockrwatson2007-05-062-0/+216
on socket buffers is interruptible or not, which detacts the regression I introduced recently in 7-CURRENT (spotted by alfred). This test passes in older -CURRENT, and with the as-yet uncommitted sx_xlock_sig and sblock fix patches.
OpenPOWER on IntegriCloud