Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-26 | Rip out old dead legal notice, refer to BSD license. Clean up authors/history | Ian Darwin | |
section. | |||
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-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-27 | Add HPGL2 printer entyr (Pavel Lisy) | Ian Darwin | |
2000-03-27 | Add Photoshop sub-type to JPEG. | Ian Darwin | |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-06 | mdoc'ify; from FreeBSD, with many modifications by me. | 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-12-06 | oflow | Theo de Raadt | |
1999-11-25 | Check for our tzfile(5) magic. | Paul Janzen | |
1999-09-29 | cure the cancer; jean@parc.xerox.com | Theo de Raadt | |
1999-09-26 | Increase MAXMAGIS again, and change the reallocation - don't need to | Ian Darwin | |
skimp on memory as much as when this code was written! (Thanks Theo). | |||
1999-09-26 | Antti Kantee: bin/7918: sidtune support for file(1) | Ian Darwin | |
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-03-30 | Finish repair of license file (old one still included here; now refer | Ian Darwin | |
to new one), and update my email and the current FTP addresses. | |||
1999-03-24 | Fix PR#788 (tickel@expert.cc.purdue.edu) | Angelos D. Keromytis | |
1999-03-15 | Palm organizer file magic numbers (ksulliva@sludge.psc.edu, NetBSD) | Angelos D. Keromytis | |
1999-02-19 | broken usage line | Theo de Raadt | |
1998-11-25 | Mpeg audio identification from ckane@best.com | Niklas Hallqvist | |
1998-11-04 | learn more about AMANDA files; is@netbsd.org | Todd C. Miller | |
1998-10-13 | unsigned char fix; rahnds | Theo de Raadt | |
1998-09-23 | Typo. | Ian Darwin | |
1998-09-22 | End apparent but unexpected flame war by switching to Berkeley copyright. | Ian Darwin | |
1998-08-21 | oops | Theo de Raadt | |
1998-08-19 | realloc fix | Theo de Raadt | |
1998-07-24 | Lots of MOD formats, from claudio@pos.inf.ufpr.br. | Jason Downs | |
1998-07-10 | err/warn | Michael Shalayeff | |
1998-06-13 | lif is BIG_ENDIAN | Michael Shalayeff | |
1998-02-10 | oops | Theo de Raadt | |
1998-02-06 | wordperfect support; ksulliva@psc.edu | Theo de Raadt | |
1997-09-30 | Add clist types, jimw@fornost.turner.com | Todd C. Miller | |
1997-09-02 | include files that start with numbers | kstailey | |
1997-08-24 | 64bit fix: don't mix long & int. | Todd C. Miller | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-05-06 | Removed Mach and added NCR. | etheisen | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-03 | take 2 | kstailey | |
1997-04-03 | make it match what is in magdir/magic | kstailey | |
1997-03-31 | correct path in comment; thieleke@ix.netcom.com | Theo de Raadt | |
1997-02-09 | Updates file(1) to version 3.22 by way to NetBSD. | Todd C. Miller | |
1997-02-09 | Missed this one before. | Todd C. Miller | |
1997-02-09 | Updated from NetBSD. | Todd C. Miller | |
1997-02-09 | Add macintosh magic. | Todd C. Miller | |
1997-01-29 | Have file recognize PowerPC elf objects. Works for MSB objects currently. | Dale S. Rahn | |
Should work for LSB objects? | |||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-11-06 | negative logic. | etheisen | |
1996-11-06 | Only output unstripped. Check for static tag. | etheisen | |
1996-11-06 | Added OLF magic. | etheisen | |