Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -2/+2 |
| | | | | | | for a long time now. Approved by: bde | ||||
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 1 | -2/+2 |
| | |||||
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 2 | -30/+0 |
| | | | | Submitted by: keramida | ||||
* | Quiet some format string warnings by marking prototypes with | kris | 2002-05-28 | 1 | -2/+2 |
| | | | | | | __printflike() MFC After: 1 week | ||||
* | Don't declare our own common version of the library variable `ospeed'. | bde | 2002-02-02 | 1 | -1/+1 |
| | | | | | | | Include <termcap.h> to get its declaration. Our initialization of it is still dubious, but it agrees with ncurses' documentation of it (none) and with ncurses' recently fixed internals for it (old speeds from <sys/ttydev.h>) and with the 4.4Lite documentation for it. | ||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | - Backout botched attempt to intoduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for games/ to 6. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Don't segv if bs or bc aren't defined in termcap's entry. Misc cleanup. | hoek | 2000-05-21 | 3 | -27/+44 |
| | | | | | | Fix `|' -> `||'. Use usleep() instead of delay loop. Etc. Submitted by: Andrew <[3]andrew@ugh.net.au> (bin/8501) | ||||
* | 1. Don't overwrite scorefiles if they already exist. | billf | 1999-12-10 | 1 | -0/+5 |
| | | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around. | ||||
* | copyright/sccsid/rcsid cleanup. | billf | 1999-11-30 | 3 | -4/+14 |
| | |||||
* | Sync our register usage with NetBSD's (non-)usage. | billf | 1999-11-16 | 1 | -2/+2 |
| | |||||
* | Add $FreeBSD$ | billf | 1999-11-16 | 1 | -0/+2 |
| | |||||
* | Attempt to fix world breakage for the NOSHARED=yes case. baudrate() | bde | 1999-09-04 | 1 | -1/+5 |
| | | | | | is in both snake and libncurses, and the elf static linker can't handle the duplication. | ||||
* | $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 | ||||
* | Getopt(3) returns -1, not EOF. | imp | 1999-05-23 | 1 | -1/+1 |
| | |||||
* | Add #include string.h to get prototypes. | jb | 1998-05-09 | 2 | -0/+2 |
| | |||||
* | Change long variable to time_t because it passed to time() and ctime(). | jb | 1998-05-09 | 1 | -1/+1 |
| | |||||
* | Convert to random() | ache | 1997-09-24 | 1 | -2/+2 |
| | |||||
* | Simplify revoke | ache | 1997-09-24 | 1 | -1/+0 |
| | |||||
* | Beforeinstall scores and log file to prevent them owned by | ache | 1997-09-24 | 2 | -7/+13 |
| | | | | | first who run snake snake.c: cleanup, use srandomdev() now, fix created file permissions | ||||
* | Remove revoke privs, not needed | ache | 1997-09-16 | 1 | -4/+0 |
| | |||||
* | Remove HIDEGAME, it is not a game | ache | 1997-09-16 | 1 | -1/+0 |
| | |||||
* | Change games from setuid games to setgid games. | eivind | 1997-09-01 | 2 | -4/+18 |
| | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) | ||||
* | Correct some man page cross references and some file | mpp | 1996-02-05 | 1 | -3/+3 |
| | | | | locations. | ||||
* | Add some missing manual page links. | mpp | 1996-02-02 | 1 | -0/+1 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -12/+12 |
| | |||||
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 1 | -1/+1 |
| | |||||
* | Bring in the 4.4 Lite games directory, modulo man page changes and segregation | jkh | 1994-09-04 | 9 | -0/+1964 |
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 |