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
*
Some style(9) fixes in order to fabricate a commit to denote that
marius
2010-01-09
3
-79
/
+75
*
Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()
marius
2010-01-09
3
-3
/
+8
*
Properly return an error reply if an NFS remove or link operation fails.
jhb
2009-12-03
1
-4
/
+3
*
Revert previous change and fix misalignment by using bcopy()
marcel
2009-11-15
1
-6
/
+1
*
Fix an obvious panic by not casting from a pointer that is 4-bytes
marcel
2009-11-14
1
-1
/
+6
*
Ensure that tv_sec is between INT32_MIN and INT32_MAX, so ZFS won't object.
pjd
2009-09-26
1
-1
/
+1
*
Correct typo after manual patching.
pjd
2009-09-09
1
-1
/
+1
*
Fix usecount leak in mknod(2) on file system exported over NFS.
pjd
2009-09-09
1
-2
/
+2
*
Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.
dfr
2009-06-30
9
-2623
/
+4
*
Fix build with NFS_LEGACYRPC enabled after the socket upcall locking
jhb
2009-06-30
1
-0
/
+1
*
Rework the credential code to support larger values of NGROUPS and
brooks
2009-06-19
2
-5
/
+3
*
Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on the
rmacklem
2009-06-17
1
-0
/
+1
*
Add a #include <sys/jail.h> so that it builds when
rmacklem
2009-06-12
1
-0
/
+1
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
2
-2
/
+2
*
Rework socket upcalls to close some races with setup/teardown of upcalls.
jhb
2009-06-01
3
-9
/
+7
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
1
-2
/
+3
*
Add hierarchical jails. A jail may further virtualize its environment
jamie
2009-05-27
1
-0
/
+3
*
Fix build of KGSSAPI bits post-vimage.
dfr
2009-05-24
1
-1
/
+2
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
1
-2
/
+2
*
Do not embed struct ucred into larger netcred parent structures.
kan
2009-05-09
1
-0
/
+3
*
Change nfsserver so that it uses the nfssvc() system call provided
rmacklem
2009-04-12
4
-49
/
+22
*
Fix an mbuf leak in the error path.
dfr
2009-03-19
1
-0
/
+2
*
Include audit.h so that the system call path protected by NFS_LEGACYRPC
rwatson
2009-02-23
1
-0
/
+2
*
Use shared vnode locks when invoking VOP_READDIR().
jhb
2009-02-13
1
-2
/
+2
*
Audit the flag argument to the nfssvc(2) system call.
rwatson
2009-02-08
1
-0
/
+2
*
Last step of splitting up minor and unit numbers: remove minor().
ed
2009-01-28
1
-2
/
+2
*
Handle VFS_VGET() failing with an error other than EOPNOTSUPP in addition
kensmith
2008-12-16
1
-3
/
+6
*
We need to pass a structure with enough space for an NFSv2 filehandle to
dfr
2008-12-10
1
-3
/
+3
*
Change nfsserver slightly so that it does not trip over the timestamp
kan
2008-12-03
1
-7
/
+8
*
In the nfsrv_fhtovp(), after the vfs_getvfs() function found the pointer
kib
2008-11-29
1
-3
/
+6
*
Switch the default rpc implementation for NFS back to the new code. I believe
dfr
2008-11-14
1
-4
/
+0
*
Use the remote address for access control, not the local address. This fixes
dfr
2008-11-13
1
-2
/
+44
*
Temporarily switch NFS back to the old RPC code while I try to diagnose and
dfr
2008-11-13
1
-0
/
+4
*
Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) replies
dfr
2008-11-12
1
-2
/
+7
*
Allow v3 GETATTR requests even when weakly authenticated. Change the error
dfr
2008-11-12
1
-2
/
+3
*
Range-check NFSv2 procedure numbers before converting to NFSv3.
dfr
2008-11-07
1
-2
/
+7
*
Don't depend on krpc.ko in the NFS_LEGACYRPC case.
dfr
2008-11-06
1
-0
/
+2
*
Unbreak NFS.
des
2008-11-06
1
-0
/
+1
*
If mountd doesn't specify a secflavor list for the mount, assume that -sec=sys
dfr
2008-11-05
1
-0
/
+10
*
Include <sys/eventhandler.h>.
dfr
2008-11-04
1
-0
/
+1
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
11
-65
/
+1373
*
Document a few sysctls in the NFS client and server code.
trhodes
2008-11-02
2
-5
/
+10
*
Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary
trasz
2008-10-28
1
-5
/
+6
*
Rename three MAC entry points from _proc_ to _cred_ to reflect the fact
rwatson
2008-10-28
1
-1
/
+1
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
4
-31
/
+31
*
Turn XXX's for unlocked writes of NFS server statistics to simple notes,
rwatson
2008-10-12
1
-2
/
+2
*
Remove the suser(9) interface from the kernel. It has been replaced from
attilio
2008-09-17
1
-2
/
+4
*
Decontext-alize the nfsserver module.
attilio
2008-09-16
5
-101
/
+91
*
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
attilio
2008-08-28
2
-50
/
+48
*
Remove spls from NFS server setup call; expand receive socket buffer
rwatson
2008-06-30
1
-8
/
+3
[next]