master
repair missing DPADD requests
Include <netinet/in.h> before <net/pfvar.h>. In a future change when ports is ready, <net/pfvar.h> will stop including a pile of balony.
switch ftp-proxy over to divert-to instead of rdr-to. this avoids an expensive state lookup (via natlook ioctl) and shrinks the code. tested by me and sthen, ok reyk sthen
Replace chroot(2) and custom rdaemon() with daemon(3) and unveil(2)
unbreak build; typofix d{ea -> ae}mon; noticed by bluhm