summaryrefslogtreecommitdiffstats
path: root/fortune
Commit message (Collapse)AuthorAgeFilesLines
...
* Reformat one entry for vertical space.mycroft2000-12-171-34/+19
|
* Yes, it's about damn time fortune(6) got some new material.mycroft2000-12-171-0/+92
|
* remove unnecessary command name after .Nmlukem2000-11-071-2/+2
|
* fix a bug in the call to srandom(): xor time() with getpid(), don't add them!mrg2000-10-311-3/+3
| | | | now fortune(6) run in an unending loop does not appear to show the same fortunes over and over and over.
* NetBSD will put hair on a UNIX admin's chesthubertf2000-10-091-0/+3
| | | -- Jason R. Fink
* Removed duplicate entry. Fixes FreeBSD PR/21629.mjl2000-09-291-3/+0
|
* If we install limerick-o.dat, we should also install limerick-o to make itabs2000-08-171-3/+3
| | | usable.
* Split netbsd fortunes into offensive and non offensive.abs2000-08-174-56/+69
| | | Split could be considered somewhat arbitrary.
* NetBSD: A pmap for every occasionabs2000-08-171-0/+3
|
* Corrected quote. It was totally missing its (well-known) equivalent ofmason2000-08-121-2/+3
| | | a punch line.
* Add 3 from me.ad2000-07-311-0/+9
|
* Use a local implementation of htonl() called h2nl(). htonl() is notsimonb2000-07-311-7/+22
| | | | | available in all cross-compile environments. Patches from Chris Demetriou.
* After weeding out duplicate, modify entry to be mathematicallymjl2000-07-031-2/+2
| | | | correct at least. (Yes, both were wrong. People can't integrate nowadays anymore :)
* Remove duplicate (and incorrect) entry. From Anton Berezinmjl2000-07-031-12/+0
| | | <tobez@tobez.org> in FreeBSD PR/19670
* Offered horse brutality to a previously incorrect RHPS quote.mason2000-06-301-2/+2
|
* NetBSD: Ports to * boards.scw2000-06-141-0/+3
|
* Remove one of mine that really wasn't very good, and add:jwise2000-06-071-3/+2
| | | NetBSD: abandon all hype, oh ye who enter here.
* NetBSD - because Unix isn't just #include <linux.h>, i386, ELF, ...!pooka2000-05-021-0/+4
|
* Don't declare 'extern opt*' getopt variables.simonb2000-04-141-4/+2
|
* Greatly simplify these by using <bsd.hostprog.mk>. Should do the samesimonb2000-04-141-14/+4
| | | | for games/hack and games/monop and a few other places, but that requires making subdirs for the tools. One day...
* Missing word. From Paul Janzen.soren2000-04-111-4/+4
|
* Tyop fix.jwise2000-04-061-1/+1
|
* Fix doubled 'the's.soren2000-03-133-10/+10
|
* fix tyopjwise2000-02-271-2/+2
|
* NetBSD: We come in peace. We offer reliability.pooka2000-02-151-1/+4
| | | + correct a typo
* NetBSD: We don't negotiate with terrorists.pooka2000-02-121-0/+3
|
* Add Chris Baird's email address per his requestpooka2000-02-101-1/+1
|
* Add NetBSD slogans for fortune database.pooka2000-02-062-4/+540
|
* More .mk file fallout. *sigh*mycroft2000-01-231-2/+2
|
* Get the build ordering right for dependall.mycroft2000-01-231-1/+2
|
* Remove unnecessary casts, and add necessary ones for printf arguments.jsm2000-01-131-6/+6
|
* Change __GCC__ to __GNUC__.jsm2000-01-131-3/+3
|
* Remove obsolete NO_VOID conditional.jsm2000-01-131-6/+2
|
* Don't use any NetBSD specific features (<err.h> and friends mainlysimonb1999-12-301-51/+82
| | | | | | | | | | - replaiced with local die() and dieperror() routines). Use ANSI prototypes (no dependance on the __P() macro). Add new fwrite_be_offt() function which writes out a big-endian 64bit number regards of the size of off_t on the host machine. Remove unused unctrl() function. Now builds correct fortune .dat files on non-NetBSD machines as well - tested on Ultrix and Solaris (but Solaris needs -lsocket to get htonl()).
* No need to include <sys/endian.h> here - <sys/types.h> includessimonb1999-12-301-2/+1
| | | <machine/endian.h> which DTRT.
* Removed someone's personal phone number, including area code, from a "if youmason1999-12-111-2/+0
| | | want a good time, call ###-###-####" fortune entry.
* Fix a gcc -W warning (empty body in an else-statement).jsm1999-12-071-9/+4
|
* Since our gcc doesn't warn about NULL format strings anymore, we candrochner1999-11-091-5/+5
| | | | fix the incorrect err(1, "%s", "") et al. Closes PR bin/7592 by cgd.
* Use macro NAMLEN rather than dirent->d_namlen, for easier portability.jsm1999-09-221-4/+8
|
* Remove generated file "limerick-o" in "clean" target.tron1999-09-211-2/+2
|
* Fix -Wsign-compare warnings.jsm1999-09-183-13/+13
|
* Split limericks into "normal" and "offensive" ones.hwr1999-09-124-71/+53
| | | Fixes PR 6202 by Matthias Grutzeck <grut@teco.edu>.
* These fortunes conatain offensive language.hwr1999-09-122-0/+387
| | | | These were originally unamerican.{fake,real} Part of the work on PR 6202.
* Moved to unamerican.real-ohwr1999-09-121-385/+0
|
* Moved to unamerican.fake-ohwr1999-09-121-2/+0
|
* Check for write errors in auxiliary programs used during build of games.jsm1999-09-101-2/+5
|
* Include <time.h> in various places in the games where time() or time_tjsm1999-09-092-4/+6
| | | are used.
* Remove extra blank line in copyright.simonb1999-09-091-2/+1
|
* Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm1999-09-083-14/+14
| | | the games.
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+7
| | | | | | | | | | | | the games. This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Most noreturn attributes were previously added in bin/6144, with some others that were missed then in bin/8082. Previous `unused' attributes were covered in bin/6557, bin/8058 and other PRs (all these PRs have already been handled and closed).