Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2008-10-03 | Mask crcval in the right place, avoiding segfault during save | Stuart Henderson | |
on 64-bit arch. (The save format is not portable, however). Looks right to deraadt@. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-02 | .Ar for arguments; from Igor Sobrado | Jason McIntyre | |
2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech | Ted Unangst | |
2004-07-09 | ansi; khalek@linuxgamers.net | Theo de Raadt | |
2003-09-25 | Fix a couple obvious off-by-one writes. No objections from anyone. | Aaron Campbell | |
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ tedu@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-12 | NetBSD: remove redundant decl | Paul Janzen | |
2003-04-08 | Change remaining strcpy -> strlcpy; noticed by Theo | Todd C. Miller | |
2003-04-07 | Change wd1 and wd2 from pointers to arrays. This removes the need | Todd 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-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt | |
already, but he may have later changes to make still. | |||
2002-12-06 | Replace 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-31 | No dm -> no need to revoke setegid. | Paul Janzen | |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master ↵ | Theo de Raadt | |
dies.distrib/sets/lists | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-18 | someone should read compiler messages on the powerpc | Theo de Raadt | |
2002-02-16 | Part 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-03 | better usage message. From jsm@netbsd.org's NetBSD changes. | Paul Janzen | |
2001-08-18 | Formatting | Paul Janzen | |
2001-08-06 | Nothing but comments after #endif and #else; heko@iki.fi | Paul Janzen | |
2001-03-22 | Don't FLUSHLINE unnecessarily | Paul Janzen | |
2001-03-22 | File name buffer should be MAXPATHLEN; ianm@cit.uws.edu.au. Also avoid | Paul Janzen | |
buffer overflow on file name. | |||
2001-02-17 | Use err() rather than errx() immediately after alloc failure. | Paul Janzen | |
2001-02-04 | Remove -traditional-cpp and do some -Wall cleanups; from Chris K. Young | Paul Janzen | |
<cky@pobox.com> in PR 1652. | |||
1999-07-09 | - remove all trailing whitespace | Aaron 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-15 | Always provide an argument to .Nm in SYNOPSIS section | Paul Janzen | |
1998-11-29 | Minor changes from NetBSD | Paul Janzen | |
1998-09-12 | check for malloc() failure; jsm28@cam.ac.uk | Paul Janzen | |
1998-09-02 | More changes from jsm28@cam.ac.uk | Paul Janzen | |
1998-08-31 | Bonus file, part of the NetBSD merge | Paul Janzen | |
1998-08-31 | merge in NetBSD, including recent PR's of jsm28@cam.ac.uk | Paul Janzen | |
1998-07-26 | Modernize time proceedures. Remove obsolete comment | imp | |
1998-03-19 | Minor tweaks, mainly setgid-related | Paul Janzen | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-07-31 | proto malloc | Theo de Raadt | |
1997-07-23 | tabify | kstailey | |
1997-07-05 | <time.h> | Michael Shalayeff | |
1997-01-11 | Fix PR#2 in a simplistic way. Handle EOF on all getchar()s | Niklas Hallqvist | |
1996-12-19 | setgid games, not setuid games. closes a neat set of holes | Theo de Raadt | |
1996-12-14 | some cleanup from bde@freebsd | Theo de Raadt | |
1996-10-15 | deal with files as euid; based on code by alex@freebsd.org | Theo de Raadt | |
1996-05-28 | pull signal.h | Theo de Raadt | |
1996-05-26 | fixed the "/* in comments" problem. | fn | |
1996-05-26 | sync 0521 | Theo de Raadt | |
1996-03-09 | Rudimentary support for compilation in a cross environment | Niklas Hallqvist | |
Host tools will be compiled with HOSTCC instead of CC. Note, these are not complete in *any* way\! | |||
1996-02-17 | From netbsd: | Niklas Hallqvist | |
Removed "extern int errno"; Added #include <errno.h> if not already present. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |