History log of /netbsd/usr.sbin/rpc.lockd/lockd_lock.h (Results 1 – 3 of 3)
Revision Date Author Comments
# ceaa3a4f 04-Nov-2007 christos <christos@NetBSD.org>

- pass lint (not completely)
- KNF
- ansify
- use %m instead of "%s, strerror(errno)" in syslog messages


# 77044250 09-Jun-2000 fvdl <fvdl@NetBSD.org>

Convert to tirpc interface, and to be af-independent.


# 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 ...