Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-30 | kill extra space at line start; | Jason McIntyre | |
from ray at cyth dot net (PR 3763); also punctuation fixes; ok tom@ | |||
2004-01-02 | typo from Daniel Cavanagh; | Jason McIntyre | |
2003-09-26 | spelling, from jolan, and ispell. | Bob Beck | |
2003-09-26 | Add recipes fortune file. Start with the Hackathon barbeque recipes | Bob Beck | |
ok deraadt@, mcbride@ (earlier version). | |||
2003-08-25 | pr3412: remove dups, from Morten Liebach. ok deraadt@ | Ted Unangst | |
2003-06-18 | return pointer from off_name() function as it's meant to be - this | Peter Valchev | |
was missed when copy() was changed; ok millert | |||
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-05-11 | Corrections from FreeBSD via NetBSD. | Paul Janzen | |
2003-04-07 | Make copy() take an extra suffix argument so we don't need to cat | Todd C. Miller | |
it on later. tdeval@ OK | |||
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt | |
already, but he may have later changes to make still. | |||
2003-01-17 | Typos, two from Michael Knudsen <e at molioner.dk> | Camiel Dobbelaar | |
ok pjanzen | |||
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller | |
good enough for games but we should at least use a decent seed. pjanzen@ OK | |||
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-05-31 | de-auto | Paul Janzen | |
2002-05-31 | de-register | Paul Janzen | |
2002-04-02 | sync with reality; Sam Smith <S@mSmith.net> | Paul Janzen | |
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. | |||
2001-11-17 | fixes from mpech@prosoft.org.lv | Paul Janzen | |
2001-09-20 | duplicate removal; Seth King <sethking@yahoo.com> | Paul Janzen | |
2001-08-11 | More was necessary. | Paul Janzen | |
2001-08-09 | typos | Paul Janzen | |
2001-08-09 | Corrections, amplifications, typo fixes, and duplicate removal, from or | Paul Janzen | |
based on FreeBSD. | |||
2001-06-26 | correct usage(); pointed out by pvalchev@ | Paul Janzen | |
2001-06-25 | People here are writing packet filters, and I... well, I just corrected a | Paul Janzen | |
Bloom County quote. | |||
2001-06-25 | typo | Paul Janzen | |
2001-06-24 | typo; mason | Theo de Raadt | |
2001-06-06 | reorder sections, minor tidying; mpech@prosoft.org.lv | Paul Janzen | |
2001-05-02 | Minor fixes (one from norm@sandbox.org.uk via NetBSD) and one attribution. | Paul Janzen | |
2001-03-30 | Add prototypes, de-register, do better error checking, -Wall some, fix strcat() | Paul Janzen | |
usage, and fix FreeBSD PR 5791 | |||
2001-03-22 | Don't change case of command | Paul Janzen | |
2001-03-22 | Don't free what wasn't alloced. Found by niels. | Paul Janzen | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-23 | Remove another useless machine/endian.h include | Todd C. Miller | |
2001-01-23 | Don't include machine/endian.h, closes PR 1642 | Todd C. Miller | |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-08-20 | correct Bloom County quote | Paul Janzen | |
2000-08-05 | typo; cheddar@yakko.cs.wmich.edu | Theo de Raadt | |
2000-07-03 | Remove duplicate and correct original: Anton Berezin <tobez@tobez.org> | Paul Janzen | |
and Martin J. Laubach <mjl@netbsd.org> | |||
2000-04-11 | tidying, accuracy, and duplicate removal | Paul Janzen | |
2000-04-11 | the the; some occurrences found by soren@NetBSD.org | Paul Janzen | |
2000-04-07 | Missed a couple corrections from NetBSD last time | Paul Janzen | |
2000-04-07 | Typos and punctuation; most from FreeBSD, one from NetBSD, and a couple | Paul Janzen | |
bonus ones discovered while editing the file. | |||
1999-12-17 | Berkeley's area code changed a long time ago. | Paul Janzen | |
1999-12-17 | Spelling and some duplicate removal. I wonder if the "jive" port haters on | Paul Janzen | |
misc@ know this is here. | |||
1999-11-25 | More spelling | Paul Janzen | |
1999-11-25 | Spelling (confirmed with Webster and OED). | Paul Janzen | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-08-16 | free later; tg@freebsd | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... |