summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-02tinc(8): add history sectionAlex Musolino
2019-07-02usbxhci: fix mysterious ENABLESLOT failures (update to XHCI spec revision 1.2...cinap_lenrek
2019-06-28pc64: preallocate mmupool page tablescinap_lenrek
2019-06-24ape: reimplement rename() - fixing compiler warnings and handling more error ...cinap_lenrek
2019-06-248c, 6c: LEA x, R; MOV (R), R -> MOV x, Rcinap_lenrek
2019-06-248c, 6c: avoid allocating index registers when we don't have tocinap_lenrek
2019-06-248c: skip 64-bit regpair allocation for OINDEX nodes in cgen64()cinap_lenrek
2019-06-23ape: revert rename() changecinap_lenrek
2019-06-21Turn on warnings when building libap.Ori Bernstein
2019-06-21gs: apply mitigations against CVE-2017-8291 (thanks jsmoody)cinap_lenrek
2019-06-20cwfs: remove orphaned lrand.ccinap_lenrek
2019-06-20cwfs: remove old some assert() debuggingcinap_lenrek
2019-06-20bcm, kw, omap, teg2: implement setregisters()cinap_lenrek
2019-06-20cwfs: fix root access time qid path comparsioncinap_lenrek
2019-06-20upas/smtp: handle temporary authentication failurescinap_lenrek
2019-06-20rc-httpd: serve markdown with text/plain content-typeAlex Musolino
2019-06-20pc64: actually fix it, what was i THINKINGcinap_lenrek
2019-06-20pc64: fix compiler warning in rebootjump() entry calculationcinap_lenrek
2019-06-20stdio: fix putc(), plan9 versioncinap_lenrek
2019-06-19ape: fix stdio putc() macro, avoiding "result of operation not used" warningcinap_lenrek
2019-06-19cc: remove nullwarn() from OCAST codegen, zap void castscinap_lenrek
2019-06-19cwfs: properly handle 64 bit qid pathcinap_lenrek
2019-06-19pcc: back out -+ flag removal to allow gracefull upgrade path with new pcc bu...cinap_lenrek
2019-06-18Always turn on the -+ flag in cppOri Bernstein
2019-06-18Import compiler warnings and bugfixes from Charles.Ori Bernstein
2019-06-18mergecinap_lenrek
2019-06-188c, 6c: fix INDEX node #reg calculationcinap_lenrek
2019-06-17Delete dead code.Ori Bernstein
2019-06-17rc-httpd: set charset=utf-8 for all text/* content typesAlex Musolino
2019-06-17rc-httpd: only emit charset option for text/plain content typeAlex Musolino
2019-06-16Add test for pow.cOri Bernstein
2019-06-16Handle NaN and Inf edge cases as specified by posix, instead of barfing.Ori Bernstein
2019-06-14mergecinap_lenrek
2019-06-14devdtracy: make machlocks and dtktab staticcinap_lenrek
2019-06-14bcm64: implement dtracy supportcinap_lenrek
2019-06-11vmx(1): update BUGSaiju
2019-06-11snoopy(8): add support for dhcp classless static routes optionAlex Musolino
2019-06-11snoopy(8): avoid extra spaces in dhcp filter outputAlex Musolino
2019-06-11snoopy(8): include dhcp.h instead of replicating bootp/dhcp options enumAlex Musolino
2019-06-08file(1): recognise unified diff outputAlex Musolino
2019-06-05rc-httpd(8): avoid duplicate log output in dir-index handlerAlex Musolino
2019-06-04Remove trailing whitespace.Ori Bernstein
2019-06-04Lost a trailing \nOri Bernstein
2019-06-04Make 'g' grep recursively by default.Ori Bernstein
2019-05-31plumber: loop will go out of bounds when *++s == '\0'; replace with strstrBurnZeZ
2019-05-27ssh: work around github.com's broken cipher negotiation code (thanks Ori_B)cinap_lenrek
2019-05-24/sys/src/cmd/mkfile: fix PCONLY exclude (thanks stefan)cinap_lenrek
2019-05-24awk: no need to call getargv() twice to get the value for FILENAMEcinap_lenrek
2019-05-24gs: fix missing type check in ztype (thanks jsmoody)cinap_lenrek
2019-05-23gs: apply fixes for CVE-2018-16509 (thanks jsmoody)cinap_lenrek