summaryrefslogtreecommitdiff
path: root/libexec/bootpd/bootpd.c
Commit message (Expand)AuthorAgeFilesLines
* Correctly align usage: outputRodney W. Grimes2019-05-251-7/+7
* Marginally improve usage() message style in bootpd.Mark Johnston2019-05-221-2/+2
* bootpd: Add an option to skip modifications to the ARP table.Mark Johnston2019-05-211-5/+12
* bootpd: validate hardware typeEd Maste2018-12-191-0/+4
* Spelling fixes for libexec/Ulrich Spörlein2012-01-071-2/+2
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withTom Rhodes2005-12-241-2/+3
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-141-1/+2
* Add the '-h hostname' to usage(), too.Peter Pentchev2004-02-131-1/+3
* fix a couple typos in the commentsJohn-Mark Gurney2003-06-151-2/+2
* fix bootpd to use fd_set. For some reason on Sparc, using int withJohn-Mark Gurney2003-06-151-4/+6
* Add FBSDID. udp/bootps -> bootps/udp. Use err(3).Philippe Charnier2003-02-051-5/+4
* This code defined a private __P, nuke it.Alfred Perlstein2002-05-281-13/+9
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-4/+0
* Mark report() as printflike and fix resulting warnings, including one bugKris Kennaway2002-02-041-1/+1
* RFC2132 is not clear about whether the "Maximum DHCP Message Size"Ian Dowse2001-09-251-2/+2
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* More egcs warning fixes:Warner Losh1999-04-251-2/+3
* Ensure that things returned by gethostname() andBrian Somers1999-04-071-3/+5
* Block for buffer overflow.Eivind Eklund1998-12-131-1/+3
* PR: bin/9031Matthew Dillon1998-12-121-2/+2
* Use gethostname(3) to obtain the local host name, as opposed to uname(3).Joerg Wunsch1998-06-031-5/+4
* Don't rely on stderr to report bad news.Poul-Henning Kamp1997-05-111-8/+8
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* add forgotten $Id$Wolfram Schneider1996-09-221-0/+3
* Fix conflicts from 2.4.3 mergePaul Traina1996-01-231-1/+1
* Import bootpd-2.4.3 from ftp.mc.comPaul Traina1996-01-231-29/+52
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Rearrange bootpdPaul Traina1994-09-301-0/+1380