summaryrefslogtreecommitdiff
path: root/libexec/bootpd/getether.c
Commit message (Collapse)AuthorAgeFilesLines
* bootpd(8): De-register and minor cleanups.Pedro F. Giffuni2016-04-121-2/+2
| | | | | | | | For bootptest(8) also remuve an unused variable and replace 0 with a NULL for a pointer. Notes: svn path=/head/; revision=297865
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
| | | | | | | Add FreeBSD Id tag where missing. Notes: svn path=/head/; revision=108470
* Use strlcpy instead of incorrectly using strncpy.Kris Kennaway2002-10-131-1/+1
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=105039
* Mark report() as printflike and fix resulting warnings, including one bugKris Kennaway2002-02-041-1/+1
| | | | | | | (get_errmsg -> get_errmsg()) Notes: svn path=/head/; revision=90159
* Avoid a few compiler warnings (printf codes, missing includes etc).Ian Dowse2001-09-291-1/+3
| | | | | | | | | PR: bin/30864 Obtained from: Dan Lukes <dan@obluda.cz> MFC after: 1 week Notes: svn path=/head/; revision=84125
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* 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-221-1/+1
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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-1/+2
| | | | | | | | | 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-221-0/+2
| | | | Notes: svn path=/head/; revision=18471
* Fix conflicts from 2.4.3 mergePaul Traina1996-01-231-1/+1
| | | | Notes: svn path=/head/; revision=13575
* Import bootpd-2.4.3 from ftp.mc.comPaul Traina1996-01-231-10/+19
| | | | Notes: svn path=/cvs2svn/branches/MC/; revision=13572
* __386BSD__ -> __FreeBSD__Jordan K. Hubbard1994-11-041-1/+1
| | | | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we? Notes: svn path=/head/; revision=4131
* Rearrange bootpdPaul Traina1994-09-301-0/+374
Notes: svn path=/cvs2svn/branches/MC/; revision=3229