Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-27 | typos; ok jmc@ | Martynas Venckus | |
sys/dev/pci/pciide.c from naddy@ | |||
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-05-15 | When checking for comment characters using negative pointer arithmetic | Todd C. Miller | |
make sure that we don't peek at memory outside the string boundaries. Fixes a core dump with mmap malloc. | |||
2005-03-06 | Fix realloc bug introduce in rev 1.10 and do some minor cleanup. | Todd C. Miller | |
OK henning@ and tdeval@ | |||
2005-02-04 | clearer wording; | Jason McIntyre | |
based on a diff from freebsd -r1.22; | |||
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ | |||
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt | |
2003-11-28 | - some fixes from PR 1446 | Jason McIntyre | |
- much simpler groff macros - sync SYNOPSIS with reality - document which options are broken (-bap, -ip, -ln, -sob) - remove groff macros - document defaults - document -lcn Together with pjanzen's fixes (rev. 1.10), fixes PR 1446 | |||
2003-09-26 | better realloc. ok deraadt@ henning@ | Ted Unangst | |
2003-06-26 | minimal protos | Theo de Raadt | |
2003-06-25 | delete junk proto | Theo de Raadt | |
2003-06-12 | de-register and ansification; millert ok | Theo de Raadt | |
2003-06-12 | final bits of obvious UCB term 3 removal | Theo de Raadt | |
2003-06-11 | de-register | 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-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-25 | sprintf -> snprintf and add a couple of size checks to ensure against | Kenneth R Westerback | |
overflow. ok tdeval@ deraadt@ dhartmei@ | |||
2003-04-01 | snprintf | Theo de Raadt | |
2002-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt | |
2002-10-07 | misplaced break in the last | Michael Shalayeff | |
2002-10-04 | some formatting from mickey. | Michael Shalayeff | |
From: Maxim Tsyplakov <tm@openbsd.ru> indent -i0 somefile.c dumps core in indent.c line 276 ps.ind_level = ps.i_l_follow = col / ps.ind_size; | |||
2002-10-04 | fprintf+exit vs errx | Michael Shalayeff | |
2002-03-16 | better error message when we find unmatched braces. (i.e. "braces" is more | Vincent Labrecque | |
precise than "stuff") | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
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-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-06-25 | errx -> err if ENOMEM | Paul Janzen | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2001-01-08 | Fix various warnings, merge lite-2, and tidy a bit; also, cast some | Paul Janzen | |
pointer arithmetic to int where needed. Mostly from NetBSD. Fix some buffer overflows pointed out in PR 1446 by gluk@ptci.ru, and check some {m,re}allocs. | |||
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller | |
2000-07-25 | Fix indent endless on garbage input. | Marc Espie | |
Found by deraadt@ | |||
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-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-08 | Various cleanups and improvements. | Aaron Campbell | |
1999-09-14 | types | Theo de Raadt | |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
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-05-19 | Use fprintf/exit in place of errx for usage display. | Alex Feldman | |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1998-05-22 | support U, and LL suffixes; rnordier | Theo de Raadt | |
1997-09-10 | remove my debug code, grrrrr | Theo de Raadt | |
1997-09-10 | make 'special' array completely dynamic. hence you can now use as many -T | Theo de Raadt | |
flags as you want; problem found in netbsd by agc but it isn't really a fix to crank 100 to 1000, you know. I make it dynamic instead. | |||
1997-09-10 | remove \n in errx/err calls | Theo de Raadt | |
1997-07-25 | use err(3), some -Wall | Michael Shalayeff | |
1997-06-23 | fix "stuff"; problems from uenami@imasy.or.jp | Theo de Raadt | |
1997-06-09 | -i8 is default; ada@not-enough.bandwidth.org | Theo de Raadt | |
1996-10-28 | Safe $HOME usage. | Todd C. Miller | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-05-21 | errno.h provides what we need | Theo de Raadt | |