| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove explicit rule for setup. This effectively deletes revisions 1.2 | asami | 1997-05-13 | 1 | -3/+0 |
* | Add ${CFLAGS} and ${LDFLAGS} to the setup command line. | asami | 1997-05-13 | 1 | -1/+1 |
* | Use srandomdev() now | ache | 1997-03-30 | 1 | -4/+5 |
* | Use srandomdev() to initialize generator | ache | 1997-03-24 | 1 | -38/+8 |
* | Typo police. | mpp | 1997-03-24 | 1 | -1/+1 |
* | Merge from Lite2 so that it compiles | peter | 1997-03-12 | 2 | -3/+8 |
* | Man page is .6, not .0 - crept in from Lite2 | peter | 1997-03-12 | 2 | -2/+2 |
* | factor.6, not factor.0 (crept in from 4.4Lite2) | peter | 1997-03-12 | 1 | -1/+1 |
* | Merge from Lite2 (oops, nearly forgot these ones) | peter | 1997-03-11 | 4 | -7/+13 |
* | This commit was generated by cvs2svn to compensate for changes in r23704, | peter | 1997-03-11 | 4 | -4/+5 |
|\ |
|
| * | Import some CSRG 4.4BSD-Lite2 games | peter | 1997-03-11 | 9 | -12/+19 |
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 99 | -5894/+0 |
* | | Fix srandom arg type accodring to Lite2 | ache | 1997-03-11 | 1 | -1/+1 |
* | | Fix srandom arg type according to Lite2 | ache | 1997-03-11 | 1 | -1/+1 |
* | | Make /dev/urandom fd static, or it pick up random descriptor | ache | 1997-03-08 | 1 | -1/+1 |
* | | Back out MAXLOGNAME fix, Bruce points that copyinstr require NUL | ache | 1997-03-03 | 1 | -1/+1 |
* | | Add +1 to NUL terminate after MAXLOGNAME | ache | 1997-03-02 | 1 | -1/+1 |
* | | Actually remove sys/time.h hack; fix typo. | eivind | 1997-02-26 | 2 | -9/+1 |
* | | Allow fortune to use /dev/urandom if available to obtain its random | mpp | 1997-02-23 | 1 | -6/+37 |
* | | Fix sizeof/strlen typo and limit scanf length. | eivind | 1997-02-23 | 1 | -2/+2 |
* | | Add setuid() before running the pager - from the code audit. | eivind | 1997-02-23 | 1 | -0/+4 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 7 | -7/+7 |
* | | #include <string.h> to help silence -Wall. | mpp | 1997-02-20 | 1 | -0/+1 |
* | | Remove buffer overflow and tempfile race, remove <sys/time.h> hack (and | eivind | 1997-02-20 | 14 | -87/+122 |
* | | List -h option also in the SYNOPSIS line. | max | 1997-02-15 | 1 | -1/+1 |
* | | Added an option `-h' which gives you usage info. | max | 1997-02-15 | 2 | -10/+18 |
* | | Make the description of command-line args match the reality. | max | 1997-02-11 | 1 | -21/+15 |
* | | Buffer overflow from OpenBSD | imp | 1997-02-09 | 1 | -10/+10 |
* | | 444 -> ${NOBINMODE} | wosch | 1997-02-09 | 10 | -18/+19 |
* | | $* -> "$@" | wosch | 1997-02-09 | 1 | -1/+1 |
* | | The fact that people can't put the proper source on Kierkegaards | phk | 1997-02-03 | 2 | -3/+4 |
* | | Instead of swapping ruid and euid before and after touching user's file, | max | 1997-02-01 | 3 | -4/+12 |
* | | Include string.h for prototype of strdup(). | max | 1997-02-01 | 2 | -0/+2 |
* | | Style police: | max | 1997-01-31 | 3 | -11/+11 |
* | | Better handling of command-line argument: | max | 1997-01-30 | 5 | -45/+48 |
* | | Oops, setreuid() also needed before and after opening/closing the recover file | max | 1997-01-30 | 1 | -0/+2 |
* | | Do getreuid(geteuid(), getuid()) before opening file to save the game and | max | 1997-01-30 | 1 | -0/+2 |
* | | Correct some grammar. Closes PR# 2520. | mpp | 1997-01-26 | 1 | -2/+2 |
* | | Fix typo in instruction message. | max | 1997-01-23 | 1 | -2/+2 |
* | | When calling recover() from getarg(), also check to see if the first | max | 1997-01-23 | 1 | -1/+1 |
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 7 | -7/+7 |
* | | Fix some typos and remove a couple of duplicate | mpp | 1997-01-08 | 2 | -24/+2 |
* | | Use ${COPY} instead of -c for installing non-source files. | bde | 1997-01-01 | 1 | -8/+8 |
* | | comma police for section SEE ALSO | wosch | 1996-12-22 | 1 | -1/+2 |
* | | Correct the location of the trek documentation in the | mpp | 1996-12-14 | 1 | -1/+1 |
* | | Fixed extra columns in output for input lines with leading spaces. | bde | 1996-12-13 | 1 | -1/+3 |
* | | Made `setup' depend on libraries. | bde | 1996-12-13 | 1 | -1/+1 |
* | | Fixed missing declaration of malloc(). | bde | 1996-12-13 | 1 | -1/+2 |
* | | Hack around misuse of reserved names `clock' and and `time' in a different | bde | 1996-12-13 | 1 | -4/+6 |
* | | Remove bogus declaration of malloc(). Closes PR#2197 | jkh | 1996-12-13 | 1 | -1/+0 |