Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-20 | tdbi->tags cleanups | Angelos D. Keromytis | |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis | |
security properties of the packets to be pushed up to the application (not done yet). Eventually, this will be turned into a packet attributes framework. Make sure tdbi's are free'd/cleared properly whenever drivers (or NFS) does weird things with mbufs. | |||
2000-08-10 | unfortunately, i must undo this patch, since it causes client hangs on sparc ↵ | Theo de Raadt | |
machines, and only on them. until more is known, out this comes | |||
2000-08-07 | fix obvious error, spotted by ericj | Theo de Raadt | |
2000-06-26 | Convert nfs_timer to new timeouts. | Artur Grabowski | |
2000-01-04 | fix mbuf out-of-bound writes on nfsv2 mounts. | Jun-ichiro itojun Hagino | |
netbsd sys/nfs/nfs_socket.c 1.43 -> 1.44 | |||
1999-03-02 | When an NFS3 server replies with NFS3ERR_JUKEBOX, currently, it | Todd C. Miller | |
panics the kernel, because the kernel tries to reuse a freed mbuf; dm@reeducation-labor.lcs.mit.edu | |||
1999-02-06 | Use bitwise operations to extract high and low words from the quad | Todd C. Miller | |
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 *. | |||
1998-08-19 | Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobbering | Constantine Sapuntzakis | |
of lvalues that ANSI abhors. And it fixes df on NFS version 3 mounts on Sparcs. | |||
1997-07-28 | allocate random ports | Theo de Raadt | |
1997-04-25 | XXX should do reserved ports | Theo de Raadt | |
1997-04-18 | cleanup -Wall | Theo de Raadt | |
1997-04-18 | avoid possible *NULL; fvdl | Theo de Raadt | |
1996-12-24 | reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache ↵ | dm | |
timeout flags | |||
1996-07-03 | cannot check for < NFS_MINPACKET on some transports; from guy@netapp.com | Theo de Raadt | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-17 | Minor cleanups. Checked against Lite2. | Michael Shalayeff | |
(NetBSD's was really just a Lite2's, but w/ 64bit support) | |||
1996-03-31 | From NetBSD: NFSv3 import (tomorrow's Net's kernel) | Michael Shalayeff | |
Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?.. | |||
1996-02-29 | From NetBSD: merge with 960217 (still NFSv2) | Niklas Hallqvist | |
1995-12-21 | from cgd; handle 64-bit pointers and longs | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |