summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-07yacc: attempt to keep line numbers right for yyparse()cinap_lenrek
2015-12-06mergecinap_lenrek
2015-12-06libmp: fix assert() for mpexp() with nil moduluscinap_lenrek
2015-12-06libmp: fix wrong move instruction for arm vector operationscinap_lenrek
2015-12-06winwatch: l allows label changesaiju
2015-12-01libmp: mpmod() fix typocinap_lenrek
2015-12-01libmp: with mpmod() m = 2^a - c ensure that digits(c) < digits(m)cinap_lenrek
2015-12-01mergecinap_lenrek
2015-12-01libsec: fix genprime() to produce normalized resultcinap_lenrek
2015-11-30mkone: yacc wants the Daiju
2015-11-30webcookies: strdup() file argument to avoid crash (thanks mischief)cinap_lenrek
2015-11-30mergecinap_lenrek
2015-11-30kernel: cleanup exit()/shutdown()/reboot() codecinap_lenrek
2015-11-29fplot(1): fix typoBurnZeZ
2015-11-27fortunes: If you get this, delete it. - Sorry! -- Tim Berners-Lee, www-talk, ...stanley lieber
2015-11-27fplot(1): add BUGS sectionstanley lieber
2015-11-26libsec: add chacha20 poly1305 aead, allow 64 bit iv's for chacha, add tsmemcmp()cinap_lenrek
2015-11-25mpc: mpc.c is generated by yacc, so remove it on mk cleanBurnZeZ
2015-11-25rio: allow reading the image of a hidden window thru the window filecinap_lenrek
2015-11-25rio: fix handling "resize" wctl for hidden windowscinap_lenrek
2015-11-24disksim: don't assume 4-byte pointerscinap_lenrek
2015-11-23rio: stop serving kbdin file (thanks eekee)cinap_lenrek
2015-11-22add mpc(1), extended precision code generatorcinap_lenrek
2015-11-22bootrc: remove usbwait hack, usbd/nusbrc are now synchronous by previous commitcinap_lenrek
2015-11-22usbd: intoruce /env/usbbusycinap_lenrek
2015-11-22devenv: fix ORCLOSE handlingcinap_lenrek
2015-11-21libmp: initial attempt at constant time code, faster reductions for special p...cinap_lenrek
2015-11-20remove dunning-krugerrand codeaiju
2015-11-20libmp: fix test programcinap_lenrek
2015-11-20libmp: add mpvecadd()/mpvecsub() assembly versions for armcinap_lenrek
2015-11-20libmp: 386/amd64 mpvec*(): replace conditional branches with ADC/SBB instruct...cinap_lenrek
2015-11-069fs: add case 9frontstanley lieber
2015-11-06mergecinap_lenrek
2015-11-06kernel: use nicer check in okaddr(), wet floor signs in fixfault()cinap_lenrek
2015-11-06mergecinap_lenrek
2015-11-06kernel: fix okaddr() checkcinap_lenrek
2015-11-029fs: add 9pio case for unauthenticated connections to 9p.io.stanley lieber
2015-11-01mergecinap_lenrek
2015-11-01libmp: optimize case x/0xffffffff in mpdigdiv() (helps arm)cinap_lenrek
2015-11-01libmp: add mpvecdigmuladd()/mpvecdigmulsub() assembly routines for armcinap_lenrek
2015-11-015c: handle (rare) MULU instruction in peephole optimizercinap_lenrek
2015-10-31fortunes: [9fans] FUSE on Plan9stanley lieber
2015-10-31delkey(1): update man page to reflect recent changes.stanley lieber
2015-10-30delkey: don't be stupidaiju
2015-10-28devtls: reject SHA2_256 mac for SSL, but TLS is finecinap_lenrek
2015-10-28mp(2): fix typo mnprand() -> mpnrand()cinap_lenrek
2015-10-25ascii: replace mnemonic np (new page) with ff (form feed) for consistencyBurnZeZ
2015-10-24rio: fix scrolling when cursor is above windowBurnZeZ
2015-10-22libsec: add chacha cipher (from charles forsyth)cinap_lenrek
2015-10-22libsec: add poly1305cinap_lenrek