summaryrefslogtreecommitdiffstats
path: root/quiz
Commit message (Collapse)AuthorAgeFilesLines
* Use PREFIX nowCameron Katri2021-03-282-6/+8
|
* Get all the games compiling for iOSCameron Katri2021-02-221-7/+17
|
* s/opration/operation/msaitoh2019-12-271-1/+1
|
* - add or adjust /* FALLTHROUGH */ where appropriatemrg2019-02-031-2/+3
| | | | - add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily
* Update entries for North and South Yemen, since the two countries werepgoyette2016-06-281-2/+1
| | | | | united a long time ago (according to WikiPedia). Thanks, wiz, for double-checking!
* Fix typo.wiz2016-06-281-1/+1
|
* Missed one.pgoyette2016-06-281-1/+1
|
* Merge updates from PR bin/42576pgoyette2016-06-285-20/+66
| | | XXX Any typos are mine, not those of the PR submitter!
* fix signedness issuedholland2014-03-231-4/+4
|
* ANSIfy function definitionsdholland2009-08-272-41/+24
|
* Use standard C: 'unsigned', not 'u_int'dholland2009-08-271-6/+6
|
* sprinkle staticdholland2009-08-121-20/+20
|
* Fix markupjoerg2009-03-111-2/+2
|
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
|
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
|
* Replve duplicate #includeshubertf2007-01-171-3/+2
| | | From Slava Semushin <slava.semushin@gmail.com>, via private mail
* Fix two lines which were broken by previous commit. Noticed by Thomasrpaulo2005-10-121-4/+2
| | | Klausner.
* misc/31566: Jaap Boender: update African and Asian capitals to therpaulo2005-10-122-30/+52
| | | current situation.
* Sulfur|Sulphur -> Sul[f|ph]urperry2005-08-141-1/+1
|
* Sulfur -> Sulfur | Sulphurperry2005-08-141-1/+1
|
* er, forgot the C{a}esium change in the lastperry2005-08-141-1/+1
|
* 1) Update atomic weights.perry2005-08-141-73/+84
| | | | | | | | | | | The weights here are taken from http://www.iupac.org/publications/pac/2003/7508/7508x1107.html and have been rounded to four significant figures in all cases. In the case of elements that have no isotopes stable enough for reasonable measurement, numbers have been updated from Zumdahl, "Chemistry", Fifth edition and are presented (as before) in parentheses. 2) Cesium is now C{a}esium 3) A number of new elements have been added at the end of the periodic table.
* Aluminum -> Alumin{i}umperry2005-08-141-1/+1
| | | | Aluminium is really the official name, but doing it this way allows entry of either answer.
* Sulphur -> Sulfurperry2005-08-141-1/+1
| | | | | Although the traditional spelling in commonwealth countries is "Sulphur", the official IUPAC name of the element is "Sulfur", and even the Royal Society of Chemistry now spells it "Sulfur".
* Sort list, and add Nunavut, which has been a Canadian province since 1999.jwise2005-05-021-8/+9
|
* Cyprus is part of Europe, not Asia. Turkey is currently listed in bothjwise2005-05-022-1/+1
| | | Europe and Asia, I'm leaving it that way.
* The current President of the United States is George Walker Bush, not Georgejwise2005-05-021-2/+2
| | | Walker Bush, Jr. (his father was George Herbert Walker Bush).
* Remove uses of __P.jsm2004-01-273-21/+21
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-075-32/+12
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Yugoslavia has changed its name to Serbia and Montenegro.jsm2003-03-291-1/+1
|
* The Hague is not the capital of the Netherlands. Reported by Hugo vanjsm2003-03-291-1/+1
| | | | Galen <hugo@Dot.net> (in the Netherlands) and Florian Boehl <flo@namensraumverschmutzung.net>.
* Need <stdlib.h> for abort() prototype.thorpej2002-12-061-2/+3
|
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-4/+3
|
* Mdoc nits -- unneeded ".wiz2002-09-261-2/+2
|
* remove spurious ^A's and ||christos2002-08-201-3/+3
|
* Remove unused variable "err".tron2002-08-061-3/+2
|
* fix regular expression matcher.dbj2002-08-061-7/+8
| | | the string "xc" was failing to match "x[[a|b]|c]"
* Formatting improvements (from OpenBSD)wiz2001-07-111-4/+7
|
* Typo fixes. From OpenBSD.wiz2001-07-102-4/+4
|
* The capital of Mordor is _not_ Minas Morgul.jwise2001-01-121-1/+1
|
* CNN, BSD declare Bush winner.tsarna2000-12-141-1/+4
|
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
|
* Correct capital of the Philippines, allow usual spelling of Jakartajsm2000-04-091-3/+3
| | | | | and prefer the usual name of Cambodia to Khmer. Problems reported by Robert Vollmert <rvollmert@gmx.net>.
* Fix capital of Monaco. It should be Monaco rather than Monte Carlo;jsm1999-12-161-1/+1
| | | | | checked with CIA World Factbook. Problem reported by <capo@writeme.com>.
* Make quiz use POSIX.2 pager handling.jsm1999-12-161-4/+11
|
* Fix some uses of NULL as non-pointer and 0 for null pointer.jsm1999-09-171-3/+3
|
* Change quiz `pres' data file to include vice-presidents, and fix somejsm1999-09-142-43/+81
| | | | | minor errors. From OpenBSD.
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-2/+5
| | | | | | | | | | | | | | | Games which run setgid from dm, but don't need to, should drop their privileges at startup. Games which have a scorefile should open it at startup, then drop all privileges leaving just the open writable file descriptor. If the game can invoke subprocesses, this should be made close-on-exec. Games with scorefiles should make sure they do not get a file descriptor < 3. (Otherwise, they could get confused and corrupt the scorefile when using stdin, stdout or stderr.) Some old setuid revokes from the days of setuid games change into gid revokes.
* Add use of `const' where appropriate to the games.jsm1999-09-083-28/+30
| | | | | | | | | 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). Some such changes were previously covered in PRs bin/6041, bin/6146, bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994, bin/8039, bin/8057 and bin/8093.
* convert from NOxxx= to MKxxx=no.lukem1999-02-131-2/+4
| | | include <bsd.own.mk> if testing a MKxxx variable.