summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/bootp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adjust some long lines.krw2017-02-131-16/+17
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-131-10/+11
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-1/+15
* Add -u option to bind UDP port as a socket to answer DHCPINFORM fromyasuoka2014-07-111-3/+3
* Prettify & refactor, no functional change.pelikan2014-06-111-10/+9
* tiny bit of delinting; ok krw@otto2006-03-131-2/+2
* Simply use the ethernet source address of the request as new ethernetclaudio2005-01-311-8/+2
* avoid aliasing with libc functions; ok henningderaadt2004-09-161-4/+4
* Remove the not initialized fallback_interface code and use the normal bpfclaudio2004-09-161-7/+4
* knfderaadt2004-05-111-3/+3
* remove things not used, spotted by lint mostly; ok henningderaadt2004-05-041-3/+3
* filter writes and lock bpf descriptor, ok henning@canacar2004-04-211-4/+4
* spacingderaadt2004-04-181-2/+2
* more KNFhenning2004-04-181-3/+3
* various knf; henning okderaadt2004-04-181-17/+12
* cleaning; from pedrohenning2004-04-151-204/+200
* spacesderaadt2004-04-141-4/+4
* may the whacking beginhenning2004-04-131-0/+369