summaryrefslogtreecommitdiffstats
path: root/sys/nwfs/nwfs_node.h
Commit message (Collapse)AuthorAgeFilesLines
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedbp2001-03-101-7/+4
| | | | | vnodes which represent volumes (before it was done via strcmp()). Turn n_refparent into bit in the n_flag field.
* Protect hash data with lock manager instead of home grown one.bp2000-10-021-1/+3
| | | | | | | | | Replace shared lock on vnode with exclusive one. It shouldn't impact perfomance as NCP protocol doesn't support outstanding requests. Do not hold simple lock on vnode for long period of time. Add functionality to the nwfs_print() routine.
* Get rid from the legacy __P() macro. Remove 'register' keywords.bp2000-10-021-5/+5
|
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
| | | | | | It was not discussed and should probably not happen. Requested by: msmith and others
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* Add VT_NWFS tag.bp2000-01-151-4/+0
|
* Forward declare some structs so that this header is more self-suifficent.bde2000-01-141-0/+7
|
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+100
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud