History log of /freebsd-9.3-release/lib/libncp/ncpl_conn.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)


# 165920 09-Jan-2007 imp

Boris Popov has granted permission to remove the advertising clause
from lib/libncp. Make it so. Also, renumbered clauses.


# 140346 16-Jan-2005 charnier

Standardize 2 error messages: start with lowercase letter.


# 132758 28-Jul-2004 kan

Avoid casts as lvalues.


# 118025 25-Jul-2003 peter

Fix for 64 bit platforms. sysctl's length args are pointers to
size_t, not int. This could be fatal where size_t is long.

Reviewed by: bp


# 113043 04-Apr-2003 imp

No need to have ifdef < FreeBSD 4.0-current in here. Remove it to
avoid false positive while searching for __FreeBSD_version abuse.


# 84768 10-Oct-2001 bde

Compensate for "Compensate for header dethreading" by backing it out.


# 84213 30-Sep-2001 dillon

Add __FBSDID()s to libncp


# 77223 26-May-2001 ru

- sys/n[tw]fs moved to sys/fs/n[tw]fs
- /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs


# 76176 01-May-2001 markm

Compensate for header dethreading.


# 52626 29-Oct-1999 bp

Handle SAP responces in a more correct way. Allow connection number
greater than 255 in the broadcast messages.


# 52153 12-Oct-1999 bp

Initial import of ncp library sources.

Reviewed by: jdp, mdodd