Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct typo. | grog | 2001-02-15 | 1 | -1/+2 |
| | | | | | | | | Submitted by: "James and Amanda" <jhar2gthr@yahoo.com> (well, ~James, anyway). Of necessity add $FreeBSD$. Required by: Precommit checks. | ||||
* | mdoc(7) police: fixed a few bogons. | ru | 2001-01-25 | 1 | -12/+12 |
| | |||||
* | man(7) -> mdoc(7) | phantom | 2001-01-25 | 1 | -62/+63 |
| | |||||
* | Remove never used home-born implementation of curses library from source | phantom | 2001-01-25 | 4 | -846/+5 |
| | | | | tree. | ||||
* | Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby | wollman | 2000-10-10 | 1 | -0/+2 |
| | | | | <time.h>). | ||||
* | Remove unneded -ltermcap or -lmytinfo | ache | 2000-09-16 | 1 | -2/+2 |
| | |||||
* | Fixed bitrot in DPADD. | bde | 2000-07-19 | 1 | -1/+1 |
| | |||||
* | Don't call printf with no format string. | kris | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | -lcompat doesn't seem to be needed anymore. | roberto | 2000-07-03 | 1 | -1/+1 |
| | | | | MFC candidate (compile fine on 5.0 and 4.0-STABLE). | ||||
* | 1. Don't overwrite scorefiles if they already exist. | billf | 1999-12-10 | 1 | -0/+3 |
| | | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around. | ||||
* | copyright/sccsid/rcsid cleanup. | billf | 1999-11-30 | 23 | -23/+93 |
| | |||||
* | Fix breakage in previous commit. | marcel | 1999-11-16 | 7 | -19/+19 |
| | |||||
* | Sync our register usage with NetBSD's (non-)usage. | billf | 1999-11-16 | 11 | -50/+50 |
| | |||||
* | Add $FreeBSD$ | billf | 1999-11-16 | 11 | -0/+22 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Merge a bunch of cleanups from NetBSD. | steve | 1999-04-19 | 20 | -94/+118 |
| | | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs | ||||
* | Fixed printf format errors. | bde | 1998-06-30 | 1 | -1/+1 |
| | |||||
* | Change long variables to time_t if they are passed to time() or localtime() | jb | 1998-05-09 | 1 | -3/+3 |
| | | | | be reference. | ||||
* | Fix longstanding bug: it was impossible to save to the same file twice | ache | 1997-09-24 | 1 | -2/+5 |
| | | | | since it was deleted on exit. | ||||
* | Fix revoke to use setgid instead of setuid,since games uid changed to | ache | 1997-09-24 | 1 | -2/+4 |
| | | | | gid and this place overlooked | ||||
* | Revoke privs before shell exit | ache | 1997-09-24 | 4 | -14/+16 |
| | | | | | | | Includes cleanup Use getlogin() Fix names in FILES section Convert to random() | ||||
* | Install empty rogue.scores file to prevent it owned by | ache | 1997-09-24 | 1 | -0/+4 |
| | | | | first user who run rogue | ||||
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 1 | -2/+2 |
| | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> | ||||
* | If not on a tty, don't do "--more--" processing. Someday, I will get | jkh | 1996-11-07 | 1 | -0/+2 |
| | | | | rogomatic to work with this version. :) | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 6 | -12/+12 |
| | |||||
* | Add missing "noflush" option from standard rogue | ache | 1995-01-04 | 3 | -6/+14 |
| | |||||
* | Allow to save/restore files (was games user suid problem) | ache | 1994-10-03 | 1 | -2/+12 |
| | |||||
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 1 | -2/+2 |
| | |||||
* | Bring in the 4.4 Lite games directory, modulo man page changes and segregation | jkh | 1994-09-04 | 30 | -0/+13292 |
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh |