summaryrefslogtreecommitdiffstats
path: root/games/hack/hack.unix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Callers of time(3) should #include <time.h>.tb2016-09-111-1/+2
* execl(3) calls must have the last argument casted to (char *)NULLmestre2016-03-151-2/+2
* Remove several casts to (char *) 0 and replace them by NULLmestre2016-01-091-2/+2
* This diff is rather large, but it's just simply removing unnecessary headersmestre2016-01-091-26/+28
* creat() -> open equiv; from Frederic Nowakderaadt2015-11-111-2/+2
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-161-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* De-register, ANSIfy, clean up.pjanzen2003-05-191-68/+70
* Major strings rework. Ok pjanzen@tdeval2003-05-071-18/+21
* 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt2003-04-061-3/+3
* hack is freecamield2003-03-161-3/+60
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-3/+3
* Nothing but comments after #endif and #else; heko@iki.fipjanzen2001-08-061-9/+9
* $OpenBSD$niklas2001-01-281-1/+3
* use O_* defines for open(2) flags and include fcntl.hmillert1999-08-161-1/+1
* o Fix Y2K buffer overflow.imp1998-07-261-4/+2
* r?index -> strr?chrmillert1997-01-171-6/+6
* fixed the "/* in comments" problem.fn1996-05-261-8/+8
* From netbsd:niklas1996-02-171-3/+2
* initial import of NetBSD treederaadt1995-10-181-0/+435