Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-11 | even better; tobias@bugol.de | Theo de Raadt | |
2006-04-11 | oops | Theo de Raadt | |
2006-04-10 | atoi() -> strtonum(), also better handling of /0 problem spotted by | Theo de Raadt | |
tobias@bugol.de. fix written by me | |||
2006-04-03 | typo; from tobias stoeckmann | Jason McIntyre | |
2006-03-31 | fix number conversion logic; spotted by pat@; ok tedu@ pat@ | Otto Moerbeek | |
2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech | Ted Unangst | |
2006-03-26 | do not permit out of range house counts; af.dingo@gmail | Theo de Raadt | |
2006-03-15 | Remove useless getuid() check. | David Hill | |
OK moritz@ jaredy@ | |||
2006-03-14 | delete lint balony from another era; adobriyan@gmail, ok tedu | Theo de Raadt | |
2006-03-14 | grammer; from mischa diehm | Michael Shalayeff | |
2006-03-12 | exit code 1 on usage; adobriyan@gmail | Theo de Raadt | |
2006-03-08 | Ansify; from Alexey Dobriyan; hope the license gets cleared up, so we | Otto Moerbeek | |
can include this in the build again. | |||
2006-03-07 | Fix prototype of is_digit(). From Alexey Dobriyan. | Otto Moerbeek | |
2006-03-06 | open(2) returns -1 on error, not NULL | Henning Brauer | |
From: Alexey Dobriyan <adobriyan@gmail.com> | |||
2006-03-06 | fixes from adobriyan@gmail | Theo de Raadt | |
2006-01-03 | spelling; from michael knudsen; | Jason McIntyre | |
2005-12-20 | format according to Notes; | Jason McIntyre | |
diff from michael knudsen; | |||
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat | |
2005-11-07 | use .Rs/.Re for SEE ALSO; | Jason McIntyre | |
2005-11-07 | - correct SYNOPSIS | Jason McIntyre | |
- sort options - sync usage() | |||
2005-11-05 | remove extra \n; | Jason McIntyre | |
from pjanzen@ | |||
2005-11-05 | - correct misplaced parenthesis | Jason McIntyre | |
- better error message from pjanzen@ | |||
2005-11-05 | - use macros for args | Jason McIntyre | |
- better list -width - epoch -> Epoch - missing set of `[]' in usage() | |||
2005-09-24 | fp->pos is int32 so do not print it as quad | Michael Shalayeff | |
2005-09-24 | check the file is worth scanning to avoid endless loops; from Matthias ↵ | Michael Shalayeff | |
Kilian <kili@outback.escape.de> in pr4219 | |||
2005-08-17 | update with a couple of new elements; | Jason McIntyre | |
from pjanzen@ | |||
2005-08-16 | provide alternative spellings for alumin{i}um, c{a}esium, and | Jason McIntyre | |
sul[f|ph]er; from perry@netbsd: -r1.3, -r1.5, and -r1.7, respectively; ok pjanzen@ | |||
2005-07-15 | some improvements from ray lai: mainly dealing with erroneous double | Jason McIntyre | |
spacing, but also some grammar, and a couple of dups removed; | |||
2005-06-11 | typo; from fabio olive leite; | Jason McIntyre | |
2005-05-04 | - synchronise synopsis w/ usage(), which is clearer i think | Jason McIntyre | |
- sort options - .sp -> .Pp - all uppercase for .Sh headings | |||
2005-05-01 | use setresgid() to drop privs, it is simply a better and less ambiguous API; | Damien Miller | |
ok deraadt@ and millert@ a while ago, more to come | |||
2005-04-21 | vsnprintf careful handling of -1; ok beck | Theo de Raadt | |
2005-04-16 | use vprintf, as obvious; frederik.deweerdt@laposte.net | Theo de Raadt | |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt | |
2005-04-10 | sort options + sync usage(); | Jason McIntyre | |
2005-04-01 | Fix ze german spelling errors and Betty-Sue Bach spelled her name with a hyphen. | Claudio Jeker | |
Thank's to Lloyd Peterson webmeister at schickele.com to compare it with the source. OK deraadt@ hshoexer@ plus a missing ',' from naddy@ | |||
2005-03-12 | escape `.' at eol to avoid double spacing issue; | Jason McIntyre | |
2005-02-03 | remove duplicates already found in fortunes; | Jason McIntyre | |
from ray; | |||
2005-02-03 | missing full stops; | Jason McIntyre | |
from ray; | |||
2004-12-17 | fix an off-by-one and a case of snprintf() misuse. | Moritz Jodeit | |
ok pjanzen@, henning@ | |||
2004-12-06 | typo from pjanzen@ | Jason McIntyre | |
2004-12-05 | rather then -> rather than | Jonathan Gray | |
2004-11-29 | Use volatile sig_atomic_t rather than int for sigtermed, from pjanzen@ | Jonathan Gray | |
ok miod@, otto@ | |||
2004-11-29 | ansi. ok deraadt@ | Jonathan Gray | |
2004-11-11 | this needs to be sgid games | Jolan Luff | |
2004-10-08 | Fix small typos and adjust punctuation. | Hans-Joerg Hoexer | |
ok jmc | |||
2004-09-28 | typos and fixes which make the databases follow the format specified | Jason McIntyre | |
in Notes; everything from ray at cyth net; closes pr #3933; ok deraadt@ pjanzen@ | |||
2004-09-17 | dothrow() calls bhit() w/ both null hit functions thus have to check before ↵ | Michael Shalayeff | |
calling those; from Juha Erkkila <erkkila@cc.jyu.fi>; pr3923 | |||
2004-08-21 | tweaks to sync w/ trek usd; | Jason McIntyre | |
2004-08-21 | - add margin when formatting w/ -Tascii | Jason McIntyre | |
- various tweaks and syncs w/ trek(6) |