summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.statd
Commit message (Expand)AuthorAgeFilesLines
* Mark out_of_mem(..) and usage(..) with __dead2 as they both directly call exitngie2016-05-291-4/+4
* Set ai2 to NULL in in find_host() before the loop and after callingtruckman2016-05-161-5/+7
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-10/+0
* Fix type mismatches for malloc(3) and Co.uqs2015-12-291-1/+1
* Add META_MODE support.sjg2015-06-131-0/+32
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-272-3/+2
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| * Updated dependenciessjg2014-05-101-0/+2
| * Merge headsjg2014-04-281-5/+1
| |\
| * | Updated dependenciessjg2013-03-111-0/+2
| * | Updated dependenciessjg2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+32
* | | When mountd is creating sockets, it iterates over all addresses specifiedrstone2015-01-191-1/+1
* | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |/ |/|
* | multiple: Remove 3rd clause from BSD license where approved by theeadler2014-03-141-5/+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
OpenPOWER on IntegriCloud