summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* PR/52976: Eitan Adler: handle larger primeschristos2018-02-034-31/+38
| | | | | | | | | | | Using results from J. Sorenson and J. Webster, Strong pseudoprimes to twelve prime bases, Math. Comp. 86(304):985-1003, 2017. teach primes(6) to enumerate primes up to 2^64 - 1. Until Sorenson and Webster's paper, we did not know how many strong speudoprime tests were required when testing alleged primes between 3825123056546413051 and 2^64 - 1. Adapted from: FreeBSD
* Don't skip the superfluous "is" argument if it's not superfluous!pgoyette2018-01-171-2/+4
| | | | | This allows us to use `wtf is` and get information for the acronym "is" and produces the same output as `wtf is is` withough requiring the extra typing by the user.
* Neither bcd(6) nor morse(6) produce output containing slashes, and thepgoyette2018-01-161-3/+3
| | | -d (decode) option works just fine with dashes. :)
* Add _, from Eitan Adler in PR bin/52897maya2018-01-161-2/+3
|
* move offensive quotes per board@mlelstv2017-12-134-54/+53
|
* attributions are supposed to be indented.dholland2017-12-061-5/+5
|
* Correct code flow of a quote translation (by Tom Ivar Helbekkmo)kamil2017-12-061-1/+1
|
* Fix typos, thanks to Tom Ivar Helbekkmopgoyette2017-12-061-3/+3
|
* Add new fortune entry with a quote from Jozef Pilsudskikamil2017-12-051-0/+12
| | | | | | | This quote is a longer form of "the dogs bark, but the caravan goes on" and compares Poles and Lithuanians (historical meanings used from the time of country union of both nations). Today is the 150th birthday anniversary of Jozef Pilsudski (1867-1935).
* revert removals while there is an active discussion on what to do.christos2017-11-192-0/+11
|
* Remove a few offensive quotes, put in as many new quotes.maya2017-11-183-11/+10
| | | PR bin/52735
* add quote about libraries offending everyonejnemeth2017-11-181-0/+3
|
* Add -h option to factor(6): duplicate factors are printed inrin2017-11-112-20/+55
| | | "human-readable" form of x^n.
* Include time.h for time. Drop sys/types.h and expect basic workingjoerg2017-10-021-2/+2
| | | system headers.
* typodholland2017-07-021-1/+1
|
* another onedholland2017-06-131-0/+4
|
* Permit Prof. Steven Falcon [sic] to play hals_end(6) (or, moreleot2017-05-211-2/+2
| | | | seriously: also permit games that contain underscores to be invoked via wargames(6))
* Remove MKCRYPTO option.riastradh2017-05-211-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally, MKCRYPTO was introduced because the United States classified cryptography as a munition and restricted its export. The export controls were substantially relaxed fifteen years ago, and are essentially irrelevant for software with published source code. In the intervening time, nobody bothered to remove the option after its motivation -- the US export restriction -- was eliminated. I'm not aware of any other operating system that has a similar option; I expect it is mainly out of apathy for churn that we still have it. Today, cryptography is an essential part of modern computing -- you can't use the internet responsibly without cryptography. The position of the TNF board of directors is that TNF makes no representation that MKCRYPTO=no satisfies any country's cryptography regulations. My personal position is that the availability of cryptography is a basic human right; that any local laws restricting it to a privileged few are fundamentally immoral; and that it is wrong for developers to spend effort crippling cryptography to work around such laws. As proposed on tech-crypto, tech-security, and tech-userlevel to no objections: https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of *bad* crypto that was conditional on it, e.g. DES in telnet... That should probably be removed too, but on the grounds that it is bad, not on the grounds that it is (nominally) crypto.
* a thing.dholland2017-05-041-0/+3
|
* Remove unmaintained link to imrryr from NetBSD specific fortune(6) entrieskamil2017-04-161-3/+0
| | | | | The original content is not accessible with the original link (missing closing /). This page does not look to be updated since 2002 and artwork is not freely reusable.
* add somethigndholland2017-03-251-0/+2
|
* elide compiler stupidity.christos2017-03-201-11/+13
|
* need time.h for time(), got side-loaded before from <fcntl.h> via <sys/stat.h>christos2017-01-101-2/+3
|
* ned stat.hchristos2017-01-101-2/+3
|
* add a coupledholland2016-10-141-0/+15
|
* Fix another place with a wrong author of "Unkempt Thoughts"kamil2016-08-281-1/+1
| | | Stanislaw Lem -> Stanislaw J. Lec
* Correct the author of "Unkempt Thoughts" - it's Stanislaw Lec, not Lemkamil2016-08-261-3/+3
| | | | | Pointed out by Antoni GrzymaƂa <antoni@grzymala.info> This mistake was in the sources since the beginning of this file in NetBSD.
* add onedholland2016-07-151-0/+2
|
* 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!
* Do not pass usleep() values >= 1 million. From Henning Petersen in PR 51286dholland2016-06-271-3/+5
|
* Double the threshold for crashing out with "too many words".dholland2016-06-251-5/+5
|
* Fix the out-of-memory behavior so the message doesn't disappear underdholland2016-06-121-4/+9
| | | endwin(). Related to PR 3126.
* get rid of getschristos2016-06-051-4/+6
|
* tetris(6) is not limited to CRT displays. noted by tnndholland2016-03-121-2/+2
|
* snake(6) supports LCD displays too. (noted by tnn)dholland2016-03-121-2/+2
|
* Center game board on screen. OK from christos@.nat2016-03-033-4/+7
|
* PR/50411: Rin Okuyama: fix two bugs:christos2015-11-062-3/+5
| | | | - clear blocks in the 0 row, otherwise the pile up forever. - black (white) blocks are not shown as "next shape":
* remove cpp abusedholland2015-08-171-9/+14
|
* Use An in AUTHORS section.wiz2015-07-261-2/+5
|
* Sync descriptive text with actual game definition.pgoyette2015-07-231-2/+2
|
* Fixes color scheme white on black and black on white.nat2015-07-071-3/+8
| | | This commit was approved by christos@
* add onedholland2015-06-271-0/+2
|
* Move game logic out of the file with the curses code.dholland2015-06-254-60/+89
|
* Abolish the foul practice of including every header in existence via adholland2015-06-1911-101/+101
| | | single central "include.h". Use only headers that are actually needed.
* add -b to usage, from leotdholland2015-06-131-2/+2
|
* Fix the list of keys across the bottom so it fits on an 80-column screendholland2015-06-131-2/+2
| | | | | again. Fixes PR 49937. HI MRG
* PR/49850: Nikolai Lifanov: Document acronyms-ochristos2015-04-221-2/+4
|