History log of /freebsd-current/contrib/tcp_wrappers/options.c
Revision Date Author Comments
# 8297ff13 21-Jan-2024 Piotr Paweł Stefaniak <pstef@FreeBSD.org>

tcp_wrappers: silence a few warnings

Mostly -Wdeprecated-non-prototype.

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


# 14f102ea 21-Mar-2023 Ed Maste <emaste@FreeBSD.org>

tcp_wrappers: Use ANSI (c89) function definitions

Although this code is in contrib/ there is no active upstream.

Reviewed by: brooks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D36047


# 068ad27d 17-Jul-2019 Brooks Davis <brooks@FreeBSD.org>

Use ANSI C function definitions and declerations.

Obtained from: CheriBSD
MFC after: 1 week
Sponsored by: DARPA, AFRL


# bbaadbd7 30-Oct-2013 Sean Bruno <sbruno@FreeBSD.org>

Quiesce two warnings:

1. define the CODE * as const
2. restructure function to eliminate warning about exiting with no return.
severity_map() never returns when it can't find an appropriate sysylog
facility, and it longjmp()'s away into error code handling. Keep this
behavior by stashing the facility value found during our search and
checking for -1 if found.


# 46bcf11d 30-Oct-2013 Sean Bruno <sbruno@FreeBSD.org>

Quiesce warnings by updating headerfile includes


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


# b8980b27 14-Jan-2001 David Malone <dwmalone@FreeBSD.org>

Make tcpwrappers use the magic in syslog.h for getting syslog facility
and level names.

Add FreeBSD tag.

PR: 24218
Approved by: markm


# 2aef6930 14-Mar-1999 Mark Murray <markm@FreeBSD.org>

Clean import of TCP-wrappers by Wietse Venema.
Rest of build to follow.