aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/tools
Commit message (Collapse)AuthorAgeFilesLines
* Sort sections.Ruslan Ermilov2005-01-181-10/+10
| | | | Notes: svn path=/head/; revision=140414
* Add FBSDID. udp/bootps -> bootps/udp. Use err(3).Philippe Charnier2003-02-051-17/+17
| | | | Notes: svn path=/head/; revision=110395
* The .Nm utilityPhilippe Charnier2002-07-062-3/+5
| | | | Notes: svn path=/head/; revision=99500
* Assume __STDC__, remove non-__STDC__ code. ↵Alfred Perlstein2002-05-282-24/+4
| | | | | | | Remove private __P. Notes: svn path=/head/; revision=97419
* Avoid a few compiler warnings (printf codes, missing includes etc).Ian Dowse2001-09-291-2/+2
| | | | | | | | | PR: bin/30864 Obtained from: Dan Lukes <dan@obluda.cz> MFC after: 1 week Notes: svn path=/head/; revision=84125
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-263-1/+2
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-203-3/+2
| | | | Notes: svn path=/head/; revision=74529
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-162-97/+106
| | | | Notes: svn path=/head/; revision=71112
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-282-0/+4
| | | | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=50533
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
| | | | Notes: svn path=/head/; revision=50476
* More egcs warning fixes:Warner Losh1999-04-252-4/+5
| | | | | | | | | | | | | o main returns int not void o use return 0 at end of main when needed o use braces to avoid potentially ambiguous else o don't default to type int (and also remove a useless register modifier). Reviewed by: obrien and chuckr Notes: svn path=/head/; revision=46078
* Use snprintf rather than printf out of paranoiaWarner Losh1997-12-241-2/+2
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=31971
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-227-7/+7
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-147-7/+7
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-101-3/+1
| | | | | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it. Notes: svn path=/head/; revision=20287
* add forgotten $Id$Wolfram Schneider1996-09-223-0/+7
| | | | Notes: svn path=/head/; revision=18471
* Import bootpd-2.4.3 from ftp.mc.comPaul Traina1996-01-233-21/+31
| | | | Notes: svn path=/cvs2svn/branches/MC/; revision=13572
* Fix SRCS (.c's were .o's) so that `make depend' works.Bruce Evans1995-09-281-2/+2
| | | | Notes: svn path=/head/; revision=11050
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8870
* Rearrange bootpdPaul Traina1994-09-3010-0/+1531
Notes: svn path=/cvs2svn/branches/MC/; revision=3229