| Commit message (Expand) | Author | Age | Files | Lines |
| * | minor fortune fixes: | John-Mark Gurney | 1997-08-23 | 2 | -6/+6 |
| * | A ':' in the data file was always interpreted as a category divider, | Jonathan Lemon | 1997-08-18 | 2 | -1/+2 |
| * | Merge Lite2 changes. | Steve Price | 1997-08-11 | 1 | -2/+2 |
| * | Show the real revision date and not the date that this | Steve Price | 1997-06-23 | 1 | -1/+1 |
| * | Typo fix. | Masafumi Max NAKANE | 1997-06-14 | 1 | -1/+1 |
| * | Remove srandomdev fallback code | Andrey A. Chernov | 1997-06-14 | 2 | -4/+2 |
| * | This file was somewhat out of date :-) | Poul-Henning Kamp | 1997-06-07 | 1 | -3/+2 |
| * | Remove some duplicated and incomplete entries | Andrey A. Chernov | 1997-06-05 | 2 | -27/+1 |
| * | a bunch of formatting (\t -> \t\t) changes... so I was board one night.. :) | John-Mark Gurney | 1997-05-23 | 3 | -139/+139 |
| * | Remove explicit rule for setup. This effectively deletes revisions 1.2 | Satoshi Asami | 1997-05-13 | 1 | -3/+0 |
| * | Add ${CFLAGS} and ${LDFLAGS} to the setup command line. | Satoshi Asami | 1997-05-13 | 1 | -1/+1 |
| * | Use srandomdev() now | Andrey A. Chernov | 1997-03-30 | 1 | -4/+5 |
| * | Use srandomdev() to initialize generator | Andrey A. Chernov | 1997-03-24 | 1 | -38/+8 |
| * | Typo police. | Mike Pritchard | 1997-03-24 | 1 | -1/+1 |
| * | Merge from Lite2 so that it compiles | Peter Wemm | 1997-03-12 | 2 | -3/+8 |
| * | Man page is .6, not .0 - crept in from Lite2 | Peter Wemm | 1997-03-12 | 2 | -2/+2 |
| * | factor.6, not factor.0 (crept in from 4.4Lite2) | Peter Wemm | 1997-03-12 | 1 | -1/+1 |
| * | Merge from Lite2 (oops, nearly forgot these ones) | Peter Wemm | 1997-03-11 | 4 | -7/+13 |
| * | Import some CSRG 4.4BSD-Lite2 games | Peter Wemm | 1997-03-11 | 4 | -4/+5 |
| * | Fix srandom arg type accodring to Lite2 | Andrey A. Chernov | 1997-03-11 | 1 | -1/+1 |
| * | Fix srandom arg type according to Lite2 | Andrey A. Chernov | 1997-03-11 | 1 | -1/+1 |
| * | Make /dev/urandom fd static, or it pick up random descriptor | Andrey A. Chernov | 1997-03-08 | 1 | -1/+1 |
| * | Back out MAXLOGNAME fix, Bruce points that copyinstr require NUL | Andrey A. Chernov | 1997-03-03 | 1 | -1/+1 |
| * | Add +1 to NUL terminate after MAXLOGNAME | Andrey A. Chernov | 1997-03-02 | 1 | -1/+1 |
| * | Actually remove sys/time.h hack; fix typo. | Eivind Eklund | 1997-02-26 | 2 | -9/+1 |
| * | Allow fortune to use /dev/urandom if available to obtain its random | Mike Pritchard | 1997-02-23 | 1 | -6/+37 |
| * | Fix sizeof/strlen typo and limit scanf length. | Eivind Eklund | 1997-02-23 | 1 | -2/+2 |
| * | Add setuid() before running the pager - from the code audit. | Eivind Eklund | 1997-02-23 | 1 | -0/+4 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 7 | -7/+7 |
| * | #include <string.h> to help silence -Wall. | Mike Pritchard | 1997-02-20 | 1 | -0/+1 |
| * | Remove buffer overflow and tempfile race, remove <sys/time.h> hack (and | Eivind Eklund | 1997-02-20 | 14 | -87/+122 |
| * | List -h option also in the SYNOPSIS line. | Masafumi Max NAKANE | 1997-02-15 | 1 | -1/+1 |
| * | Added an option `-h' which gives you usage info. | Masafumi Max NAKANE | 1997-02-15 | 2 | -10/+18 |
| * | Make the description of command-line args match the reality. | Masafumi Max NAKANE | 1997-02-11 | 1 | -21/+15 |
| * | Buffer overflow from OpenBSD | Warner Losh | 1997-02-09 | 1 | -10/+10 |
| * | 444 -> ${NOBINMODE} | Wolfram Schneider | 1997-02-09 | 10 | -18/+19 |
| * | $* -> "$@" | Wolfram Schneider | 1997-02-09 | 1 | -1/+1 |
| * | The fact that people can't put the proper source on Kierkegaards | Poul-Henning Kamp | 1997-02-03 | 2 | -3/+4 |
| * | Instead of swapping ruid and euid before and after touching user's file, | Masafumi Max NAKANE | 1997-02-01 | 3 | -4/+12 |
| * | Include string.h for prototype of strdup(). | Masafumi Max NAKANE | 1997-02-01 | 2 | -0/+2 |
| * | Style police: | Masafumi Max NAKANE | 1997-01-31 | 3 | -11/+11 |
| * | Better handling of command-line argument: | Masafumi Max NAKANE | 1997-01-30 | 5 | -45/+48 |
| * | Oops, setreuid() also needed before and after opening/closing the recover file | Masafumi Max NAKANE | 1997-01-30 | 1 | -0/+2 |
| * | Do getreuid(geteuid(), getuid()) before opening file to save the game and | Masafumi Max NAKANE | 1997-01-30 | 1 | -0/+2 |
| * | Correct some grammar. Closes PR# 2520. | Mike Pritchard | 1997-01-26 | 1 | -2/+2 |
| * | Fix typo in instruction message. | Masafumi Max NAKANE | 1997-01-23 | 1 | -2/+2 |
| * | When calling recover() from getarg(), also check to see if the first | Masafumi Max NAKANE | 1997-01-23 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 7 | -7/+7 |
| * | Fix some typos and remove a couple of duplicate | Mike Pritchard | 1997-01-08 | 2 | -24/+2 |
| * | Use ${COPY} instead of -c for installing non-source files. | Bruce Evans | 1997-01-01 | 1 | -8/+8 |