summaryrefslogtreecommitdiff
path: root/sbin/nfsd
AgeCommit message (Expand)Author
2024-03-21Do not exit the master process if a client TCP connection fails to beClaudio Jeker
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-08-29Dynamically link these /sbin daemons: dhcpleased, mountd, nfsd, pflogd,Theo de Raadt
2022-07-30we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-RenoJonathan Gray
2020-01-22remove semicolons not needed after } statements. ok deraadtTed Unangst
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-01-05Remove useless <sys/socketvar.h> includes.Martin Pieuchot
2017-08-31Unbreak DEBUG on nfsd(8) by changing the syslog macro. With this change a fewRicardo Mestre
2016-06-07per trending style, add continue to emtpy loop bodies.Ted Unangst
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