summaryrefslogtreecommitdiffstats
path: root/games/hack (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix intercardinal directions in hack help.tb2021-03-071-1/+1
* Fix build with -fno-common. OK deraadt@millert2021-01-261-4/+1
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-287-24/+24
* macro args and punctuation should be space spearated;jmc2019-04-081-3/+3
* Fix hack(6).bentley2019-04-056-39/+62
* Remove a few too early pledge(2)s on games/ and apply them a little bit latermestre2018-08-241-4/+5
* remove misc. depend and yacc nits that no longer matter.espie2017-07-101-2/+1
* missed BUILDFIRST. Allow stuff to proceed without dependsespie2017-07-011-2/+2
* Fix a path in Makequest and remove hack.sh (it never worked).akfaew2017-06-203-90/+4
* snprintf() format string should be literalgsoares2017-04-081-2/+2
* Callers of time(3) should #include <time.h>.tb2016-09-111-1/+2
* These games have been broken for the better part of a year, ever sincetb2016-09-091-2/+9
* Prefer fseek(3) over rewind(3) since the latter although it also calls fseekmestre2016-03-161-2/+4
* execl(3) calls must have the last argument casted to (char *)NULLmestre2016-03-152-6/+6
* #ifdef QUEST then a few functions won't work, because of that includemestre2016-01-101-1/+4
* Remove several casts to (char *) 0 and replace them by NULLmestre2016-01-0910-28/+28
* This diff is rather large, but it's just simply removing unnecessary headersmestre2016-01-0959-381/+417
* hack expects to be able to read ^Z as a normal character so disablemillert2016-01-071-1/+3
* Some basic code maintenance in games/tb2016-01-072-7/+11
* Set as __dead a few more functions, that don't return, on games/mestre2015-12-261-3/+3
* Use __progname instead of hand-rolled parsing of argv[0].tb2015-12-162-7/+6
* add missing #include "hack.h"tb2015-12-051-1/+2
* delete useless BUGS section; patch from Jan Stary <hans at stare dot cz>schwarze2015-11-301-6/+2
* In 1995, all of the games were setuid games. At end of 1996, I took them allderaadt2015-11-241-2/+1
* creat() -> open equiv; from Frederic Nowakderaadt2015-11-114-9/+9
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-041-2/+2
* Cast ctype functions' argument to unsigned char.mmcc2015-10-242-7/+8
* Cast ctype functions' arguments to unsigned char.mmcc2015-10-242-7/+7
* Cast isdigit()'s argument to unsigned char.mmcc2015-10-241-3/+3
* Cast ctype functions' arguments to unsigned char.mmcc2015-10-241-4/+4
* Cast ctype functions' arguments to unsigned char.mmcc2015-10-241-3/+5
* Cast isdigit()'s argument to unsigned char.mmcc2015-10-241-3/+3
* Disable !-command to escape to a shell. You are supposed to play, presstobias2015-10-162-3/+3
* Annotate funcs with __attribute__((printf(...))) and clean up the fallout:guenther2015-09-2715-45/+52
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
* Make some $OpenBSD$ lines prettier/standardier by eliminatingkrw2015-01-191-1/+1
* all modern systems can do this SUSPEND thingderaadt2015-01-152-5/+3
* NR_OF_EOFS is a festering boil, lance & drain.deraadt2015-01-151-25/+1
* For now, these games still contain deterministic randomization (forderaadt2014-12-081-3/+2
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-161-3/+3
* obvious cases of missing .An;schwarze2014-09-081-6/+15
* Match bwrite()'s prototype with write()'s, zapping a lint commentguenther2014-03-1116-81/+80
* Welcome to 1989: we can ask for signed chars when we want themguenther2014-03-111-6/+2
* lint is dead (long live the lint!)guenther2014-03-114-22/+4
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-4/+4
* Use the help pager code, but repair it in various ways.deraadt2011-03-163-6/+9
* remove the "-*- nroff -*-" lines;jmc2010-10-291-3/+3
* fix potential bugs spotted by parfaitbeck2009-12-101-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2757-289/+57
* remove unused variablechl2009-06-031-3/+3