aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Expand)AuthorAgeFilesLines
* Fix srandom arg type accodring to Lite2Andrey A. Chernov1997-03-111-1/+1
* Fix srandom arg type according to Lite2Andrey A. Chernov1997-03-111-1/+1
* Make /dev/urandom fd static, or it pick up random descriptorAndrey A. Chernov1997-03-081-1/+1
* Back out MAXLOGNAME fix, Bruce points that copyinstr require NULAndrey A. Chernov1997-03-031-1/+1
* Add +1 to NUL terminate after MAXLOGNAMEAndrey A. Chernov1997-03-021-1/+1
* Actually remove sys/time.h hack; fix typo.Eivind Eklund1997-02-262-9/+1
* Allow fortune to use /dev/urandom if available to obtain its randomMike Pritchard1997-02-231-6/+37
* Fix sizeof/strlen typo and limit scanf length.Eivind Eklund1997-02-231-2/+2
* Add setuid() before running the pager - from the code audit.Eivind Eklund1997-02-231-0/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-227-7/+7
* #include <string.h> to help silence -Wall.Mike Pritchard1997-02-201-0/+1
* Remove buffer overflow and tempfile race, remove <sys/time.h> hack (andEivind Eklund1997-02-2014-87/+122
* List -h option also in the SYNOPSIS line.Masafumi Max NAKANE1997-02-151-1/+1
* Added an option `-h' which gives you usage info.Masafumi Max NAKANE1997-02-152-10/+18
* Make the description of command-line args match the reality.Masafumi Max NAKANE1997-02-111-21/+15
* Buffer overflow from OpenBSDWarner Losh1997-02-091-10/+10
* 444 -> ${NOBINMODE}Wolfram Schneider1997-02-0910-18/+19
* $* -> "$@"Wolfram Schneider1997-02-091-1/+1
* The fact that people can't put the proper source on KierkegaardsPoul-Henning Kamp1997-02-032-3/+4
* Instead of swapping ruid and euid before and after touching user's file,Masafumi Max NAKANE1997-02-013-4/+12
* Include string.h for prototype of strdup().Masafumi Max NAKANE1997-02-012-0/+2
* Style police:Masafumi Max NAKANE1997-01-313-11/+11
* Better handling of command-line argument:Masafumi Max NAKANE1997-01-305-45/+48
* Oops, setreuid() also needed before and after opening/closing the recover fileMasafumi Max NAKANE1997-01-301-0/+2
* Do getreuid(geteuid(), getuid()) before opening file to save the game andMasafumi Max NAKANE1997-01-301-0/+2
* Correct some grammar. Closes PR# 2520.Mike Pritchard1997-01-261-2/+2
* Fix typo in instruction message.Masafumi Max NAKANE1997-01-231-2/+2
* When calling recover() from getarg(), also check to see if the firstMasafumi Max NAKANE1997-01-231-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-147-7/+7
* Fix some typos and remove a couple of duplicateMike Pritchard1997-01-082-24/+2
* Use ${COPY} instead of -c for installing non-source files.Bruce Evans1997-01-011-8/+8
* comma police for section SEE ALSOWolfram Schneider1996-12-221-1/+2
* Correct the location of the trek documentation in theMike Pritchard1996-12-141-1/+1
* Fixed extra columns in output for input lines with leading spaces.Bruce Evans1996-12-131-1/+3
* Made `setup' depend on libraries.Bruce Evans1996-12-131-1/+1
* Fixed missing declaration of malloc().Bruce Evans1996-12-131-1/+2
* Hack around misuse of reserved names `clock' and and `time' in a differentBruce Evans1996-12-131-4/+6
* Remove bogus declaration of malloc(). Closes PR#2197Jordan K. Hubbard1996-12-131-1/+0
* Fix minor typo/grammatical errorGary Palmer1996-11-221-1/+1
* If not on a tty, don't do "--more--" processing. Someday, I will getJordan K. Hubbard1996-11-071-0/+2
* Uncomment static from collate_range_cmp, no more in locale.hAndrey A. Chernov1996-10-311-1/+1
* Replace collate_range_cmp call with its codeAndrey A. Chernov1996-10-311-0/+17
* Install the rumors file.Jordan K. Hubbard1996-10-191-0/+2
* Set the effective user id to that of the real user id whenAlexander Langer1996-10-151-0/+13
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-052-2/+5
* Eliminated includes of the "temporary" backwards compatibility headerBruce Evans1996-09-241-6/+2
* Fixed annoying non-null output for `make depend'. SRCS should onlyBruce Evans1996-09-221-4/+4
* Fixed DPADD.Bruce Evans1996-09-052-2/+2
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-121-32/+3
* Pick collate info tooAndrey A. Chernov1996-08-121-1/+1