summaryrefslogtreecommitdiff
path: root/libexec/bootpd/bootpd.c
AgeCommit message (Expand)Author
2023-11-26libexec: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-18bootpd: Use C89 function definitions.John Baldwin
2021-09-30bootp: remove the USE_BFUNCS knobKyle Evans
2019-05-25Correctly align usage: outputRodney W. Grimes
2019-05-22Marginally improve usage() message style in bootpd.Mark Johnston
2019-05-21bootpd: Add an option to skip modifications to the ARP table.Mark Johnston
2018-12-19bootpd: validate hardware typeEd Maste
2012-01-07Spelling fixes for libexec/Ulrich Spörlein
2005-12-24Make tv_sec a time_t on all platforms but alpha. Brings us more in line withTom Rhodes
2005-02-14Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder
2004-02-13Add the '-h hostname' to usage(), too.Peter Pentchev
2003-06-15fix a couple typos in the commentsJohn-Mark Gurney
2003-06-15fix bootpd to use fd_set. For some reason on Sparc, using int withJohn-Mark Gurney
2003-02-05Add FBSDID. udp/bootps -> bootps/udp. Use err(3).Philippe Charnier
2002-05-28This code defined a private __P, nuke it.Alfred Perlstein
2002-05-28Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein
2002-02-04Mark report() as printflike and fix resulting warnings, including one bugKris Kennaway
2001-09-25RFC2132 is not clear about whether the "Maximum DHCP Message Size"Ian Dowse
2000-12-09Add `_PATH_DEVZERO'.David E. O'Brien
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-04-25More egcs warning fixes:Warner Losh
1999-04-07Ensure that things returned by gethostname() andBrian Somers
1998-12-13Block for buffer overflow.Eivind Eklund
1998-12-12PR: bin/9031Matthew Dillon
1998-06-03Use gethostname(3) to obtain the local host name, as opposed to uname(3).Joerg Wunsch
1997-05-11Don't rely on stderr to report bad news.Poul-Henning Kamp
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-09-22add forgotten $Id$Wolfram Schneider
1996-01-23Fix conflicts from 2.4.3 mergePaul Traina
1996-01-23Import bootpd-2.4.3 from ftp.mc.comPaul Traina
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-09-30Rearrange bootpdPaul Traina