summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2021-12-24Filter out all symbols starting with a double underbar. In particular,Theo Buehler
2021-12-15The PATH_MAX+1 bites. The PATH_MAX+1 bites. You die...Theo de Raadt
2021-11-20since it's unlikely that i'll get away with changing fortune's real usage toJason McIntyre
2021-10-23missed in previous commitRicardo Mestre
2021-10-23if both stdout and stderr are redirected to a non-tty, pledge(2) will killRicardo Mestre
2021-08-24- guiness -> guinnessJason McIntyre
2021-08-24vini vidi vici -> veni vidi viciJason McIntyre
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-04-29Remove extraneous for() likely caused by copy & paste.Todd C. Miller
2021-03-11quiz: handle line continuation in data files correctly, switch to getline(3)Christian Weisgerber
2021-03-08Add some references, most of these were removed when we stopped buildingJonathan Gray
2021-03-07Fix intercardinal directions in hack help.Theo Buehler
2021-02-06while learning (teachgammon(1)) you might want to save your game so "{w,c}path"Ricardo Mestre
2021-01-27satisfy -fno-common by duplicating deck chairs as requiredTheo de Raadt
2021-01-27satisfy -fno-commonTheo de Raadt
2021-01-26Fix build with -fno-common. OK deraadt@Todd C. Miller
2021-01-21Ignore special keys returned by the curses getch() function.Todd C. Miller
2021-01-21some updates from pjanzen;Jason McIntyre
2021-01-03add the missing EXIT STATUS and HISTORY sectionsIngo Schwarze
2021-01-03Obvious bugfix: requesting a long dictum from a file containing shortIngo Schwarze
2021-01-02fix inverted exit status of fortune -m;Ingo Schwarze
2020-12-15Avoid NULL dereference after returning from copy().Vadim Zhukov
2020-12-15the names com1 to com9 are reserved filenames on windowsDaniel Dickman
2020-12-13fix unmarked/ignored descriptive mix up;Jason McIntyre
2020-06-06grdc(6): implement timeout with alarm(3)cheloha
2020-06-06grdc(6): miscellaneous style(9)cheloha
2020-02-14no need to declare "extern optarg" and "extern optind"Ingo Schwarze
2019-12-21a few depend:-related thingies that were still in.Marc Espie
2019-09-27fix gary zukav's "acceptance without proof" quote, which just appeared onJason McIntyre
2019-09-08Be more specific regarding which encoding this simulator generates:Ingo Schwarze
2019-08-30Move 4 manual pages from not-a-function filenames to a correct filename,Theo de Raadt
2019-08-22spelling fix and zap a stray line while here;Jason McIntyre
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-20Remove unused variables; no binary change.Lawrence Teo
2019-05-18Unveil tetris.rob
2019-05-15patch from <tleguern at bouledef dot eu> to support backward rotation,Ingo Schwarze
2019-05-12eaktway eviouspray;Jason McIntyre
2019-05-11add an example to the man page. discovered by mlarkinTed Unangst
2019-05-09rm lists of hereditary wizards and bad users to ensure level playing fieldTed Unangst
2019-04-08macro args and punctuation should be space spearated;Jason McIntyre
2019-04-05Fix hack(6).Anthony J. Bentley
2019-02-26g/c unused robots_roll file.Theo Buehler
2019-02-06missing word found in my treeIngo Schwarze
2019-02-03give the fake latin proverb "per aspera ad astra" in the moreIngo Schwarze
2019-01-20printing the pinball bonus in the corner is confusing when you lose.Ted Unangst
2019-01-20remove some obsolete comments about deleted codeTed Unangst
2019-01-20quick fix to keep the cursor in the corner during space warp.Ted Unangst
2019-01-20if the snake ran over the money, print the treasure instead of empty.Ted Unangst
2019-01-06allow q to exit the program.Ted Unangst
2018-12-27convert to unsigned variables to avoid some overflows.Ted Unangst