Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-22 | Typo fixed. | Tobias Stoeckmann | |
ok jmc, pjanzen | |||
2009-11-14 | Use getopt() to parse the argument list, shrinking the code and | Philip Guenthe | |
permitting options to be grouped ok deraadt@ | |||
2009-11-13 | no need for seperate snscore command; ok pjanzen | Theo de Raadt | |
2009-11-13 | Correct fix for rev 1.8 from pjanzen. | Jonathan Gray | |
2009-11-13 | 1.8 broke things, back it out, correct fix coming from pjanzen | Jonathan Gray | |
2009-11-12 | fix an off by one in loop termination | Jonathan Gray | |
found by parfait ok deraadt@ | |||
2009-11-12 | fix comparison, from NetBSD PR/42177 | Dariusz Swiderski | |
ok miod@ | |||
2009-11-05 | fortunes fix from dougb@freebsd, revision 198921 | Jason McIntyre | |
2009-10-30 | typo from dholland@netbsd (-r1.38); | Jason McIntyre | |
2009-10-29 | various fixes from netbsd -r1.35 and -r1.36 (snj@netbsd) | Jason McIntyre | |
2009-10-28 | a few leftovers from yesterday's SCCS/RCS-ID removal; | Ingo Schwarze | |
survived a full make build on i386; "sure" deraadt@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. spotted by schwarze | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-10-22 | arguments to name description (.Nd) macros are usually lower case; | Igor Sobrado | |
fix superfluous double space in manual page body; fix typo. from Alan R. S. Bueno. ok jmc@ | |||
2009-10-17 | synchronize synopsis and usage. | Igor Sobrado | |
2009-10-17 | sort flags; "usage:" is lowercase. | Igor Sobrado | |
2009-10-17 | add missing option to usage; while here, minor KNF tweak. | Igor Sobrado | |
2009-08-11 | kill the old 3.3.1 -> 3.3.2 format converter | Martynas Venckus | |
it doesn't build; and by now i'm pretty sure everyone converted to this new format being used since 1985 ok millert@ | |||
2009-07-14 | remove some false whitespace before commas; | Jason McIntyre | |
from Ulrich SpArlein, freebsd 136723 | |||
2009-07-09 | promote correct style for error checking | Eric Faurot | |
ok tedu@ deraadt@ krw@ | |||
2009-06-09 | add missing flag to usage; synchronize argument names with documentation; | Igor Sobrado | |
while here, use lowercase letters for "usage:". | |||
2009-06-07 | some minor fixes, mainly from from Niclas Zeising, freebsd conf/112024 | Jason McIntyre | |
2009-06-05 | fix a quote from GBS; | Jason McIntyre | |
from John Hein, freebsd conf/131469 | |||
2009-06-03 | remove unused variable | Charles Longeau | |
ok millert@ ray@ | |||
2009-06-01 | Fix fgets handling. | Ray Lai | |
1. Skip blank lines instead of dereferencing NULL-1. 2. If bufr is a blank line don't pass bufr+1 as a pointer. OK millert | |||
2009-06-01 | Add a tab to blank line so hack(6) knows to print a blank line | Ray Lai | |
rather than ending there. OK millert | |||
2009-06-01 | Typo, from NetBSD. | Ray Lai | |
OK jmc millert | |||
2009-06-01 | Don't assume there will be a newline after calling fgets. | Ray Lai | |
OK millert | |||
2009-06-01 | Style, inspired by NetBSD. | Ray Lai | |
No binary change. | |||
2009-05-21 | correct number of total words on the "Score:" line | Ingo Schwarze | |
from Graeme Lee <graeme at omni dot net dot au> on tech@, tweaked by me while here, actually use the variables denom[12] defined a few lines above OK millert@ | |||
2008-12-03 | typo; from hyjial | Jason McIntyre | |
2008-12-03 | Some more ambigous -> ambiguous pointed out by mbalmer (there are | Stuart Henderson | |
others, these are the ones from code unlikely to be re-merged with upstream sources). | |||
2008-12-02 | typos; | Jason McIntyre | |
2008-11-26 | typo; ok jmc@ | Otto Moerbeek | |
2008-11-10 | fix some situations where it was impossible to buy a hotel, | Stuart Henderson | |
and make the game closer to the rules (may only buy a hotel after 4 houses are owned on all properties in the group). from Olivier ANTOINE in PR 5976. | |||
2008-10-03 | Repair long group handling; Alf Schlichting, PR 4164 | Theo de Raadt | |
2008-10-03 | Mask crcval in the right place, avoiding segfault during save | Stuart Henderson | |
on 64-bit arch. (The save format is not portable, however). Looks right to deraadt@. | |||
2008-10-02 | zap trailing whitespace; | Jason McIntyre | |
2008-10-02 | spelling; Dieter Rauschenberger | Theo de Raadt | |
2008-10-02 | Remove useless setsid() and setpgrp() calls and add -b option to | Todd C. Miller | |
run huntd in the background like a true daemon. OK deraadt@ | |||
2008-08-12 | Fix a typo in a comment. From dawedawe@gmx.de. | Marc Balmer | |
2008-08-10 | 'coordiates' -> 'coordinates' from Dawe via tech@. | Kenneth R Westerback | |
2008-08-04 | Accept 'q' or 'Q' for quit at the --More-- prompt. | Todd C. Miller | |
2008-07-30 | add missing quote; from yar@freebsd | Jason McIntyre | |
2008-07-30 | - fix spelling of Alan Shepard's name | Jason McIntyre | |
- note that he was the first american in space (not first man) from Derek Taylor, freebsd bin/125812 | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-20 | Fix erroneous variadics. Ok millert@ | Anders Magnusson | |
2008-05-20 | remove Xr to non-existent page, rogue(6); | Jason McIntyre | |
2008-05-20 | tweaks to bs(6): | Igor Sobrado | |
- the document title (.Dt macro) should be BS, not BATTLESHIPS; - fix spacing on DeGaul's name - use .An/.Aq for Raymond's name and email address feedback by jmc@ ok jmc@ | |||
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller | |
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ |