Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-01 | Undo a misguided attempt to fix speling errors from long ago. UCB | Todd C. Miller | |
copyrights say "acknowledgement", not "acknowledgment". You cannot just go changing the text of a license willy-nilly. | |||
2003-05-30 | section reorder; | Jason McIntyre | |
2003-05-12 | From NetBSD: don't need to declare ospeed. | Paul Janzen | |
2003-04-23 | some typos, and clarification of game rules; | Jason McIntyre | |
help, suggestions and ok pjanzen@ | |||
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-07-30 | Replace the "blows chunks" algorithm with pubeval, a public domain algorithm | Paul Janzen | |
which plays an acceptable, if not optimal, game. pubeval author approves. | |||
2002-07-30 | Kill buffer overflow. | Paul Janzen | |
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-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-11-17 | section consistency: AUTHOR -> AUTHORS, even if only one listed; | Paul Janzen | |
mpech@prosoft.org.lv | |||
2001-07-09 | Remove .Pp next to .Sh; mpech@prosoft.org.lv | Paul Janzen | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-06-23 | termios -> curses | Paul Janzen | |
2001-03-30 | filename length fix from ianm@cit.uws.edu.au; also, don't overflow the buffer. | Paul Janzen | |
2001-03-08 | whack exit(-#) | Theo de Raadt | |
2001-02-18 | rename variable raw->traw as to not conflict with raw() | Eric Jackson | |
2001-02-18 | Get this not to segfault on startup on alpha. | Paul Janzen | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-04 | spelling | Todd T. Fries | |
2000-07-23 | Avoid calling functions that can call the exit-on-error handler from the | Paul Janzen | |
handler; use STD*_FILENO rather than 0-2. | |||
2000-04-21 | documentation: refer to terminfo, not termcap, where appropriate. | Paul Janzen | |
1999-07-31 | use const where appropriate (jsm28@cam.ac.uk). Also some very minor tidying. | Paul Janzen | |
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-11-29 | Don't capitalize game names at the beginning of sentences. | Paul Janzen | |
1998-09-02 | Delete two unused functions; jsm28@cam.ac.uk | Paul Janzen | |
1998-08-29 | use names rather than numbers in signals, errors, etc; NetBSD PR6058; ↵ | Paul Janzen | |
jsm28@cam.ac.uk | |||
1998-08-19 | Don't segfault in small windows | Paul Janzen | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1998-04-26 | Fix terminal initialization for libtermlib to be happy. | Todd C. Miller | |
1998-04-25 | link with -ltermlib, not the old -ltermcap. Fixes a weird bug on i386 | Todd C. Miller | |
where spaces in strings would not be printed. | |||
1998-03-25 | -DV7 removed, -lcompat not needed | Paul Janzen | |
1998-03-19 | do not use in-source libraries; they are really problematic with obj@ and ↵ | Theo de Raadt | |
obj/ links | |||
1998-03-19 | NetBSD changes and further improvements and corrections | Paul Janzen | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-19 | bc -> le | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-01-23 | documentation errors; from max@freebsd | Theo de Raadt | |
1996-12-22 | proper gid revoke | Theo de Raadt | |
1996-12-19 | setgid games, not setuid games. closes a neat set of holes | Theo de Raadt | |
1996-06-02 | Always use -ltermlib when linking with -lcurses | Thorsten Lockert | |
Be comsistent in use of LIBTERMCAP and LIBTERMLIB when depending | |||
1996-02-14 | Command line arguments were not being handled correctly. Modified for | etheisen | |
proper funtionality and for compliance with manpage. | |||
1996-02-12 | Added check for null pointer while processing cmdline options. Pointer | etheisen | |
overrun was causing SEGV if any cmdline options were specified. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |