freebsd-dev/usr.sbin/rpc.lockd
Xin LI 8a3cd533f1 Reduce code duplication in rpc.lockd.
Reuse create_service code instead of duplicating it in
lookup_addresses for kernel NLM.

As a (good) side effect this also fixed a few issues that were
already fixed in the former but never applied to the latter.

Reviewed by:	kevlo
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D11259
2017-06-21 06:34:06 +00:00
..
kern.c Use prototype. 2014-01-04 01:08:10 +00:00
lock_proc.c Check return value of seteuid() and bail out if we fail. 2017-06-19 07:02:52 +00:00
lockd_lock.c Add missing break in lock_partialfilelock(..) with NFS_RESERR 2016-06-13 11:19:06 +00:00
lockd_lock.h
lockd.c Reduce code duplication in rpc.lockd. 2017-06-21 06:34:06 +00:00
lockd.h
Makefile Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP. 2017-06-19 20:47:24 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
rpc.lockd.8 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
test.c