summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.lockd
AgeCommit message (Collapse)Author
2013-04-23handle large ino_tTheo de Raadt
2013-04-19print tv_sec properlyTheo de Raadt
2011-03-22use timerclear macroOkan Demirmen
ok miod@
2010-07-23Manuel Bouyer rescinded clauses 3 and 4 of his license text.Jonathan Gray
2009-11-15add missing headers needed by err/errx(), alarm(), sigemptyset(), sigaction().Charles Longeau
"go ahead" sturm@
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2008-12-03typo; from Anathae TownsendJason McIntyre
2008-11-25grammar fix (in comment): from Anathae TownsendJason McIntyre
2008-06-15add glue for rpc.lockd to talk to rpc.statdNikolay Sturm
"just get it in" deraadt
2008-06-15fix filehandle comparison between NFSv2 and NFSv3 filehandlesNikolay Sturm
permits locking in heterogenous environments ok thib
2008-06-13tweak previous;Jason McIntyre
2008-06-13$OpenBSD$Nikolay Sturm
2008-06-13from NetBSD:Nikolay Sturm
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. Shared locks are not handled efficiently, they're serialised in lockd when they could be granted. tested against debian etch (linux 2.6.18) not fully functional yet in mixed NFSv2/v3 environments further development in-tree as discussed w/ deraadt
2008-05-17documentation tweaks.Igor Sobrado
ok (some time ago) jmc@
2007-05-31convert to new .Dd format;Jason McIntyre
2003-07-06protos and ansiTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-11some ansification, some de-registerTheo de Raadt
2002-11-09remove references to unexistent manpages; miod ok.Federico G. Schwindt
2002-05-29more strlcat and strlcpyTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2000-06-29use %s with syslog, probably just paranoia but it is good formTodd C. Miller
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-03-04Try to standardize the options list introduction; it should read "The optionsAaron Campbell
are as follows:", except in special cases.
2000-01-22ie. -> i.e.,Aaron Campbell
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1997-09-17make this readable, so that i can think about actually coding it..Theo de Raadt
1997-08-19make -Wall happyNiklas Hallqvist
1997-08-10Pass -Wall and add OpenBSD tags.Todd C. Miller
1997-03-25spelling errorTheo de Raadt
1997-02-23We run OpenBSDTodd C. Miller
1997-02-14#include <string.h>Niklas Hallqvist
1997-01-30where did .DESTDIR come from... found by gwen@rtmx.comTheo de Raadt
1996-09-13typoTheo de Raadt
1996-09-13hostname can be longer; noticed by bitbltTheo de Raadt
1996-08-27strncpy correctlyTheo de Raadt
1996-08-17s/rstatd/lockd/Thorsten Lockert
1996-07-20compiles...Theo de Raadt
1996-07-20rpc.lockd from freebsd; has a problem yetTheo de Raadt