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


# 135576 22-Sep-2004 stefanf

Prefer C99's __func__ over GCC's __FUNCTION__.


# 129978 02-Jun-2004 bp

Distinguish cases when ncp module not loaded and when module have old
interface.


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


# 111657 28-Feb-2003 tjr

Use a character device and ioctl() for communication between libncp
and the kernel instead of adding more syscalls at runtime. As a bonus,
you can now restrict access to the kernel NCP interface with chmod.


# 93399 29-Mar-2002 markm

Do not use __progname directly (except in [gs]etprogname(3)).
Also, make an internal _getprogname() that is used only inside
libc. For libc, getprogname(3) is a weak symbol in case a
function of the same name is defined in userland.


# 84213 30-Sep-2001 dillon

Add __FBSDID()s to libncp


# 81975 20-Aug-2001 kris

Mark some functions as __printflike() and/or taking const char * arguments
instead of char *.

MFC after: 2 weeks


# 55298 01-Jan-2000 bp

Remove duplicated extern.

Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>


# 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