Age | Commit message (Expand) | Author |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2010-09-03 | add an EXIT STATUS section for /sbin; | Jason McIntyre |
2010-04-17 | Print startup errors to both the console and the log, rather than | Kenneth R Westerback |
2010-04-14 | Specifying an invalid number of nfsd's is an error. So error out | Kenneth R Westerback |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado |
2008-03-13 | make sure we start 4 servers on udp if called with | Thordur I. Bjornsson |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-27 | cleanup the nfssvc() system call. | Thordur I. Bjornsson |
2005-12-02 | make lint a bit happier | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-05-10 | remove iso crud, and other misc cleanups; millert ok | Theo de Raadt |
2004-03-02 | bad openlog call; andrushock@korovino.net | Theo de Raadt |
2003-10-18 | sync with usage(); | Jason McIntyre |
2003-08-11 | Dynamic select(2) support; deraadt@ OK | Todd C. Miller |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-09-10 | socklen_t; cloder | Theo de Raadt |
2002-07-03 | ansi | Theo de Raadt |
2002-06-11 | Remove some unused code for dealing with nfs over kerberos. No actual change, | Hans Insulander |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt |
2002-02-16 | Part 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-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-06-04 | return from main() don't exit | Michael Shalayeff |
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be don... | Theo de Raadt |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell |
1999-02-26 | document that the max value for the -n option is 20 | Todd C. Miller |
1999-02-24 | let it die nice from SIGTERM; fvdl | Theo de Raadt |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell |
1998-09-17 | sbin/ man page fixes | Aaron Campbell |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-09-05 | busted warnx; msaitoh@spa.is.uec.ac.jp | Theo de Raadt |
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt |
1997-06-29 | new location of des.h | Niels Provos |
1997-06-25 | (foo *)0 -> NULL | kstailey |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-11-08 | correct example | Michael Shalayeff |
1996-09-16 | use memset/memmove | Theo de Raadt |
1996-06-23 | update rcsid | Theo de Raadt |
1996-03-21 | From NetBSD: Merge of 960317 | Niklas Hallqvist |
1995-12-16 | Make it possible to build without SKEY support | Thorsten Lockert |