summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid messing up the display when too many letters are guessed at once.dholland2020-07-121-4/+12
* cgram(6): use standard cursor keys, use standard shuffle algorithmrillig2020-07-021-9/+13
* A revision of "The purpose of computing is insight, not numbers" bysevan2020-06-151-0/+2
* Recommend using `pkg_admin {fetch-pkg-vulnerabilities,audit}' instead ofleot2020-06-071-2/+2
* Properly quote printf stringleot2020-06-071-1/+1
* Heads up on Bell patentssevan2020-05-181-0/+5
* Remove extra semicolon.msaitoh2020-05-141-3/+3
* Simplify, little KNFchristos2020-04-301-22/+22
* Simplify, errors to stderr.christos2020-04-301-17/+18
* unstr: Check that the input filename fits in the buffer.nia2020-04-291-3/+3
* strfile: Check that input/output filenames don't exceed the buffer sizenia2020-04-291-4/+16
* buffnum is shared between subs.c and fancy.cjoerg2020-04-222-5/+5
* Disks can sense vibes, DTrace confirms it.sevan2020-04-021-0/+3
* Andrew Weatherall's tattoo and a track on A Pox On The Pioneers album.sevan2020-02-221-0/+2
* something I apparently forgot to commit months or years agodholland2020-02-161-0/+3
* games/hack: Suppress -Werror=stringop-truncation error.fox2020-02-081-1/+2
* games/hack: Revert the strlcpy(1) change since this changes expected behavior...fox2020-02-071-3/+3
* games/hack: Fix -Wstringop-truncation warning.fox2020-02-071-3/+3
* games/battlestar: Replace snprintf(3) with strlcpy(3) for better performance.fox2020-02-061-6/+6
* games/battlestar: Fix the -Werror=restrict warning.fox2020-02-051-6/+6
* s/saftey/safety/msaitoh2019-12-271-2/+2
* s/opration/operation/msaitoh2019-12-271-1/+1
* Introspection. From "Surely You're Joking, Mr. Feynman!"sevan2019-12-031-0/+6
* https://twitter.com/sei6r/status/1182433546331279360sevan2019-11-101-0/+3
* Definition of austerity by Alexei Sayle on Radio 4sevan2019-11-101-0/+4
* Gcc-8 bug confusion with restrict on sh3christos2019-10-291-1/+5
* Chris' happiest momentsevan2019-10-271-0/+6
* adjust a fallthru comment and add a missing break.mrg2019-10-131-3/+5
* introduce some common variables for use in GCC warning disables:mrg2019-10-134-4/+13
* expand the internal consistency checks in truedirec() to avoidmrg2019-10-051-7/+10
* convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg2019-09-292-4/+4
* End sentence with a dot.wiz2019-09-021-2/+2
* Document history.sevan2019-09-011-2/+9
* Donnie Darkosevan2019-08-221-0/+2
* The mother of all demossevan2019-07-261-0/+7
* Use .Dl for displays with single command. Specify .Bl -width with theuwe2019-07-231-15/+11
* strfile is installed, don't claim it isn't.uwe2019-07-231-6/+2
* Prettify formatting.uwe2019-07-231-11/+11
* Use double dash to simulate em dashsevan2019-07-221-1/+1
* Use \(em to get an emphasis dashsevan2019-07-221-4/+4
* Art for the masses - The Dream Machinesevan2019-07-221-0/+3
* Report the users score _after_ the game has ended and the screen haspgoyette2019-03-191-2/+8
* Shorter than a season - The Soul Of A New Machinesevan2019-02-241-0/+4
* add fallthroughchristos2019-02-181-2/+3
* apply -Wno-error=implicit-fallthrough on files that have fallthrumrg2019-02-042-2/+16
* - done() can return in wizard mode. don't NOTREACHED'd itmrg2019-02-041-3/+3
* - 'cango' is used beyond a bool type. make it an int.mrg2019-02-041-3/+6
* - enlarge buffer to avoid snprintf() truncationmrg2019-02-033-9/+9
* - avoid multipling a boolean value, use &&.mrg2019-02-031-3/+3
* - add or adjust /* FALLTHROUGH */ where appropriatemrg2019-02-0315-30/+75