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
/
rpc
/
svc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect (fortunately bigger) malloc size.
mav
2016-03-19
1
-1
/
+1
*
Improve locking of sg_threadcount.
mav
2015-11-19
1
-1
/
+3
*
Fix overflow bugs in and remove obsolete limit from kernel RPC
wollman
2015-04-01
1
-22
/
+22
*
Add facility to stop all userspace processes. The supposed use of the
kib
2014-12-13
1
-1
/
+2
*
Current reaction of the nfsd worker threads to any signal is exit.
kib
2014-12-08
1
-4
/
+16
*
Fix race in r267221.
mav
2014-06-09
1
-2
/
+4
*
Split RPC pool threads into number of smaller semi-isolated groups.
mav
2014-06-08
1
-156
/
+201
*
Remove st_idle variable, duplicating st_xprt.
mav
2014-06-08
1
-5
/
+1
*
Introduce new per-thread lock to protect the list of requests.
mav
2014-06-08
1
-78
/
+53
*
Fix lock acquisition in case no request space available, missed in r260097.
mav
2014-02-04
1
-1
/
+1
*
Rework NFS Duplicate Request Cache cleanup logic.
mav
2014-01-03
1
-4
/
+63
*
Move most of NFS file handle affinity code out of the heavily congested
mav
2013-12-30
1
-52
/
+51
*
Introduce xprt_inactive_self() -- variant for use when sure that port
mav
2013-12-29
1
-0
/
+13
*
Fix build.
glebius
2013-12-20
1
-3
/
+3
*
Remove several linear list traversals per request from RPC server code.
mav
2013-12-20
1
-41
/
+45
*
Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,
hrs
2013-11-25
1
-26
/
+25
*
Some minor tuning to rpc/svc.c:
mav
2013-11-14
1
-21
/
+27
*
Use m_get(), m_gethdr() and m_getcl() instead of historic macros.
glebius
2013-03-12
1
-3
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-2
/
+2
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-2
/
+2
*
When the regular NFS server replied to a UDP client out of the replay
rmacklem
2010-03-23
1
-0
/
+2
*
Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on the
rmacklem
2009-06-17
1
-0
/
+1
*
Add a check to xprt_unregister() to catch the case where another
rmacklem
2009-06-07
1
-0
/
+7
*
Fix a lockorder reversal I introduced in r193436 when I moved the
rmacklem
2009-06-07
1
-0
/
+1
*
Fix two races in the server side krpc w.r.t upcalls:
rmacklem
2009-06-04
1
-4
/
+5
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
1
-154
/
+894
*
Minor changes to improve compatibility with older FreeBSD releases.
dfr
2008-03-28
1
-1
/
+1
*
Add the new kernel-mode NFS Lock Manager. To use it instead of the
dfr
2008-03-26
1
-0
/
+574