2007-12-15 |
perry | convert __attribute__s to applicable cdefs.h macros |
tree | commitdiff |
2006-11-24 |
wiz | s/exceded/exceeded/, from Zafer. |
tree | commitdiff |
2006-10-07 |
elad | Input validation, from David A. Holland on #NetBSD... |
tree | commitdiff |
2006-06-07 |
jnemeth | Increase username length to match modern systems, and... |
tree | commitdiff |
2006-06-07 |
jnemeth | Actually accept "?" argument as documented in the manpage. |
tree | commitdiff |
2006-06-07 |
jnemeth | Don't follow symlinks on systems that have O_NOFOLLOW. |
tree | commitdiff |
2006-06-07 |
jnemeth | prevent "stack" overflow |
tree | commitdiff |
2006-06-07 |
jnemeth | bracket else block |
tree | commitdiff |
2006-06-07 |
jnemeth | WARNS=4 |
tree | commitdiff |
2006-03-22 |
christos | Add missing parens. |
tree | commitdiff |
2006-03-22 |
christos | Simplify (Masao Uebayashi) |
tree | commitdiff |
2006-03-22 |
christos | Coverity CID 692: Another && that should be ||. Boy... |
tree | commitdiff |
2006-03-18 |
christos | Coverity CID 1786: Close file. |
tree | commitdiff |
2005-09-15 |
wiz | Use standard AUTHORS section header. From YOMURA Masano... |
tree | commitdiff |
2005-08-10 |
rpaulo | Added a missing '-' in score list output. |
tree | commitdiff |
2005-08-10 |
rpaulo | Pass lint(1). |
tree | commitdiff |
2005-08-10 |
rpaulo | Enable WARNS=3. |
tree | commitdiff |
2005-08-10 |
rpaulo | Fixed an output bug where a new-line was added due... |
tree | commitdiff |
2005-07-01 |
jmc | KNF and WARNS=3 fixes |
tree | commitdiff |
2005-02-15 |
jsm | Cast last argument of execl to (char *). |
tree | commitdiff |
2004-09-07 |
jrf | Replaced strncpy with strlcpy. Thanks to Peter Postma who |
tree | commitdiff |
2004-01-27 |
jsm | Remove uses of __P. |
tree | commitdiff |
2004-01-01 |
wiz | Bump date for previous. Remove superfluous .Pp. |
tree | commitdiff |
2004-01-01 |
jsm | Document that pressing return allows you to "fast forwa... |
tree | commitdiff |
2003-08-07 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence. |
tree | commitdiff |
2003-08-01 |
lukem | Rework how dependency generation is performed: |
tree | commitdiff |
2003-06-26 |
wiz | Use only one of -literal and -unfilled with Bd. |
tree | commitdiff |
2003-04-26 |
wiz | Grammar fixes, from jmc@openbsd. |
tree | commitdiff |
2003-02-25 |
wiz | .Nm does not need a dummy argument ("") before punctuat... |
tree | commitdiff |
2002-09-26 |
wiz | Lots of minor fixes resulting from reading these man... |
tree | commitdiff |
2002-09-26 |
wiz | Mdoc nits -- unneeded ". |
tree | commitdiff |
2002-09-26 |
wiz | New sentences begin on new lines. |
tree | commitdiff |
2002-02-08 |
ross | Generate <>& symbolically. I'm avoiding .../dist/.... |
tree | commitdiff |
2001-08-29 |
jsm | Include <time.h> for declarations the Single Unix Speci... |
tree | commitdiff |
2001-06-19 |
wiz | `existent', not `existant' |
tree | commitdiff |
2001-06-05 |
wiz | No argument for .Os. |
tree | commitdiff |
2001-04-02 |
wiz | Whitespace and/or punctuation fixes. |
tree | commitdiff |
2001-02-05 |
christos | fix redundant decls and nested externs |
tree | commitdiff |
2001-01-16 |
cgd | comment or delete text after CPP directives. |
tree | commitdiff |
2000-11-07 |
lukem | remove unnecessary command name after .Nm |
tree | commitdiff |
2000-11-07 |
lukem | use lowercase with .Nm to match actual command name |
tree | commitdiff |
2000-09-23 |
jhawk | Correct descriptions of "marked" vs. "ignored" -- they... |
tree | commitdiff |
2000-05-08 |
mycroft | Use setgid(), not setregid(). |
tree | commitdiff |
1999-09-30 |
jsm | Fix uses of namespaces reserved by ISO C or POSIX.1. |
tree | commitdiff |
1999-09-10 |
jsm | Compare getchar() against EOF, not -1. |
tree | commitdiff |
1999-07-28 |
hubertf | In atc(6), the function getAChar() has BSD and SYSV... |
tree | commitdiff |
1999-07-26 |
hubertf | Remove empty functin check_adir() and references to it. |
tree | commitdiff |
1999-07-25 |
hubertf | This patch marks unused parameters in atc(6) as such. |
tree | commitdiff |
1999-07-24 |
hubertf | This patch makes atc(6) check for memory allocation... |
tree | commitdiff |
1999-07-24 |
mjl | Use getopt instead of home grown command line parsing. |
tree | commitdiff |
1999-07-21 |
hubertf | When atc(6) parses its game definition files, the check... |
tree | commitdiff |
1999-07-17 |
hubertf | The patch below improves the security of the game atc... |
tree | commitdiff |
1999-07-17 |
hubertf | Add two .Els that nroff was complaining to miss. |
tree | commitdiff |
1999-06-27 |
sommerfeld | man page rewritten into -mandoc by dholland@eecs.harvar... |
tree | commitdiff |
1999-02-13 |
lukem | convert from NOxxx= to MKxxx=no. |
tree | commitdiff |
1998-11-10 |
hubertf | constify, per PR 6150 by Joseph Myers <jsm28@cam.ac.uk> |
tree | commitdiff |
1998-09-29 |
lukem | don't install in /usr/share if NOSHARE is defined |
tree | commitdiff |
1998-09-13 |
hubertf | mark non-returning functions (PR#6144 by Joseph Myers... |
tree | commitdiff |
1998-09-13 |
hubertf | remove unused files (PR#6083 by Joseph Myers <jsm28... |
tree | commitdiff |
1998-09-13 |
hubertf | Replace special handling of \r by using ICRNL (PR#6078... |
tree | commitdiff |
1998-09-11 |
hubertf | better define PI, plus improve prototype (PR#5867) |
tree | commitdiff |
1998-07-28 |
briggs | An airplane on a heading of 315, given instruction... |
tree | commitdiff |
1998-07-28 |
briggs | An airplane on a heading of 270, given instruction... |
tree | commitdiff |
1998-07-24 |
briggs | A collision is adjacency in all, not any of, three... |
tree | commitdiff |
1998-07-24 |
hubertf | Log hostname, not OS - PR 5831 by Joseph Myers <jsm28... |
tree | commitdiff |
1998-05-13 |
tv | y.tab.h is now called grammar.h (and there's an implied... |
tree | commitdiff |
1998-04-09 |
tv | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file... |
tree | commitdiff |
1998-03-29 |
mrg | - don't use char as an array index |
tree | commitdiff |
1998-02-18 |
jtc | Simply include -lcurses instead of -lcurses -ltermcap |
tree | commitdiff |
1997-11-29 |
veego | We need a FILESMODE=440 for dm which is now setgid... |
tree | commitdiff |
1997-11-20 |
mrg | install games that need it setgid. |
tree | commitdiff |
1997-10-22 |
lukem | use CPPFLAGS instead of CFLAGS, fix dependancies for... |
tree | commitdiff |
1997-10-11 |
lukem | use warn instead of perror/fprintf/... |
tree | commitdiff |
1997-10-10 |
lukem | XXX: work around lex(1) vs termios lameness |
tree | commitdiff |
1997-10-10 |
lukem | WARNSify |
tree | commitdiff |
1997-03-24 |
christos | - Makefile cleanups |
tree | commitdiff |
1997-01-13 |
tls | bfunctions -> memfunctions |
tree | commitdiff |
1996-10-18 |
thorpej | Use ${INSTALL}. |
tree | commitdiff |
1995-04-27 |
mycroft | Use POSIX signal and tty semantics. |
tree | commitdiff |
1995-04-24 |
cgd | Various changes to make games compile w/o warnings... |
tree | commitdiff |
1995-03-21 |
cgd | clean up import |
tree | commitdiff |
1994-12-25 |
pk | MAN6 => MAN. |
tree | commitdiff |
1994-12-23 |
phil | adding 10 more games collected from ???? and some... |
tree | commitdiff |
1994-12-22 |
cgd | specify man pages the new way. |
tree | commitdiff |
1993-12-02 |
jtc | All programs that use lex must link with -ll. |
tree | commitdiff |
1993-08-01 |
mycroft | Add RCS identifiers. |
tree | commitdiff |
1993-08-01 |
mycroft | Add RCS indentifiers. |
tree | commitdiff |
1993-08-01 |
mycroft | Add RCS identifiers. |
tree | commitdiff |
1993-04-09 |
cgd | make sure directory to install stuff exists before... |
tree | commitdiff |
1993-03-23 |
cgd | got rid of unnecessary -lcompat and associated dependency |
tree | commitdiff |
1993-03-21 |
cgd | initial import of 386bsd-0.1 sources |
tree | commitdiff |
|