History log of /netbsd/usr.sbin/rpc.lockd/lockd.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 016116f0 15-Aug-2019 kamil <kamil@NetBSD.org>

Stop defining _rpcsvcdirty in bss and data

_rpcsvcdirty is already defined in the generated code from rpcgen(1).

Detected during the build with Address Sanitizer (MKSANITIZER).


# 24a87d9f 13-Aug-2012 wiz <wiz@NetBSD.org>

Sync usage with manpage. End it with a newline.


# 80fd8714 13-Aug-2012 pgoyette <pgoyette@NetBSD.org>

Add -4 and -6 options to rpd.lockd for consistent control over the
protocols to which it listens. As discussed on tech-userlevel.


# 8b0f9554 15-Dec-2007 perry <perry@NetBSD.org>

convert __attribute__s to applicable cdefs.h macros


# ceaa3a4f 04-Nov-2007 christos <christos@NetBSD.org>

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


# d4f83aa2 08-Nov-2002 fvdl <fvdl@NetBSD.org>

Use a non-blocking SVC for TCP connections.


# 8521dd16 12-Aug-2000 thorpej <thorpej@NetBSD.org>

Clean up some include paths.


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


# a3bc666f 02-Feb-2000 bouyer <bouyer@NetBSD.org>

Supports nlm version 4 (for use with nfsv3).


# 56c5efa3 06-Jun-1999 thorpej <thorpej@NetBSD.org>

Use pidfile(3).


# 1b318768 18-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify


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