Age | Commit message (Expand) | Author |
2003-01-17 | Typos, two from Michael Knudsen <e at molioner.dk> | Camiel Dobbelaar |
2002-12-16 | support ppt decoding w/ lots of help from pjanzen@ | Michael Shalayeff |
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-11-10 | SEE ALSO reordering; pjanzen ok. | Federico G. Schwindt |
2002-10-23 | Remove redefinition of NULL; pjanzen@ OK | Todd C. Miller |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell |
2002-08-09 | Get rid of remaining __P usage (except for imported code); | Jason Peel |
2002-08-09 | Only target in the playing field when using mouse. | Paul Janzen |
2002-08-09 | Fix an error in the CPU random fire routine that could cause a segfault. | Paul Janzen |
2002-08-09 | Bug fix in random placement code from Erik Sigra. | Paul Janzen |
2002-07-30 | Replace the "blows chunks" algorithm with pubeval, a public domain algorithm | Paul Janzen |
2002-07-30 | ansi wump, plus a more accurate comment | Paul Janzen |
2002-07-30 | Kill buffer overflow. | Paul Janzen |
2002-07-28 | Tidy the code, follow the rules more closely (and document where we diverge), | Paul Janzen |
2002-07-26 | give it some healthy dosage of vitamin const | Michael Shalayeff |
2002-07-26 | put to the -Wall an unused variable | Michael Shalayeff |
2002-07-26 | The elusive original author of this program and man page surfaced long enough | Paul Janzen |
2002-07-26 | add classic mode, closer to the way tetris felt a couple decades ago; pjanzen... | Michael Shalayeff |
2002-07-26 | \a rather than embedded ^G | Paul Janzen |
2002-07-26 | Theo pointed out a vsnprintf() whose return value was being used | Paul Janzen |
2002-07-26 | A few better buffer sizes (from Ian McWilliam, long ago); functions local | Paul Janzen |
2002-07-26 | indent | Paul Janzen |
2002-07-26 | We're in curses, so use getch() rather than getchar(). | Paul Janzen |
2002-07-18 | - string handling patch from David Holland, minimally modified. Highlights | Paul Janzen |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-11 | no more err(3) newlines in games; ok pjanzen@ | Jason Peel |
2002-05-31 | de-auto | Paul Janzen |
2002-05-31 | crmode -> cbreak | Paul Janzen |
2002-05-31 | de-register | Paul Janzen |
2002-05-31 | No dm -> games with high score files etc. must explicitly be setgid games. | Paul Janzen |
2002-05-31 | No dm -> no need to revoke setegid. | Paul Janzen |
2002-05-24 | fix name, ok deraadt | Peter Stromberg |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/... | Theo de Raadt |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-05-06 | do not install a SIGSEGV handler | Todd C. Miller |
2002-04-20 | machine/limits.h is not userland. Use limits.h | Marc Espie |
2002-04-02 | sync with reality; Sam Smith <S@mSmith.net> | Paul Janzen |
2002-02-25 | fix buffer overflow in scanf; found by pjanzen | Peter Valchev |
2002-02-25 | handle EOF gracefully; ok pjanzen | Peter Valchev |
2002-02-24 | getchar fixes; ok pjanzen | Peter Valchev |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-18 | more signed char issues | Theo de Raadt |
2002-02-18 | someone should read compiler messages on the powerpc | Theo de Raadt |
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-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller |
2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN | Todd C. Miller |