aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/poll
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*\$FreeBSD\$$\n/
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-163-3/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* Update tools/regression/poll/sockpoll.c for POLLRDPOLL.Thomas Munro2021-04-283-33/+120
| | | | | | | | | Add a POLLRDHUP example to this tool, for comparison with other operating systems. Also record current output on FreeBSD and Linux. Reviewed by: kib MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D29757
* Test the poll(2) return value.Konstantin Belousov2010-08-281-33/+52
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=211940
* Add some tests for poll(2)/shutdown(2) interaction.Jilles Tjoelker2009-08-252-2/+205
| | | | Notes: svn path=/head/; revision=196554
* Fix syntax error, makefile comments start with #.Konstantin Belousov2009-07-251-1/+1
| | | | | | | | Submitted by: bde Approved by: re (kensmith) Notes: svn path=/head/; revision=195878
* Test suite for the poll(2)/select(2) on fifos, pipes and sockets,Konstantin Belousov2009-07-1214-0/+883
and recorded results for several operating systems. Submitted by: bde Approved by: re (kensmith) Notes: svn path=/head/; revision=195636