summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* MFC r283929: Correct grdc(1) 12-hour display between 12:00 and 13:00emaste2015-09-241-5/+5
| | | | | | | PM starts at 12:00, not 13:00. PR: 194291, 200133 Submitted by: Nick Price
* MFC: r269089:allanjude2015-04-161-3/+3
| | | | | | | Update the freebsd-tips example to use drill instead of dig since bind is no longer in base Approved by: eadler (mentor, implicit) Sponsored by: ScaleEngine Inc.
* MFC r264400,r265836:ngie2014-12-313-3/+3
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* Merge r268637 from head:gavin2014-08-131-1/+2
| | | | | | | | fortune(8): Search fortune files installed by ports/packages as well as those supplied by the base system. PR: 191800 Submitted by: Andy Kosela
* Merge r268295 from head:gavin2014-07-161-2/+2
| | | | | | | | Fix equation and limerick to be correct. NetBSD fixed this 14 years ago (src/games/fortune/datfiles/fortunes2 1.7). PR: 188714 Submitted by: ksmakoto dd.iij4u.or.jp
* MFC r264741: Add placeholder Kyuafiles for various top-level hierarchies.jmmv2014-04-282-2/+18
| | | | This is "make tinderbox" clean.
* MFC r259057:marcel2014-02-161-4/+0
| | | | | Remove "Warning: file \"%s\" unreadable". It was introduced with revision 44599 and turned less than useful ever since fortunes-o.dat got removed.
* MFC r259056:marcel2014-02-161-2/+2
| | | | Fix r203922 for "fortune -o".
* Refresh the tips for the new pkg system.glebius2013-10-031-14/+6
| | | | | Reviewed by: bapt Approved by: re (hrs)
* Remove a reference to instant-server which has been removed from theeadler2013-03-211-10/+0
| | | | | | | | ports tree in r313427. PR: 177012 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: bcr (mentor)
* Remove fortunes-o from the base system. Debating what does or does notjhb2013-03-124-17160/+6
| | | | | | | | | | | belong in this file is not a useful exercise or conducive to producing a high quality advanced operating system. While here, simplify the make rules to autocompute BLDS and FILES from a single DB variable. Approved by: core MFC after: 1 week
* Remove political propagandades2013-02-051-227/+0
|
* Use Bernard Baruch's full name.eadler2012-12-051-2/+2
| | | | | | | | | | The words "old than" seem to be quoted as "older than" by some sources, so use the more likely and grammatically correct text. PR: docs/173868 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: cperciva MFC after: 1 week
* fix a couple of spelling errors...jmg2012-11-151-2/+2
|
* In games/fortune/fortune/fortune.c, make 'Debug' the correct type (it isdim2012-11-141-1/+1
| | | | | | *not* a boolean). MFC after: 3 days
* Make OK_TO_WRITE_TO_DISK an envrionment variable insteadeadler2012-11-042-46/+44
| | | | | | | | | | of a compile time option. While here, don't differ based on the existence of LOCK_EX which doesn't seem to have ever made a difference on FreeBSD. Approved by: cperciva (from discussion) MFC after: 3 days
* Prefer the use of stdbool to custom defines.eadler2012-11-041-3/+3
| | | | | Approved by: cperciva (from discussion) MFC after: 3 days
* Remove extra word:eadler2012-10-231-1/+1
| | | | | | Submitted by: many Approved by: cperciva (implicit) MFC after: 3 days
* Free buf when its no longer used. This helps eliminate a static analysiseadler2012-10-221-0/+2
| | | | | | | | | warning. PR: ports/172566 Submitted by: Erik Cederstrand <erik@cederstrand.dk> Approved by: cperciva MFC after: 3 days
* bcd isn't installed setuid.eadler2012-10-222-6/+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
* Sysinstall has been removed from base.eadler2012-10-221-1/+1
| | | | Approved by: cperciva
* Make do_uniq work with python3eadler2012-10-221-6/+6
| | | | | Approved by: cperciva MFC after: 3 days
* Correct the tip about finding all the directories on the systemeadler2012-10-021-4/+9
| | | | | | | | Add a tip about clearing the screen. Make things more consistent by removing quotes around 'make search' Approved by: cperciva MFC after: 3 days
* Add a couple of nice quotes from Edward Everett Haledougb2012-07-291-0/+9
|
* Partial revert of previous commit as some of the changes were noteadler2012-05-101-4/+5
| | | | | | | | | newbie-friendly. Requested by: jhb, gcooper Approved by: cperciva (implicit) MFC after: 3 days X-MFC-With: r235209
* Add a few new tips and update some old ones to more modern commandseadler2012-05-091-17/+12
| | | | MFC after: 1 week
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
| | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
* o Preserve argv[0] to use it later in usage().maxim2012-01-281-2/+3
| | | | | | PR: bin/164570 Submitted by: Klaus Aehlig MFC after: 1 week
* Reencode morse.c to UTF-8. This does not make it Unicode aware.uqs2012-01-151-85/+90
| | | | | | No changes in resulting object file. Moved user-visible symbols into comment table, so you can see all chars, not just the ones matching your (fallback) locale.
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-3/+3
| | | | | | | | | | The index() and rindex() functions were marked LEGACY in the 2001 revision of POSIX and were subsequently removed from the 2008 revision. The strchr() and strrchr() functions are part of the C standard. This makes the source code a lot more consistent, as most of these C files also call into other str*() routines. In fact, about a dozen already perform strchr() calls.
* 1. Correct capitalization of the nobility particle fordougb2011-12-281-9/+9
| | | | | | | | | | | Francois de La Rochefoucauld introduced in r228909 [1],[2] 2. Change c-cedilla introduced in the same commit to ASCII c since non-UTF-8 terminals will choke on the non-ASCII text. [2],[3] Pointed out by: bf [1] Reviewed by: French-speakers on #bsdcode [2] Requested by: uqs [3]
* Prefer ASCII apostrophes over Unicode ones like the rest of the file.uqs2011-12-281-1/+1
|
* 1. Remove a bunch of duplicates. Usually this means removing them fromdougb2011-12-273-683/+39
| | | | | | | | | | | | | fortunes, but occasionally remove them from the other 2 files when they are not offensive, or not murphy'ish enough. Where the version in fortunes had better attribution and/or formatting, copy it over. 2. Fix a few typos 3. Use the full name of François De La Rochefoucauld, fix one of his quotes, and remove the duplicate of it.
* In games/factor/factor.c, fix a warning about a format string not beingdim2011-12-161-1/+1
| | | | | | a literal. MFC after: 1 week
* Add static keywords to variables and functions where possible in games/.ed2011-11-057-153/+151
| | | | | This allows us to detect unused functions and variables and allows the compiler to do a better job at optimisation.
* Fix the text and attribution of the poem "Youth" by Samuel Ullman.dougb2011-10-291-19/+31
| | | | | | | | Our copy was a bastardization of the "older" (probably original?) and shorter version of the poem; and the "newer" version that is better known, and arguably more popular. Standardize on the latter. Cf. http://www.bartleby.com/73/2099.html
* Minor typo, fix 2 attributionsdougb2011-06-091-3/+5
|
* Convert a file to UTF-8. This only changes a character in theuqs2011-05-141-1/+1
| | | | copyright section and will not require UTF-8 for fortune(6).
* fortune(6): fix typos and misspellings.uqs2011-05-149-67/+11
| | | | | | | While here, drop words in the spelling files that are no longer used anywhere. Speling errors found via: codespell from Lucas De Marchi
* morse(6): fix typos and space-before-tabsuqs2011-05-141-20/+20
|
* Improve the distributeworld target in Makefile.inc1 and update the releasenwhitehorn2011-03-021-0/+1
| | | | | | | | | | infrastructure to use it. make distributeworld can now be used without preparing its environment first and installs games into its distribution using the regular make distribute logic instead of post-processing with a script. Also add two new targets, packageworld and packagekernel, that tar up the results of distributeworld and distributekernel (also new), respectively.
* Move potentially offensive fortune to fortunes-o.brucec2011-02-132-4/+4
| | | | | PR: bin/137702 MFC after: 3 days
* factor(6): Check return values of BN_* functions.uqs2010-12-201-4/+8
| | | | Coverity Prevent: CID 4862, 8771, 8772, 8773
* Drop advertising clause in manpages. It was done a long time agouqs2010-12-068-41/+9
| | | | | | for the source code. Discussed with: core
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-2/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* Add advice to new fathers from Thomas Ptacek.cperciva2010-09-291-0/+6
| | | | | | Suggested by: wilko Approved by: Thomas Ptacek Security: New parents often feel very insecure.
* fix the move so that it matches what the rest of the internetjmg2010-09-031-1/+1
| | | | | | says about this game... This move also makes more sense... MFC after: 1 week
* "whereis netscape" gives empty output for quite a long time already.fjoe2010-08-091-1/+1
| | | | Suggest to use "whereis firefox" instead.
* grdc(6): de-obfuscate the timekeeping of now/delayuqs2010-08-031-6/+8
| | | | | | | | | - 'now' only contains current time readings - delay is only used as parameter to nanosleep - prev_sec contains the time_t of the previous loop iteration Submitted by: bde MFC after: 2 weeks
* grdc(6): Partial backout of r210755uqs2010-08-031-18/+24
| | | | | | | | | | | | | | | | | The previous revision was flawed in numerous ways: - the if condition would depend on garbage stack values - grdc(6) would loop n times, not n seconds. This only makes a difference if it takes more than 1 second to recalculate/redraw the display. - style(9) violations The following change adds argument checking and tracks the elapsed time between loops explicitly and will exit after roughly n seconds. While here sort headers and remove bogus #ifndef Submitted by: bde MFC after: 2 weeks
OpenPOWER on IntegriCloud