summaryrefslogtreecommitdiffstats
path: root/sbin/nfsd
AgeCommit message (Expand)AuthorFilesLines
2020-01-22remove semicolons not needed after } statements. ok deraadttedu1-2/+2
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-12/+12
2018-01-05Remove useless <sys/socketvar.h> includes.mpi1-2/+1
2017-08-31Unbreak DEBUG on nfsd(8) by changing the syslog macro. With this change a fewmestre1-10/+16
2016-06-07per trending style, add continue to emtpy loop bodies.tedu1-2/+2
2015-10-02oh no, a KERBEROS lefover; from Ilya Kalimanderaadt1-3/+1
2015-09-10reduce .Nd to one line and kill .Tn while hereschwarze1-25/+10
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-2/+1
2014-07-12provide a missing rfc number;jmc1-6/+3
2014-05-11remove unused variablechl1-2/+2
2014-05-05convert select to poll. from peter malonetedu1-25/+16
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt1-1/+4
2010-09-03add an EXIT STATUS section for /sbin;jmc1-3/+3
2010-04-17Print startup errors to both the console and the log, rather thankrw1-9/+23
2010-04-14Specifying an invalid number of nfsd's is an error. So error outkrw1-11/+5
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2009-01-04replace hardcoded exit values with .Ex macros;sobrado1-5/+3
2008-03-13make sure we start 4 servers on udp if called withthib1-2/+4
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-27cleanup the nfssvc() system call.thib1-11/+10
2005-12-02make lint a bit happierderaadt1-4/+4
2004-09-14ARGSUSED before signal handler with unused signoderaadt1-2/+4
2004-05-10remove iso crud, and other misc cleanups; millert okderaadt1-210/+23
2004-03-02bad openlog call; andrushock@korovino.netderaadt1-3/+3
2003-10-18sync with usage();jmc1-4/+4
2003-08-11Dynamic select(2) support; deraadt@ OKmillert1-14/+31
2003-08-08refer to RFCs consistently (RFC XXXX);jmc1-2/+2
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert2-12/+4
2002-09-10socklen_t; cloderderaadt1-2/+3
2002-07-03ansideraadt1-11/+10
2002-06-11Remove some unused code for dealing with nfs over kerberos. No actual change,hin2-112/+2
2002-05-22strcpy, sprintf death; mpech okderaadt1-2/+2
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-4/+4
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */heko1-2/+2
2001-07-07major -Wall cleanup, almost completederaadt1-9/+12
2001-06-04return from main() don't exitmickey1-30/+30
2001-01-19mark signal races i cannot fix at the momentderaadt1-2/+2
2000-09-03Boring... Add :L modifier to all tweakable variables tests.espie1-2/+2
2000-03-05Finish standardizing options list introduction.aaron1-2/+2
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be done later.. contact me if you want to help)deraadt1-2/+1
1999-07-21use .Ar on later .It Fl linesderaadt1-2/+2
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@aaron1-2/+2
1999-02-26document that the max value for the -n option is 20millert1-2/+2
1999-02-24let it die nice from SIGTERM; fvdlderaadt1-2/+1
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-2/+2
1998-11-28kill redundant .Nm macro arguments; other misc fixesaaron1-7/+7
1998-09-17sbin/ man page fixesaaron1-4/+4
1998-06-15use Bx macro for BSD versionsmickey1-2/+3
1997-09-21$OpenBSD$deraadt1-2/+1
1997-09-05busted warnx; msaitoh@spa.is.uec.ac.jpderaadt1-3/+5