| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Correct wargames quote, and while we are here be a little more selective | abs | 1999-11-16 | 1 | -2/+5 | |
| | | | | when checking if a game is valid (eg: '../../bin/csh') | |||||
| * | Do not match non-literals (REs). | hubertf | 1999-11-15 | 1 | -3/+3 | |
| | | | | | A slightly different patch was submitted in PR 8388 by Antti Kantee <pooka@iki.fi> | |||||
| * | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner | 1999-11-09 | 2 | -8/+8 | |
| | | | | | fix the incorrect err(1, "%s", "") et al. Closes PR bin/7592 by cgd. | |||||
| * | fix handling of '-t' flag, and pause for a little bit after drawing happysnake | cgd | 1999-10-26 | 1 | -2/+5 | |
| | | ||||||
| * | correct description of representation of snake | cgd | 1999-10-26 | 1 | -2/+2 | |
| | | ||||||
| * | support arrow keys. | cgd | 1999-10-26 | 2 | -16/+43 | |
| | | ||||||
| * | update after change to return value of tputs() third argument | lukem | 1999-10-04 | 9 | -25/+27 | |
| | | ||||||
| * | Fix error in last namespace change (only relevant #ifdef DEBUG). | jsm | 1999-10-01 | 1 | -3/+3 | |
| | | ||||||
| * | Add more files to FILES section of cribbage.6. | jsm | 1999-10-01 | 1 | -2/+4 | |
| | | ||||||
| * | Fix uses of namespaces reserved by ISO C or POSIX.1. | jsm | 1999-09-30 | 18 | -71/+94 | |
| | | ||||||
| * | Use macro NAMLEN rather than dirent->d_namlen, for easier portability. | jsm | 1999-09-22 | 1 | -4/+8 | |
| | | ||||||
| * | Use the function usage(). | jsm | 1999-09-22 | 1 | -4/+3 | |
| | | ||||||
| * | Don't include terminal . in argument of err(). | jsm | 1999-09-22 | 1 | -3/+3 | |
| | | ||||||
| * | Don't include <nlist.h>. | jsm | 1999-09-22 | 1 | -3/+2 | |
| | | ||||||
| * | Remove generated file "limerick-o" in "clean" target. | tron | 1999-09-21 | 1 | -2/+2 | |
| | | ||||||
| * | Cleanup and warning fixes for phantasia/setup.c. | jsm | 1999-09-19 | 1 | -4/+17 | |
| | | ||||||
| * | Allow dm to ban games playing 11pm-midnight. | jsm | 1999-09-19 | 1 | -7/+11 | |
| | | | | From OpenBSD. | |||||
| * | Define variables as BOOLEAN, not bool, where the extern declarations | jsm | 1999-09-19 | 1 | -6/+6 | |
| | | | | already use BOOLEAN. | |||||
| * | Further warning fix for mkdict. | jsm | 1999-09-19 | 1 | -6/+4 | |
| | | ||||||
| * | Add alternative style for commands at end of game (#ifdef NEW_STYLE). | jsm | 1999-09-19 | 1 | -2/+21 | |
| | | ||||||
| * | Warning cleanup for boggle's mkdict and mkindex. | jsm | 1999-09-18 | 2 | -11/+15 | |
| | | ||||||
| * | Fix -Wsign-compare warnings. | jsm | 1999-09-18 | 17 | -56/+58 | |
| | | ||||||
| * | Use strncpy() rather than strcpy() with fixed size buffer. | jsm | 1999-09-18 | 1 | -3/+3 | |
| | | ||||||
| * | Add missing initialisers. | jsm | 1999-09-18 | 2 | -6/+6 | |
| | | ||||||
| * | Add FALLTHROUGH comment. | jsm | 1999-09-18 | 1 | -2/+3 | |
| | | ||||||
| * | Give sensible error message in a shouldn't happen case. | jsm | 1999-09-18 | 1 | -3/+3 | |
| | | ||||||
| * | Make word list for hangman selectable at run time. | jsm | 1999-09-17 | 5 | -12/+40 | |
| | | ||||||
| * | Convert tetris to use <err.h> functions. | jsm | 1999-09-17 | 1 | -15/+8 | |
| | | ||||||
| * | Fix some uses of NULL as non-pointer and 0 for null pointer. | jsm | 1999-09-17 | 4 | -12/+13 | |
| | | ||||||
| * | Use `extern' for header variable declarations in trek(6). | jsm | 1999-09-17 | 2 | -26/+44 | |
| | | ||||||
| * | Change quiz `pres' data file to include vice-presidents, and fix some | jsm | 1999-09-14 | 2 | -43/+81 | |
| | | | | | | minor errors. From OpenBSD. | |||||
| * | Update pom to the third edition of Duffett-Smith's book, and clean it | jsm | 1999-09-14 | 2 | -57/+155 | |
| | | | | | | | | up somewhat. Change time specification format to similar to that used by date(1) - taking a command line argument in seconds since the Epoch is silly. Date parsing based on code from date(1). Based on work by Paul Janzen for OpenBSD. | |||||
| * | Declare variables in extern.h as extern, and add non-extern | jsm | 1999-09-14 | 2 | -42/+78 | |
| | | | | declarations to globals.c. | |||||
| * | Use time() instead of gettimeofday(). | jsm | 1999-09-14 | 2 | -10/+7 | |
| | | ||||||
| * | Convert snake to use curses, and generally clean it up somewhat. | jsm | 1999-09-14 | 5 | -1009/+213 | |
| | | | | Includes bugfixes from or inspired by OpenBSD. | |||||
| * | Make cribbage use the POSIX.2 pager behaviour. | jsm | 1999-09-13 | 1 | -15/+27 | |
| | | ||||||
| * | Fix buffer overrun in rogue. | jsm | 1999-09-13 | 1 | -6/+14 | |
| | | ||||||
| * | Fix uses of names of library functions for other purposes. | jsm | 1999-09-13 | 5 | -18/+18 | |
| | | ||||||
| * | A couple more checks for file descriptor < 3 missed earlier. | jsm | 1999-09-13 | 2 | -3/+7 | |
| | | ||||||
| * | Remove rogue's old and bit-rotten cut-down version of curses. | jsm | 1999-09-13 | 4 | -835/+8 | |
| | | ||||||
| * | Split limericks into "normal" and "offensive" ones. | hwr | 1999-09-12 | 4 | -71/+53 | |
| | | | | Fixes PR 6202 by Matthias Grutzeck <grut@teco.edu>. | |||||
| * | These fortunes conatain offensive language. | hwr | 1999-09-12 | 2 | -0/+387 | |
| | | | | | These were originally unamerican.{fake,real} Part of the work on PR 6202. | |||||
| * | Moved to unamerican.real-o | hwr | 1999-09-12 | 1 | -385/+0 | |
| | | ||||||
| * | Moved to unamerican.fake-o | hwr | 1999-09-12 | 1 | -2/+0 | |
| | | ||||||
| * | Security improvements for games (largely from or inspired by OpenBSD). | jsm | 1999-09-12 | 26 | -75/+216 | |
| | | | | | | | | | | | | | | | | Games which run setgid from dm, but don't need to, should drop their privileges at startup. Games which have a scorefile should open it at startup, then drop all privileges leaving just the open writable file descriptor. If the game can invoke subprocesses, this should be made close-on-exec. Games with scorefiles should make sure they do not get a file descriptor < 3. (Otherwise, they could get confused and corrupt the scorefile when using stdin, stdout or stderr.) Some old setuid revokes from the days of setuid games change into gid revokes. | |||||
| * | Use STD*_FILENO. | kleink | 1999-09-10 | 1 | -4/+4 | |
| | | ||||||
| * | Check for write errors in auxiliary programs used during build of games. | jsm | 1999-09-10 | 4 | -12/+24 | |
| | | ||||||
| * | Compare getchar() against EOF, not -1. | jsm | 1999-09-10 | 1 | -3/+3 | |
| | | ||||||
| * | Fix glitch in const changes (bin/8365 from John.P.Darrow@wheaton.edu). | jsm | 1999-09-10 | 1 | -2/+2 | |
| | | ||||||
| * | Include <time.h> in various places in the games where time() or time_t | jsm | 1999-09-09 | 9 | -18/+29 | |
| | | | | are used. | |||||
