Age | Commit message (Expand) | Author |
2024-08-19 | file not needed | Theo de Raadt |
2024-08-19 | spelling error, fixed by "snj", 21 years ago in some other repository | Theo de Raadt |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-02-08 | Feed more generated files to the clean target; joint work with naddy@ | Miod Vallat |
2023-09-06 | remove uneeded function decls | Jonathan Gray |
2023-06-03 | drop `uptodate()' check from hack(6) | Omar Polo |
2022-02-18 | Avoid gendered language in man pages when not referring to a specific | Jonathan Gray |
2021-12-15 | The PATH_MAX+1 bites. The PATH_MAX+1 bites. You die... | Theo de Raadt |
2021-03-07 | Fix intercardinal directions in hack help. | Theo Buehler |
2021-01-26 | Fix build with -fno-common. OK deraadt@ | Todd C. Miller |
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 |