summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Clean up G. B. Shaw quotes:tg2002-01-072-65/+7
| | | | | | | | - fix missing punctuation, - remove duplicates in fortunes2, - don't abbreviate first names. Remove duplication of Shaw's principle in fortunes2.
* Correct typo.grog2002-01-011-1/+1
|
* Fix a typo. While 'iff' might make sense in a mathematics-related text,roam2001-12-271-1/+1
| | | | | | | 'if and only iff' does not. PR: 33242 Submitted by: Eric Yu <ericyu@mail2000.com.tw>
* A case of ninfo (non-info)wilko2001-12-201-0/+4
| | | | | Submitted by: Hans.VanSluis@compaq.com MFC after: 1 month
* Install files via FILES.ru2001-12-178-26/+19
|
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-171-7/+2
| | | | Stolen from: NetBSD
* Modify tip that no longer applies for ftp(1).mikeh2001-12-171-2/+2
|
* Unix: Just Say No..wilko2001-12-121-0/+19
| | | | | Obtained from: Jan.Hendriks@Compaq.com MFC after: 3 days
* Be more specific in an example of fortune's -e option.keramida2001-12-081-1/+1
| | | | | PR: 32085 Submitted by: setantae@submonkey.net <setantae@submonkey.net>
* Trim yet another duplicate fortune.jhb2001-12-051-2/+0
|
* Properly sort the last two fortunes alphabetically.jhb2001-12-051-28/+28
|
* Add a short commentary on libdialog by jkh.jhb2001-12-051-0/+13
|
* Remove an incorrect duplicate Douglas Adam quote and properly format andjhb2001-12-051-10/+4
| | | | | the correct duplicate. Both versions also attributed the quote to the wrong book.
* Fix a typo and add a missing period.jhb2001-12-051-2/+2
|
* Remove some duplicate fortunes.jhb2001-12-051-21/+0
|
* s/Kenned y/Kennedy/phk2001-11-271-1/+1
| | | | Pointed out by: $a_lot_of_people
* This string of coincidences was too good to let pass.phk2001-11-271-0/+22
| | | | Obtained from: BBC World Service on 9410kHz
* Fix some duplicate quotes and tidy up some Dr. Who quotes.peter2001-11-271-12/+3
|
* Other committers do not mention their personal names and/or emailkeramida2001-11-191-14/+0
| | | | | | | addresses when adding stuff, so it seems fair to stop ``getting all the fame'' by having my name displayed on login sessions. Approved by: nik
* Fix a typo:joe2001-11-121-1/+1
| | | | | | Flinstone -> Flintstone. Submitted by: grog (during the kernel debugging session at BSDConEurope)
* Add terminating % so the last fortune can be found.dillon2001-11-091-0/+7
| | | | Add a fortune.
* Separate concatenated fortunes.phk2001-11-031-18/+10
| | | | | Remove unattributed duplicate of Frederick Brooks eternal words about the danger of second systems.
* Correct attribution and fix translation from Danish.phk2001-11-031-4/+2
|
* Correct attribution.asmodai2001-10-281-1/+1
| | | | | PR: 30500 Submitted by: Drew Derbyshire <ahd@kew.org>
* Correct a typo: numtiple -> multiple.roam2001-10-241-1/+1
| | | | | | PR: 31474 Submitted by: Eric Yu <ericyu@mail2000.com.tw> MFC after: 1 week
* Slightly improve wording in the opening paragraph.dd2001-10-141-1/+1
| | | | | PR: 31202 Submitted by: Jasmin Blanchette <jasmin@troll.no>
* Add some important advice for young optical physicists.kris2001-10-051-0/+2
|
* Add a brief comparative analysis of 3 popular religions.kris2001-10-011-0/+7
| | | | Approved by: maintainer
OpenPOWER on IntegriCloud