summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.statd
Commit message (Expand)AuthorAgeFilesLines
* MFC r277352:rstone2015-01-281-1/+1
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-071-1/+1
* Fix the nfs related daemons so that they don't intermittentlyrmacklem2011-06-021-28/+212
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-1/+1
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-0/+30
* Fix apparent mis-paste in previous check-in by author.kan2008-04-061-1/+1
* Call listen(2) on bound tcp sockets before passing them to svc_tli_create.dfr2008-04-061-0/+3
* Check the correct variables for malloc failures.matteo2007-11-071-1/+1
* Add the -h <bindip> option to rpc.statd, similar to the one in nfsd(8)matteo2007-11-012-91/+335
* If the mmap() call in rpc.statd fails, rpc.statd prints a warningtruckman2007-08-131-1/+1
* The call to init_file() needs to be moved outside the loop in statd.c,truckman2007-08-051-1/+1
* Add the "-p" option, which allows to specify a port which the daemonmatteo2007-04-032-9/+119
* Make rpc.statd INET* indipendent by converting sockaddr_in structuresmatteo2007-04-021-6/+18
* compile under WARNS=6charnier2006-09-132-5/+3
* (sm_mon_1_svc): Fix debugging output: when establising a monitoringthomas2006-08-111-2/+3
* Sort sections.ru2005-01-181-3/+3
* Mechanically kill hard sentence breaks.ru2004-07-021-8/+15
* Add FBSDID. Use getopt(3).charnier2004-04-041-11/+15
* Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2peter2003-10-263-3/+5
* style.Makefile(5)obrien2003-04-041-3/+0
* Implement nonblocking tpc-connections. rpcgen -m does stillmbr2003-01-161-0/+4
* use getaddrinfo() instead of gethostbyname().alfred2002-07-151-5/+11
* Nuke unused variable.alfred2002-07-151-1/+0
* Port to TI/RPC and/or IPV6.alfred2002-07-151-11/+3
* The .Nm utilitycharnier2002-07-141-3/+7
* mark unused variable.alfred2002-07-111-1/+1
* conditionally set WARNS via ?=.alfred2002-07-111-2/+2
* make mostly WARNS=4 clean.alfred2002-07-115-9/+12
* Log the IP of the machine if an invalid host is passed over the wire.alfred2002-07-111-1/+4
* Fix return values in the sm_notify_1 service routine to return an answeralfred2002-07-111-3/+3
* Fix syslog format errors introduced in 1.6.alfred2002-07-111-3/+3
* add includes for inet_ntoa prototype.alfred2002-07-111-0/+4
* include string.h for strcmp(3) prototype.alfred2002-07-111-0/+1
* include stdlib.h for exit(3) prototype.alfred2002-07-111-0/+1
* Do not allow unsafe characters in monitored hostnames.alfred2002-07-112-38/+95
* rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'alfred2002-03-221-3/+3
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-5/+5
* Remove whitespace at EOL.dd2001-07-151-1/+1
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
* Included in the updated version of tirpc's sm_inter.x Sun added thealfred2001-03-201-23/+2
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-14/+1
* Prepare for mdoc(7)NG.ru2000-12-271-2/+2
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Undo previous change.marcel1999-10-051-1/+1
* sigset_t change (part 5 of 5)marcel1999-09-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Removed bogus dependencies of generated .c files on generated headers.bde1998-05-101-2/+2
* Don't use the FreeBSD misfeature DPSRCS or give explicit dependenciesbde1998-03-061-3/+2
OpenPOWER on IntegriCloud