summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-203-1/+4
| | | | MFC after: 1 week
* %DCL-I-FORMATRIGHT, Format VMS error messages pedantically correct.imp2001-04-231-2/+2
|
* beforeinstall -> SCRIPTS.ru2001-04-072-8/+2
|
* Axe out duplicate.phk2001-03-281-15/+0
| | | | | | | Not to submitter: (I don't let Jordan use my axe) PR: 24782 Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
* Spelling fixes.phk2001-03-281-3/+3
| | | | | PR: 20474 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Remove duplicate.phk2001-03-281-12/+0
| | | | | PR: 19670 Submitted by: Anton Berezin <tobez@tobez.org>
* Remove a duplicate piece of chalk.phk2001-03-282-4/+0
| | | | | PR: 23132 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-2639-5/+40
| | | | - MAN[1-9] -> MAN.
* Lets spell the guys name correctly: s/Avogardo/Avogadro/wilko2001-03-231-1/+1
|
* Set the default manual section for games/ to 6.ru2001-03-2037-37/+16
|
* Compare initscr to NULL not ERR. Add FreeBSD tag.dwmalone2001-03-051-2/+3
| | | | PR: 19044
* setlocale(3) has been fixed to match POSIX standard:ru2001-03-022-4/+4
| | | | LC_ALL takes precedence over other LC_* envariables.
* Prepare for mdocNG.ru2001-02-261-1/+1
|
* Don't include "${.CURDIR}/../../Makefile.inc" explicitly. Doing so wasbde2001-02-213-3/+3
| | | | | | | | | | | a bogus no-op in the usual case where fortune/ is a subdir of games/ (since <bsd.prog.mk> does an equivalent include automatically if possible), but breaks building fortune when fortune/ is outside of the games/ tree (since the include was unconditional here). This fix depends on a previous fix for non-recursiveness of ../Makefile.inc (it didn't exist). PR: 25232
* Fixed style bug (bloat of a line length past 80 columns) in previous commit.bde2001-02-181-2/+2
|
* Correct typo.grog2001-02-151-1/+2
| | | | | | | | Submitted by: "James and Amanda" <jhar2gthr@yahoo.com> (well, ~James, anyway). Of necessity add $FreeBSD$. Required by: Precommit checks.
OpenPOWER on IntegriCloud