Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-01 | bit more cleanup | Theo de Raadt | |
2002-01-01 | go back to the swapped xdr_ypresp_key_val for now | Theo de Raadt | |
2001-12-05 | this stuff is supplied by -lrpcsvc | Theo de Raadt | |
2001-12-05 | simplify the source | Theo de Raadt | |
2001-12-01 | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | Miod Vallat | |
forgetting to unlink the pid file at exit. ok millert@ deraadt@ | |||
2001-11-19 | use a private svc_run() function that checks for a signal handler flag; | Theo de Raadt | |
now signal safe. Also, massive KNF. | |||
2001-11-19 | KNFightmare | Theo de Raadt | |
2001-11-19 | KNF here too | Theo de Raadt | |
2001-11-19 | KNF | Theo de Raadt | |
2001-11-19 | no signals, no need for signal.h | Theo de Raadt | |
2001-11-07 | use -lrpcsvc | Theo de Raadt | |
2001-11-07 | use -lrpcsvc | Theo de Raadt | |
2001-11-07 | KNF | Theo de Raadt | |
2001-10-24 | old | Theo de Raadt | |
2001-10-24 | pretty | Theo de Raadt | |
2001-08-16 | Spelling. | Peter Valchev | |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS; | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-05 | Fix typos found by Andrew Hoerter. Closes PR#1922. | Kenneth R Westerback | |
2001-06-25 | Remove old workaround. probably not needed anymore. | Artur Grabowski | |
2001-02-09 | Fix some typos spotted by d@ | Aaron Campbell | |
2001-02-05 | sprintf purge | Theo de Raadt | |
2001-02-05 | always double check the work you do in a 757 over northern Brazil. | Theo de Raadt | |
2001-01-11 | fix fd_set overflow | Theo de Raadt | |
2001-01-11 | indent | Theo de Raadt | |
2001-01-11 | fix closedown() stub generated by rpcgen(1) | Theo de Raadt | |
2001-01-11 | indent | Theo de Raadt | |
2000-11-18 | avoid SIGHUP log issues, pr 1511, dean@bullock.net. It is still a signal | Theo de Raadt | |
race, but I do not at the moment feel like rewriting a call to svc_run() to handle it syncronously ... | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
2000-10-12 | cleanups | Theo de Raadt | |
2000-08-18 | spelling | Theo de Raadt | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-06-28 | make _msgout() use syslog() with a %s, for future safety | Theo de Raadt | |
2000-04-18 | accesses /etc/aliases instead of /etc/mail/aliases. (ok millert) | Christopher Turan | |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
1999-09-14 | Tidying and spelling | Paul Janzen | |
1999-08-04 | fix comment | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-08 | spurious words and misc fixes | Hugh Graham | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-04-22 | fix mktemp trash, indent; bug spotted by bmw@visgen.com | Theo de Raadt | |
1999-04-02 | all .Nm macros should have an argument in SYNOPSIS; also misc cleanup | Aaron Campbell | |
1999-03-12 | cleanup | Aaron Campbell | |
1999-03-01 | .Ar -> .Pa, rearrange Xr's, remove redundant .Nm arguments, other cleanup; d@ | Aaron Campbell | |