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
/
nlm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Intermittent crashes in the NLM (rpc.lockd) code during system
rmacklem
2013-09-06
1
-75
/
+52
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-3
/
+0
*
Fix grammar.
kib
2012-08-16
1
-1
/
+1
*
Add a sysctl kern.pid_max, which limits the maximum pid the system is
kib
2012-08-15
1
-0
/
+1
*
jwd@ reported a problem via email to freebsd-fs@ on Aug 25, 2011
rmacklem
2012-01-31
1
-28
/
+46
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-2
/
+3
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-1
/
+1
*
Add a lock flags argument to the VFS_FHTOVP() file system
rmacklem
2011-05-22
1
-1
/
+1
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-2
/
+2
*
Fix the nlm so that it no longer depends on the regular
rmacklem
2011-01-03
2
-6
/
+3
*
Modify the NFS clients and the NLM so that the NLM can be used
rmacklem
2010-10-19
2
-12
/
+7
*
Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general
attilio
2010-09-24
1
-2
/
+2
*
Handle GRANTED_RES messages more gracefully: Send along a grant cookie
zml
2009-10-07
3
-18
/
+152
*
unifdef NFSCLIENT because the nlm depends on the nfsclient even if NFSCLIENT
nyan
2009-10-03
1
-13
/
+0
*
Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on the
rmacklem
2009-06-17
1
-1
/
+5
*
Rename the host-related prison fields to be the same as the host.*
jamie
2009-06-13
1
-1
/
+1
*
Correct typo; errno => error.
ed
2009-06-04
1
-1
/
+1
*
Don't panic in nlm_record_lock if we get ENOENT from lf_advlockasync. This
dfr
2009-06-04
1
-2
/
+2
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
1
-7
/
+5
*
Remove the unmaintained University of Michigan NFSv4 client from 8.x
rwatson
2009-05-22
1
-1
/
+1
*
Add a function to sys/nlm/nlm_prot_impl.c that returns a unique
rmacklem
2009-05-21
2
-0
/
+19
*
Do not embed struct ucred into larger netcred parent structures.
kan
2009-05-09
1
-1
/
+4
*
Work around non-standard behaviour of rpcbind in some versions of Linux (FC4?).
dfr
2009-05-09
1
-14
/
+17
*
Use log(9) for debug and status messages and hide some of the details with
dfr
2009-05-08
1
-68
/
+60
*
Introduce a new virtualization container, provisionally named vprocg, to hold
zec
2009-05-08
1
-2
/
+3
*
Don't call svc_freereq() before svc_freeargs().
dfr
2008-11-12
1
-1
/
+1
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
4
-78
/
+121
*
Rename RPC's 'struct pmap' to 'struct portmap' to avoid confusing it with
dfr
2008-08-25
1
-2
/
+2
*
Add a missing return statement in nlm4_unlock_msg_4_svc which prevented it
dfr
2008-08-25
1
-0
/
+1
*
Fix an interop issue with Linux: If you do nothing but TCP
dfr
2008-08-13
1
-54
/
+115
*
Introduce a new lock, hostname_mtx, and use it to synchronize access
rwatson
2008-07-05
1
-0
/
+4
*
Add module dependancy on nfs.
dfr
2008-07-03
1
-0
/
+1
*
Fixing NO_INET6 build.
avatar
2008-06-27
1
-1
/
+4
*
Re-implement the client side of rpc.lockd in the kernel. This implementation
dfr
2008-06-26
6
-470
/
+2125
*
Back out the nlm_global_lock part of the last change - I forgot that only
dfr
2008-06-03
1
-1
/
+0
*
When attempting to use the NSM state number in a lock request to detect
dfr
2008-06-02
1
-8
/
+10
*
Don't rely on NSM to help us forget about RPC client handles for
dfr
2008-05-30
1
-6
/
+17
*
Tighten up the error-handling in nlm_get_rpc. While I'm here, fix a
dfr
2008-04-16
1
-3
/
+7
*
Fix some issues that showed up during Kris' testing.
dfr
2008-04-11
1
-14
/
+28
*
Fix a problem which stopped this from starting up on a kernel compiled
dfr
2008-04-09
1
-3
/
+4
*
Minor changes to improve compatibility with older FreeBSD releases.
dfr
2008-03-28
6
-10
/
+23
*
Add kernel module support for nfslockd and krpc. Use the module system
dfr
2008-03-27
1
-0
/
+20
*
Add the new kernel-mode NFS Lock Manager. To use it instead of the
dfr
2008-03-26
9
-0
/
+4666