Age | Commit message (Expand) | Author |
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 |
2002-01-04 | Don't longjmp(..., 0) | Artur Grabowski |
2001-11-19 | mark signal race, fix half of it | Theo de Raadt |
2001-11-18 | move racey shit out of signal handler | Theo de Raadt |
2001-11-17 | move gunk out of signal handlers, now safe | Theo de Raadt |
2001-11-17 | Always update the piles before checking score. | Paul Janzen |
2001-11-17 | fixes based on ones suggested by mpech@prosoft.org.lv | Paul Janzen |
2001-11-17 | fixes from mpech@prosoft.org.lv | Paul Janzen |
2001-11-17 | section consistency: AUTHOR -> AUTHORS, even if only one listed; | Paul Janzen |
2001-10-24 | typo; ericyu@mail2000.com.tw | Theo de Raadt |
2001-09-27 | missing header | Theo de Raadt |
2001-09-20 | duplicate removal; Seth King <sethking@yahoo.com> | Paul Janzen |
2001-09-19 | isplayer -> is_player gets out of <ctype.h> namespace; jsm28@cam.ac.uk | Paul Janzen |
2001-09-19 | mdocify and clean up | Paul Janzen |
2001-09-19 | occured->occurred; from NetBSD via Mike Pechkin <mpech@prosoft.org.lv>. | Paul Janzen |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-09-05 | use select() better | Theo de Raadt |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-09-03 | Tidying, some from NetBSD. | Paul Janzen |
2001-09-03 | Handle EOF on stdin. | Paul Janzen |
2001-09-03 | Fixes from NetBSD (jsm@), one reported by Malcolm Parsons | Paul Janzen |
2001-09-03 | better usage message. From jsm@netbsd.org's NetBSD changes. | Paul Janzen |
2001-08-23 | recieve -> receive | Aaron Campbell |
2001-08-19 | If primes(6) will generate 32-bit primes, factor should factor 64-bit numbers. | Paul Janzen |
2001-08-19 | -Wall fix, typo fix, and better includes | Paul Janzen |
2001-08-19 | Use u_int32_t rather than unsigned long, both for platform invariance and | Paul Janzen |
2001-08-19 | Clarify and stop lying | Paul Janzen |
2001-08-19 | remove extraneous newline from error output; accept trailing whitespace | Paul Janzen |
2001-08-19 | remove extraneous newline from error output; PR 2014 and patch from | Paul Janzen |
2001-08-18 | Formatting | Paul Janzen |
2001-08-17 | Better handling of out-of-range numbers. | Paul Janzen |
2001-08-17 | 'y' and 'Y' both mean yes. | Paul Janzen |
2001-08-12 | Whoops | Paul Janzen |
2001-08-12 | make get_input_line more general (only affects wizard mode) | Paul Janzen |
2001-08-12 | Nothing but comments after #endif; heko@ | Paul Janzen |
2001-08-11 | More was necessary. | Paul Janzen |
2001-08-10 | -m option for muggins | Paul Janzen |
2001-08-10 | Minor -Wall | Paul Janzen |
2001-08-10 | Remove local curses implementation which was never used. | Paul Janzen |
2001-08-09 | typos | Paul Janzen |
2001-08-09 | Corrections, amplifications, typo fixes, and duplicate removal, from or | Paul Janzen |
2001-08-08 | Pasto found by jhar2gthr@yahoo.com in FreeBSD | Paul Janzen |
2001-08-08 | FreeBSD PR 13278: killed by fire corrupts score file; from Mark W. Krentel | Paul Janzen |
2001-08-06 | Nothing but comments after #endif and #else; heko@iki.fi | Paul Janzen |