summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nfsd/nfsd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r281199: Remove hard limits on number of accepting NFS connections.mav2015-04-141-2/+2
* Simplify r243637 and make sure that nfsdargs.{min,max}threads are always setdelphij2013-02-141-20/+7
* Abstract out setting of nfsdcnt and consistently use MAXNFSDCNT when thedelphij2013-02-141-21/+21
* Use static for all functions that do not need to be exported.delphij2013-02-141-27/+27
* Post r243965 the nfsd daemon will not start up for kernelsrmacklem2012-12-191-1/+1
* Don't allow minthreads > maxthreads.alfred2012-11-281-0/+4
* Fix typo.alfred2012-11-281-1/+1
* Autoconfigure nfsd threads based on ncpu.alfred2012-11-271-20/+97
* Fix typo in error when unable to create TCP socketeadler2012-10-221-1/+1
* More -Wmissing-variable-declarations fixes.ed2012-10-191-9/+9
* Remove duplicated header fileskevlo2011-06-241-1/+0
* This patch changes the default NFS server to the new one, which wasrmacklem2011-04-241-9/+9
* Add support for a backup stable restart file to the nfsd,rmacklem2011-04-101-9/+110
* Save a copy of errno before invoking syslog() if accept() or select() fail.jhb2011-02-171-6/+9
* ANSIfy almost all applications that use WARNS=6.ed2009-12-291-3/+3
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-241-20/+19
* Change the "-4" argument for nfsd and mountd to "-e" to avoidrmacklem2009-05-281-5/+5
* Modify nfsd.c to add support for the experimental nfs server.rmacklem2009-05-241-25/+108
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-34/+81
* Previous revision was broken on SPARC, fix it by using more appropriate type.delphij2005-12-211-1/+1
* Use size_t for length.delphij2005-12-211-1/+2
* Bump the default maximum on nfsd processes from 20 to 256. Real-worldrwatson2005-01-231-1/+1
* ANSI'fy nfsd(8) and some minor changes to make it WARNS=6 clean.delphij2004-11-061-9/+5
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-071-4/+0
* Problem:rwatson2004-01-111-0/+8
* Bah, I forgot to commit this part of the nfssvc() cleanup. Sorry folks.peter2002-07-251-4/+1
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-3/+2
* Initialize sockbits variable with FD_ZERO, to avoid passing a fd_setkan2002-07-221-0/+1
* Fix spelling nit in error message.gordon2002-06-051-1/+1
* Make this compile and not segfault on ia64. ptr = strdup("foo"); ispeter2002-05-011-3/+4
* Fix problem in macro definition breaking compiles with -DDEBUG.pb2002-03-261-1/+1
* When nfsd was started with only UDP servers, the master nfsd wouldiedowse2001-10-161-76/+106
* Deal with nfs server module changes for autoloading.peter2001-09-201-9/+4
* Userland part of nfs client/server split and cleanup.peter2001-09-181-149/+5
* Don't call daemon() and setup our signal handlers until after we checkalfred2001-03-251-41/+34
* Disable ipv6 when getnetconfigent("udp6"/"tcp6") fails.alfred2001-03-251-1/+2
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-283/+540
* Don't use libutil now that setproctitle() is in libcbrian2000-09-021-1/+0
* Give nfsd the ability to bind to specific IP addresses through the -hdillon1999-11-111-23/+63
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Do not dot terminate syslog() string. Remove unused #includes. Add rcsid. -Wall.charnier1998-07-151-24/+22
* Fix two missing arguments detected by "-Wformat".jdp1997-11-181-2/+4
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Merge from Lite2 (use new getvfsbyname() interface)peter1997-03-111-9/+9
* Default to udp if neither udp nor tcp is specified. The previous revisionbde1996-05-011-1/+2
* default to udp if no flags specified...closes PR#bin/759scrappy1996-04-131-0/+1
* #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-111-1/+1
* Make nfsd use setproctitle from libutil...peter1996-01-011-0/+9
* The version of setproctitle() inside nfsd was busted. It was not terminatingpeter1995-12-151-0/+1
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-25/+85
OpenPOWER on IntegriCloud