summaryrefslogtreecommitdiffstats
path: root/games/bcd
Commit message (Collapse)AuthorAgeFilesLines
* Step 2 of eliminating the "games" distribution: Remove punch cardcperciva2015-02-223-276/+0
| | | | | | | | | | | | | | utilities. I was originally planning on removing the phase-of-moon (pom), clock (grdc), and caesar cipher (caesar, rot13) utilities as well, but after I committed r278616 I received an astonishing volume of email informing me that those are still being widely used. Much to my relief, nobody reported continuing to use the punch card utilities in production. The final step will be to merge src/games into src/usr.bin. This change will not be MFCed.
* bcd isn't installed setuid.eadler2012-10-221-3/+0
| | | | | | | | | | | | caesar isn't installed setuid. For the archaeologists: it seems this call originally came from NetBSD PR 5970 and 5945 PR: 172566 Submitted by: Erik Cederstrand <erik@cederstrand.dk> Approved by: cperciva MFC after: 3 days
* Add static keywords to variables and functions where possible in games/.ed2011-11-051-3/+3
| | | | | This allows us to detect unused functions and variables and allows the compiler to do a better job at optimisation.
* Drop advertising clause in manpages. It was done a long time agouqs2010-12-061-5/+1
| | | | | | for the source code. Discussed with: core
* Remove the third clause for the Berkeley parts of games, per theimp2010-02-151-5/+1
| | | | letter in /COPYRIGHT.
* games: make WARNS=6 the default, remove overridesuqs2010-02-151-1/+0
| | | | | | This also bumps factor, fortune, primes, and random to WARNS=6. Approved by: ed (Co-mentor)
* Resolve a couple of warnings and bump WARNS to 6.stefanf2004-07-112-10/+12
|
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for games/ to 6.ru2001-03-201-1/+0
|
* mdoc(7) police: correct .Dd format.ru2001-02-061-1/+1
|
* Give morse(6) own manual page since common manpage for bcd(6), ppt(6) andphantom2001-01-252-135/+11
| | | | morse(6) was mostly dedicated to morse(6)
* Prepare for mdoc(7)NG.ru2000-12-191-0/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-2/+1
|
* Add an eleventh-hour gimick... But since it's only in `games' andjoerg2000-02-271-5/+43
| | | | | | | | | | | | | | | | | | | | | Jordan OK'ed it, i think it's a nice one for those who need it. I once mentioned in Usenet that i've hacked morse(6) so it can control an external device like a tone generator or even a ham radio transceiver, so you could actually use that `game' for really transmitting morse code through the air. A couple of people then bugged be to send them my hack (which it was by that time). So i've now finally found some hours to clean it up (like freaking out with the transmitter no longer keyed in case someone ^c's out of the program...), and to write the man page addition. While i was at it, i also cleaned up some minor nits in Lyndon's /dev/speaker code, mainly #ifdef related stuff like handling getopt() if SPEAKER is not defined etc. enjoy & 73 Approved by: jkh, the restless...
* copyright/sccsid/rcsid cleanup.billf1999-11-301-3/+5
|
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-161-3/+3
|
* Add $FreeBSD$billf1999-11-161-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-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.steve1999-04-191-0/+3
| | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs
* Add #include string.h to get prototypes.jb1998-05-091-0/+1
|
* Describe morse locale features betterache1997-09-011-2/+9
|
* Remove HIDEGAME and revoke, it is not a game to hide itache1997-09-012-5/+0
|
* Change games from setuid games to setgid games.eivind1997-09-011-0/+4
| | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
* Fix even more spelling errors in some more man pages.mpp1996-01-301-1/+1
|
* Make morse(6) realling playing the characters on the speaker.joerg1995-08-271-3/+71
| | | | | | Minor additions by me, mostly taken from the suggestion in PR # bin/709. Submitted by: lyndon@orthanc.com (Lyndon Nerenberg, VE7TCP/VE6BBM)
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-043-0/+289
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
OpenPOWER on IntegriCloud