summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_subr.c
Commit message (Collapse)AuthorAgeFilesLines
* Major update of NCP requester:bp2001-03-101-139/+36
| | | | | | | | | | | | | | | | | 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.
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-4/+4
| | | | | | | fondling implementation details. Created with: sed(1) Reviewed by: md5(1)
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
| | | | | | Add lockdestroy() and appropriate invocations, which corresponds to lockinit() and must be called to clean up after a lockmgr lock is no longer needed.
* Remove unnessary includes.bp1999-10-121-1/+0
|
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+255
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud