| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deorbit complete. We dont build these anymore, so into the attic they go. | Mark Murray | 2002-10-21 | 90 | -20838/+0 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 9 | -24/+42 |
| * | Drop support for COPY, -c has been the default mode of install(1) | Ruslan Ermilov | 2002-07-29 | 1 | -2/+2 |
| * | s/${INSTALL} -c/${INSTALL} ${COPY}/ | Ruslan Ermilov | 2002-07-18 | 1 | -2/+2 |
| * | Comment out extra tokens after #else and #endif. | Dag-Erling Smørgrav | 2002-05-23 | 39 | -154/+161 |
| * | End of comment was missing at FreeBSD Id line. Switch to FBSDID. | Philippe Charnier | 2002-04-12 | 1 | -1/+4 |
| * | Install files via FILES. | Ruslan Ermilov | 2001-12-17 | 1 | -5/+4 |
| * | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | Dima Dorfman | 2001-07-09 | 1 | -2/+1 |
| * | Remove #if 0'd code. It turned up on my MAXPATHLEN + 1 sweep. | Warner Losh | 2001-06-05 | 1 | -35/+0 |
| * | - Backout botched attempt to intoduce MANSECT feature. | Ruslan Ermilov | 2001-03-26 | 1 | -0/+1 |
| * | Set the default manual section for games/ to 6. | Ruslan Ermilov | 2001-03-20 | 1 | -1/+0 |
| * | Format string auditing | Kris Kennaway | 2000-11-26 | 1 | -1/+1 |
| * | Don't call printf with no format string. | Kris Kennaway | 2000-07-10 | 1 | -1/+1 |
| * | 1. Don't overwrite scorefiles if they already exist. | Bill Fumerola | 1999-12-10 | 1 | -2/+5 |
| * | copyright/sccsid/rcsid cleanup. | Bill Fumerola | 1999-11-30 | 1 | -2/+4 |
| * | Add type int to those variables without a type. This is caused by the | Marcel Moolenaar | 1999-11-16 | 36 | -135/+135 |
| * | Sync our register usage with NetBSD's (non-)usage. | Bill Fumerola | 1999-11-16 | 53 | -940/+940 |
| * | Add $FreeBSD$ | Bill Fumerola | 1999-11-16 | 53 | -0/+55 |
| * | Move the #include directive up one line and out of the function body. | Marcel Moolenaar | 1999-09-12 | 1 | -1/+2 |
| * | Avoid ambigious if() if() else(). | Bill Fumerola | 1999-09-07 | 2 | -2/+4 |
| * | Attempt to fix world breakage for the NOSHARED=yes case. delay_output() | Bruce Evans | 1999-09-04 | 2 | -4/+4 |
| * | The ospeed hackery was disabled a while ago, finish the job. | Peter Wemm | 1999-08-30 | 2 | -4/+4 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 1 | -1/+1 |
| * | Create score files root:games rather than bin:{games,bin}. | David E. O'Brien | 1999-06-23 | 1 | -4/+4 |
| * | Fixed CLEANFILES. | Bruce Evans | 1998-12-27 | 1 | -1/+1 |
| * | Build the makedefs program static to avoid trying to use the shared | John Birrell | 1998-08-15 | 1 | -1/+1 |
| * | o Fix Y2K buffer overflow. | Warner Losh | 1998-07-26 | 1 | -4/+2 |
| * | Added a `build-tools' target for internal tools. | Bruce Evans | 1998-07-07 | 1 | -5/+7 |
| * | Add #include string.h to get prototypes. | John Birrell | 1998-05-09 | 1 | -0/+1 |
| * | Remove #define NULL because stdio.h does that. | John Birrell | 1998-05-09 | 1 | -1/+0 |
| * | Add #include string.h to get prototypes. | John Birrell | 1998-05-09 | 1 | -0/+1 |
| * | Use Id instead of Header. | Philippe Charnier | 1998-04-01 | 1 | -1/+1 |
| * | Don't use the FreeBSD misfeature DPSRCS or give explicit dependencies | Bruce Evans | 1998-03-06 | 1 | -4/+2 |
| * | Use include for malloc declaration | Andrey A. Chernov | 1997-09-24 | 1 | -3/+2 |
| * | Oops, to many zeroes was in usleep arg | Andrey A. Chernov | 1997-09-24 | 1 | -1/+1 |
| * | Remove setuid, uneeded now | Andrey A. Chernov | 1997-09-24 | 2 | -2/+0 |
| * | Make hack non-setuid back, it is possible because hackdir hierarchy | Andrey A. Chernov | 1997-09-24 | 1 | -7/+1 |
| * | Includes cleanup | Andrey A. Chernov | 1997-09-24 | 6 | -18/+27 |
| * | Use SUIDGAME hook now | Andrey A. Chernov | 1997-09-24 | 1 | -4/+2 |
| * | Since hack suid now, add -fschg to install flags to prevent this | Andrey A. Chernov | 1997-09-24 | 1 | -0/+1 |
| * | Make hack suid "games" (additionly to sgid "games" as run), | Andrey A. Chernov | 1997-09-24 | 3 | -4/+16 |
| * | Simplify revoke | Andrey A. Chernov | 1997-09-24 | 2 | -2/+0 |
| * | Use srandomdev | Andrey A. Chernov | 1997-09-24 | 3 | -10/+8 |
| * | Do not install 3 files writeable by all (666), change it to 664 | Andrey A. Chernov | 1997-09-24 | 1 | -3/+3 |
| * | Change games from setuid games to setgid games. | Eivind Eklund | 1997-09-01 | 2 | -4/+7 |
| * | 444 -> ${NOBINMODE} | Wolfram Schneider | 1997-02-09 | 1 | -2/+3 |
| * | Install the rumors file. | Jordan K. Hubbard | 1996-10-19 | 1 | -0/+2 |
| * | The Makefile assumed that builder had '.' in it's path, which is a | Nate Williams | 1996-05-15 | 2 | -229/+6 |
| * | Add missing entries to speedtable | Andrey A. Chernov | 1995-08-04 | 1 | -1/+1 |
| * | Change `install' to `${INSTALL}' so that default install flags can be | Bruce Evans | 1995-07-25 | 1 | -3/+3 |