summaryrefslogtreecommitdiff
path: root/games/hack
AgeCommit message (Expand)Author
2007-09-14remove some warnings:Charles Longeau
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-02tidy up synopsis; from Igor SobradoJason McIntyre
2007-02-21- Pass full buffer size to fgets.Ray Lai
2006-10-11use SEEK_SET; chl@tuxfamily.orgTheo de Raadt
2006-03-14delete lint balony from another era; adobriyan@gmail, ok teduTheo de Raadt
2005-05-01use setresgid() to drop privs, it is simply a better and less ambiguous API;Damien Miller
2005-04-16use vprintf, as obvious; frederik.deweerdt@laposte.netTheo de Raadt
2004-09-17dothrow() calls bhit() w/ both null hit functions thus have to check before c...Michael Shalayeff
2004-06-01missing apostrophe;Jason McIntyre
2003-09-04put escapes in the right place;Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-07-06convert a bunch of strn{cpy,cat}->strl{cpy,cat}Anil Madhavapeddy
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-19A few more includes discovered in a -fno-builtin compilePaul Janzen
2003-05-19From NetBSD: as per standard hack 1.0.3, shops should have only one door.Paul Janzen
2003-05-19De-register, ANSIfy, clean up.Paul Janzen
2003-05-07Major strings rework. Ok pjanzen@Thierry Deval
2003-04-23some typos, and clarification of game rules;Jason McIntyre
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
2003-03-16hack is freeCamiel Dobbelaar
2003-03-11double words and spelling fixesDavid Krause
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-05-31No dm -> games with high score files etc. must explicitly be setgid games.Paul Janzen
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/...Theo de Raadt
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2001-11-17fixes from mpech@prosoft.org.lvPaul Janzen
2001-09-19occured->occurred; from NetBSD via Mike Pechkin <mpech@prosoft.org.lv>.Paul Janzen
2001-08-06Nothing but comments after #endif and #else; heko@iki.fiPaul Janzen
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvPaul Janzen
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-04comment grammarTodd T. Fries
2001-01-04grammarTodd T. Fries
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-07-24printf() and %s pedantry, from itojun channelling kris@freebsdPaul Janzen
1999-08-16use O_* defines for open(2) flags and include fcntl.hTodd C. Miller
1999-07-09- remove all trailing whitespaceAaron Campbell
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-11-29Don't capitalize game names at the beginning of sentences.Paul Janzen
1998-08-11curses has its own delay_output() function, so use that instead of own ownTodd C. Miller
1998-07-26o Fix Y2K buffer overflow.imp
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1997-08-19bc is now le, don't ask me whykstailey
1997-07-23tabifykstailey
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-04-01Changes from NetBSD to compile games without warnings due to short beingDale S. Rahn