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
*
nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initialization
dillon
1999-11-22
1
-3
/
+3
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
1
-15
/
+6
*
Remove WILLRELE from VOP_RENAME
eivind
1999-11-12
1
-13
/
+14
*
Remove special case socket sharing code in order to allow nfsd to
dillon
1999-11-11
1
-12
/
+12
*
Fix nfssvc_addsock() to not attempt to free a NULL socket structure
dillon
1999-11-08
1
-3
/
+6
*
Move NFS access cache hits/misses into nfsstats structure so
dillon
1999-10-25
2
-0
/
+4
*
Before we start to mess with the VFS name-cache clean things up a little bit:
phk
1999-10-03
1
-2
/
+0
*
Careless use of struct proc *p caused major problems. 'p' is allowed to
marcel
1999-09-29
1
-4
/
+8
*
Make FreeBSD less conservative in determining when to return a cookie
dillon
1999-09-29
1
-0
/
+4
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
3
-7
/
+14
*
Asynchronized client-side nfs_commit. NFS commit operations were
dillon
1999-09-17
3
-3
/
+76
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
2
-42
/
+4
*
remove unused variables.
phk
1999-08-28
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
10
-10
/
+10
*
Simplify the handling of VCHR and VBLK vnodes using the new dev_t:
phk
1999-08-26
1
-21
/
+2
*
Convert all the nfs macros to do { blah } while (0) to ensure it
peter
1999-08-19
1
-111
/
+168
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-3
/
+2
*
Don't over-allocate and over-copy shorter NFSv2 filehandles and then
peter
1999-08-04
1
-10
/
+11
*
Correct the sanity test length calculation in nfsrv_readdirplus(): len is
wpaul
1999-07-29
1
-2
/
+2
*
Clear error in nfsrv_create when we have a valid reply so that
alc
1999-07-28
1
-1
/
+2
*
I have not one single time remembered the name of this function correctly
phk
1999-07-17
2
-4
/
+4
*
Submitted by: "David E. Cross" <crossd@cs.rpi.edu>
julian
1999-06-30
1
-1
/
+2
*
Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly
peter
1999-06-27
1
-3
/
+3
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-2
/
+3
*
Matt's NFS fixes.
julian
1999-06-23
4
-390
/
+973
*
Various changes lifted from the OpenBSD cvs tree:
peter
1999-06-05
4
-50
/
+72
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
2
-9
/
+9
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
2
-6
/
+6
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-2
/
+3
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
3
-87
/
+59
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-3
/
+3
*
Suser() simplification:
phk
1999-04-27
2
-6
/
+6
*
Fixed printf format errors on alpha.
dt
1999-04-24
1
-3
/
+3
*
Untangle the nfs send and receive queue locking a little. One lock
peter
1999-02-25
4
-61
/
+85
*
Move the declaration of the vfs.nfs sysctl node outside an ifdef so that
dfr
1999-02-18
1
-3
/
+3
*
Fixed bitrot in NFS_ACDEBUG option.
bde
1999-02-17
1
-1
/
+2
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
2
-2
/
+6
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
2
-5
/
+5
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
1
-1
/
+4
*
Remove the 'waslocked' parameter to vfs_object_create().
eivind
1999-01-05
1
-2
/
+2
*
Silence -Wtrigraph.
hoek
1998-12-30
1
-4
/
+4
*
Fix for creating files on a Solaris 7 server with NFSv3 (the request was
dfr
1998-12-25
1
-11
/
+62
*
Added 3 new errno values, requred by various standards: EOVERFLOW,
dt
1998-12-14
1
-2
/
+3
*
Remove the if fixed in the last commit; bde quite correctly point out
eivind
1998-12-09
1
-3
/
+2
*
Fix typo (; in "if (vp == NULL);").
eivind
1998-12-08
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
3
-6
/
+3
*
Fix a panic in nfsrv_dorec() where a NULL pointer could be passed to
dfr
1998-11-13
1
-2
/
+4
*
Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()
peter
1998-11-09
1
-3
/
+3
*
vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm not
peter
1998-10-31
1
-2
/
+2
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
1
-3
/
+3
[next]