Age | Commit message (Expand) | Author |
2003-03-08 | duplicate include; andrushock@pisem.net | Theo de Raadt |
2003-01-10 | Don't ftruncate after write error, creating sparse files of incorrect length | Damien Miller |
2002-07-04 | ansi | Theo de Raadt |
2002-06-09 | some knf. | Todd T. Fries |
2002-05-09 | Remove setuid bit; non-root uses will have rsh(1) invoked on their behalf. | Todd C. Miller |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller |
2002-05-06 | rlogin: Lived with Joy | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-21 | 2GB fix (int->off_t) similar to scp; daniel@lucq.org | Markus Friedl |
2001-10-01 | skip filenames containing \n; report jdamery@chiark.greenend.org.uk | Markus Friedl |
2001-09-06 | o) __progname aria; | Mike Pechkin |
2001-08-29 | clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok t... | Markus Friedl |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-06-13 | exit(errs) -> exit(errs!=0); sync with scp.c, ok deraadt@ | Markus Friedl |
2001-06-13 | va_start/end for every call to vfprintf and friends, from scp.c | Markus Friedl |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff |
2001-04-06 | remove trailing / from source paths; fixes pr#1756 | Theo de Raadt |
2001-01-15 | avoid using warnx() in a signal handler, suggestion from aaron | Theo de Raadt |
2001-01-15 | use _exit() in signal handler, still a race because of warnx()... | Theo de Raadt |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell |
1999-08-17 | consistency | Aaron Campbell |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell |
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell |
1998-09-23 | alphabetize SEE ALSO entries and numerically order according to section | Aaron Campbell |
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell |
1998-08-15 | fix realloc | Theo de Raadt |
1997-12-08 | use cp -R for local copies | Theo de Raadt |
1997-11-05 | avoid having pw_ information active when calling rcmd(); tacha@tera.fukui-med... | Theo de Raadt |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-09-12 | -Wall | Todd C. Miller |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-07-23 | tabify | kstailey |
1997-06-29 | new location of des.h | Niels Provos |
1997-06-06 | fix | Theo de Raadt |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller |
1997-03-26 | unterminated buffer; charnier@xp11.frmug.org | Theo de Raadt |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert |
1996-12-14 | -Wall'ing. | Michael Shalayeff |
1996-09-03 | kill useless code | Theo de Raadt |
1996-08-02 | zap getopt() case of -?, come on, it is the default! | Theo de Raadt |
1996-08-02 | more robust deliting, and handle negative timestamps; from freebsd | Theo de Raadt |