summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-05-22devip: if the server does not support TCP ws option, disable window scaling (...cinap_lenrek
2019-05-20upas/fs: remove read timeout via alarm(2) in pop3respAlex Musolino
2019-05-19vmx: handle build arch exclude in /sys/src/cmd/mkfilecinap_lenrek
2019-05-19bcm, bcm64: fix cache operations for dma and emmccinap_lenrek
2019-05-18sshnet(4): ... and incoming TCP callscinap_lenrek
2019-05-17mergecinap_lenrek
2019-05-17bcm64: remove unneccesary tlb flush on mmuidmap()cinap_lenrek
2019-05-17bcm64: no need to flush instruction cache when switching TTBR0cinap_lenrek
2019-05-17bcm64: switch to 64k page sizecinap_lenrek
2019-05-177l: don't hardcode 4k pagesize, use INITRNDcinap_lenrek
2019-05-17mergecinap_lenrek
2019-05-17mkone: fix man target (thanks Amavect)cinap_lenrek
2019-05-15draw(3): memlorigin23hiro
2019-05-15bcm64: generalize mmu codecinap_lenrek
2019-05-15bcm64: fix mmu0clear() mistake from previous commitcinap_lenrek
2019-05-14nusb(2): remove startdevs() reference, document getdev() (thanks BurnZeZ)cinap_lenrek
2019-05-13bcm: add cache invalidate before accessing prop buffercinap_lenrek
2019-05-13bcm64: implement reboot supportcinap_lenrek
2019-05-13bcm, bcm64: preserve memsize across reboots, avoid trashing atags while parsi...cinap_lenrek
2019-05-12devip: do not lock selftab in ipselftabread(), remove unused fields from Ipselfcinap_lenrek
2019-05-11memdraw(2): remove references to iprint()BurnZeZ
2019-05-11devip: reset speed and delay on bind, adjust burst on mtu change, ifc->m nil ...cinap_lenrek
2019-05-11devip: make sure ifc is bound in add6 ctl commandcinap_lenrek
2019-05-11devip: remove unused c->car qlock, avoid potential deadlock in ipifcregisterp...cinap_lenrek
2019-05-11devip: avoid media bind/unbind kproc reader startup race, simplify etherbindcinap_lenrek
2019-05-11timezones: add India (thanks joe9)23hiro
2019-05-10bcm64: use exclusive monitor on nrdy to wake up idlehands()cinap_lenrek
2019-05-10ape: fix malloc to deal with more than 4GB of memory on 64 bit systemscinap_lenrek
2019-05-09libc: fix return value for arm64 memset() and memove()cinap_lenrek
2019-05-09libc: use MOVP instruction for arm64 memmove() and memset()cinap_lenrek
2019-05-09bcm64: use MOVP instruction for saving and restoring registerscinap_lenrek
2019-05-09libmach: remove newlinecinap_lenrek
2019-05-09libmach: support for MOVP instruction disassembly for arm64cinap_lenrek
2019-05-097l: implement MOVP instructioncinap_lenrek
2019-05-09libc: provide arm64 assembly versions for memmove() and memset()cinap_lenrek
2019-05-09bcm64: map framebuffer write-through to allow unaligned accesscinap_lenrek
2019-05-07wadfs: avoid comma operator after PBIT32() macroscinap_lenrek
2019-05-07plan9.ini(8), boot(8): clarify the use of $rootdir and $rootspeccinap_lenrek
2019-05-07nusb/usbd: work around devices that ignore the high byte of wLength in contro...cinap_lenrek
2019-05-06Sand edges down on GBIT64()/PBIT64() macros.Ori Bernstein
2019-05-06mergecinap_lenrek
2019-05-06dist/mkfile: add *.pi3.img target for ARM64 raspberry pi3cinap_lenrek