Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix malloc race in nfs_node.c | 1998-08-21 | 1 | -3/+15 | ||
| | ||||||
* | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | 1998-08-06 | 1 | -19/+1 | ||
| | | | | | | | | | | | | to be vop_generic_revoke, vop_generic_bwrite, vop_generic_islocked, vop_generic_lock and vop_generic_unlock. Create vop_generic_abortop and propogate change to all file systems. Fix PR/371. Get rid of locking in NULLFS (should be mostly unnecessary now except for forced unmounts). | |||||
* | Updates for VFS Lite 2 + soft update. | 1997-11-06 | 1 | -69/+2 | ||
| | ||||||
* | back out vfs lite2 till after 2.2 | 1997-10-06 | 1 | -2/+69 | ||
| | ||||||
* | VFS Lite2 Changes | 1997-10-06 | 1 | -69/+2 | ||
| | ||||||
* | Don't set sillyrename field to 0 for directories, as it's in a union with | 1997-04-18 | 1 | -4/+4 | ||
| | | | | | the head of the cookie list. Fixes PR 3215, fix supplied by Hiroshi Tezuka <tezuka@trc.rwcp.or.jp>. Should also fix M_NFSDIROFF memory leak; fvdl | |||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -4/+4 | ||
| | ||||||
* | Minor cleanups. Checked against Lite2. | 1996-04-17 | 1 | -4/+4 | ||
| | | | | (NetBSD's was really just a Lite2's, but w/ 64bit support) | |||||
* | From NetBSD: NFSv3 import (tomorrow's Net's kernel) | 1996-03-31 | 1 | -37/+67 | ||
| | | | | | Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?.. | |||||
* | From NetBSD: merge with 960217 (still NFSv2) | 1996-02-29 | 1 | -22/+40 | ||
| | ||||||
* | from cgd; handle 64-bit pointers and longs | 1995-12-21 | 1 | -5/+1 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+282 | ||