aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nfsd/nfsd.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: silence rpcb_unset noise for NFSv4 only serversRick Macklem2021-04-011-7/+13
* Fix the usage error I introduced in r344192.Sean Eric Fagan2019-02-211-3/+3
* Add support for a virtual hostname to nfsdSean Eric Fagan2019-02-161-8/+20
* nfsd: Factorize codeBaptiste Daroussin2018-11-041-52/+19
* Add support for IPv6 addresses to the pNFS "-p" option.Rick Macklem2018-07-271-11/+46
* Add an optional feature to the pNFS server.Rick Macklem2018-07-021-1/+35
* Add a safety belt assignment to the nfsd for when "-p" isn't specified.Rick Macklem2018-06-301-0/+2
* Add the "-p" and "-m" options to nfsd.c for the pNFS service.Rick Macklem2018-06-141-18/+168
* userland: Fix several typos and minor errorsEitan Adler2017-12-271-2/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Patch the nfsd so that it doesn't register with rpcbind for an NFSv4 onlyRick Macklem2016-12-081-25/+80
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* Remove oldnfs remnants from nfsd(8).Edward Tomasz Napierala2015-04-301-114/+57
* Remove hard limits on number of accepting NFS connections.Alexander Motin2015-04-071-2/+2
* Simplify r243637 and make sure that nfsdargs.{min,max}threads are always setXin LI2013-02-141-20/+7
* Abstract out setting of nfsdcnt and consistently use MAXNFSDCNT when theXin LI2013-02-141-21/+21
* Use static for all functions that do not need to be exported.Xin LI2013-02-141-27/+27
* Post r243965 the nfsd daemon will not start up for kernelsRick Macklem2012-12-191-1/+1
* Don't allow minthreads > maxthreads.Alfred Perlstein2012-11-281-0/+4
* Fix typo.Alfred Perlstein2012-11-281-1/+1
* Autoconfigure nfsd threads based on ncpu.Alfred Perlstein2012-11-271-20/+97
* Fix typo in error when unable to create TCP socketEitan Adler2012-10-221-1/+1
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-9/+9
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* This patch changes the default NFS server to the new one, which wasRick Macklem2011-04-241-9/+9
* Add support for a backup stable restart file to the nfsd,Rick Macklem2011-04-101-9/+110
* Save a copy of errno before invoking syslog() if accept() or select() fail.John Baldwin2011-02-171-6/+9
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-3/+3
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationDoug Rabson2009-06-241-20/+19
* Change the "-4" argument for nfsd and mountd to "-e" to avoidRick Macklem2009-05-281-5/+5
* Modify nfsd.c to add support for the experimental nfs server.Rick Macklem2009-05-241-25/+108
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-34/+81
* Previous revision was broken on SPARC, fix it by using more appropriate type.Xin LI2005-12-211-1/+1
* Use size_t for length.Xin LI2005-12-211-1/+2
* Bump the default maximum on nfsd processes from 20 to 256. Real-worldRobert Watson2005-01-231-1/+1
* ANSI'fy nfsd(8) and some minor changes to make it WARNS=6 clean.Xin LI2004-11-061-9/+5
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-071-4/+0
* Problem:Robert Watson2004-01-111-0/+8
* Bah, I forgot to commit this part of the nfssvc() cleanup. Sorry folks.Peter Wemm2002-07-251-4/+1
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-221-3/+2
* Initialize sockbits variable with FD_ZERO, to avoid passing a fd_setAlexander Kabaev2002-07-221-0/+1
* Fix spelling nit in error message.Gordon Tetlow2002-06-051-1/+1
* Make this compile and not segfault on ia64. ptr = strdup("foo"); isPeter Wemm2002-05-011-3/+4
* Fix problem in macro definition breaking compiles with -DDEBUG.Pierre Beyssac2002-03-261-1/+1
* When nfsd was started with only UDP servers, the master nfsd wouldIan Dowse2001-10-161-76/+106
* Deal with nfs server module changes for autoloading.Peter Wemm2001-09-201-9/+4
* Userland part of nfs client/server split and cleanup.Peter Wemm2001-09-181-149/+5
* Don't call daemon() and setup our signal handlers until after we checkAlfred Perlstein2001-03-251-41/+34
* Disable ipv6 when getnetconfigent("udp6"/"tcp6") fails.Alfred Perlstein2001-03-251-1/+2