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

Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\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


# 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.


# 5ed136e8 28-May-2002 Alfred Perlstein <alfred@FreeBSD.org>

Assume __STDC__, remove non-__STDC__ code.

Reviewed by: md5


# a16f3123 26-Nov-2000 Kris Kennaway <kris@FreeBSD.org>

Constify


# 7c62d872 03-Sep-2000 Warner Losh <imp@FreeBSD.org>

strerror is declared in <string.h>
errno is declared in <errno.h>


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

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


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

Rearrange bootpd