aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nwfs/nwfs.h
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-83/+0
| | | | Notes: svn path=/stable/4/; revision=57955
* 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=55206
* Under some condition vnode can reference itself.Boris Popov1999-10-141-0/+1
| | | | Notes: svn path=/head/; revision=52230
* Import kernel part of ncplib: netncp and nwfsBoris Popov1999-10-021-0/+82
Reviewed by: msmith, peter Obtained from: ncplib Notes: svn path=/head/; revision=51852