Age | Commit message (Expand) | Author |
2020-06-06 | grdc(6): implement timeout with alarm(3) | cheloha |
2020-06-06 | grdc(6): miscellaneous style(9) | cheloha |
2020-02-14 | no need to declare "extern optarg" and "extern optind" | Ingo Schwarze |
2019-12-21 | a few depend:-related thingies that were still in. | Marc Espie |
2019-09-27 | fix gary zukav's "acceptance without proof" quote, which just appeared on | Jason McIntyre |
2019-09-08 | Be more specific regarding which encoding this simulator generates: | Ingo Schwarze |
2019-08-30 | Move 4 manual pages from not-a-function filenames to a correct filename, | Theo de Raadt |
2019-08-22 | spelling fix and zap a stray line while here; | Jason McIntyre |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-20 | Remove unused variables; no binary change. | Lawrence Teo |
2019-05-18 | Unveil tetris. | rob |
2019-05-15 | patch from <tleguern at bouledef dot eu> to support backward rotation, | Ingo Schwarze |
2019-05-12 | eaktway eviouspray; | Jason McIntyre |
2019-05-11 | add an example to the man page. discovered by mlarkin | Ted Unangst |
2019-05-09 | rm lists of hereditary wizards and bad users to ensure level playing field | Ted Unangst |
2019-04-08 | macro args and punctuation should be space spearated; | Jason McIntyre |
2019-04-05 | Fix hack(6). | Anthony J. Bentley |
2019-02-26 | g/c unused robots_roll file. | Theo Buehler |
2019-02-06 | missing word found in my tree | Ingo Schwarze |
2019-02-03 | give the fake latin proverb "per aspera ad astra" in the more | Ingo Schwarze |
2019-01-20 | printing the pinball bonus in the corner is confusing when you lose. | Ted Unangst |
2019-01-20 | remove some obsolete comments about deleted code | Ted Unangst |
2019-01-20 | quick fix to keep the cursor in the corner during space warp. | Ted Unangst |
2019-01-20 | if the snake ran over the money, print the treasure instead of empty. | Ted Unangst |
2019-01-06 | allow q to exit the program. | Ted Unangst |
2018-12-27 | convert to unsigned variables to avoid some overflows. | Ted Unangst |
2018-12-20 | Move a badly positioned parenthesis that caused nonsensical movement | Ingo Schwarze |
2018-10-16 | More fixes from David Fifield: | Theo Buehler |
2018-10-16 | Remove unused data table entries: 174 out of 9271 entries of the bitmap | Theo Buehler |
2018-09-15 | Fix fortune underlines and use the right number of underscores in Notes. | Anthony J. Bentley |
2018-08-24 | During our refactor with tedu@ tb@ and myself we moved the score file to the | Ricardo Mestre |
2018-08-24 | Remove a few too early pledge(2)s on games/ and apply them a little bit later | Ricardo Mestre |
2018-08-23 | reduce pledge(2) to "stdio tty" after ncurses initialization. robots(6) uses a | Ricardo Mestre |
2018-08-23 | reduce pledge(2) to "stdio tty" after ncurses initialization. | Ricardo Mestre |
2018-08-09 | The game is playable without the need to access any files therefore we can | Ricardo Mestre |
2018-08-06 | Drop "rpath" from pledge(2) after ncurses initialization. | Ricardo Mestre |
2018-08-05 | remove duplicate installation of the SIGINT handler; | Ingo Schwarze |
2018-04-25 | Use a NUMKEYS macro instead of magic and use a more familiar idiom | Theo Buehler |
2018-02-07 | slightly reduce the difficulty of the adventure game that is reading | Ted Unangst |
2018-01-23 | Fix table wrt missing element and `, detailed analysis and diff from | Otto Moerbeek |
2018-01-12 | apostrophe fix; | Jason McIntyre |
2017-12-24 | Consolidate printf(3) calls at the end of main(). | cheloha |
2017-12-24 | Use more libm. | cheloha |
2017-12-23 | As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3). | cheloha |
2017-12-11 | The code can be simplified by using clock_gettime(2)'s CLOCK_REALTIME | Theo Buehler |
2017-11-25 | than -> then | Theo Buehler |
2017-11-02 | Straightforward conversion to strtonum. Slight change of behavior in that | Theo Buehler |
2017-10-27 | Use <elf.h> instead of <elf_abi.h> | Martin Pieuchot |
2017-08-15 | typo: on -> of | Theo Buehler |
2017-08-13 | replace gettimeofday with monotonic gettime. from Scott Cheloha | Ted Unangst |