OpenBSD CVS

src/usr.sbin/rpc.lockd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / rpc.lockd

Current tag: OPENBSD_6_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   6 years  otto   Disable enum warnings after checking the code is ok. ok millert@
[TXT] handles.c  1.3   26 years  deraadt   make this readable, so that i can think about actually coding it..
[TXT] lockd.c  1.14   9 years  deraadt   Convert many atoi() calls to strtonum(), adding range checks and failure handlin...
[TXT] lockd.h  1.4   15 years  sturm   from NetBSD: Implement file locking in lockd. All the stuff is done in userland,...
[TXT] lockd_lock.c  1.9   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] lockd_lock.h  1.2   15 years  sturm   $OpenBSD$
[TXT] procs.c  1.15   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] rpc.lockd.8  1.13   15 years  jmc   tweak previous;
[TXT] test.c  1.7   8 years  jsg   Avoid unintended problems with operator precedence when doing an assignment and ...