index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
nfsclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
1
-1
/
+4
*
Make nfs diskless work again.
dfr
1995-08-30
1
-1
/
+3
*
Killed redundant declarations of nfsm_rpchead().
dg
1995-08-24
1
-2
/
+1
*
Some fixes found using gcc -Wall:
dfr
1995-08-24
1
-2
/
+8
*
Add support for amd direct maps.
dfr
1995-08-24
3
-6
/
+12
*
Converted mountlist to a CIRCLEQ.
dg
1995-08-11
1
-5
/
+1
*
Removed my special-case hack for VOP_LINK and fixed the problem with the
dg
1995-08-01
1
-3
/
+3
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
5
-21
/
+31
*
Slightly better fix than previous revision.
dfr
1995-07-24
1
-4
/
+3
*
Fix a problem which appeared to truncate a file to the nearest block boundary
dfr
1995-07-24
1
-2
/
+3
*
Correct my cut-'n-paste job from ffs_vfsops.c and fix up the formatting
dg
1995-07-22
1
-14
/
+6
*
Implemented an nfs_node hash list lock, similar to what was implemented
dg
1995-07-21
1
-1
/
+31
*
vnode_pager_alloc() never returns NULL, so don't check for it.
dg
1995-07-20
1
-3
/
+2
*
I believe that the following fix to nfs_vnops.c should do the trick w.r.t.
dfr
1995-07-13
1
-10
/
+8
*
NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct
dg
1995-07-13
2
-9
/
+5
*
Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the places
dg
1995-07-09
1
-3
/
+10
*
Use a consistent blocksize for sizing bufs to avoid panicing the bio system.
dfr
1995-07-07
2
-7
/
+23
*
Use the correct cred for nfs_commit operations.
dfr
1995-06-28
1
-2
/
+31
*
1) Converted v_vmdata to v_object.
dg
1995-06-28
1
-25
/
+21
*
Fixed VOP_LINK argument order botch.
dg
1995-06-28
1
-2
/
+2
*
Changes to support version 3 of the NFS protocol.
dfr
1995-06-27
14
-1782
/
+4661
*
The duplicate information returned in fa_type and fa_mode
joerg
1995-06-14
1
-2
/
+21
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-2
/
+9
*
Remove trailing whitespace.
rgrimes
1995-05-30
7
-29
/
+29
*
Fixed some serious bugs that resulted in object reference counts not being
dg
1995-05-29
1
-2
/
+4
*
Changes to fix the following bugs:
dg
1995-05-21
1
-34
/
+64
*
Changed swap partition handling/allocation so that it doesn't
dg
1995-05-14
1
-20
/
+3
*
Slight re-ordering of the creation of a vmio object to fix a condition
dyson
1995-04-21
1
-2
/
+4
*
Various fixes from John Dyson:
dg
1995-04-16
1
-39
/
+19
*
Deleted bogus DIAGNOSTIC "nfs_fsync: dirty" message. This can and does
dg
1995-03-23
1
-4
/
+1
*
Add four more filesystem flags:
wollman
1995-03-16
1
-2
/
+2
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
6
-17
/
+12
*
Removed obsolete vtrace() remnants.
dg
1995-03-04
1
-2
/
+1
*
YF fix.
phk
1995-02-15
1
-3
/
+4
*
Fixed two more bugs related to the merged cache changes.
dg
1995-02-15
1
-2
/
+2
*
YFfix
phk
1995-02-14
3
-3
/
+15
*
Changed order of release of vnode/object to fix a problem where the vnode
dg
1995-02-06
1
-4
/
+7
*
Fixed bmap run-length brokeness.
dg
1995-02-03
1
-1
/
+3
*
Removed a pile of vfs_unbusy_pages()...both unnecessary and wrong - resulted
dg
1995-02-03
1
-6
/
+3
*
Added two missing brelse() calls.
dg
1995-01-10
1
-1
/
+5
*
These changes embody the support of the fully coherent merged VM buffer cache,
dg
1995-01-09
3
-20
/
+88
*
From Gene Stark:
jkh
1995-01-03
1
-1
/
+7
*
Would you please correct nfs/nfs_vfsops.c so that the ip address of the
phk
1994-12-08
1
-2
/
+2
*
Forward-declare a few structures to avoid warning messages.
wollman
1994-11-02
3
-3
/
+12
*
Implement fs.nfs MIB variables.
wollman
1994-10-23
4
-7
/
+86
*
This is where the action is. I'm still not sure that swap is 100% OK, but
phk
1994-10-22
1
-38
/
+56
*
This is a bunch of changes from NetBSD. There are a couple of bug-fixes.
phk
1994-10-17
13
-280
/
+305
*
Got rid of map.h. It's a leftover from the rmap code, and we use rlists.
dg
1994-10-09
1
-2
/
+1
*
Use tsleep() rather than sleep so that 'ps' is more informative about
dg
1994-10-06
1
-2
/
+2
*
Prototyping and general gcc-shutting up. Gcc has one warning now which looks
phk
1994-10-02
12
-128
/
+387
[next]