summaryrefslogtreecommitdiffstats
path: root/sys/nwfs/nwfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-7/+9
* Protect hash data with lock manager instead of home grown one.bp2000-10-021-12/+27
* Get rid from the legacy __P() macro. Remove 'register' keywords.bp2000-10-021-57/+57
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-33/+1
* Fix pointer problem for the Alphapeter1999-12-121-2/+2
* Remove race condition under SMP.bp1999-11-211-2/+8
* Under some condition vnode can reference itself.bp1999-10-141-1/+4
* Remove unnessary includes.bp1999-10-121-7/+0
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+1128
OpenPOWER on IntegriCloud