summaryrefslogtreecommitdiff
path: root/games/hack/hack.pager.c
AgeCommit message (Expand)Author
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-09-27Annotate funcs with __attribute__((printf(...))) and clean up the fallout:Philip Guenther
2014-03-11Match bwrite()'s prototype with write()'s, zapping a lint commentPhilip Guenther
2011-03-16Use the help pager code, but repair it in various ways.Theo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-03remove unused variableCharles Longeau
2009-06-01Fix fgets handling.Ray Lai
2009-06-01Style, inspired by NetBSD.Ray Lai
2007-09-14remove some warnings:Charles Longeau
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-02-21- Pass full buffer size to fgets.Ray Lai
2005-05-01use setresgid() to drop privs, it is simply a better and less ambiguous API;Damien Miller
2003-05-19De-register, ANSIfy, clean up.Paul Janzen
2003-05-07Major strings rework. Ok pjanzen@Thierry Deval
2003-03-16hack is freeCamiel Dobbelaar
2001-08-06Nothing but comments after #endif and #else; heko@iki.fiPaul Janzen
2001-01-28$OpenBSD$Niklas Hallqvist
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
1999-08-16use O_* defines for open(2) flags and include fcntl.hTodd C. Miller
1997-01-17r?index -> strr?chrTodd C. Miller
1996-12-22proper gid revokeTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt