summaryrefslogtreecommitdiff
path: root/security/xinetd/files/patch-xinetd_child.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/xinetd: Make it fetchable and fix WWWRenato Botelho2023-03-211-6/+6
| | | | | | | | | | | | | Original site is gone but code is still available on github. Changed WWW to point to github and also consumes source code from there. I've compared content of current github code and original tarball and it was just missing one function from xgetloadavg.c, now added using patch. While here, re-generate patches. PR: 270345 Reported by: diizzy
* Fix some edge cases in xinetd file descriptor handlingRenato Botelho2016-09-051-0/+24
This change fixes the case where the listening file descriptor is in 0~2 range (easily reprodutible with a single UDP service) PR: 211038 Obtained from: pfSense MFH: 2016Q3 Sponsored by: Rubicon Communications (Netgate) Notes: svn path=/head/; revision=421378