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