summaryrefslogtreecommitdiff
path: root/sbin/nfsd
AgeCommit message (Expand)Author
2015-10-02oh no, a KERBEROS lefover; from Ilya KalimanTheo de Raadt
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-12provide a missing rfc number;Jason McIntyre
2014-05-11remove unused variableCharles Longeau
2014-05-05convert select to poll. from peter maloneTed Unangst
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2010-09-03add an EXIT STATUS section for /sbin;Jason McIntyre
2010-04-17Print startup errors to both the console and the log, rather thanKenneth R Westerback
2010-04-14Specifying an invalid number of nfsd's is an error. So error outKenneth R Westerback
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2008-03-13make sure we start 4 servers on udp if called withThordur I. Bjornsson
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-27cleanup the nfssvc() system call.Thordur I. Bjornsson
2005-12-02make lint a bit happierTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-05-10remove iso crud, and other misc cleanups; millert okTheo de Raadt
2004-03-02bad openlog call; andrushock@korovino.netTheo de Raadt
2003-10-18sync with usage();Jason McIntyre
2003-08-11Dynamic select(2) support; deraadt@ OKTodd C. Miller
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-09-10socklen_t; cloderTheo de Raadt
2002-07-03ansiTheo de Raadt
2002-06-11Remove some unused code for dealing with nfs over kerberos. No actual change,Hans Insulander
2002-05-22strcpy, sprintf death; mpech okTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-06-04return from main() don't exitMichael Shalayeff
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
1999-07-21use .Ar on later .It Fl linesTheo de Raadt
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-02-26document that the max value for the -n option is 20Todd C. Miller
1999-02-24let it die nice from SIGTERM; fvdlTheo de Raadt
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-09-17sbin/ man page fixesAaron Campbell
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1997-09-21$OpenBSD$Theo de Raadt
1997-09-05busted warnx; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-06-29new location of des.hNiels Provos
1997-06-25(foo *)0 -> NULLkstailey
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller