| Age | Commit message (Expand) | Author |
| 2023-06-03 | bsd.own.mk: rename GCC_NO_* to CC_WNO_* | lukem |
| 2019-10-13 | introduce some common variables for use in GCC warning disables: | mrg |
| 2019-08-15 | Stop defining _rpcsvcdirty in bss and data | kamil |
| 2018-01-23 | ansify - drop the K&R style prototypes & implementations. | sevan |
| 2017-06-08 | this file uses the <sys/queue.h> macros so it should include | chs |
| 2016-03-12 | Fix another conditional with wrong (missing) parens. | dholland |
| 2016-03-12 | Clean up gcc warnings. | dholland |
| 2016-03-12 | Remove trailing whitespace | dholland |
| 2016-03-12 | Fix operator precedence in complex conditional by separating out the | dholland |
| 2012-09-13 | Fix typo in syslog message. | wiz |
| 2012-08-13 | Sync usage with manpage. End it with a newline. | wiz |
| 2012-08-13 | Sort options in SYNOPSIS. New sentence, new line. Improve descriptions. | wiz |
| 2012-08-13 | Add -4 and -6 options to rpd.lockd for consistent control over the | pgoyette |
| 2012-06-18 | Fix broken IPv6 support. My Mac OS X Lion NFS client now happily | tron |
| 2011-08-30 | Apply casts to cases where xdrproc_t is expected but is not | plunky |
| 2009-11-19 | allow comparing v2 and v3 filehandles. | christos |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-04-22 | Enable WARNS=4 by default, except for: | lukem |
| 2008-12-29 | fix dev_t format. | christos |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-11-04 | - pass lint (not completely) | christos |
| 2007-11-04 | Fix off-by-one error accessing "clnt_cache_addr" array which causes heap | tron |
| 2007-10-27 | PR/37236: Matthias Scheler: Mac OS X NFS client frequently crashes rpc.lockd(8) | christos |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2006-08-09 | Typo | martin |
| 2006-08-08 | deal with variable sized file handles. | yamt |
| 2006-07-31 | Make filehandles opaque to userland | martin |
| 2006-07-13 | Fix alignement problems for fhandle_t, exposed by gcc4.1. | martin |
| 2005-08-19 | 64 bit inode changes | christos |
| 2005-06-02 | Test the correct pointer 'rfl' rather than an uninitialized 'fl' when | lukem |
| 2003-10-05 | Remove references to University of California from my copyright notices. | bouyer |
| 2003-06-19 | We can't keep a reference to the value returned by svc_getrpccaller(). | bouyer |
| 2003-03-16 | getlock: detect duplicated locks slightly correctly. | yamt |
| 2003-03-16 | for lock/unlock requests, log svid as well as client name. | yamt |
| 2003-03-14 | fix a typo in the previous. | yamt |
| 2003-03-14 | use strlcpy instead of strncpy. | yamt |
| 2003-03-14 | use LIST_FOREACH macro. | yamt |
| 2003-03-14 | for fork'ed children, use _exit instead of exit. | yamt |
| 2003-03-14 | - protect from pid reusing. | yamt |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-05 | Use <bsd.rpc.mk> | sommerfeld |
| 2002-11-08 | Use a non-blocking SVC for TCP connections. | fvdl |
| 2002-07-26 | enouth -> enough. | wiz |
| 2002-07-20 | sweep of errx/warnx, remove unnecessary trailing \n | grant |
| 2002-07-10 | Spell acquire with a 'c'. | wiz |
| 2002-02-02 | Sort sections. | wiz |
| 2001-10-23 | Fix a memory leak: when unlocking make sure we release the memory associated | oster |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-04-06 | Negative exit code cleanup: Replace exit(-x) with exit(x). | wiz |
| 2000-11-21 | Don't try to deallocate an object pointed by NULL pointer. Instead, | enami |