Age | Commit message (Expand) | Author |
2015-09-27 | Delete pointless NOSTRICT comments | Philip Guenther |
2015-09-27 | Make prompt() properly printf-like, eliminating empty dummy args | Philip Guenther |
2015-09-27 | Annotate funcs with __attribute__((printf(...))) and clean up the fallout: | Philip Guenther |
2015-09-27 | Delete obsolete lint comments | Philip Guenther |
2015-09-27 | Make -Wformat=2 happier with a few foo(str) -> foo("%s", str) fixes | Philip Guenther |
2015-09-25 | Fix -D in the synopsis line: | Ingo Schwarze |
2015-09-25 | use | rather than / for alternatives and some macro fixes | Ingo Schwarze |
2015-09-16 | big blocks need braces for support | Ted Unangst |
2015-09-12 | use .Cm rather than .Ar for fixed string arguments | Ingo Schwarze |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-07 | cosmetic fixes | Ted Unangst |
2015-08-26 | remove #ifdef OK_TO_WRITE_DISK which isn't used by default. | Sebastien Marie |
2015-08-26 | Replace clock_gettime UPTIME with MONOTONIC to improve worm portability. | Rafael Zalamena |
2015-08-26 | Improve robots(6) by using timespec*() functions, replacing gettimeofday() | Rafael Zalamena |
2015-08-24 | Fix cheating bug by using unused time variables and replace poll() with | Rafael Zalamena |
2015-08-22 | remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller... | Theo de Raadt |
2015-08-21 | KNF | Theo de Raadt |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-07-20 | Sometimes, the computer's move was printed, but the computer's men didn't | Ingo Schwarze |
2015-07-16 | flower & bird adjustments for Nunavut, from pjanzen | Theo de Raadt |
2015-06-26 | /home/otto/ok | Otto Moerbeek |
2015-05-20 | Fix sign compare bug introduced when rnum() was redefined to use | Todd C. Miller |
2015-04-04 | from snj, netbsd -r1.56: "properly pluralize" | Jason McIntyre |
2015-03-25 | Fix double word in quote from Ken Olsen. | Jeremie Courreges-Anglas |
2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ | Todd C. Miller |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-12 | Delete cribbage logging. Was never enabled and no point in enabling it. | Anthony J. Bentley |
2015-03-09 | make the worm grow faster on larger terminals. this is more fun than | Ted Unangst |
2015-02-18 | improve ship placement interface. per the instructions, 2468 should work, | Ted Unangst |
2015-02-18 | no reason for magic numbers to be octal. just drop the leading 0. | Ted Unangst |
2015-02-18 | don't cast function arguments; use reallocarray in one place | Ted Unangst |
2015-02-18 | convert calloc/realloc pairs to reallocarray | Ted Unangst |
2015-02-18 | Don't abuse Aq for arguments, and use a prettier escape for dashes. | Anthony J. Bentley |
2015-02-17 | Mark up email addresses semantically with Mt. | Anthony J. Bentley |
2015-02-10 | the stem of the b was not descending all the way to the baseline. | Ted Unangst |
2015-02-07 | allow ctrl-d to quit after a game as well | Ted Unangst |
2015-02-07 | use unsigned char type to avoid many casts | Ted Unangst |
2015-02-07 | by popular request, stop giving away numeric letters. no more will the | Ted Unangst |
2015-02-07 | unsigned char for ctype functions | Ted Unangst |
2015-02-07 | Ignore ELF symbols containing dots or dollar signs. Suggested by millert@ | Miod Vallat |
2015-02-07 | clear to end of line when printing error messages so that previous | Ted Unangst |
2015-02-07 | By popular demand, allow any ELF file to be passed to -d as a word list, in | Miod Vallat |
2015-02-06 | Fix small typo found when testing tedu@'s fortune -o -m change. | Kent R. Spillner |
2015-02-06 | unsigned char is the correct type for ctype functions | Ted Unangst |
2015-02-06 | no space after # | Ted Unangst |
2015-02-06 | remove TRUE/FALSE in favor of the true boolean values 1/0 | Ted Unangst |
2015-02-06 | Debug, whatever it's worth, is clearly not a boolean | Ted Unangst |
2015-02-06 | cleanup a few bits | Ted Unangst |
2015-02-06 | remove no regex ifdef. everybody loves regex. | Ted Unangst |