Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt | |
2000-01-10 | handle glob() return values better; netbsd | Theo de Raadt | |
1999-02-17 | make quoted strings work; erh@netbsd | Theo de Raadt | |
1998-09-18 | buf oflows | Theo de Raadt | |
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-01-31 | Use GLOB_NOESCAPE flag with glob(3) to preserve old behavior now that | Todd C. Miller | |
glob(3) accepts backslash quoting by default. | |||
1997-08-06 | do not clobber errno in signal handlers | Theo de Raadt | |
1997-07-05 | vprintf -> Vprintf and dprintf -> Dprintf to avoid confusion | Todd C. Miller | |
Use err/errx and warn/warnx where it makes sense. Some sprintf -> snprintf, strcpy -> strncpy, and strcat -> strncat. Honor $TMPDIR (based on changes from NetBSD) Use __progname not "restore" (we could be called as rrestore). Some -Wall happiness. | |||
1996-12-16 | does noone know how to use strncat correctly? | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |