summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* s/-300K/~300K/mph2002-05-012-2/+2
| | | | | | | This is an absolute (kelvin) temperature. I expect that in the original source it was typeset as $\sim 300~{\rm K}$ or similar, meaning "approximately 300 K". Changing it to a minus sign in the fortunes file was clearly an error, as absolute temperatures are by definition positive.
* More ispell fundougb2002-04-301-3/+3
|
* Fix a few more of my typos, a few others I noticed, and some ispell help.dougb2002-04-301-5/+5
|
* Correct typo (is -> us).sheldonh2002-04-301-1/+1
|
* Add something absurd I used one night as an example of CS overcomplicationjmallett2002-04-291-0/+19
| | | | of things most hackers take for granted.
* Add one more here.jmallett2002-04-291-0/+10
| | | | Submitted by: Glen "Going to be a Daddy" Neff
* Remove a Kurt Vonnegut quote that appears in fortunes.jmallett2002-04-291-18/+0
|
* Spell out the name of Hunter S. Thompson.jmallett2002-04-293-6/+6
|
* Sort one, remove some dupes.jmallett2002-04-291-17/+3
|
* Add something I found amusing when overheard, and a paraphrasal of it.jmallett2002-04-291-0/+4
|
* Move the Rush Limbaugh fortunes to the offensive file, right after thedougb2002-04-292-227/+227
| | | | | Anti-Reagan section. :) Apparently, people find opinions contrary to their own to be offensive.
* Sort according to ../tools/do_sortdougb2002-04-291-263/+264
|
* * Add a quote about the differences between human and machinedougb2002-04-281-1/+239
| | | | | | understanding from Ellen Ullman. * Add Rush Limbaugh's 35 Undeniable Truths of Life. The ordering of the entries is due to the ../tools/do_sort script.
* * Add $FreeBSD$ to limerick and zippydougb2002-04-288-752/+754
| | | | | | | * Delete trailing white space in all its forms. In addition to being bad style in general, it also causes formatting, and other problems for various third party items (like xscreensaver) which use fortunes for their own purposes.
* Kill one version of a limerick here.jmallett2002-04-281-6/+0
| | | | Approved by: The usual suspects on that IRC channel.
* Kill some duplicates.jmallett2002-04-281-24/+0
| | | | Kill an incorrectly duplicated Einstein limerick (thanks phk!)
* Kill one exact duplicate of a Hunter S. Thompson quote. Put on peril-sensitivejmallett2002-04-271-4/+3
| | | | sunglasses for great evil, too.
* Death to duplicate fortunes.jmallett2002-04-271-6/+0
|
* There is no host called new.bbc.co.uk - fix url.ceri2002-04-262-2/+2
| | | | | | Reviewed by: jkh Approved by: jkh, murray MFC after: 3 days
* Sort.wollman2002-04-251-2205/+2183
|
* Spell Fred Brooks's name right.wollman2002-04-251-1/+1
|
* Resort and suppress dupes.wollman2002-04-251-152/+126
|
* Add a few more aphorisms.wollman2002-04-252-0/+23
|
* Add some of uncontroversial fortunes from my files.wollman2002-04-253-0/+47
|
* Add some fortunes and re-order the Feynman problem solving algorithm.tg2002-04-241-10/+32
| | | | | | Thanks to gsutter for the quotes. Reviewed by: jkh
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-225-5/+5
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* Fix a segfault if 'wear' is used without an argument or withroam2002-04-151-5/+4
| | | | | | | | | | an argument that is not a valid word from the battlestar dictionary. PR: 36992 Submitted by: Ceri Davies <ceri@FreeBSD.org> Reviewed by: dd Approved by: dd, silence on -audit MFC after: 2 weeks
* End of comment was missing at FreeBSD Id line. Switch to FBSDID.charnier2002-04-121-1/+4
|
* Add a few more tips, and tweak a couple.joe2002-04-011-2/+15
| | | | PR: misc/34039
* Augment the BLOCKSIZE tip. (Based on the PR with slight changes by myself).joe2002-04-011-1/+3
| | | | PR: misc/34039
* Add a new fortune seen in the sig of an e-mail.jhb2002-03-291-0/+2
| | | | | Submitted by: ue (indirectly) Approved by: eivind
* o remove __Pimp2002-03-245-87/+87
|
* Remove a duplicate with a typo.schweikh2002-03-231-6/+0
| | | | MFC after: 3 days
* Assorted mechanical fixes.dd2002-03-093-4/+4
| | | | | PR: 34790 Submitted by: Mike Makonnen <mike_makonnen@yahoo.com>
* Add one.phk2002-02-251-0/+4
| | | | | Submitted by: jedgar Reviewed by: The usual gang of idiots in that IRC channel.
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-3/+4
| | | | | | depending on namespace pollution 2 layers deep in <sys/stat.h>. Sorted includes. Removed some unused includes.
* BDECFLAGSbillf2002-02-231-6/+8
| | | | Reviewed by: md5(1)
* KNF -> ANSI function declarationsbillf2002-02-231-6/+3
| | | | Reviewed by: md5(1)
* KNF to ANSI function declaration, silence a warningbillf2002-02-231-14/+9
|
* warning fixes, mostly type matchingbillf2002-02-234-10/+10
|
* convert from KNR to ANSI function declarationsbillf2002-02-239-114/+92
| | | | Reviewed by: md5(1)
* staticize functions and variablesbillf2002-02-212-19/+17
| | | | | | change function declarations to ANSI change a variable that stores sizeof() values to size_t use return to escape the end of main(), not exit(3)
* use the typedef 'ubig' to declare pr_limit, not what ubig is typedef'dbillf2002-02-211-1/+1
| | | | | | | | to be. PR: misc/35181 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> MFC after: 3 days
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-183-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | deprecated in favor of the POSIX-defined lowercase variants. o Change all occurrences of NTOHL() and associated marcros in the source tree to use the lowercase function variants. o Add missing license bits to sparc64's <machine/endian.h>. Approved by: jake o Clean up <machine/endian.h> files. o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>. o Remove prototypes for non-existent bswapXX() functions. o Include <machine/endian.h> in <arpa/inet.h> to define the POSIX-required ntohl() family of functions. o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>, and <sys/param.h>. o Prepend underscores to the ntohl() family to help deal with complexities associated with having MD (asm and inline) versions, and having to prevent exposure of these functions in other headers that happen to make use of endian-specific defines. o Create weak aliases to the canonical function name to help deal with third-party software forgetting to include an appropriate header. o Remove some now unneeded pollution from <sys/types.h>. o Add missing <arpa/inet.h> includes in userland. Tested on: alpha, i386 Reviewed by: bde, jake, tmm
* Fix last second botch of adding $FreeBSD$.imp2002-02-182-2/+2
|
* Remove __Pimp2002-02-1835-300/+267
| | | | | | Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype
* Add a tip about pkg_info and checking for multiple installed versionskeramida2002-02-111-0/+6
| | | | of a package/port.
* Don't declare our own common version of the library variable `ospeed'.bde2002-02-021-1/+1
| | | | | | | Include <termcap.h> to get its declaration. Our initialization of it is still dubious, but it agrees with ncurses' documentation of it (none) and with ncurses' recently fixed internals for it (old speeds from <sys/ttydev.h>) and with the 4.4Lite documentation for it.
* Don't declare the library variable `ospeed' without even getting itsbde2002-02-021-2/+1
| | | | | | | | type correct. Include <termcap.h> to get its declaration. Our initialization of it is still dubious, but it agrees with ncurses' documentation of it (none) and with ncurses' recently fixed internals for it (old speeds from <sys/ttydev.h>) and with the 4.4Lite documentation for it.
* Don't declare our own common version of the library variable `ospeed'bde2002-02-021-1/+1
| | | | | | | | without even getting its type correct. Include <termcap.h> to get its declaration. Our initialization of it is still dubious, but it agrees with ncurses' documentation of it (none) and with ncurses' recently fixed internals for it (old speeds from <sys/ttydev.h>) and with the 4.4Lite documentation for it.
OpenPOWER on IntegriCloud