Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-11 | this needs to be sgid games | Jolan Luff | |
2004-01-02 | standard order for options; | Jason McIntyre | |
kill a .Pp before a list; move AUTHORS to a more logical place; | |||
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
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-17 | "nokeep" added to prevent warning when generating table; | Jason McIntyre | |
AUTHOR -> AUTHORS; | |||
2003-05-12 | Oops, one more grammar error. | Paul Janzen | |
2003-05-12 | Start with NetBSD's man page, which has been converted to mdoc, and do | Paul Janzen | |
some tidying. | |||
2003-05-12 | From NetBSD: remove redundant declaration | Paul Janzen | |
2003-04-25 | comment repair | Theo de Raadt | |
2003-04-08 | Use POSIX chown semantics (user:group); noted by Leandro Costa | Todd C. Miller | |
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. | |||
2003-03-11 | double words and spelling fixes | David Krause | |
ok pjanzen@ | |||
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 | crmode -> cbreak | Paul Janzen | |
2002-05-31 | de-register | Paul Janzen | |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master ↵ | Theo de Raadt | |
dies.distrib/sets/lists | |||
2002-05-06 | do not install a SIGSEGV handler | Todd C. Miller | |
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. | |||
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller | |
clobbered by longjmp / vfork instead of the gcc "(void)&foo;" hack. | |||
2002-01-04 | Don't longjmp(..., 0) | Artur Grabowski | |
2001-09-19 | occured->occurred; from NetBSD via Mike Pechkin <mpech@prosoft.org.lv>. | Paul Janzen | |
One of these was even in a string that got printed out. | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-02-04 | Tidy, avoid segfaults on unknown users, and deal with long usernames | Paul Janzen | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2000-06-29 | use SEEK_SET; improve an error message. | Paul Janzen | |
2000-04-07 | Fix operator precedence errors: NetBSD PR 9698. | Paul Janzen | |
1999-07-08 | spurious words and misc fixes | Hugh Graham | |
1998-11-29 | NetBSD merge (mainly -Wall related) | Paul Janzen | |
1998-11-28 | Clear up a warning: printw doesn't take a const char, printf does | Paul Janzen | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1998-07-10 | Ok, so I was bored and couldn't sleep... | Jason Downs | |
Make this sucker work with decent terminal settings. | |||
1997-12-08 | avoid fclose(NULL) | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-02 | The /var/games/phantasia/* files should be root.games | Angelos D. Keromytis | |
1997-07-31 | time_t not long | Theo de Raadt | |
1997-07-23 | tabify | kstailey | |
1997-04-01 | depend on DPADD, not only one lib | Michael Shalayeff | |
1997-02-28 | phantasia.6 -> phantasia.6tbl | Jason Downs | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-03 | root NOT games. | etheisen | |
1996-10-12 | clean better | Niklas Hallqvist | |
1996-06-02 | Always use -ltermlib when linking with -lcurses | Thorsten Lockert | |
Depend on LIBTERMCAP and LIBTERMLIB as appropriate | |||
1996-05-26 | fixed the "/* in comments" problem. | fn | |
1996-03-09 | Make building with ${HOSTCC} work in obj-dirs | Niklas Hallqvist | |
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\! | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |