summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Shorter than a season - The Soul Of A New Machinesevan2019-02-241-0/+4
|
* add fallthroughchristos2019-02-181-2/+3
|
* apply -Wno-error=implicit-fallthrough on files that have fallthrumrg2019-02-042-2/+16
| | | comments but are missed by the current checker.
* - done() can return in wizard mode. don't NOTREACHED'd itmrg2019-02-041-3/+3
| | | but break instead.
* - 'cango' is used beyond a bool type. make it an int.mrg2019-02-041-3/+6
| | | - add a couple of fallthru comments.
* - enlarge buffer to avoid snprintf() truncationmrg2019-02-033-9/+9
|
* - avoid multipling a boolean value, use &&.mrg2019-02-031-3/+3
|
* - add or adjust /* FALLTHROUGH */ where appropriatemrg2019-02-0315-30/+75
| | | | - add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily
* Add Alfred North Whitehead quote.sevan2019-01-211-0/+4
|
* Incite the "Purple Cow" wrath of Gelett Burgess upon ourselves.jakllsch2019-01-131-0/+9
|
* More appropriate line-wrapping for previous.pgoyette2018-12-151-2/+2
|
* Some advice from Adam Savage / Alex Jasonsevan2018-12-151-0/+4
| | | https://www.reddit.com/r/mythbusters/comments/3wgqgv/the_origin_of_the_remember_kids_the_only/
* Advice from Bob Morrissevan2018-10-031-0/+3
| | | https://www.ieee-security.org/Cipher/ConfReports/conf-rep-Crypto95.html
* I've been on an Ed Wood binge.sevan2018-09-121-0/+6
|
* replace ipf->npfmaxv2018-09-021-2/+2
|
* typodholland2018-08-251-1/+1
|
* Try freebsd's pkg-info as wellmaya2018-08-161-1/+8
| | | From John Hein, via Nikolai Lifanov. PR misc/52684
* fix the previous. the code was right, just badly formatted before.mrg2018-06-241-4/+3
| | | should fix infinite loops reported in some cases.
* Restore the MKGROFF=bo MKCXX=yes buildkamil2018-06-111-2/+2
| | | | | | Mark the documentation in dc(1), gprof(1), rogue(6) and fsck_ffs(8) with the .roff flag in SUBDIR. Sponsored by <The NetBSD Foundation>
* use SUBDIR.roff suggested by uwe@christos2018-06-101-2/+2
|
* make fortune fattersnj2018-05-081-0/+4
|
* Create a new bsd.hostinit.mk file and put the build definitions for all hostchristos2018-05-012-4/+4
| | | | | | programs there; make all Makefiles that use bsd.hostprog.mk include it. Namely turn off MKREPRO and don't make lint, man pages, info files etc. Remove the Makefile.inc files that contained these same settings, and remove the settings from Makefile.host
* wtf(6): use character classeseadler2018-03-071-2/+2
| | | ok pgoyette@ silence dholland@
* wtf(6): quote "$f"eadler2018-03-071-2/+2
| | | ok pgoyette@ silence dholland@
* [fish] don't allow users to request cards they have made books foreadler2018-03-051-6/+16
| | | | | | | While here, don't re-renter pro mode PR bin/52973 ok maya@ dh@
* Typos.dholland2018-02-081-3/+3
|
* fix for OpenSSL-1.1christos2018-02-061-8/+8
|
* fix issues found by GCC 6.4:mrg2018-02-043-8/+11
| | | | | | | | | | | | | | | | | battlestar was missing some {} in its insane printf()+puts() usage. this is a literal code sequence i found: printf("The blast catches "); printf("the goddess in the "); printf("stomach, knocking "); puts("her to the ground."); printf("She writhes in the "); printf("dirt as the agony of "); puts("death taunts her."); puts("She has stopped moving."); no lines inserted or removed. tetris' checkscores() had wrong and missing {} usage.
* 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
|