| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-01-22 | remove semicolons not needed after } statements. ok deraadt |  tedu | 1 | -2/+2 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -12/+12 |
| 2018-01-05 | Remove useless <sys/socketvar.h> includes. |  mpi | 1 | -2/+1 |
| 2017-08-31 | Unbreak DEBUG on nfsd(8) by changing the syslog macro. With this change a few |  mestre | 1 | -10/+16 |
| 2016-06-07 | per trending style, add continue to emtpy loop bodies. |  tedu | 1 | -2/+2 |
| 2015-10-02 | oh no, a KERBEROS lefover; from Ilya Kaliman |  deraadt | 1 | -3/+1 |
| 2015-09-10 | reduce .Nd to one line and kill .Tn while here |  schwarze | 1 | -25/+10 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -2/+1 |
| 2014-07-12 | provide a missing rfc number; |  jmc | 1 | -6/+3 |
| 2014-05-11 | remove unused variable |  chl | 1 | -2/+2 |
| 2014-05-05 | convert select to poll. from peter malone |  tedu | 1 | -25/+16 |
| 2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be |  deraadt | 1 | -1/+4 |
| 2010-09-03 | add an EXIT STATUS section for /sbin; |  jmc | 1 | -3/+3 |
| 2010-04-17 | Print startup errors to both the console and the log, rather than |  krw | 1 | -9/+23 |
| 2010-04-14 | Specifying an invalid number of nfsd's is an error. So error out |  krw | 1 | -11/+5 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -15/+1 |
| 2009-01-04 | replace hardcoded exit values with .Ex macros; |  sobrado | 1 | -5/+3 |
| 2008-03-13 | make sure we start 4 servers on udp if called with |  thib | 1 | -2/+4 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-27 | cleanup the nfssvc() system call. |  thib | 1 | -11/+10 |
| 2005-12-02 | make lint a bit happier |  deraadt | 1 | -4/+4 |
| 2004-09-14 | ARGSUSED before signal handler with unused signo |  deraadt | 1 | -2/+4 |
| 2004-05-10 | remove iso crud, and other misc cleanups; millert ok |  deraadt | 1 | -210/+23 |
| 2004-03-02 | bad openlog call; andrushock@korovino.net |  deraadt | 1 | -3/+3 |
| 2003-10-18 | sync with usage(); |  jmc | 1 | -4/+4 |
| 2003-08-11 | Dynamic select(2) support; deraadt@ OK |  millert | 1 | -14/+31 |
| 2003-08-08 | refer to RFCs consistently (RFC XXXX); |  jmc | 1 | -2/+2 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 2 | -12/+4 |
| 2002-09-10 | socklen_t; cloder |  deraadt | 1 | -2/+3 |
| 2002-07-03 | ansi |  deraadt | 1 | -11/+10 |
| 2002-06-11 | Remove some unused code for dealing with nfs over kerberos. No actual change, |  hin | 2 | -112/+2 |
| 2002-05-22 | strcpy, sprintf death; mpech ok |  deraadt | 1 | -2/+2 |
| 2002-02-16 | Part 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. |  millert | 1 | -4/+4 |
| 2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ |  heko | 1 | -2/+2 |
| 2001-07-07 | major -Wall cleanup, almost complete |  deraadt | 1 | -9/+12 |
| 2001-06-04 | return from main() don't exit |  mickey | 1 | -30/+30 |
| 2001-01-19 | mark signal races i cannot fix at the moment |  deraadt | 1 | -2/+2 |
| 2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. |  espie | 1 | -2/+2 |
| 2000-03-05 | Finish standardizing options list introduction. |  aaron | 1 | -2/+2 |
| 2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be done later.. contact me if you want to help) |  deraadt | 1 | -2/+1 |
| 1999-07-21 | use .Ar on later .It Fl lines |  deraadt | 1 | -2/+2 |
| 1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ |  aaron | 1 | -2/+2 |
| 1999-02-26 | document that the max value for the -n option is 20 |  millert | 1 | -2/+2 |
| 1999-02-24 | let it die nice from SIGTERM; fvdl |  deraadt | 1 | -2/+1 |
| 1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net |  aaron | 1 | -2/+2 |
| 1998-11-28 | kill redundant .Nm macro arguments; other misc fixes |  aaron | 1 | -7/+7 |
| 1998-09-17 | sbin/ man page fixes |  aaron | 1 | -4/+4 |
| 1998-06-15 | use Bx macro for BSD versions |  mickey | 1 | -2/+3 |
| 1997-09-21 | $OpenBSD$ |  deraadt | 1 | -2/+1 |
| 1997-09-05 | busted warnx; msaitoh@spa.is.uec.ac.jp |  deraadt | 1 | -3/+5 |