aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.statd/statd.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Mark out_of_mem(..) and usage(..) with __dead2 as they both directly call exitEnji Cooper2016-05-291-4/+4
* Fix type mismatches for malloc(3) and Co.Ulrich Spörlein2015-12-291-1/+1
* When mountd is creating sockets, it iterates over all addresses specifiedRyan Stone2015-01-191-1/+1
* Fix the nfs related daemons so that they don't intermittentlyRick Macklem2011-06-021-28/+212
* 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-011-90/+316
* 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-031-8/+111
* compile under WARNS=6Philippe Charnier2006-09-131-1/+0
* Add FBSDID. Use getopt(3).Philippe Charnier2004-04-041-11/+15
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-161-0/+4
* Nuke unused variable.Alfred Perlstein2002-07-151-1/+0
* Port to TI/RPC and/or IPV6.Alfred Perlstein2002-07-151-11/+3
* make mostly WARNS=4 clean.Alfred Perlstein2002-07-111-3/+3
* include string.h for strcmp(3) prototype.Alfred Perlstein2002-07-111-0/+1
* Undo previous change.Marcel Moolenaar1999-10-051-1/+1
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3). Add usage() and #includes.Philippe Charnier1997-10-131-24/+21
* Some minor tweaks for statdPeter Wemm1996-04-011-90/+1
* Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'sPeter Wemm1996-02-171-0/+232