summaryrefslogtreecommitdiff
path: root/games/adventure
AgeCommit message (Collapse)Author
2004-07-09ansi; khalek@linuxgamers.netTheo de Raadt
2003-09-25Fix a couple obvious off-by-one writes. No objections from anyone.Aaron Campbell
2003-07-10add missing includesDavid Krause
ok deraadt@ tedu@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-12NetBSD: remove redundant declPaul Janzen
2003-04-08Change remaining strcpy -> strlcpy; noticed by TheoTodd C. Miller
2003-04-07Change wd1 and wd2 from pointers to arrays. This removes the needTodd C. Miller
for getin() to have static buffers and allows us to do "sizeof wd1". Also fix saved game path. It was removing the first 2 chars of the filename due to a bug. tdeval@ OK
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
already, but he may have later changes to make still.
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
good enough for games but we should at least use a decent seed. pjanzen@ OK
2002-05-31No dm -> no need to revoke setegid.Paul Janzen
2002-05-23The troll strikes.. The troll strikes.. The dungeon master ↵Theo de Raadt
dies.distrib/sets/lists
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-18someone should read compiler messages on the powerpcTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-09-03better usage message. From jsm@netbsd.org's NetBSD changes.Paul Janzen
2001-08-18FormattingPaul Janzen
2001-08-06Nothing but comments after #endif and #else; heko@iki.fiPaul Janzen
2001-03-22Don't FLUSHLINE unnecessarilyPaul Janzen
2001-03-22File name buffer should be MAXPATHLEN; ianm@cit.uws.edu.au. Also avoidPaul Janzen
buffer overflow on file name.
2001-02-17Use err() rather than errx() immediately after alloc failure.Paul Janzen
2001-02-04Remove -traditional-cpp and do some -Wall cleanups; from Chris K. YoungPaul Janzen
<cky@pobox.com> in PR 1652.
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-11-29Minor changes from NetBSDPaul Janzen
1998-09-12check for malloc() failure; jsm28@cam.ac.ukPaul Janzen
1998-09-02More changes from jsm28@cam.ac.ukPaul Janzen
1998-08-31Bonus file, part of the NetBSD mergePaul Janzen
1998-08-31merge in NetBSD, including recent PR's of jsm28@cam.ac.ukPaul Janzen
1998-07-26Modernize time proceedures. Remove obsolete commentimp
1998-03-19Minor tweaks, mainly setgid-relatedPaul Janzen
1997-09-21$OpenBSD$Theo de Raadt
1997-07-31proto mallocTheo de Raadt
1997-07-23tabifykstailey
1997-07-05<time.h>Michael Shalayeff
1997-01-11Fix PR#2 in a simplistic way. Handle EOF on all getchar()sNiklas Hallqvist
1996-12-19setgid games, not setuid games. closes a neat set of holesTheo de Raadt
1996-12-14some cleanup from bde@freebsdTheo de Raadt
1996-10-15deal with files as euid; based on code by alex@freebsd.orgTheo de Raadt
1996-05-28pull signal.hTheo de Raadt
1996-05-26fixed the "/* in comments" problem.fn
1996-05-26sync 0521Theo de Raadt
1996-03-09Rudimentary support for compilation in a cross environmentNiklas Hallqvist
Host tools will be compiled with HOSTCC instead of CC. Note, these are not complete in *any* way\!
1996-02-17From netbsd:Niklas Hallqvist
Removed "extern int errno"; Added #include <errno.h> if not already present.
1995-10-18initial import of NetBSD treeTheo de Raadt