History log of /freebsd-9.3-release/sys/netncp/ncp_nls.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)


# 206361 07-Apr-2010 joel

Switch to our preferred 2-clause BSD license.

Approved by: bp


# 142333 23-Feb-2005 sam

avoid potential null ptr derefs

Noticed by: Coverity Prevent analysis tool


# 139823 06-Jan-2005 imp

/* -> /*- for license, minor formatting changes


# 116189 11-Jun-2003 obrien

Use __FBSDID().


# 74060 10-Mar-2001 bp

Major update of NCP requester:

Use mchain API to work with mbuf chains.

Do not depend on INET and IPX options.

Allocate ncp_rq structure dynamically to prevent possible stack overflows.

Let ncp_request() dispose control structure if request failed.

Move all NCP wrappers to ncp_ncp.c file and all NCP request processing
functions to ncp_rq.c file.

Improve reconnection logic.

Misc style fixes.


# 56786 29-Jan-2000 bp

Enable '=' character in the filename.

Submitted by: Dan Nelson <dnelson@emsphone.com>


# 52814 02-Nov-1999 archie

Change structure field named 'toupper' to 'to_upper' to avoid conflict
with the macro of the same name. Same thing for 'tolower'.


# 52152 12-Oct-1999 bp

Remove unnessary includes.


# 51852 02-Oct-1999 bp

Import kernel part of ncplib: netncp and nwfs

Reviewed by: msmith, peter
Obtained from: ncplib