summaryrefslogtreecommitdiffstats
path: root/sys/nwfs/nwfs.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Under some condition vnode can reference itself.bp1999-10-141-0/+1
|
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+82
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud