History log of /netbsd/usr.sbin/rpc.lockd/lockd.h (Results 1 – 3 of 3)
Revision Date Author Comments
# d6aaec91 23-Jan-2018 sevan <sevan@NetBSD.org>

ansify - drop the K&R style prototypes & implementations.


# 227ed983 07-Jun-2000 bouyer <bouyer@NetBSD.org>

Implement file locking in lockd. All the stuff is done in userland, using
fhopen() and flock(). This means that if you kill lockd, all locks will
be relased (but you're supposed to kill statd at the

Implement file locking in lockd. All the stuff is done in userland, using
fhopen() and flock(). This means that if you kill lockd, all locks will
be relased (but you're supposed to kill statd at the same time, so
remote hosts will know it and re-establish the lock).
Tested against solaris 2.7 and linux 2.2.14 clients.
Shared lock are not handled efficiently, they're serialised in lockd when they
could be granted.

show more ...


# a6fdc939 10-Mar-1997 scottr <scottr@NetBSD.org>

NFS locking daemon by A.R. Gordon, ported from FreeBSD. While the
functionality was not significantly altered, the code was KNFed and
the build process cleaned up considerably.