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
/
nfsserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
1
-2
/
+2
*
Add an option NFS_NOSERVER which saves 100K in the install kernel (or
phk
1996-01-13
5
-17
/
+66
*
Staticize.
phk
1995-12-17
7
-55
/
+60
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
2
-2
/
+8
*
Completed function declarations and/or added prototypes and/or moved
bde
1995-12-03
4
-79
/
+112
*
Completed function declarations, added prototypes and removed redundant
bde
1995-11-21
2
-38
/
+96
*
Completed function declarations and/or added prototypes.
bde
1995-11-21
2
-2
/
+8
*
Included <sys/sysproto.h> to get central declarations for syscall args
bde
1995-11-14
1
-1
/
+6
*
Include a prerequisite header (so this is consistent again with the
joerg
1995-10-31
2
-2
/
+6
*
Second batch of cleanup changes.
phk
1995-10-29
6
-35
/
+15
*
Added NFS_ASYNC kernel option. It only has an effect for NFSv2.
dg
1995-08-24
1
-1
/
+11
*
Killed redundant declarations of nfsm_rpchead().
dg
1995-08-24
1
-2
/
+1
*
Some fixes found using gcc -Wall:
dfr
1995-08-24
2
-5
/
+11
*
Add support for amd direct maps.
dfr
1995-08-24
1
-2
/
+2
*
Fixed bug where vnode_pager_uncache() wasn't always called when it should
dg
1995-08-06
1
-3
/
+2
*
Slight changes to locking around VOP_READRIR.
dfr
1995-08-03
1
-2
/
+18
*
Lock the directory vnode before VOP_READDIR in nfsrv_readdirplus
dfr
1995-08-02
1
-1
/
+3
*
Removed my special-case hack for VOP_LINK and fixed the problem with the
dg
1995-08-01
1
-2
/
+2
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
3
-13
/
+23
*
vnode_pager_alloc() never returns NULL, so don't check for it.
dg
1995-07-20
1
-3
/
+2
*
NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct
dg
1995-07-13
1
-8
/
+3
*
Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the places
dg
1995-07-09
1
-3
/
+10
*
1) Converted v_vmdata to v_object.
dg
1995-06-28
2
-34
/
+30
*
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
10
-1477
/
+4937
*
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
-6
/
+1
*
Remove trailing whitespace.
rgrimes
1995-05-30
5
-22
/
+22
*
Fixed some serious bugs that resulted in object reference counts not being
dg
1995-05-29
2
-4
/
+36
*
Slight re-ordering of the creation of a vmio object to fix a condition
dyson
1995-04-21
1
-2
/
+4
*
Removed unnecessary call to vnode_pager_uncache(). We automatically clear
dg
1995-03-19
1
-4
/
+3
*
Changed some (incorrect) nfsrv_vput()'s back into regular vput()'s. This
dg
1995-03-17
1
-4
/
+4
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
2
-6
/
+2
*
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
*
Woops, change a nfsrv_vput back into a nfsrv_vrele.
dg
1995-02-15
1
-2
/
+2
*
Fixed three bugs related to the merged cache changes. The bugs likely would
dg
1995-02-15
1
-4
/
+4
*
YFfix
phk
1995-02-14
2
-2
/
+10
*
Changed order of release of vnode/object to fix a problem where the vnode
dg
1995-02-06
1
-4
/
+7
*
These changes embody the support of the fully coherent merged VM buffer cache,
dg
1995-01-09
2
-87
/
+140
*
Forward-declare a few structures to avoid warning messages.
wollman
1994-11-02
2
-2
/
+8
*
Implement fs.nfs MIB variables.
wollman
1994-10-23
2
-4
/
+24
*
This is a bunch of changes from NetBSD. There are a couple of bug-fixes.
phk
1994-10-17
8
-240
/
+196
*
Prototyping and general gcc-shutting up. Gcc has one warning now which looks
phk
1994-10-02
8
-128
/
+321
*
Make NFS ask the filesystems for directory cookies instead of making them
dfr
1994-09-28
1
-39
/
+65
*
Make NFS loadable.
wollman
1994-09-22
1
-0
/
+25
*
More loadable VFS changes:
wollman
1994-09-22
2
-12
/
+2
*
"bogus" fixes from 1.1.5 to work around some cache coherency problems.
dg
1994-08-29
1
-3
/
+2
*
More idempotency....... this is fun :-)
paul
1994-08-21
4
-4
/
+23
*
Made NFS attribute cache timeouts kernel config file tunable via
dg
1994-08-04
2
-2
/
+10
[next]