History log of /freebsd-9.3-release/sbin/nos-tun/nos-tun.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 204966 10-Mar-2010 uqs

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)


# 141611 10-Feb-2005 ru

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


# 121540 26-Oct-2003 peter

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


# 103417 16-Sep-2002 mike

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


# 92883 21-Mar-2002 imp

o remove __P
o remove main prototype


# 89583 20-Jan-2002 billf

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.


# 80203 23-Jul-2001 kris

s/adress/address/

Inspired by: OpenBSD
MFC After: 1 week


# 74948 28-Mar-2001 phk

Allow specification of which source address to use for encapsulation.

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


# 61438 09-Jun-2000 asmodai

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


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 45114 29-Mar-1999 phk

Add ability to set protocol number.

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


# 38023 02-Aug-1998 bde

Fixed printf format errors.


# 37669 15-Jul-1998 charnier

Do not uppercase first letter in syslog() string.


# 35734 05-May-1998 charnier

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


# 35137 11-Apr-1998 phk

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