Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Garbage collect NWFS and NCP bits which are now completely disconnected | attilio | 2013-03-09 | 1 | -271/+0 |
| | | | | | | from the tree since few months. This patch is not targeted for MFC. | ||||
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -8/+6 |
| | |||||
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
| | |||||
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -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. | bp | 1999-10-12 | 1 | -4/+0 |
| | |||||
* | Import kernel part of ncplib: netncp and nwfs | bp | 1999-10-02 | 1 | -0/+278 |
Reviewed by: msmith, peter Obtained from: ncplib |