summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.statd
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2019-12-02drop my name from the advertising clause.christos
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-03remove my copyright.christos
2015-08-21fix bogus %mchristos
2009-04-18Fix -Wshadow and -Wcast-qual issueslukem
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-03-28Use sigaction(2) to setup automatic disposal of child processes aftertron
2006-03-17Overrun found by Coverity, CID 1549.elad
2005-11-27We can't call db->put() with key or data pointing back to db(3)'s memorybouyer
2005-11-03When forking, we keep a reference to the status db file, and if thebouyer
2005-10-20PR/31502: John: rpc.statd doesn't save failed notifies in the database.christos
2004-01-14init_file: copy status_info from static storage so thatyamt
2004-01-14reset_host: reset actual host infos rather than reset copies of them.yamt
2003-04-07More e.g. cleanup. Igor Sobrado, PR 19692.wiz
2003-01-05Use <bsd.rpc.mk>sommerfeld
2002-12-21hardware with a d, from Adrian Mrva.wiz
2002-11-08Use a non-blocking SVC for TCP connections.fvdl
2002-02-02Sort sections.wiz
2002-01-31Make sure DESTDIR is defined before attempting to use it in a dependency.tv
2002-01-19Whitespace nits.wiz
2001-11-23Use SA_NOCLDWAIT to avoid zombies.christos
2001-11-22Add a handler for SIGCHLD which collects dead childs via wait3(2) so thattron
2001-02-19convert to use getprogname()cgd
2000-07-25${RPCGEN}, not hard-coded rpcgencgd
2000-06-12Make the rpcsvc dependencies work a bit better.mycroft
2000-06-09Convert to tirpc interface, and to be af-independent.fvdl
2000-06-09Always copy pointer returned by db->get or db->seq before using, to avoidbouyer
2000-06-06Solaris hosts with multiple names (e.g. short & fqdn) sends notificationbouyer
2000-06-06db->seq() returns 0 for success and 1 for failure, not the opposite.bouyer
1999-06-10Tweak the usage output a bit, and exit after printing it.scottr
1999-06-06Use pidfile(3).thorpej
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-06-22Fix broken call to dbopen(), fixes PR bin/5637 by Azuma Okamoto.tron
1997-10-25use CPPFLAGS instead of CFLAGSlukem
1997-10-25To print a size_t, cast to u_long and use %lu printf format so thatthorpej
1997-10-21Use a db(3) hash database instead of shared memory. Don't fork() to servicechristos
1997-10-21Only map 16MBytes of file, enough for some 16000 hosts on the LAN.is
1997-10-18The third argument to msync() got lost - bring it back.drochner
1997-10-17WARNSify; generate ansi c code with rpcgen, cleanup manpage, add rcsidslukem
1997-10-17WARNSify; generate ansi c code with rpcgen, cleanup manpage, add rcsidslukem
1997-10-17call msync() correctlylukem
1997-10-16msync needs a third argument.christos
1997-05-31Back out BUILDDIR and NOINSTALL changes.cjs
1997-05-26These updates to the build allow building against include filescjs
1997-05-17eliminate struct sigcontextchristos
1997-03-14transations -> transactions per pr 3333 from SAITOH Masanobuperry
1997-03-11RCS Id policescottr