summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/udpsock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adjust some long lines.krw2017-02-131-3/+5
* Do the strerror() elimination dance with log_warnx() -> log_warn(),krw2017-02-131-10/+8
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-131-11/+12
* Remove pledge(2)'s that are called before chroot(2) since in the near futuremestre2016-04-271-4/+1
* In udpsockmode codepath dhcpd.c had the promise route for pledge(2) but it wasmestre2016-04-041-2/+2
* sys/param.h -> sys/types.h. No need to drag in nitems() only tokrw2016-02-081-3/+3
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-5/+14
* pledge.krw2015-12-141-1/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Add -u option to bind UDP port as a socket to answer DHCPINFORM fromyasuoka2014-07-111-0/+172