summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: Added the missing .Os call; it's not strictlyru2002-12-111-0/+1
| | | | | | | necessary nowadays, but is documented as "required", and may become so again in the future. Approved by: re
* mdoc(7) police: sweep.ru2002-11-291-18/+14
|
* Fix a typo. Add FreeBSD ID in a %% comment.schweikh2002-11-171-1/+2
| | | | MFC after: 3 days
* set watch in tcsh requires an equal sign after the variable name.joerg2002-11-161-1/+1
| | | | MFC after: 1 day
* Add gerrold.limerick to the building process.dcs2002-11-101-3/+3
|
* Finished at last.dcs2002-11-101-1/+706
|
* Filling this file at last (now check when I first committed it and see howdcs2002-11-091-0/+72
| | | | | | long certain people take to return books...). Still more to go.
* The future's bright: the future's Ballard...fanf2002-10-301-0/+3
|
* Add a fortune for people who have read their classics.phk2002-10-291-0/+9
|
* Remove old build glue for removed games.markm2002-10-211-8/+0
|
* Deorbit complete. We dont build these anymore, so into the attic they go.markm2002-10-21509-115054/+0
|
* Minor grammatical correctiontom2002-10-201-2/+2
|
* Do not build the majority of the games. Remaining are themarkm2002-10-201-29/+2
| | | | "utility-like" games and everyone's favourite, fortune(6).
* Fix the path to the make.conf example file.blackend2002-10-191-1/+2
| | | | | PR: docs/44278 Submitted by: Chris Pepper <pepper@rockefeller.edu>
* So a positive time zone offset is west, right? or is it east? Um.fanf2002-10-191-0/+9
| | | | | | | What is the standard for this, anyway? Ah, we get to choose. I see. This commit is brought to you by the numbers 2001 and 2822 and the letters P, O, S, I, X and R, F, C.
* Last commit was slightly hasty: #include <string.h> is required onfanf2002-10-091-0/+1
| | | | -CURRENT to be WARNS-safe (but not -STABLE for some reason)
* Kill obsolete #include <memory.h> which I didn't spot earlier becausefanf2002-10-091-1/+0
| | | | it's still in the NetBSD version.
* Mdocify and fix a load of errors dating back to the dawn of time.fanf2002-10-091-58/+65
| | | | | | Don't mention hard limits for factor(6) since it now has bignum support. Obtained from: NetBSD (mdoc only -- their man page is still mostly wrong)
* Factorize bignums using the Pollard Rho algorithm. The code comesfanf2002-10-092-22/+197
| | | | | | | | | | | from NetBSD, altered to retain the FreeBSD -h feature and various stylistic improvements and avoid regressions. In the absence of OpenSSL (and therefore bignums) the old code is used. PR: 43831 Reviewed by: kris, markm, obrien Obtained from: NetBSD MFC after: 2 weeks
* Style fixes to: #include ordering; use const and static; ANSI functions;fanf2002-10-095-70/+60
| | | | | | | | | various usage synopses; bogus and/or unnecessary casting; exit values; use LINE_MAX instead of magic numbers; declare extern variables in a header; add $FreeBSD$ where missing. Reviewed by: markm, obrien Obtained from: NetBSD | fanf
* As back-out requests must be followed, back out the removal of wargames(6)jmallett2002-10-094-0/+106
| | | | at mike@'s request.
* Remove the wargames(6) novelty [and not the fun kind]:jmallett2002-10-084-106/+0
| | | | | | | | | | | | | | | | 1) It never was very funny. 2) It was a N line shell script where N is less than X, where X is the number of lines of the Berkeley copyright and license. 3) I rewrote it in C with the intention of making it more interactive, ala the movie, but never did. 4) Because it really is possible for at least some parts of a distribution to shrink between releases. X-No-MFC: This game will remain in RELENG_4 and previous. X-Bikesheds-To: markm@ Approved by: The #bsdcode cabal. Obtained from: Professor Falken
* We're missing none of these games, they just aren't here.jmallett2002-10-081-1/+0
|
* Correct the description of what fortunes get installed (by default, also theschweikh2002-09-241-3/+5
| | | | | | | | | offensive ones). Make it clear that datfiles/Makefile needs to be edited in case someone wants it otherwise. PR: misc/36153 Submitted by: Nick Jennings <nick@namodn.com> X-MFC after: 4.7 is out the door.
* s/seems to thing/seems to thinkschweikh2002-09-211-1/+1
| | | | X-MFC after: 4.7 is out the door
* Fix spelling of Bismarck's name and remove duplicatetg2002-09-112-19/+3
| | | | Bertrand Russell quotations.
* Add a tip about using sed(1)'s FreeBSD-specific -i option.jmallett2002-09-041-0/+10
| | | | MFC after: 42 days
* Spell Ken Olsen's name the same way everywhere.dwmalone2002-08-312-3/+3
| | | | PR: 7434
* Rewrite wargames(6) in C. A program in C in the public domain is better thanjmallett2002-08-303-46/+48
| | | | | a shell script with a big copyright. Or maybe just a good way to spend an hour after watching a Matthew Broderick flick.
* Wargames was PG-13, not PGP 13. I just watched it with my girlfriend, andjmallett2002-08-291-1/+1
| | | | | | there was no mention of PGP, despite what the manpage said! Total let down! MFC After: 65456665556666545666655654 DTMF tones.
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-2511-27/+45
|
* Fix typos (s/seperat/separat/ et al); add FreeBSD ID.schweikh2002-08-121-7/+8
| | | | | Suggested by: bde MFC after: 3 days
* Remove some Dijkstra quotes from fortunes that are duplicated in fortunes2.fanf2002-08-092-47/+14
| | | | | Move the single remaining one across to fortunes2 to join its friends. Spell his name consistently. Remove a couple of other duplicate fortunes.
* Re-sort.fanf2002-08-091-3/+3
|
* Remove spurious quotes.fanf2002-08-091-2/+2
|
* Correctly sort previous addition.fanf2002-08-091-5/+5
|
* Some more advice from Dijkstra.fanf2002-08-091-0/+5
|
* Fix a couple of typos in a Dijkstra quote.fanf2002-08-091-2/+2
|
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-2910-13/+13
| | | | | | for a long time now. Approved by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-189-12/+12
|
* Fix a typo.dwmalone2002-07-141-1/+1
| | | | | PR: 40539 Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
* Fix a typo.dwmalone2002-07-141-1/+1
| | | | | PR: 40523 Submitted by: Andrew Stevenson <andrew@ugh.net.au>
* Fix whitespace botch in previous commit.peter2002-07-091-0/+1
|
* Add C code that counts the bits in a 32 bit word, right next to the C codepeter2002-07-092-0/+15
| | | | that reverses the bits in a 32 bit word. Who thinks up this stuff?
* Paraphrase a quote to remove year specific references.mp2002-07-071-1/+1
| | | | | PR: 40291 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
* Use varargs for syserr().jmallett2002-06-231-2/+9
| | | | Pointed out by: snapshots.jp.freebsd.org warnings log.
* syserr()'s first argument is not exit status, avoid dereferencing (char *)0jmallett2002-06-231-1/+1
| | | | in printf(3).
* Use POSIX macros for wait(2)-style status information instead of themike2002-06-032-4/+4
| | | | | deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion.
* Backout recent typo "fix". I've been enlightened that it's an obsoleteschweikh2002-05-311-1/+1
| | | | | | and rare synonym for indomitable (from the French indomptable) Requested by: "Jacques A. Vidrine" <nectar@FreeBSD.org>
* Typo: s/Indomptable/Indomitable/schweikh2002-05-311-1/+1
| | | | MFC after: 3 weeks
OpenPOWER on IntegriCloud