2020-11-10 |
christos | Antivaxer support. |
commit | commitdiff | tree | snapshot |
2020-11-10 |
christos | can't have config.h and config.H in case-preserving... |
commit | commitdiff | tree | snapshot |
2020-11-10 |
christos | don't segv if the terminal is too big. |
commit | commitdiff | tree | snapshot |
2020-11-10 |
christos | pray-tell where are you trying to write? |
commit | commitdiff | tree | snapshot |
2020-11-10 |
christos | Time warp forward 34 years so that it compiles (but... |
commit | commitdiff | tree | snapshot |
2020-11-10 |
kamil | Remove the smap.* files |
commit | commitdiff | tree | snapshot |
2020-11-10 |
kamil | Integrate Warp Kit into the NetBSD build |
commit | commitdiff | tree | snapshot |
2020-11-10 |
kamil | Reset CVS keywords |
commit | commitdiff | tree | snapshot |
2020-11-09 |
kamil | Add Warp Kit, Version 7.0 by Larry Wall |
commit | commitdiff | tree | snapshot |
2020-11-09 |
dholland | Restore the catman joke. |
commit | commitdiff | tree | snapshot |
2020-11-09 |
kamil | Revert to the original phrasing, but remove the man... |
commit | commitdiff | tree | snapshot |
2020-11-08 |
kamil | catman(8) is a past thing |
commit | commitdiff | tree | snapshot |
2020-10-30 |
simonb | Add one. |
commit | commitdiff | tree | snapshot |
2020-10-14 |
nia | rain(6): Make the default delay useful for modern terminals |
commit | commitdiff | tree | snapshot |
2020-10-14 |
nia | worms(6): Use a reasonable default delay for non-1980s... |
commit | commitdiff | tree | snapshot |
2020-10-12 |
christos | - remove duplicate comment |
commit | commitdiff | tree | snapshot |
2020-10-12 |
christos | more clarifications. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
christos | mention hex numbers |
commit | commitdiff | tree | snapshot |
2020-10-11 |
christos | Remove is_hex_str() (trying to guess if a number was... |
commit | commitdiff | tree | snapshot |
2020-10-11 |
christos | From gson@ |
commit | commitdiff | tree | snapshot |
2020-10-07 |
christos | - for readability when the exponent < 10 don't prefix... |
commit | commitdiff | tree | snapshot |
2020-10-05 |
christos | PR/55695: Andreas Gustafsson: factor(6) -h option doesn... |
commit | commitdiff | tree | snapshot |
2020-10-05 |
christos | revert previous and don't parse octal |
commit | commitdiff | tree | snapshot |
2020-10-05 |
tnn | factor: usage(): mark __dead |
commit | commitdiff | tree | snapshot |
2020-10-04 |
christos | - Accept octal input. |
commit | commitdiff | tree | snapshot |
2020-10-04 |
kre | Fix a typo (s/int/in/) |
commit | commitdiff | tree | snapshot |
2020-10-03 |
christos | PR/55693: Andreas Gustafsson: factor(6) lists factors... |
commit | commitdiff | tree | snapshot |
2020-09-07 |
mrg | avoid uninit memory and use memmove vs strncpy for... |
commit | commitdiff | tree | snapshot |
2020-09-06 |
mrg | apply ${GCC_NO_FORMAT_TRUNCATION} to scores.c |
commit | commitdiff | tree | snapshot |
2020-08-19 |
msaitoh | s/ be be / be / |
commit | commitdiff | tree | snapshot |
2020-07-26 |
nia | robots: Use arc4random_uniform for better uniform distr... |
commit | commitdiff | tree | snapshot |
2020-07-26 |
nia | random(6): Use arc4random_uniform to simplify code |
commit | commitdiff | tree | snapshot |
2020-07-26 |
nia | Revert arc4random usage for now |
commit | commitdiff | tree | snapshot |
2020-07-21 |
nia | fortune: arc4random_uniform for better uniform values... |
commit | commitdiff | tree | snapshot |
2020-07-21 |
nia | tetris: Use arc4random_uniform instead of modulo for... |
commit | commitdiff | tree | snapshot |
2020-07-12 |
dholland | Avoid messing up the display when too many letters... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
rillig | cgram(6): use standard cursor keys, use standard shuffl... |
commit | commitdiff | tree | snapshot |
2020-06-15 |
sevan | A revision of "The purpose of computing is insight... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
leot | Recommend using `pkg_admin {fetch-pkg-vulnerabilities... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
leot | Properly quote printf string |
commit | commitdiff | tree | snapshot |
2020-05-18 |
sevan | Heads up on Bell patents |
commit | commitdiff | tree | snapshot |
2020-05-14 |
msaitoh | Remove extra semicolon. |
commit | commitdiff | tree | snapshot |
2020-04-30 |
christos | Simplify, little KNF |
commit | commitdiff | tree | snapshot |
2020-04-30 |
christos | Simplify, errors to stderr. |
commit | commitdiff | tree | snapshot |
2020-04-29 |
nia | unstr: Check that the input filename fits in the buffer. |
commit | commitdiff | tree | snapshot |
2020-04-29 |
nia | strfile: Check that input/output filenames don't exceed... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
joerg | buffnum is shared between subs.c and fancy.c |
commit | commitdiff | tree | snapshot |
2020-04-02 |
sevan | Disks can sense vibes, DTrace confirms it. |
commit | commitdiff | tree | snapshot |
2020-02-22 |
sevan | Andrew Weatherall's tattoo and a track on A Pox On... |
commit | commitdiff | tree | snapshot |
2020-02-16 |
dholland | something I apparently forgot to commit months or years ago |
commit | commitdiff | tree | snapshot |
2020-02-08 |
fox | games/hack: Suppress -Werror=stringop-truncation error. |
commit | commitdiff | tree | snapshot |
2020-02-07 |
fox | games/hack: Revert the strlcpy(1) change since this... |
commit | commitdiff | tree | snapshot |
2020-02-07 |
fox | games/hack: Fix -Wstringop-truncation warning. |
commit | commitdiff | tree | snapshot |
2020-02-06 |
fox | games/battlestar: Replace snprintf(3) with strlcpy... |
commit | commitdiff | tree | snapshot |
2020-02-05 |
fox | games/battlestar: Fix the -Werror=restrict warning. |
commit | commitdiff | tree | snapshot |
2019-12-27 |
msaitoh | s/saftey/safety/ |
commit | commitdiff | tree | snapshot |
2019-12-27 |
msaitoh | s/opration/operation/ |
commit | commitdiff | tree | snapshot |
2019-12-03 |
sevan | Introspection. From "Surely You're Joking, Mr. Feynman!" |
commit | commitdiff | tree | snapshot |
2019-11-10 |
sevan | https://twitter.com/sei6r/status/1182433546331279360 |
commit | commitdiff | tree | snapshot |
2019-11-10 |
sevan | Definition of austerity by Alexei Sayle on Radio 4 |
commit | commitdiff | tree | snapshot |
2019-10-29 |
christos | Gcc-8 bug confusion with restrict on sh3 |
commit | commitdiff | tree | snapshot |
2019-10-27 |
sevan | Chris' happiest moment |
commit | commitdiff | tree | snapshot |
2019-10-13 |
mrg | adjust a fallthru comment and add a missing break. |
commit | commitdiff | tree | snapshot |
2019-10-13 |
mrg | introduce some common variables for use in GCC warning... |
commit | commitdiff | tree | snapshot |
2019-10-05 |
mrg | expand the internal consistency checks in truedirec... |
commit | commitdiff | tree | snapshot |
2019-09-29 |
mrg | convert HAVE_GCC == 7 to HAVE_GCC >= 7. |
commit | commitdiff | tree | snapshot |
2019-09-02 |
wiz | End sentence with a dot. |
commit | commitdiff | tree | snapshot |
2019-09-01 |
sevan | Document history. |
commit | commitdiff | tree | snapshot |
2019-08-22 |
sevan | Donnie Darko |
commit | commitdiff | tree | snapshot |
2019-07-26 |
sevan | The mother of all demos |
commit | commitdiff | tree | snapshot |
2019-07-23 |
uwe | Use .Dl for displays with single command. Specify... |
commit | commitdiff | tree | snapshot |
2019-07-23 |
uwe | strfile is installed, don't claim it isn't. |
commit | commitdiff | tree | snapshot |
2019-07-23 |
uwe | Prettify formatting. |
commit | commitdiff | tree | snapshot |
2019-07-22 |
sevan | Use double dash to simulate em dash |
commit | commitdiff | tree | snapshot |
2019-07-22 |
sevan | Use \(em to get an emphasis dash |
commit | commitdiff | tree | snapshot |
2019-07-22 |
sevan | Art for the masses - The Dream Machine |
commit | commitdiff | tree | snapshot |
2019-03-19 |
pgoyette | Report the users score _after_ the game has ended and... |
commit | commitdiff | tree | snapshot |
2019-02-24 |
sevan | Shorter than a season - The Soul Of A New Machine |
commit | commitdiff | tree | snapshot |
2019-02-18 |
christos | add fallthrough |
commit | commitdiff | tree | snapshot |
2019-02-04 |
mrg | apply -Wno-error=implicit-fallthrough on files that... |
commit | commitdiff | tree | snapshot |
2019-02-04 |
mrg | - done() can return in wizard mode. don't NOTREACHED... |
commit | commitdiff | tree | snapshot |
2019-02-04 |
mrg | - 'cango' is used beyond a bool type. make it an int. |
commit | commitdiff | tree | snapshot |
2019-02-03 |
mrg | - enlarge buffer to avoid snprintf() truncation |
commit | commitdiff | tree | snapshot |
2019-02-03 |
mrg | - avoid multipling a boolean value, use &&. |
commit | commitdiff | tree | snapshot |
2019-02-03 |
mrg | - add or adjust /* FALLTHROUGH */ where appropriate |
commit | commitdiff | tree | snapshot |
2019-01-21 |
sevan | Add Alfred North Whitehead quote. |
commit | commitdiff | tree | snapshot |
2019-01-13 |
jakllsch | Incite the "Purple Cow" wrath of Gelett Burgess upon... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
pgoyette | More appropriate line-wrapping for previous. |
commit | commitdiff | tree | snapshot |
2018-12-15 |
sevan | Some advice from Adam Savage / Alex Jason |
commit | commitdiff | tree | snapshot |
2018-10-03 |
sevan | Advice from Bob Morris |
commit | commitdiff | tree | snapshot |
2018-09-12 |
sevan | I've been on an Ed Wood binge. |
commit | commitdiff | tree | snapshot |
2018-09-02 |
maxv | replace ipf->npf |
commit | commitdiff | tree | snapshot |
2018-08-25 |
dholland | typo |
commit | commitdiff | tree | snapshot |
2018-08-16 |
maya | Try freebsd's pkg-info as well |
commit | commitdiff | tree | snapshot |
2018-06-24 |
mrg | fix the previous. the code was right, just badly forma... |
commit | commitdiff | tree | snapshot |
2018-06-11 |
kamil | Restore the MKGROFF=bo MKCXX=yes build |
commit | commitdiff | tree | snapshot |
2018-06-10 |
christos | use SUBDIR.roff suggested by uwe@ |
commit | commitdiff | tree | snapshot |
2018-05-08 |
snj | make fortune fatter |
commit | commitdiff | tree | snapshot |
2018-05-01 |
christos | Create a new bsd.hostinit.mk file and put the build... |
commit | commitdiff | tree | snapshot |
2018-03-07 |
eadler | wtf(6): use character classes |
commit | commitdiff | tree | snapshot |
next |