| b545252a | 02-Jan-2018 |
Conrad Meyer <[email protected]> |
rpcbind: Fix build
Add missed unistd.h include. Not sure where it was lost; I believe it compiled before I submitted the change.
PR: 224503 Reported by: Cy Schubert <Cy.Schubert AT komquats.com>
rpcbind: Fix build
Add missed unistd.h include. Not sure where it was lost; I believe it compiled before I submitted the change.
PR: 224503 Reported by: Cy Schubert <Cy.Schubert AT komquats.com> Sponsored by: Dell EMC Isilon
show more ...
|
| 609b7b26 | 19-Apr-2017 |
Enji Cooper <[email protected]> |
Add a knob, WITH*_RPCBIND_WARMSTART_SUPPORT, to allow the end-user to build rpcbind(8) with/without warmstart support.
The knob defaults to off to preserve POLA for the feature.
See rpcbind(8) for
Add a knob, WITH*_RPCBIND_WARMSTART_SUPPORT, to allow the end-user to build rpcbind(8) with/without warmstart support.
The knob defaults to off to preserve POLA for the feature.
See rpcbind(8) for more details about the warmstart feature.
MFC after: 7 weeks Relnotes: yes Sponsored by: Dell EMC Isilon
show more ...
|
| bffe2583 | 19-Apr-2017 |
Enji Cooper <[email protected]> |
rpcbind(8): post-humously document -w (warmstart) support added in r74462
warmstart support saves portmap/rpcbind(8) registration state on exit and restores the saved registration state on restart.
rpcbind(8): post-humously document -w (warmstart) support added in r74462
warmstart support saves portmap/rpcbind(8) registration state on exit and restores the saved registration state on restart.
MFC after: 7 weeks Sponsored by: Dell EMC Isilon
show more ...
|
| 218d5aa0 | 19-Apr-2017 |
Enji Cooper <[email protected]> |
rpcbind(8): wordsmith -h description and mention -W in the SYNOPSIS section
-W was already documented in the OPTIONS section.
MFC after: 7 weeks Reported by: igor (-h wordsmith'ing) Sponsored by: D
rpcbind(8): wordsmith -h description and mention -W in the SYNOPSIS section
-W was already documented in the OPTIONS section.
MFC after: 7 weeks Reported by: igor (-h wordsmith'ing) Sponsored by: Dell EMC Isilon
show more ...
|
| 98a7b0ba | 29-May-2016 |
Enji Cooper <[email protected]> |
Follow up to r300932
In the event MK_INET6 != no in userspace, but is disabled in the kernel, or if there aren't any IPv6 addresses configured in userspace (for lo0 and all physical interfaces), rpc
Follow up to r300932
In the event MK_INET6 != no in userspace, but is disabled in the kernel, or if there aren't any IPv6 addresses configured in userspace (for lo0 and all physical interfaces), rpcbind would terminate immediately instead of silently failing on
Skip over the IPv6 block to its respective cleanup with freeifaddrs if creating the socket failed instead of terminating rpcbind immediately
MFC after: 6 days X-MFC with: r300932 Reported by: O. Hartmann <[email protected]> Sponsored by: EMC / Isilon Storage Division
show more ...
|