Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2008-04-05 | No need to say BSD only, this is OpenBSD. Also, remove part about | Todd C. Miller | |
versions that don't display the timer, we always do. | |||
2008-04-05 | a little tidy up; | Jason McIntyre | |
2008-04-02 | order the options correctly; | Jason McIntyre | |
2008-04-01 | Add a -k option to use the kernel symbols as the words file. | Miod Vallat | |
2008-03-26 | Bomb out if we cannot read the input. This happens when select | Todd C. Miller | |
says there has been a status change to indicate that the tty has gone away. Prevents spinning on terminal detach. OK pvalchev@ | |||
2008-03-24 | remove dependency on recalloc() | Todd C. Miller | |
2008-03-20 | Add single line descriptions for the -B and -c flags. | Todd C. Miller | |
2008-03-20 | Update usage in help file. | Todd C. Miller | |
2008-03-20 | Remove a bug that I fixed. | Todd C. Miller | |
2008-03-20 | Make the bog code generic enough to handle arbitrary NxN grids and | Todd C. Miller | |
add cubes for 5x5 mode based on Boggle Deluxe (aka Big Boggle) as well as support for the "challenge cube" shipped with some versions of Boggle. Also Dynamically allocate record keeping structures so we can deal with large word lists and add a --More-- prompt for when there are too many wwords found by the computer to fit on the terminal. OK deraadt@ | |||
2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | Igor Sobrado | |
ok jmc@ | |||
2008-02-16 | typo; from he@netbsd, -r1.44 | Jason McIntyre | |
2008-01-26 | remove a bad space; from he@netbsd | Jason McIntyre | |
2008-01-04 | from dholland@netbsd: | Jason McIntyre | |
"stupid" is an adjective (in this context), not a noun; | |||
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre | |
2007-11-06 | fix format string | Charles Longeau | |
ok ray@ gilles@ | |||
2007-10-22 | - remove a duplicate entry. since the fortune can hardly be termed | Jason McIntyre | |
"offensive", it makes sense to remove it from fortunes-o.real. - fix a typo in limerick from dougb@freebsd | |||
2007-10-17 | remove "unused variable" warnings | Charles Longeau | |
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@ | |||
2007-09-14 | remove some warnings: | Charles Longeau | |
unused variable `variable' `variable' might be used uninitialized in this function ok gilles@ ray@ | |||
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann | |
OK joris@, otto@ | |||
2007-09-09 | Move redundant prompt/fgets/sscanf lines into a function with | Ray Lai | |
appropriate checks, changing sscanf to strtonum in the process. Initial diff from Charles Longeau. OK moritz and chl. | |||
2007-09-06 | use strcspn to properly overwrite '\n' in fgets returned buffer | Charles Longeau | |
ok moritz@ ray@ | |||
2007-09-04 | Some more simple malloc(n * m) -> calloc(n, m) conversions. | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-08-23 | Check fgets for failure and do a proper newline strip. | Ray Lai | |
Initial diff from Charles Longeau. OK otto and moritz. | |||
2007-07-10 | update some capital cities (and spelling); from Daniel Dickman | Jason McIntyre | |
2007-06-26 | Set shortest string count to 0 in strfile(8), if there a no strings found | Moritz Jodeit | |
and check the number of strings in fortune(6) to prevent empty fortune files to cause division by zero. Fixes PR 5514. OK miod@ ray@ deraadt@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-27 | - add Beijing as a choice for the capital of China | Antoine Jacoutot | |
from Daniel Dickman <didickman at gmail dot com> ok pyr@ |