aboutsummaryrefslogtreecommitdiff
path: root/sys/netncp/ncp_crypt.c
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect NWFS and NCP bits which are now completely disconnectedAttilio Rao2013-03-091-271/+0
| | | | | | | | | from the tree since few months. This patch is not targeted for MFC. Notes: svn path=/head/; revision=248097
* Use __FBSDID().David E. O'Brien2003-06-111-8/+6
| | | | Notes: svn path=/head/; revision=116189
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
| | | | Notes: svn path=/head/; revision=67882
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-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. Notes: svn path=/head/; revision=55205
* Remove unnessary includes.Boris Popov1999-10-121-4/+0
| | | | Notes: svn path=/head/; revision=52152
* Import kernel part of ncplib: netncp and nwfsBoris Popov1999-10-021-0/+278
Reviewed by: msmith, peter Obtained from: ncplib Notes: svn path=/head/; revision=51852