summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* `list' should be an extern'd `char **', not a local `char *' which wedd2001-09-031-1/+2
| | | | | | | | | never set. Ideally, we'd get the extern from tutor.h, but that defines a number of other variables that conflict with ours. This fixes a segmentation fault when trying to return to the main menu. PR: 30172
* Update a duplicate quotation.kris2001-09-011-2/+2
| | | | | PR: 30228 MFC after: 2 weeks
* Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf asalex2001-08-301-2/+2
| | | | | | | | | | | | | | discussed on the arch@ mailinglist (after repo-copy). sys.mk will .error if it finds /etc/defaults/make.conf but include it anyways (this is the same behaviour as with the make.conf.local removal). /usr/share/examples/etc/make.conf has BDEFLAGS commented out now, since it's only an example file. Adjust all textes that talk about make.conf or defaults/make.conf to match the new situation.
* Put the correct path for robots_roll in /var/games.roberto2001-08-151-2/+2
| | | | | Submitted by: Elodie Raynal-Melchy <elodie@babafou.eu.org> MFC after: 2 days
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+2
|
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-136-11/+0
|
* Remove whitespace after %. The whitespace was causing strfile to not seemharo2001-08-121-40/+40
| | | | | the % string section break and thus fortune was producing a rather large multi-fortune fortune message.
* mdoc(7) police:ru2001-08-071-1/+1
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Fix some fractured english. The translators can ignore this.markm2001-08-071-5/+9
|
* A good sysadmin always carries around a few feet of fiber. If he everkris2001-08-011-0/+5
| | | | | | | | gets lost, he simply drops the fiber on the ground, waits ten minutes, then asks the backhoe operator for directions. -- Bill Bradford <mrbill@mrbill.net> Submitted by: Kris Kirby <kris@catonic.net>
* Remove whitespace at EOL.dd2001-07-1512-102/+102
|
* Remove whitespace at EOL and add $FreeBSD$.dd2001-07-151-1/+2
|
* Eliminate troff(1) warnings.ru2001-07-124-10/+9
|
* Convert to mdoc(7).ru2001-07-121-14/+19
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-104-4/+4
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-098-12/+1
|
* Fix the type of the NULL arg to execl()brian2001-07-095-6/+6
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* mdoc(7) police: removed extraneous .Pp call.ru2001-07-041-1/+0
|
* Fix a couple of typos.mpp2001-06-301-2/+2
|
* Remove two duplicate tips and correct formatting of an attribution.dd2001-06-261-12/+1
|
* Correct usage.dd2001-06-261-1/+1
|
* Convert to nl_langinfo(CODESET)ache2001-06-262-16/+19
|
* What to do when :w tells you you haven't got permission.brian2001-06-251-0/+7
|
* Mention that sh supports command line editingbrian2001-06-251-0/+3
|
* Mention that vi supports split-screen mode.brian2001-06-251-0/+3
|
* Suggest using .login/.profile to set environment variables, notbrian2001-06-251-4/+3
| | | | .cshrc/.bashrc/.zshrc/.shrc
* WARNS= -> WARNS?=dd2001-06-223-3/+3
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* More -fno-builtin failures.des2001-06-213-0/+3
|
* Document the mysterious Peter Wemm Murphy Field (PWMF).jhb2001-06-201-0/+6
| | | | Reviewed by: phk, eivind, nra
* Remove some more duplicate fortunes.jhb2001-06-201-19/+0
|
* "Unmount" is spelled "umount", not "unmount".mph2001-06-201-1/+1
|
* Resort the last entry to its proper location. D definitely comes before Z.jhb2001-06-201-6/+5
|
* Remove a duplicate entry.jhb2001-06-201-3/+0
|
* Fix a couple of tips, and add a new one.nik2001-06-191-15/+8
| | | | Submitted by: Alexey V. Neyman <avn@any.ru>
* Correct some typos.dd2001-06-191-2/+2
| | | | | PR: 28251 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* More tips. I'd never heard of look(1) before.nik2001-06-161-0/+159
| | | | Submitted by: Dru <genisis@istar.ca>
* More tips, this time from the Russian Fidonet FreeBSD Echo.nik2001-06-161-0/+12
| | | | | | And I never knew about ports(7) before. Submitted by: Alexey V. Neyman <avn@any.ru>
* De-credit myself in order to be consistent.eivind2001-06-151-19/+37
| | | | Also add a few more tips while I am here.
* More tips.nik2001-06-151-0/+24
| | | | Submitted by: David Scheidt <dscheidt@tumbolia.com>
* Add a new category of fortunes, 'freebsd-tips'. Useful hints, advice, andnik2001-06-152-3/+281
| | | | | pointers to areas of the system that might not be apparent on first inspection.
* DECR() macro still depended on -traditional-cpp behaviour.ru2001-06-143-60/+60
| | | | Noticed by: bde
* Style nits:ru2001-06-141-2/+2
| | | | | | | GBINDIR -> ORIGBINDIR GBINGRP -> ORIGBINGRP Submitted by: bde
* Games ownership cleanup.ru2001-06-138-19/+20
| | | | Urged by: bde
* Axe -traditional-cpp that behaves badly with -nostdinc and WARNS=2.ru2001-06-131-1/+0
|
* Fix ISO_ to preferred MIME nameache2001-06-101-1/+1
|
* mvprintw is varadic - it doesn't take a va_list. Use vw_printwdwmalone2001-06-061-1/+2
| | | | | | | instead. Submitted by: Andrew Gordon <arg@arg1.demon.co.uk> MFC after: 1 week
* Remove #if 0'd code. It turned up on my MAXPATHLEN + 1 sweep.imp2001-06-051-35/+0
|
* When a game ends that makes the top 10, the function insert_score inphk2001-05-231-1/+1
| | | | | | | | | | score.c is called to make the new score file. But the case for KFIRE (killed by fire) incorrectly uses strcpy instead of strcat (all the other cases use strcat). This puts the string in the wrong place and corrupts the score file. PR: 13278 Submitted by: Mark W. Krentel krentel@dreamscape.com
* s/Cthulu/Cthulhu/dcs2001-05-211-2/+2
| | | | | | | | Alas, the first one is a repeat in a slightly different format and ought to be removed (or the other copy). I'll leave that to more enterprising souls, though (Cthulhu loves enterprising souls). MFC after: 3 days
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-204-5/+8
| | | | MFC after: 1 week
OpenPOWER on IntegriCloud