summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Integrate Warp Kit into the NetBSD buildkamil2020-11-1016-80/+135
* Reset CVS keywordskamil2020-11-1033-643/+66
* Add Warp Kit, Version 7.0 by Larry Wallkamil2020-11-0961-0/+12785
* Restore the catman joke.dholland2020-11-091-1/+1
* Revert to the original phrasing, but remove the man 8 section reference.kamil2020-11-091-1/+1
* catman(8) is a past thingkamil2020-11-081-1/+1
* Add one.simonb2020-10-301-0/+3
* rain(6): Make the default delay useful for modern terminalsnia2020-10-142-11/+12
* worms(6): Use a reasonable default delay for non-1980s terminals.nia2020-10-142-6/+6
* - remove duplicate commentchristos2020-10-121-3/+3
* more clarifications.christos2020-10-121-4/+8
* mention hex numberschristos2020-10-111-2/+5
* Remove is_hex_str() (trying to guess if a number was hex or not). It is notchristos2020-10-111-27/+3
* From gson@christos2020-10-111-31/+42
* - for readability when the exponent < 10 don't prefix it with 0x (from kre)christos2020-10-071-8/+19
* PR/55695: Andreas Gustafsson: factor(6) -h option doesn't always workchristos2020-10-051-3/+41
* revert previous and don't parse octalchristos2020-10-051-7/+4
* factor: usage(): mark __deadtnn2020-10-051-3/+3
* - Accept octal input.christos2020-10-041-5/+6
* Fix a typo (s/int/in/)kre2020-10-041-2/+2
* PR/55693: Andreas Gustafsson: factor(6) lists factors in wrong orderchristos2020-10-032-188/+231
* avoid uninit memory and use memmove vs strncpy for a will bemrg2020-09-071-3/+3
* apply ${GCC_NO_FORMAT_TRUNCATION} to scores.cmrg2020-09-061-1/+2
* s/ be be / be /msaitoh2020-08-192-2/+2
* robots: Use arc4random_uniform for better uniform distributionnia2020-07-262-16/+6
* random(6): Use arc4random_uniform to simplify codenia2020-07-261-9/+5
* Revert arc4random usage for nownia2020-07-261-3/+5
* fortune: arc4random_uniform for better uniform values than random() % ...nia2020-07-212-20/+11
* tetris: Use arc4random_uniform instead of modulo for better randomnessnia2020-07-212-4/+3
* Avoid messing up the display when too many letters are guessed at once.dholland2020-07-121-4/+12
* cgram(6): use standard cursor keys, use standard shuffle algorithmrillig2020-07-021-9/+13
* A revision of "The purpose of computing is insight, not numbers" bysevan2020-06-151-0/+2
* Recommend using `pkg_admin {fetch-pkg-vulnerabilities,audit}' instead ofleot2020-06-071-2/+2
* Properly quote printf stringleot2020-06-071-1/+1
* Heads up on Bell patentssevan2020-05-181-0/+5
* Remove extra semicolon.msaitoh2020-05-141-3/+3
* Simplify, little KNFchristos2020-04-301-22/+22
* Simplify, errors to stderr.christos2020-04-301-17/+18
* unstr: Check that the input filename fits in the buffer.nia2020-04-291-3/+3
* strfile: Check that input/output filenames don't exceed the buffer sizenia2020-04-291-4/+16
* buffnum is shared between subs.c and fancy.cjoerg2020-04-222-5/+5
* Disks can sense vibes, DTrace confirms it.sevan2020-04-021-0/+3
* Andrew Weatherall's tattoo and a track on A Pox On The Pioneers album.sevan2020-02-221-0/+2
* something I apparently forgot to commit months or years agodholland2020-02-161-0/+3
* games/hack: Suppress -Werror=stringop-truncation error.fox2020-02-081-1/+2
* games/hack: Revert the strlcpy(1) change since this changes expected behavior...fox2020-02-071-3/+3
* games/hack: Fix -Wstringop-truncation warning.fox2020-02-071-3/+3
* games/battlestar: Replace snprintf(3) with strlcpy(3) for better performance.fox2020-02-061-6/+6
* games/battlestar: Fix the -Werror=restrict warning.fox2020-02-051-6/+6
* s/saftey/safety/msaitoh2019-12-271-2/+2