aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd
Commit message (Expand)AuthorAgeFilesLines
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Don't call report() without a format string.Kris Kennaway2002-10-131-1/+1
* Use strlcpy instead of incorrectly using strncpy.Kris Kennaway2002-10-131-1/+1
* de-__P()Alfred Perlstein2002-10-092-2/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+3
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-1/+1
* The .Nm utilityPhilippe Charnier2002-07-063-6/+11
* Assume __STDC__, remove non-__STDC__ code. ...Alfred Perlstein2002-05-282-24/+4
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-11/+3
* This code defined a private __P, nuke it.Alfred Perlstein2002-05-288-87/+59
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-2814-97/+17
* Mark report() as printflike and fix resulting warnings, including one bugKris Kennaway2002-02-044-4/+4
* Avoid a few compiler warnings (printf codes, missing includes etc).Ian Dowse2001-09-293-4/+8
* Missing `break' statements caused two error messages to becomeIan Dowse2001-09-291-1/+3
* RFC2132 is not clear about whether the "Maximum DHCP Message Size"Ian Dowse2001-09-252-2/+4
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-264-3/+3
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-203-3/+2
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-2/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-5/+5
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-162-97/+106
* mdoc(7) police: .Os CMU -> .Os, split authors for better output.Ruslan Ermilov2000-12-122-2/+3
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-093-3/+8
* ConstifyKris Kennaway2000-11-262-5/+6
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-10/+10
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-28/+27
* Fix to=auto in bootptab.Dirk Froemberg2000-11-101-6/+10
* strerror is declared in <string.h>Warner Losh2000-09-041-3/+4
* Fix bootpd for Alpha.Marcel Moolenaar1999-11-123-9/+11
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-282-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2834-34/+34
* Fix a couple of typos.Mike Pritchard1999-07-121-3/+3
* More egcs warning fixes:Warner Losh1999-04-254-7/+10
* 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
* Don't assume that time_t is long. Fixed printf format errors.Bruce Evans1998-06-291-5/+5
* Use gethostname(3) to obtain the local host name, as opposed to uname(3).Joerg Wunsch1998-06-031-5/+4
* Spelling corrections.Joseph Koshy1998-06-031-3/+3
* Convert to mdoc. Header -> Id. Typo.Philippe Charnier1998-02-032-395/+394
* Removed most unused includes of <net/if_var.h> outside the kernel.Bruce Evans1998-01-161-2/+1
* Typo fix: bootgw -> bootpgwMasafumi Max NAKANE1997-12-291-2/+2
* Use snprintf rather than printf out of paranoiaWarner Losh1997-12-245-9/+10
* Fix description of -t option.Joerg Wunsch1997-08-241-2/+2
* Don't rely on stderr to report bad news.Poul-Henning Kamp1997-05-111-8/+8
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2232-32/+32
* Fix a hop count datatype bogon pointed out in PR#2642 (though my fixJordan K. Hubbard1997-02-071-5/+6
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1432-32/+32