Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-04-08 | macro args and punctuation should be space spearated; | Jason McIntyre |
2019-04-05 | Fix hack(6). | Anthony J. Bentley |
2018-08-24 | Remove a few too early pledge(2)s on games/ and apply them a little bit later | Ricardo Mestre |
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | Marc Espie |
2017-07-01 | missed BUILDFIRST. Allow stuff to proceed without depends | Marc Espie |
2017-06-20 | Fix a path in Makequest and remove hack.sh (it never worked). | Michal Mazurek |
2017-04-08 | snprintf() format string should be literal | Gleydson Soares |
2016-09-11 | Callers of time(3) should #include <time.h>. | Theo Buehler |
2016-09-09 | These games have been broken for the better part of a year, ever since | Theo Buehler |
2016-03-16 | Prefer fseek(3) over rewind(3) since the latter although it also calls fseek | mestre |
2016-03-15 | execl(3) calls must have the last argument casted to (char *)NULL | mestre |
2016-01-10 | #ifdef QUEST then a few functions won't work, because of that include | mestre |
2016-01-09 | Remove several casts to (char *) 0 and replace them by NULL | mestre |
2016-01-09 | This diff is rather large, but it's just simply removing unnecessary headers | mestre |
2016-01-07 | hack expects to be able to read ^Z as a normal character so disable | Todd C. Miller |
2016-01-07 | Some basic code maintenance in games/ | tb |
2015-12-26 | Set as __dead a few more functions, that don't return, on games/ | mestre |
2015-12-16 | Use __progname instead of hand-rolled parsing of argv[0]. | tb |
2015-12-05 | add missing #include "hack.h" | tb |
2015-11-30 | delete useless BUGS section; patch from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-11-24 | In 1995, all of the games were setuid games. At end of 1996, I took them all | Theo de Raadt |
2015-11-11 | creat() -> open equiv; from Frederic Nowak | Theo de Raadt |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-10-24 | Cast isdigit()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-10-24 | Cast isdigit()'s argument to unsigned char. | mmcc |
2015-10-16 | Disable !-command to escape to a shell. You are supposed to play, press | Tobias Stoeckmann |
2015-09-27 | Annotate funcs with __attribute__((printf(...))) and clean up the fallout: | Philip Guenther |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback |
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 |
2014-12-08 | For now, these games still contain deterministic randomization (for | Theo de Raadt |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-03-11 | Match bwrite()'s prototype with write()'s, zapping a lint comment | Philip Guenther |
2014-03-11 | Welcome to 1989: we can ask for signed chars when we want them | Philip Guenther |
2014-03-11 | lint is dead (long live the lint!) | Philip Guenther |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2011-03-16 | Use the help pager code, but repair it in various ways. | Theo de Raadt |
2010-10-29 | remove the "-*- nroff -*-" lines; | Jason McIntyre |
2009-12-10 | fix potential bugs spotted by parfait | Bob Beck |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-03 | remove unused variable | Charles Longeau |
2009-06-01 | Fix fgets handling. | Ray Lai |
2009-06-01 | Add a tab to blank line so hack(6) knows to print a blank line | Ray Lai |