summaryrefslogtreecommitdiff
path: root/regress/case-adh-cancel3.sys
Commit message (Collapse)AuthorAge
* regress/: Replace PF_ with AF_Ian Jackson2014-10-19
| | | | | | | | | | | I don't much like PF_. None of the modern specs or docs talk about PF any more. Entirely formulaic patch: perl -i~ -pe 's/\bPF_INET\b/AF_INET/g' regress/* perl -i~ -pe 's/\bPF_INET6\b/AF_INET6/g' regress/* Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* regress/: Include the protocol family in socket(2) lines.Mark Wooding2014-10-19
| | | | | | | | | I updated the test files with this rune: grep -lZ "^ socket type=" *.sys | xargs -0r sed -i \ 's/^ socket type=/ socket domain=PF_INET type=/' Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
* regress/: Don't track the size of the socket-address buffer in recvfrom(3).Mark Wooding2014-06-13
| | | | | | | This is system specific, and (more annoyingly) will break the tests if additional address families are supported in the future. Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
* New test case for cancel of a query with a subquery.ian2000-09-16