summaryrefslogtreecommitdiff
path: root/usr.bin/file
AgeCommit message (Collapse)Author
2002-03-28core files from new processorsTheo de Raadt
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part 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.
2002-02-13teach about sparc64Theo de Raadt
2002-02-10spellingTheo de Raadt
2002-01-24it was in v4 already, diff was forwarded to the current maintainer as wellMichael Shalayeff
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-11-10Additional vax magic to cover bins with new MID and 4k page size.Hugh Graham
Also to get Theo monkey off my back.
2001-10-04comma splice; new master site.Paul Janzen
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-03-16Add magic for vax-elf and vax-olf. At this time roughly as likely to beHugh Graham
seen in the wild as unicorns, and ultraviolet griffins, respectively.
2001-02-16Missing '.It' in a list, aaron@ oksmart
2001-01-29$OpenBSD$Niklas Hallqvist
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-07-26Rip out old dead legal notice, refer to BSD license. Clean up authors/historyIan Darwin
section.
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd 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-12Trailing whitespace begone!Aaron Campbell
2000-03-27Add HPGL2 printer entyr (Pavel Lisy)Ian Darwin
2000-03-27Add Photoshop sub-type to JPEG.Ian Darwin
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-06mdoc'ify; from FreeBSD, with many modifications by me.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
least, this is the impression I get from looking at a lot of Perl docs.
1999-12-06oflowTheo de Raadt
1999-11-25Check for our tzfile(5) magic.Paul Janzen
1999-09-29cure the cancer; jean@parc.xerox.comTheo de Raadt
1999-09-26Increase MAXMAGIS again, and change the reallocation - don't need toIan Darwin
skimp on memory as much as when this code was written! (Thanks Theo).
1999-09-26Antti Kantee: bin/7918: sidtune support for file(1)Ian Darwin
1999-06-05- remove trailing white spaceAaron 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-30Finish repair of license file (old one still included here; now referIan Darwin
to new one), and update my email and the current FTP addresses.
1999-03-24Fix PR#788 (tickel@expert.cc.purdue.edu)Angelos D. Keromytis
1999-03-15Palm organizer file magic numbers (ksulliva@sludge.psc.edu, NetBSD)Angelos D. Keromytis
1999-02-19broken usage lineTheo de Raadt
1998-11-25Mpeg audio identification from ckane@best.comNiklas Hallqvist
1998-11-04learn more about AMANDA files; is@netbsd.orgTodd C. Miller
1998-10-13unsigned char fix; rahndsTheo de Raadt
1998-09-23Typo.Ian Darwin
1998-09-22End apparent but unexpected flame war by switching to Berkeley copyright.Ian Darwin
1998-08-21oopsTheo de Raadt
1998-08-19realloc fixTheo de Raadt
1998-07-24Lots of MOD formats, from claudio@pos.inf.ufpr.br.Jason Downs
1998-07-10err/warnMichael Shalayeff
1998-06-13lif is BIG_ENDIANMichael Shalayeff
1998-02-10oopsTheo de Raadt
1998-02-06wordperfect support; ksulliva@psc.eduTheo de Raadt
1997-09-30Add clist types, jimw@fornost.turner.comTodd C. Miller
1997-09-02include files that start with numberskstailey