History log of /freebsd-current/sbin/nos-tun/nos-tun.c
Revision Date Author Comments
# eba230af 25-Sep-2023 John Baldwin <jhb@FreeBSD.org>

Purge more stray embedded $FreeBSD$ strings

These do not use __FBSDID but instead use bare char arrays.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41957


# 65f3be91 07-Jul-2023 Alfonso Gregory <gfunni234@gmail.com>

Mark usage function as __dead2 in programs where it does not return

In most cases, usage does not return, so mark them as __dead2. For the
cases where they do return, they have not been marked __dead2.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/735


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix


# 1de7b4b8 27-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

various: general adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.


# 482d8831 15-Oct-2013 Kevin Lo <kevlo@FreeBSD.org>

Use INADDR_NONE instead of -1 to check inet_addr() result.

Reviewed by: glebius


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


# b9279536 10-Mar-2010 Ulrich Spörlein <uqs@FreeBSD.org>

nos-tun(8): make WARNS=3 clean

The renames are in spirit of DragonflyBSD, to keep diff minimal.

PR: bin/140060
Approved by: ed (co-mentor)


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


# 8d646af5 10-Feb-2005 Ruslan Ermilov <ru@FreeBSD.org>

Sync program's usage() with manpage's SYNOPSIS.


# 7b4ef4ac 25-Oct-2003 Peter Wemm <peter@FreeBSD.org>

64 bit fixes. in_addr_t is an uint32_t, not a u_long.


# 51f42932 16-Sep-2002 Mike Barcroft <mike@FreeBSD.org>

Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.


# d476a036 21-Mar-2002 Warner Losh <imp@FreeBSD.org>

o remove __P
o remove main prototype


# 955052cf 19-Jan-2002 Bill Fumerola <billf@FreeBSD.org>

from select(2):
Any of readfds, writefds, and exceptfds may be given as nil
pointers if no descriptors are of interest.

neither wfds nor efds were of interest so now they are nil.

also, do a little better then making an educated guess for nfds.


# 56bded8a 22-Jul-2001 Kris Kennaway <kris@FreeBSD.org>

s/adress/address/

Inspired by: OpenBSD
MFC After: 1 week


# 6d4a212d 28-Mar-2001 Poul-Henning Kamp <phk@FreeBSD.org>

Allow specification of which source address to use for encapsulation.

PR: 25847
Submitted by: Eugene Polovnikov <eugene@brain-fag.org>


# 685fd2c5 09-Jun-2000 Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>

Fix occurences of nos_tun to nos-tun, this improves internal
consistency as well as an usage printout.

PR: 10538
Submitted by: piazza
Nudged by: nrahlstr


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

$Id$ -> $FreeBSD$


# d59cf2ac 29-Mar-1999 Poul-Henning Kamp <phk@FreeBSD.org>

Add ability to set protocol number.

PR: 10753
Submitted by: Isao SEKI <iseki@gongon.com>


# ab845347 02-Aug-1998 Bruce Evans <bde@FreeBSD.org>

Fixed printf format errors.


# 1109d2e0 15-Jul-1998 Philippe Charnier <charnier@FreeBSD.org>

Do not uppercase first letter in syslog() string.


# 59edad7a 05-May-1998 Philippe Charnier <charnier@FreeBSD.org>

Add usage() and rcsid. Getopt() returns -1 not EOF. Remove unused #includes.
Use .An/.Aq in man page.


# e66dbdb6 11-Apr-1998 Poul-Henning Kamp <phk@FreeBSD.org>

Program which implements "nos" alias "ka9q" alias "IP-IP" tunnels.

PR: 1154
Reviewed by: phk
Manpage by: phk
Submitted by: Nickolay N. Dudorov nnd@itfs.nsk.su