Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek | |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-10-30 | add missing tcpdump capture types; aldo@nullcube.com | Theo de Raadt | |
2003-08-02 | missing include | Theo de Raadt | |
2003-07-02 | protos | Theo de Raadt | |
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | Anil Madhavapeddy | |
2003-06-13 | ian gives permission for 3/4 removal | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-05-12 | Recognize Ogg Vorbis audio files, thanks tedu@ | Ian Darwin | |
2003-04-07 | replace strcpy calls that got inlined by gcc; ↵ | Theo de Raadt | |
Hans-Joerg.Hoexer@yerbouti.franken.de | |||
2003-04-07 | string fixes; ian ok | Theo de Raadt | |
2003-03-11 | Replace TPUM license with standard BSD-style license | Ian Darwin | |
2003-03-04 | Interim JPEG size support; PNG and other lesser image formats added. | Ian Darwin | |
2003-03-03 | Add config.h described in previous commit | Ian Darwin | |
2003-03-03 | Bring in readelf.c from Christos' version 3.41 to head off a local | Ian Darwin | |
stack attack noted by iDefense, and for more complete 64-bit ELF support. Add hand-made config.h to avoid running configure but still be able to use Christos' code. In print.c add error(...)-->err(1,...) wrapper. Tested on i386, sparc64, macppc. | |||
2003-02-15 | copyrights added; | Jason McIntyre | |
file(1), magic(5): Ian F. Darwin afterboot(8): Marshall M. Midden x99token(1): Paul Borman | |||
2002-12-15 | more writable spelling; torh | Henning Brauer | |
2002-11-29 | Add -b flag (brief mode) like NetBSD and FreeBSD; Ibrahim Khalifa | Todd C. Miller | |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell | |
2002-06-05 | use types in inttypes.h directly | Jun-ichiro itojun Hagino | |
2002-05-14 | know powerpc core files | Theo de Raadt | |
2002-03-28 | core files from new processors | Theo de Raadt | |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
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 ↵ | Todd C. Miller | |
outside the tree) | |||
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. | |||
2002-02-13 | teach about sparc64 | Theo de Raadt | |
2002-02-10 | spelling | Theo de Raadt | |
2002-01-24 | it was in v4 already, diff was forwarded to the current maintainer as well | Michael Shalayeff | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-11-10 | Additional vax magic to cover bins with new MID and 4k page size. | Hugh Graham | |
Also to get Theo monkey off my back. | |||
2001-10-04 | comma splice; new master site. | Paul Janzen | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2001-03-16 | Add magic for vax-elf and vax-olf. At this time roughly as likely to be | Hugh Graham | |
seen in the wild as unicorns, and ultraviolet griffins, respectively. | |||
2001-02-16 | Missing '.It' in a list, aaron@ ok | smart | |
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-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron 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-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 | |