Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
1999-06-05 | capitalize the acronym ID | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-05-14 | correct error msg so it considers the terminating null byte | Aaron Campbell | |
1999-03-05 | make output look more like what BSD pritnf does when it hits a NULL | Todd C. Miller | |
1999-03-05 | Don't assume printf will deal gracefully with NULL pointers for %s, BSD does ↵ | Todd C. Miller | |
but SysV does not | |||
1999-02-23 | Check lp->target for NULL, not *lp->target as required by dynamic allocation ↵ | Todd C. Miller | |
introduce in rev 1.8 | |||
1999-02-06 | kill redundant (and incorrect) check for mallco failure | Todd C. Miller | |
1999-02-05 | Use rchildfdsn+1, not FD_SETSIZE for nfds in select() | Todd C. Miller | |
1999-02-04 | Fix a serious memory consumption problem when running over directories | Todd C. Miller | |
that contain many hard-linked files; johnh@isi.edu Also add an xstrdup() that behaves like xmalloc() on failure. | |||
1998-08-13 | buf oflow; spotted by jmcdonal@UNF.EDU | Theo de Raadt | |
1998-07-24 | fix spelling of separate | Theo de Raadt | |
1998-07-16 | add prototypes | Todd C. Miller | |
1998-07-16 | prototype yyerror | Todd C. Miller | |
1998-06-26 | save_errno | Todd C. Miller | |
1998-06-26 | rdist 6.1.4 + OpenBSD patches + some -Wall | Todd C. Miller | |
1998-06-26 | we have a real paths.h | Todd C. Miller | |
1998-06-26 | we use rcmdsh(3) from libc | Todd C. Miller | |
1998-05-18 | readlink len-1 | Theo de Raadt | |
1997-12-16 | do not overflow fd_set | Theo de Raadt | |
1997-10-15 | Get rid of the buf[] extern. Each .c file has it's own (local) buf. | Todd C. Miller | |
1997-10-07 | Don't use cached name value for uid/gid if last lookup was by id (and not name). | Todd C. Miller | |
Fix also sent to rdist-bugs@usc.edu | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |
1997-07-22 | Use our rcmdsh(3) and support $RSH. | Todd C. Miller | |
1997-07-22 | Fix _PATH_REMSH for real. We have <paths.h> so use it and define | Todd C. Miller | |
_PATH_REMSH to _PATH_RSH. | |||
1997-07-22 | Define _PATH_REMSH to _PATH_RSH | Todd C. Miller | |
1997-07-21 | no, not ssh | Theo de Raadt | |
1997-07-21 | Fix compilation warning. | Angelos D. Keromytis | |
1997-04-27 | Pull in more includes to properly prototype library functions, kill local | Jason Downs | |
decls of library functions, kill local implementation of setproctitle(). This of course points out how utterly bad this code is and that someone needs to come in here with a chainsaw sometime. | |||
1997-02-12 | Don't print garbage on EOF. | dm | |
1997-02-09 | Updates file(1) to version 3.22 by way to NetBSD. | Todd C. Miller | |
1996-09-07 | Don't dup stderr to stdout. This makes rdist happy with ssh when a | Todd C. Miller | |
password is required. | |||
1996-09-07 | remove defs.h hackery now that oldrdist just uses rcmdsh() | Todd C. Miller | |
1996-07-29 | Now have a common message.c instead of two copies. | Todd C. Miller | |
1996-07-25 | Updated to rdist 6.1.3. Used real snprintf() (instead of string length | Todd C. Miller | |
in the format) since we have it. | |||
1996-07-19 | add -I${.CURDIR} to get defs.h | Todd C. Miller | |
1996-07-19 | now uses -I path to find defs.h so we can use rshrcmd.c with oldrdist. | Todd C. Miller | |
1996-07-12 | better fix for buffer overrun | Michael Shalayeff | |
1996-07-11 | prevent buffer overrun. | Michael Shalayeff | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-06-25 | mkstemp & fdopen | Theo de Raadt | |
1996-04-28 | Added OpenBSD tag. | etheisen | |
1996-04-28 | setproctitle() prototype no longer needed. | etheisen | |
1996-03-31 | gram.y must be built before client.c. | etheisen | |
1996-03-05 | /usr/bin/oldrdist, not /usr/ucb... | dm | |
1996-03-05 | rdist 6.1.2 | dm | |
1996-03-05 | rdist 6.1.2 | dm | |