History log of /freebsd-current/libexec/bootpd/getether.c
Revision Date Author Comments
# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 8b356c88 18-Apr-2023 John Baldwin <jhb@FreeBSD.org>

bootpd: Use C89 function definitions.

Trim a few duplicate (but incomplete) function prototypes as well.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D39520


# 07ee9f80 12-Apr-2016 Pedro F. Giffuni <pfg@FreeBSD.org>

bootpd(8): De-register and minor cleanups.

For bootptest(8) also remuve an unused variable and replace
0 with a NULL for a pointer.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# d64ada50 30-Dec-2002 Jens Schweikhardt <schweikh@FreeBSD.org>

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


# 2386a44f 13-Oct-2002 Kris Kennaway <kris@FreeBSD.org>

Use strlcpy instead of incorrectly using strncpy.

MFC after: 2 weeks


# be9efd56 03-Feb-2002 Kris Kennaway <kris@FreeBSD.org>

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


# 7fe354ba 29-Sep-2001 Ian Dowse <iedowse@FreeBSD.org>

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

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


# 1a37aa56 09-Dec-2000 David E. O'Brien <obrien@FreeBSD.org>

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


# 7f3dea24 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 9bc34f7c 24-Dec-1997 Warner Losh <imp@FreeBSD.org>

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


# 9e522f7a 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Revert $FreeBSD$ to $Id$


# 1130b656 14-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

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.


# 628d2ac1 10-Dec-1996 Garrett Wollman <wollman@FreeBSD.org>

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.


# 148531ef 22-Sep-1996 Wolfram Schneider <wosch@FreeBSD.org>

add forgotten $Id$


# d1c0e759 22-Jan-1996 Paul Traina <pst@FreeBSD.org>

Fix conflicts from 2.4.3 merge


# e08ac58b 22-Jan-1996 Paul Traina <pst@FreeBSD.org>

Import bootpd-2.4.3 from ftp.mc.com


# fb59d6ab 03-Nov-1994 Jordan K. Hubbard <jkh@FreeBSD.org>

__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?


# 44099b7b 29-Sep-1994 Paul Traina <pst@FreeBSD.org>

Rearrange bootpd