summaryrefslogtreecommitdiffstats
path: root/games/bcd/bcd.c
Commit message (Collapse)AuthorAgeFilesLines
* Step 2 of eliminating the "games" distribution: Remove punch cardcperciva2015-02-221-215/+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.
* Remove the third clause for the Berkeley parts of games, per theimp2010-02-151-5/+1
| | | | letter in /COPYRIGHT.
* Resolve a couple of warnings and bump WARNS to 6.stefanf2004-07-111-10/+11
|
* 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
|
* 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
|
* Remove HIDEGAME and revoke, it is not a game to hide itache1997-09-011-4/+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)
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-041-0/+213
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