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
/
nfsm_subs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Use m_get2() instead of nfsm_reqhead().
glebius
2013-03-12
1
-28
/
+0
*
Close a race in NFS lookup processing that could result in stale name cache
jhb
2012-01-20
1
-3
/
+10
*
Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.
dfr
2009-06-30
1
-4
/
+0
*
Remove the unmaintained University of Michigan NFSv4 client from 8.x
rwatson
2009-05-22
1
-11
/
+0
*
Consolidate the code to generate a new XID for a NFS request into a
jhb
2008-02-13
1
-0
/
+1
*
fix a problem with XID re-use when a server returns NFSERR_JUKEBOX.
rees
2005-11-21
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Rewrite of the NFS client's reply handling. We now have NFS socket
ps
2004-12-06
1
-0
/
+3
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
University of Michigan's Citi NFSv4 kernel client code.
alfred
2003-11-14
1
-0
/
+11
*
Avoid passing the variable `tl' to functions that just use it for
iedowse
2001-12-18
1
-22
/
+22
*
Unwind some more macros. NFSMADV() was kinda silly since it was right
peter
2001-09-28
1
-77
/
+63
*
Cleanup and split of nfs client and server code.
peter
2001-09-18
1
-459
/
+112
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-3
/
+3
*
Problem to avoid processes getting stuck in "vmopar". From Ian's
dwmalone
2000-10-24
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert all the nfs macros to do { blah } while (0) to ensure it
peter
1999-08-19
1
-111
/
+168
*
Don't over-allocate and over-copy shorter NFSv2 filehandles and then
peter
1999-08-04
1
-10
/
+11
*
Matt's NFS fixes.
julian
1999-06-23
1
-4
/
+5
*
Various changes lifted from the OpenBSD cvs tree:
peter
1999-06-05
1
-3
/
+3
*
Fix for creating files on a Solaris 7 server with NFSv3 (the request was
dfr
1998-12-25
1
-11
/
+62
*
For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;
peter
1998-05-31
1
-35
/
+35
*
Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures,
peter
1998-05-31
1
-6
/
+4
*
Don't try and free mrep twice on some error conditions.
peter
1998-05-31
1
-2
/
+5
*
Some const's
peter
1998-05-31
1
-2
/
+2
*
NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim
peter
1998-05-31
1
-15
/
+16
*
Get timespecs directly instead of via timevals.
bde
1998-05-16
1
-13
/
+7
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-9
/
+13
*
Forward declare some structs so that this file is more self-sufficient.
bde
1998-02-03
1
-1
/
+3
*
Merge WebNFS changes from NetBSD.
dfr
1997-07-16
1
-8
/
+14
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
In sys/time.h, struct timespec is defined as:
nate
1996-09-19
1
-5
/
+5
*
Some fixes found using gcc -Wall:
dfr
1995-08-24
1
-2
/
+8
*
Changes to support version 3 of the NFS protocol.
dfr
1995-06-27
1
-90
/
+243
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
This is a bunch of changes from NetBSD. There are a couple of bug-fixes.
phk
1994-10-17
1
-3
/
+2
*
Prototyping and general gcc-shutting up. Gcc has one warning now which looks
phk
1994-10-02
1
-16
/
+29
*
More idempotency....... this is fun :-)
paul
1994-08-21
1
-1
/
+5
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+269