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