summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_crypt.c
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect NWFS and NCP bits which are now completely disconnectedattilio2013-03-091-271/+0
| | | | | | from the tree since few months. This patch is not targeted for MFC.
* Use __FBSDID().obrien2003-06-111-8/+6
|
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
|
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* Remove unnessary includes.bp1999-10-121-4/+0
|
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+278
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud