Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
2015-01-15 | all modern systems can do this SUSPEND thing | Theo de Raadt | |
2015-01-15 | NR_OF_EOFS is a festering boil, lance & drain. | Theo de Raadt | |
ok millert | |||
2014-12-31 | adventure requires deterministic random for its internal data | Ted Unangst | |
"obfuscation" scheme to work (words fail me), but we can use arc4random for the in game fun. from theo buehler | |||
2014-12-31 | simplify poll() conversion. from patrick keshishian | Ted Unangst | |
2014-12-28 | spelling fix; from daria suchecka via krzystof warzecha | Jason McIntyre | |
2014-12-09 | Do not memorialize cheaters in the high score file. | Theo de Raadt | |
from pjanzen | |||
2014-12-08 | For now, these games still contain deterministic randomization (for | Theo de Raadt | |
save / replay modes of operation that have not yet been cleaned up). OK, I've let the cat out of the bag, now some of you know you can cheat at them.. ok millert guenther tedu | |||
2014-12-08 | okan noticed this was actually calling the cfree turd. | Ted Unangst | |
2014-12-07 | we do not use pcc on the vax | Theo de Raadt | |
2014-12-07 | the debug / SVR4 chunk has been busted for a while. interesting. | Theo de Raadt | |
from Jonas Termansen | |||
2014-12-07 | removing the "rigged demo" quote, as it's also present in fortunes (1) file; | Jason McIntyre | |
2014-12-05 | Remove SVR4 codeblock which insisted on using srand(time(0)) and rand(). | Theo de Raadt | |
How did this survive the tedu?? Very disappointed!! | |||
2014-12-04 | Stop people from cheating. Especially those that believe in FIPS, they | Theo de Raadt | |
are the worst. ok millert ingo tedu | |||
2014-12-03 | in the recent update of capitals, this critical file was forgotten | Ingo Schwarze | |
2014-12-02 | delete unused, almost empty file | Ingo Schwarze | |
2014-12-02 | get rid of line-printer-era backspace-encoding of diacriticals; | Ingo Schwarze | |
patch from pjanzen@; ok jmc@ | |||
2014-11-30 | Even though not callable, "Ed" is a macro name, so for clarity, | Ingo Schwarze | |
escape it when it appears on a macro line. | |||
2014-11-24 | Adjust ordering; from pjanzen | Theo de Raadt | |
2014-11-24 | Add two new IUPAC elements, and adjust the atomic weights of some. | Theo de Raadt | |
from pjanzen | |||
2014-11-22 | Update to gravely outdated places to visit, from Jack Szmidt | Theo de Raadt | |
2014-11-20 | minor tweaks and add HISTORY; ok jmc@ | Ingo Schwarze | |
2014-11-19 | We don't need no stinkin' non-new-curses code. Also eliminates a | Kenneth R Westerback | |
double #include. ok deraadt@ tedu@ | |||
2014-11-19 | Bugfix: run for the specified number of seconds as described in the manual, | Ingo Schwarze | |
not for a fixed number of iterations. This makes a difference on terminals not fast enough to update every second, in particular in -s mode. Inspired by FreeBSD, but implemented differently with less bugs. Patch from pjanzen@, slightly tweaked by me. | |||
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback | |
ok espie@ deraadt@ millert@ tedu@ | |||
2014-11-18 | sigwinch support for resizing. from pjanzen | Ted Unangst | |
2014-11-18 | Center the clock. Based on an idea and an original diff from tedu@, | Ingo Schwarze | |
arithmetics and validity constraints fixed by me. OK pjanzen@ tedu@ | |||
2014-11-18 | HISTORY and AUTHORS; ok pjanzen@ mickey@ | Ingo Schwarze | |
2014-11-17 | Multiple improvements from pjanzen@: | Ingo Schwarze | |
* properly delay scrolling with nanosleep(2), relevant on fast terminals * change timing to end scrolling on the second instead of starting it * error out if the terminal is too small instead of garbling the output * use strtonum(3) rather than strtol(3) and terminate error message with \n | |||
2014-11-16 | Remove a bogotified comment | Philip Guenther | |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther | |
and <sys/ttydefaults.h> Replace MAXPATHLEN with PATH_MAX and MAXLOGNAME with LOGIN_NAME_MAX Pull in <limits.h> where needed Prefer sizeof(var) over MAXFOO or FOO_MAX ok deraadt@ | |||
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley | |
troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@ | |||
2014-11-07 | Split bcd(6), morse(6), and ppt(6) into three separate manuals | Ingo Schwarze | |
since most of the text is different. Improve the SYNOPSIS according to suggestions by jmc@, tweaked by me. Delete a few redundant words, applying a patch from jmc@. Intentionally not doing any other text changes in this commit; for further tweaking in the tree. jmc@, tedu@, and millert@ agree with the general direction, and deraadt@ suspects we are "all grey beard fanatics" (in all caps). | |||
2014-11-06 | fixup argv handling after getopt conversion. oops. | Ted Unangst | |
2014-11-06 | -l option to create "modern" 80 column cards | Ted Unangst | |
2014-11-06 | basic decode functionality | Ted Unangst | |
2014-11-05 | don't deref timeout if null. from theo buehler. | Ted Unangst | |
2014-11-04 | make the long line code work with argv too | Ted Unangst | |
2014-11-04 | fix another signed char bug. while here, toupper() is now safe to call | Ted Unangst | |
on any char value. | |||
2014-11-04 | allow printing longer lines than fit on a card by spilling onto more cards. | Ted Unangst | |
don't negatively index into the table for signed chars. ok pjanzen | |||
2014-11-03 | use knuth shuffle for better distribution of permutations | Ted Unangst | |
2014-11-03 | select() to poll() conversions | Theo de Raadt | |
ok tedu (... other games maintainer absent) | |||
2014-11-03 | the man page says it is impossible to cheat, but since the shuffle is | Ted Unangst | |
lopsided, a sharp counter can detect uneven permutations. fix this by using knuth shuffle. ok mlarkin pjanzen | |||
2014-10-26 | Add a format specifier for the printf. | Brad Smith | |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan | |
Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray() to avoid unchecked multiplication. ok deraadt@ | |||
2014-10-11 | Userland reallocarray() audit. | Doug Hogan | |
Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray() to avoid unchecked multiplication. ok deraadt@ | |||
2014-10-11 | Userland reallocarray() audit. | Doug Hogan | |
Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray() to avoid unchecked multiplication. ok deraadt@ | |||
2014-09-28 | I was mistaken: Nothing's wrong with contractions, they're just a normal | Ingo Schwarze | |
feature of the English language, so revert that part of the previous. Requested by jmc@. | |||
2014-09-26 | Add missing .An macros (found with mandoc -Tlint) and | Ingo Schwarze | |
resolve contractions (found with textproc/igor(1)). Work done by Kaspars at Bankovskis dot net during the EuroBSDCon 2014 documentation tutorial. Very minor addition of a few more missing .An macros by myself. | |||
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze | |
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes |