History log of /freebsd-10.0-release/libexec/bootpd/getether.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 108470 30-Dec-2002 schweikh

Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
Add FreeBSD Id tag where missing.


# 105039 13-Oct-2002 kris

Use strlcpy instead of incorrectly using strncpy.

MFC after: 2 weeks


# 90159 03-Feb-2002 kris

Mark report() as printflike and fix resulting warnings, including one bug
(get_errmsg -> get_errmsg())


# 84125 29-Sep-2001 iedowse

Avoid a few compiler warnings (printf codes, missing includes etc).

PR: bin/30864
Obtained from: Dan Lukes <dan@obluda.cz>
MFC after: 1 week


# 69793 09-Dec-2000 obrien

Add `_PATH_DEVZERO'.
Use _PATH_* where where possible.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 31971 24-Dec-1997 imp

Use snprintf rather than printf out of paranoia
Obtained from: OpenBSD


# 22989 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

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.


# 20287 10-Dec-1996 wollman

Fix up programs which expect <net/if.h> to include <sys/time.h> to instead
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.


# 18471 22-Sep-1996 wosch

add forgotten $Id$


# 13575 22-Jan-1996 pst

Fix conflicts from 2.4.3 merge


# 4131 04-Nov-1994 jkh

__386BSD__ -> __FreeBSD__

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?


# 3230 30-Sep-1994 pst

This commit was generated by cvs2svn to compensate for changes in r3229,
which included commits to RCS files with non-trunk default branches.


# 3229 30-Sep-1994 pst

Rearrange bootpd