aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/accf_dns
Commit message (Collapse)AuthorAgeFilesLines
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Add an accept filter for TCP based DNS requests. It waits until theDavid Malone2008-07-181-0/+8
whole first request is present before returning from accept. Notes: svn path=/head/; revision=180593