summaryrefslogtreecommitdiff
path: root/games/hack/hack.unix.c
AgeCommit message (Expand)Author
2023-09-06remove uneeded function declsJonathan Gray
2023-06-03drop `uptodate()' check from hack(6)Omar Polo
2021-12-15The PATH_MAX+1 bites. The PATH_MAX+1 bites. You die...Theo de Raadt
2016-09-11Callers of time(3) should #include <time.h>.Theo Buehler
2016-03-15execl(3) calls must have the last argument casted to (char *)NULLmestre
2016-01-09Remove several casts to (char *) 0 and replace them by NULLmestre
2016-01-09This diff is rather large, but it's just simply removing unnecessary headersmestre
2015-11-11creat() -> open equiv; from Frederic NowakTheo de Raadt
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,Philip Guenther
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2003-05-19De-register, ANSIfy, clean up.Paul Janzen
2003-05-07Major strings rework. Ok pjanzen@Thierry Deval
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
2003-03-16hack is freeCamiel Dobbelaar
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
2001-08-06Nothing but comments after #endif and #else; heko@iki.fiPaul Janzen
2001-01-28$OpenBSD$Niklas Hallqvist
1999-08-16use O_* defines for open(2) flags and include fcntl.hTodd C. Miller
1998-07-26o Fix Y2K buffer overflow.imp
1997-01-17r?index -> strr?chrTodd C. Miller
1996-05-26fixed the "/* in comments" problem.fn
1996-02-17From netbsd:Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt