summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/errwarn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Banished to the attic.krw2017-02-131-202/+0
* Move parse_warning() into parse.c to prepare to replace errwarn.ckrw2017-02-111-53/+4
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-3/+15
* Add synchronisation support for dhcpd - this allows for two dhcpd'sbeck2008-05-071-10/+11
* pull in spaces array overflow fixes from dhclienthenning2007-03-021-9/+13
* snprintf() return value handling. ok cloder@ henning@moritz2005-04-181-1/+3
* use STDERR_FILENO; ok cloderderaadt2005-04-111-10/+10
* use writev() here too; henning okderaadt2005-04-111-7/+18
* when -d is used, log to stderr, not via syslog(3); fixed pr/4171.fgsch2005-04-111-31/+18
* avoid aliasing with libc functions; ok henningderaadt2004-09-161-2/+2
* may the whacking beginhenning2004-04-131-0/+234