Age | Commit message (Collapse) | Author | |
---|---|---|---|
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). | |||
1999-05-10 | Fixes endianess problems with old a.out tools. This makes building | Marc Espie | |
some cross toolchains possible. This also changes some utilities's behavior slightly: - nm, strip, size now handle any a.out format they know about. - ranlib complains if it detects mixed archives (several object formats for different boxes). In the presence of mixed objects, you still have file, ranlib or ld to prevent you from getting too confused... | |||
1998-05-11 | Support building for cross purposes | Niklas Hallqvist | |
1997-09-11 | cleanup -Wall | Theo de Raadt | |
1997-04-03 | fix my last fix. warnx, not warn! | Michael Shalayeff | |
1997-02-09 | use library err/warn | Michael Shalayeff | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-14 | hack: if we're M68K, also allow us to strip M68K4K. Works for me. | Jason Downs | |
1996-09-03 | need param.h | Theo de Raadt | |
1996-09-03 | check mid of exec too | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |