Age | Commit message (Expand) | Author |
2005-03-12 | escape `.' at eol to avoid double spacing issue; | Jason McIntyre |
2004-12-17 | fix an off-by-one and a case of snprintf() misuse. | Moritz Jodeit |
2004-12-06 | typo from pjanzen@ | Jason McIntyre |
2004-04-27 | typo and remove some Ns hacks no longer needed; | Jason McIntyre |
2003-09-05 | add some spacing after displays; | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-07-10 | add missing includes | David Krause |
2003-07-06 | convert some strncpy->strlcpy | Anil Madhavapeddy |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-30 | section reorder; | Jason McIntyre |
2003-04-25 | string cleanup; ok millert | Theo de Raadt |
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt |
2002-12-09 | fix va_end; openbsd@davidkrause.com | Theo de Raadt |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller |
2002-06-11 | no more err(3) newlines in games; ok pjanzen@ | Jason Peel |
2002-05-31 | crmode -> cbreak | Paul Janzen |
2002-05-31 | No dm -> games with high score files etc. must explicitly be setgid games. | Paul Janzen |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/... | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | abs() is defined by ANSI C -- don't use a macro for it | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN | Todd C. Miller |
2001-11-17 | fixes from mpech@prosoft.org.lv | Paul Janzen |
2001-09-19 | mdocify and clean up | Paul Janzen |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-03-09 | resize a buffer for long usernames; ianm@cit.uws.edu.au | Paul Janzen |
2001-02-17 | Use err() rather than errx() immediately after alloc failure. | Paul Janzen |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist |
2000-01-03 | extern rather than linker commons; jsm@netbsd.org | Paul Janzen |
1999-06-13 | Don't barf on ^D during initial questions | Paul Janzen |
1999-03-27 | Fix rev 1.4 | Paul Janzen |
1999-03-26 | fix sizeof/strlen typo and limit scanf length; from FreeBSD | Paul Janzen |
1999-01-18 | Only use __attribute__ if __GNUC__ is defined | Paul Janzen |
1999-01-18 | Whoops, this should be in there too | Paul Janzen |
1999-01-18 | NetBSD merge with additional fixes from jsm28@cam.ac.uk. This game still | Paul Janzen |
1998-11-29 | Don't capitalize game names at the beginning of sentences. | Paul Janzen |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller |
1998-03-31 | Quick fix to shut up the compiler and not to printf() while in curses. | Paul Janzen |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-08-05 | pull errno.h in | Theo de Raadt |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt |
1997-07-31 | initscr failure returns NULL | Theo de Raadt |
1997-07-23 | tabify | kstailey |
1997-01-30 | buf oflow, felix@mamba.pond.sub.org | Theo de Raadt |
1997-01-17 | nuke rindex decl | Todd C. Miller |
1997-01-17 | r?index -> strr?chr | Todd C. Miller |
1996-12-10 | "the the" purge | Theo de Raadt |
1996-06-02 | Always use -ltermlib when linking with -lcurses | Thorsten Lockert |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |