summaryrefslogtreecommitdiffstats
path: root/sys/nwfs/nwfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Do not kill vnodes after rename. This can cause deadlocks in the deadfs.bp2001-03-111-6/+2
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedbp2001-03-101-35/+0
* Synch with changes in the NCP requester.bp2001-03-101-13/+9
* A name of the file can change while its id stays the same. So, we havebp2001-03-061-15/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-7/+7
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* 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