aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.statd
Commit message (Expand)AuthorAgeFilesLines
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-184-4/+12
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-07-101-0/+1
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-191-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-1/+0
* Use .ALLSRC instead of RPCSRCEnji Cooper2017-03-011-2/+2
* Mark out_of_mem(..) and usage(..) with __dead2 as they both directly call exitEnji Cooper2016-05-291-4/+4
* Set ai2 to NULL in in find_host() before the loop and after callingDon Lewis2016-05-161-5/+7
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-10/+0
* Fix type mismatches for malloc(3) and Co.Ulrich Spörlein2015-12-291-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+32
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-3/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-5/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+32
* | | When mountd is creating sockets, it iterates over all addresses specifiedRyan Stone2015-01-191-1/+1
* | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |/ |/|
* | multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-141-5/+1
|/
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
* Fix the nfs related daemons so that they don't intermittentlyRick Macklem2011-06-021-28/+212
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+1
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-0/+30
* Fix apparent mis-paste in previous check-in by author.Alexander Kabaev2008-04-061-1/+1
* Call listen(2) on bound tcp sockets before passing them to svc_tli_create.Doug Rabson2008-04-061-0/+3
* Check the correct variables for malloc failures.Matteo Riondato2007-11-071-1/+1
* Add the -h <bindip> option to rpc.statd, similar to the one in nfsd(8)Matteo Riondato2007-11-012-91/+335
* If the mmap() call in rpc.statd fails, rpc.statd prints a warningDon Lewis2007-08-131-1/+1
* The call to init_file() needs to be moved outside the loop in statd.c,Don Lewis2007-08-051-1/+1
* Add the "-p" option, which allows to specify a port which the daemonMatteo Riondato2007-04-032-9/+119
* Make rpc.statd INET* indipendent by converting sockaddr_in structuresMatteo Riondato2007-04-021-6/+18
* compile under WARNS=6Philippe Charnier2006-09-132-5/+3
* (sm_mon_1_svc): Fix debugging output: when establising a monitoringThomas Quinot2006-08-111-2/+3
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-8/+15
* Add FBSDID. Use getopt(3).Philippe Charnier2004-04-041-11/+15
* Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2Peter Wemm2003-10-263-3/+5
* style.Makefile(5)David E. O'Brien2003-04-041-3/+0
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-161-0/+4
* use getaddrinfo() instead of gethostbyname().Alfred Perlstein2002-07-151-5/+11
* Nuke unused variable.Alfred Perlstein2002-07-151-1/+0
* Port to TI/RPC and/or IPV6.Alfred Perlstein2002-07-151-11/+3
* The .Nm utilityPhilippe Charnier2002-07-141-3/+7
* mark unused variable.Alfred Perlstein2002-07-111-1/+1
* conditionally set WARNS via ?=.Alfred Perlstein2002-07-111-2/+2
* make mostly WARNS=4 clean.Alfred Perlstein2002-07-115-9/+12
* Log the IP of the machine if an invalid host is passed over the wire.Alfred Perlstein2002-07-111-1/+4