summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfslockd
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314651,r318439,r318440:ngie2017-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | r314651: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 r318439: Normalize .PATH on SRCTOP This will help Jenkins dedupe 9 warnings between the static build and the module build of ipsec(4). Missed in SRCTOP conversion in r314651. MFC with: r314651 r318440: Normalize SYSDIR on SRCTOP instead of .CURDIR This is being done to simplify pathing for CFLAGS and source files.
* Move most of the 15 variations on generating opt_inet.h andimp2014-08-041-10/+0
| | | | | | opt_inet6.h into kmod.mk by forcing almost everybody to eat the same dogfood. While at it, consolidate the opt_bpf.h and opt_mroute.h targets here too.
* unifdef NFSCLIENT because the nlm depends on the nfsclient even if NFSCLIENTnyan2009-10-031-6/+0
| | | | | | | | | is not defined. Now the nfslockd module works with the nfsclient module. Reviewed by: kib MFC after: 3 days
* Add '#define NFSCLIENT' into opt_nfs.h if the NFSCLIENT variable is 1nyan2009-09-271-0/+7
| | | | | | | | | (the default is 1). This makes the nfslockd module works for NFS client. Reviewed by: dfr MFC after: 3 days
* Unbreak the build by creating opt_nfs.hps2008-07-311-1/+1
|
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-0/+1
| | | | | | | | | | | | provides the correct semantics for flock(2) style locks which are used by the lockf(1) command line tool and the pidfile(3) library. It also implements recovery from server restarts and ensures that dirty cache blocks are written to the server before obtaining locks (allowing multiple clients to use file locking to safely share data). Sponsored by: Isilon Systems PR: 94256 MFC after: 2 weeks
* Add nfslockd and krpc modules.dfr2008-03-271-0/+23
OpenPOWER on IntegriCloud