Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos (s/seperat/separat/ et al); add FreeBSD ID. | schweikh | 2002-08-12 | 1 | -7/+8 |
| | | | | | Suggested by: bde MFC after: 3 days | ||||
* | Use varargs for syserr(). | jmallett | 2002-06-23 | 1 | -2/+9 |
| | | | | Pointed out by: snapshots.jp.freebsd.org warnings log. | ||||
* | syserr()'s first argument is not exit status, avoid dereferencing (char *)0 | jmallett | 2002-06-23 | 1 | -1/+1 |
| | | | | in printf(3). | ||||
* | - 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/+1 |
| | |||||
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
| | | | | | | Seperate does not exist in the english language. Submitted to look at by: kris | ||||
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+2 |
| | | | | | | | | Seperate does not exist in the english language. Also add $FreeBSD$ Submitted to look at by: kris | ||||
* | Eliminate groff(1) and tbl(1) warnings. | ru | 2000-11-28 | 1 | -35/+18 |
| | |||||
* | Don't call printf with no format string. | kris | 2000-07-10 | 1 | -2/+2 |
| | |||||
* | copyright/sccsid/rcsid cleanup. | billf | 1999-11-30 | 50 | -87/+201 |
| | |||||
* | Sync our register usage with NetBSD's (non-)usage. | billf | 1999-11-16 | 43 | -120/+120 |
| | |||||
* | Add $FreeBSD$ | billf | 1999-11-16 | 43 | -0/+86 |
| | |||||
* | Avoid ambigious if() if() else(). | billf | 1999-09-07 | 1 | -0/+2 |
| | |||||
* | $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 | ||||
* | Forgot to remove these files with the NetBSD games cleanups. | steve | 1999-04-20 | 1 | -59/+0 |
| | |||||
* | Merge a bunch of cleanups from NetBSD. | steve | 1999-04-19 | 1 | -1/+3 |
| | | | | | | 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 | -2/+3 |
| | |||||
* | Fixed (1970's style) missing declaration of a function that doesn't | bde | 1998-06-30 | 1 | -0/+2 |
| | | | | return int. | ||||
* | Change casts of function pointers from int to long. This makes the | jb | 1998-05-09 | 6 | -7/+7 |
| | | | | | | compiler warnings go away, but the compiler is throwing away 32-bits as the long value is silently truncated to an int on alpha. But the program works, so that must not matter. | ||||
* | Exit(-1) -> exit(1). | charnier | 1998-04-01 | 1 | -1/+1 |
| | |||||
* | Convert to random() | ache | 1997-09-24 | 3 | -9/+7 |
| | |||||
* | Put comment indicating revoke | ache | 1997-09-24 | 1 | -0/+1 |
| | |||||
* | Change games from setuid games to setgid games. | eivind | 1997-09-01 | 1 | -0/+2 |
| | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) | ||||
* | Correct the location of the trek documentation in the | mpp | 1996-12-14 | 1 | -1/+1 |
| | | | | SEE ALSO section of the man page. Closes PR# 2009. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
| | |||||
* | Bring in the 4.4 Lite games directory, modulo man page changes and segregation | jkh | 1994-09-04 | 61 | -0/+10130 |
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 |