OpenBSD CVS

CVS log for src/sys/nfs/Attic/nfs_nqlease.c


[BACK] Up to [local] / src / sys / nfs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14.6.2, Wed Jul 4 10:55:47 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.14.6.1: +1 -1 lines
FILE REMOVED

Merge in -current from two days ago in the SMP branch.
As usual with merges, they do not indicate progress, so do not hold
your breath for working SMP, and do not mail me and ask about the
state of it.  It has not changed.  There is work ongoing, but very, very
slowly.  The commit is done in parts as to not lock up the tree in too
big chunks at a time.

Revision 1.17, Mon Jun 25 03:28:07 2001 UTC (22 years, 11 months ago) by csapuntz
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, SMP_SYNC_B, SMP_SYNC_A, HEAD
Changes since 1.16: +1 -1 lines
FILE REMOVED

Remove NQNFS

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jun 25 02:15:46 2001 UTC (22 years, 11 months ago) by csapuntz
Branch: MAIN
Changes since 1.15: +4 -3 lines
Diff to previous 1.15 (colored)


Get rid of old directory caching scheme which caused persistent duplicates.

Still not correct for NFSv3 but that's hard.

Revision 1.14.6.1 / (download) - annotate - [select for diffs], Mon May 14 22:44:57 2001 UTC (23 years, 1 month ago) by niklas
Branch: SMP
Changes since 1.14: +2 -11 lines
Diff to previous 1.14 (colored)

merge in approximately 2.9 into SMP branch

Revision 1.15 / (download) - annotate - [select for diffs], Sat Feb 24 19:07:11 2001 UTC (23 years, 3 months ago) by csapuntz
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.14: +2 -11 lines
Diff to previous 1.14 (colored)



Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.
Change VM/UVM to use buf_replacevnode to change the vnode associated
with a buffer.

Addition v_bioflag for flags written in interrupt handlers
(and read at splbio, though not strictly necessary)

Add vwaitforio and use it instead of a while loop of v_numoutput.

Fix race conditions when manipulation vnode free list

Revision 1.14 / (download) - annotate - [select for diffs], Sat Feb 6 23:07:40 1999 UTC (25 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Branch point for: SMP
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Use bitwise operations to extract high and low words from the quad
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 *.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Aug 19 22:26:51 1998 UTC (25 years, 9 months ago) by csapuntz
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)



Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobbering
of lvalues that ANSI abhors.

And it fixes df on NFS version 3 mounts on Sparcs.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Nov 6 05:59:01 1997 UTC (26 years, 7 months ago) by csapuntz
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.11: +1 -28 lines
Diff to previous 1.11 (colored)

Updates for VFS Lite 2 + soft update.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Oct 6 20:20:46 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.10: +27 -0 lines
Diff to previous 1.10 (colored)

back out vfs lite2 till after 2.2

Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 6 15:23:41 1997 UTC (26 years, 8 months ago) by csapuntz
Branch: MAIN
Changes since 1.9: +1 -28 lines
Diff to previous 1.9 (colored)

VFS Lite2 Changes

Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 18 10:13:23 1997 UTC (27 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

cleanup -Wall

Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 18 10:02:36 1997 UTC (27 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.7: +15 -12 lines
Diff to previous 1.7 (colored)

Fix some bugs in NQNFS (malformed RPC requests, no directory lease eviction);
fvdl

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jun 1 04:43:58 1996 UTC (28 years ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

allow client-only kernel to be compiled.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 21 22:30:20 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.5: +24 -24 lines
Diff to previous 1.5 (colored)

partial sync with netbsd 960418, more to come

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 17 04:50:26 1996 UTC (28 years, 2 months ago) by mickey
Branch: MAIN
Changes since 1.4: +24 -24 lines
Diff to previous 1.4 (colored)

Minor cleanups. Checked against Lite2.
(NetBSD's was really just a Lite2's, but w/ 64bit support)

Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 31 13:15:38 1996 UTC (28 years, 2 months ago) by mickey
Branch: MAIN
Changes since 1.3: +201 -124 lines
Diff to previous 1.3 (colored)

From NetBSD: NFSv3 import (tomorrow's Net's kernel)
Open's patches kept in. i'll possibly take a look at Lite2 soon,
is there smth usefull ?..

Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 29 09:24:51 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.2: +33 -21 lines
Diff to previous 1.2 (colored)

From NetBSD: merge with 960217 (still NFSv2)

Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 21 14:42:20 1995 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +21 -21 lines
Diff to previous 1.1 (colored)

from cgd; handle 64-bit pointers and longs

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:53:22 1995 UTC (28 years, 8 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:53:22 1995 UTC (28 years, 8 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.