Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-23 | handle large ino_t | Theo de Raadt | |
2013-04-19 | print tv_sec properly | Theo de Raadt | |
2011-03-22 | use timerclear macro | Okan Demirmen | |
ok miod@ | |||
2010-07-23 | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | Jonathan Gray | |
2009-11-15 | add missing headers needed by err/errx(), alarm(), sigemptyset(), sigaction(). | Charles Longeau | |
"go ahead" sturm@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo 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-03 | typo; from Anathae Townsend | Jason McIntyre | |
2008-11-25 | grammar fix (in comment): from Anathae Townsend | Jason McIntyre | |
2008-06-15 | add glue for rpc.lockd to talk to rpc.statd | Nikolay Sturm | |
"just get it in" deraadt | |||
2008-06-15 | fix filehandle comparison between NFSv2 and NFSv3 filehandles | Nikolay Sturm | |
permits locking in heterogenous environments ok thib | |||
2008-06-13 | tweak previous; | Jason McIntyre | |
2008-06-13 | $OpenBSD$ | Nikolay Sturm | |
2008-06-13 | from 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-17 | documentation tweaks. | Igor Sobrado | |
ok (some time ago) jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2003-07-06 | protos and ansi | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-11 | some ansification, some de-register | Theo de Raadt | |
2002-11-09 | remove references to unexistent manpages; miod ok. | Federico G. Schwindt | |
2002-05-29 | more strlcat and strlcpy | Theo de Raadt | |
2002-02-16 | Part 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-29 | use %s with syslog, probably just paranoia but it is good form | Todd C. Miller | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-04 | Try to standardize the options list introduction; it should read "The options | Aaron Campbell | |
are as follows:", except in special cases. | |||
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt | |
1997-09-17 | make this readable, so that i can think about actually coding it.. | Theo de Raadt | |
1997-08-19 | make -Wall happy | Niklas Hallqvist | |
1997-08-10 | Pass -Wall and add OpenBSD tags. | Todd C. Miller | |
1997-03-25 | spelling error | Theo de Raadt | |
1997-02-23 | We run OpenBSD | Todd C. Miller | |
1997-02-14 | #include <string.h> | Niklas Hallqvist | |
1997-01-30 | where did .DESTDIR come from... found by gwen@rtmx.com | Theo de Raadt | |
1996-09-13 | typo | Theo de Raadt | |
1996-09-13 | hostname can be longer; noticed by bitblt | Theo de Raadt | |
1996-08-27 | strncpy correctly | Theo de Raadt | |
1996-08-17 | s/rstatd/lockd/ | Thorsten Lockert | |
1996-07-20 | compiles... | Theo de Raadt | |
1996-07-20 | rpc.lockd from freebsd; has a problem yet | Theo de Raadt | |