summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_nls.c
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect NWFS and NCP bits which are now completely disconnectedattilio2013-03-091-304/+0
| | | | | | from the tree since few months. This patch is not targeted for MFC.
* Switch to our preferred 2-clause BSD license.joel2010-04-071-7/+1
| | | | Approved by: bp
* avoid potential null ptr derefssam2005-02-231-2/+11
| | | | Noticed by: Coverity Prevent analysis tool
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* Use __FBSDID().obrien2003-06-111-2/+4
|
* Major update of NCP requester:bp2001-03-101-1/+2
| | | | | | | | | | | | | | | | | 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.
* Enable '=' character in the filename.bp2000-01-291-1/+1
| | | | Submitted by: Dan Nelson <dnelson@emsphone.com>
* Change structure field named 'toupper' to 'to_upper' to avoid conflictarchie1999-11-021-5/+5
| | | | with the macro of the same name. Same thing for 'tolower'.
* Remove unnessary includes.bp1999-10-121-7/+0
|
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+305
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud