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
Commit message (
Expand
)
Author
Age
Files
Lines
*
kgssapi(4): Fix string overrun in Kerberos principal construction
cem
2016-04-20
1
-1
/
+1
*
RPC: for pointers replace 0 with NULL.
pfg
2016-04-14
1
-1
/
+1
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
1
-1
/
+1
*
Remove some NULL checks for M_WAITOK allocations.
trasz
2016-03-29
1
-8
/
+0
*
Fix incorrect (fortunately bigger) malloc size.
mav
2016-03-19
1
-1
/
+1
*
These files were getting sys/malloc.h and vm/uma.h with header pollution
glebius
2016-02-01
1
-0
/
+1
*
Improve locking of sg_threadcount.
mav
2015-11-19
1
-1
/
+3
*
Increase group limit for kerberized NFSv4
jpaetzel
2015-09-26
1
-5
/
+2
*
Set curvnet context inside the RPC code in more places.
delphij
2015-08-18
2
-0
/
+10
*
Remove useless acquire semantic from the atomic_add operation before
kib
2015-07-28
1
-1
/
+1
*
Remove hard limits on number of accepting NFS connections.
mav
2015-04-07
2
-3
/
+3
*
Fix overflow bugs in and remove obsolete limit from kernel RPC
wollman
2015-04-01
2
-26
/
+26
*
rpc: Uninitialized pointer read
pfg
2015-02-02
1
-1
/
+1
*
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
*
In preparation of merging projects/sendfile, transform bare access to
glebius
2014-11-12
2
-3
/
+3
*
Merge the NFSv4.1 server code in projects/nfsv4.1-server over
rmacklem
2014-07-01
4
-1
/
+632
*
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
3
-182
/
+250
*
Remove st_idle variable, duplicating st_xprt.
mav
2014-06-08
2
-6
/
+1
*
Introduce new per-thread lock to protect the list of requests.
mav
2014-06-08
2
-78
/
+54
*
Properly free resources in case of error.
brueffer
2014-05-02
1
-7
/
+5
*
Fix lock acquisition in case no request space available, missed in r260097.
mav
2014-02-04
1
-1
/
+1
*
Don't expose svc_loss_reg / _unreg to userland as they're kernel-only
peter
2014-01-08
1
-0
/
+2
*
Fix NULL dereference panic on UDP requests introduced in r260229.
mav
2014-01-06
1
-1
/
+1
*
Replace locks added in r260229 to protect sequence counters with atomics.
mav
2014-01-04
2
-15
/
+9
*
Rework NFS Duplicate Request Cache cleanup logic.
mav
2014-01-03
4
-20
/
+148
*
Move most of NFS file handle affinity code out of the heavily congested
mav
2013-12-30
2
-53
/
+54
*
Introduce xprt_inactive_self() -- variant for use when sure that port
mav
2013-12-29
4
-11
/
+25
*
In addition to r259632 completely block receive upcalls if we have more
mav
2013-12-29
1
-1
/
+9
*
Move a static const variable to the #if 0 part where it is only used.
dim
2013-12-24
1
-1
/
+1
*
Remove some unused static const strings under sys/rpc, which have never
dim
2013-12-24
2
-7
/
+0
*
Fix a bug introduced at r259632, triggering infinite loop in some cases.
mav
2013-12-24
1
-4
/
+7
*
Fix build.
glebius
2013-12-20
1
-3
/
+3
*
Remove several linear list traversals per request from RPC server code.
mav
2013-12-20
2
-41
/
+46
*
Rework flow control for connection-oriented (TCP) RPC server.
mav
2013-12-19
1
-128
/
+115
*
Replace Sun Industry Standards Source License for Sun RPC code with a
hrs
2013-11-25
1
-42
/
+24
*
Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,
hrs
2013-11-25
1
-26
/
+25
*
Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,
hrs
2013-11-25
28
-744
/
+699
*
Some minor tuning to rpc/svc.c:
mav
2013-11-14
1
-21
/
+27
*
It was reported via email that the cu_sent field used by the
rmacklem
2013-09-06
1
-0
/
+2
*
Add support for host-based (Kerberos 5 service principal) initiator
rmacklem
2013-07-09
2
-18
/
+127
*
Fix a potential socket leak in the NFS server. If a client closes its
jhb
2013-04-08
1
-1
/
+4
*
Improve error handling when unwrapping received data.
gnn
2013-04-04
1
-1
/
+16
*
Revert 195703 and 195821 as this special stop handling in NFS is now
jhb
2013-03-13
2
-5
/
+3
*
Use m_get(), m_gethdr() and m_getcl() instead of historic macros.
glebius
2013-03-12
7
-15
/
+8
*
Add support for backchannels to the kernel RPC. Backchannels
rmacklem
2012-12-08
6
-98
/
+405
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
8
-14
/
+14
*
Modify the comment to take out the names and URL.
rmacklem
2012-10-25
1
-6
/
+3
*
Add a comment describing why r241097 was done.
rmacklem
2012-10-15
1
-0
/
+11
[next]