Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update to use new checkexp vfs operation | 2000-02-07 | 1 | -3/+6 | ||
| | ||||||
* | zap the newhashinit hack. | 1999-04-28 | 1 | -2/+2 | ||
| | | | | | Add an extra flag to hashinit telling if it should wait in malloc. update all calls to hashinit. | |||||
* | compatibility with uvm vnode pager | 1999-02-26 | 1 | -1/+9 | ||
| | ||||||
* | Use bitwise operations to extract high and low words from the quad | 1999-02-06 | 1 | -4/+4 | ||
| | | | | | | | in txdr_hyper. This should be more portable than casting to an array of ints and pulling out the two 32-bit words (this produced incorrect results on alpha for the high word for filesystems < 4gig). As a side effect, txdr_hyper now takes a u_quad_t as its first arg, not u_quad_t *. | |||||
* | Do not lose st_blocks on NFSv2 mounts when files>2GB | 1999-01-16 | 1 | -3/+4 | ||
| | ||||||
* | Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobbering | 1998-08-19 | 1 | -3/+3 | ||
| | | | | | | of lvalues that ANSI abhors. And it fixes df on NFS version 3 mounts on Sparcs. | |||||
* | Updates for VFS Lite 2 + soft update. | 1997-11-06 | 1 | -15/+9 | ||
| | ||||||
* | back out vfs lite2 till after 2.2 | 1997-10-06 | 1 | -9/+15 | ||
| | ||||||
* | VFS Lite2 Changes | 1997-10-06 | 1 | -15/+9 | ||
| | ||||||
* | indent | 1997-04-28 | 1 | -12/+8 | ||
| | ||||||
* | Previous patch didn't make much sense. We now set the initial NFS xid | 1997-04-28 | 1 | -24/+11 | ||
| | | | | | (for requests) to some random value, and then increase that by a small (1-255) random value for each requests. | |||||
* | Random/unique NFS xids. | 1997-04-27 | 1 | -18/+32 | ||
| | ||||||
* | require reserved ports. avoid ftp bounce. | 1997-04-25 | 1 | -1/+12 | ||
| | ||||||
* | Conditionalize GCC and ANSI/ISO C dependencies | 1996-12-18 | 1 | -3/+12 | ||
| | ||||||
* | NFS attribute cache timeout mount param | 1996-12-17 | 1 | -2/+27 | ||
| | ||||||
* | nqnfs code is for client+server; spotted by niklas | 1996-10-15 | 1 | -3/+3 | ||
| | ||||||
* | Drop unused variable | 1996-09-25 | 1 | -3/+1 | ||
| | ||||||
* | fix NFSSERVER w/o NFSCLIENT; netbsd pr#1780, cgd@netbsd (yes, a 10month | 1996-09-21 | 1 | -9/+14 | ||
| | | | | old PR and the fix is mostly unchanged). | |||||
* | fvdl; We're only handling uio with iovcnt == 1, so don't ever attempt to | 1996-07-27 | 1 | -13/+12 | ||
| | | | | | increment uio_iov, this will get us into nasty trouble. (Thanks to Matthias Drochner for tracking this down). | |||||
* | sync | 1996-07-23 | 1 | -1/+18 | ||
| | ||||||
* | sync | 1996-05-28 | 1 | -2/+2 | ||
| | ||||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -12/+17 | ||
| | ||||||
* | Minor cleanups. Checked against Lite2. | 1996-04-17 | 1 | -12/+13 | ||
| | | | | (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 | -154/+916 | ||
| | | | | | 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/+41 | ||
| | ||||||
* | graichen@freebsd.org: fixed -type:=direct mounts in amd | 1996-01-08 | 1 | -1/+1 | ||
| | ||||||
* | from cgd; handle 64-bit pointers and longs | 1995-12-21 | 1 | -29/+29 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+1133 | ||