summaryrefslogtreecommitdiff
path: root/sys/src
AgeCommit message (Expand)Author
2017-12-28devtls, devssl: avoid ~0UL comparsion (from drawterm)cinap_lenrek
2017-12-28devmnt: use u32int for tagmask, simplify alloctag()cinap_lenrek
2017-12-28wifi: don't implicitely update lastseen timestamp on nodelookup()cinap_lenrek
2017-12-28etheriwl, etherwpi: limit transmit queue buffer bloat to 48k (at 22Mbit ≅ 2...cinap_lenrek
2017-12-28wifi: don't assume Wifi.rates[] is sorted, return net data rate for mbps (50%...cinap_lenrek
2017-12-23devvga: removing #v/vgabios, use /dev/realmodemem insteadcinap_lenrek
2017-12-23kernel: convert textmode cga screen contents to kmesg only oncecinap_lenrek
2017-12-23kernel: remove Ipifc.mbps, unused.cinap_lenrek
2017-12-21ip/tinc: handle and set ethertype for ipv6cinap_lenrek
2017-12-19upas/fs: more bugscinap_lenrek
2017-12-19upas/fs: fix precedence bugs, compare digest pointer to nilcinap_lenrek
2017-12-19ether8169: add Macv45 for RTL8111HN, rename Macv45 -> Macv42 (thanks qeed, sa...cinap_lenrek
2017-12-18nusb/ether: dont forward loopback packets on bridges, remove read nonblocking...cinap_lenrek
2017-12-18devether: dont forward loopback packets on bridgescinap_lenrek
2017-12-18devbridge: disable write blocking on ethernetscinap_lenrek
2017-12-17pc, pc64: add devbridge to kernel configurationcinap_lenrek
2017-12-17devbridge: fix mss clampingcinap_lenrek
2017-12-17ip/tinc: handle single byte noop and end-of-option-list tcp options in clampm...cinap_lenrek
2017-12-17wifi: use protocol constants from ip/ip.h and ip/ipv6.h for dmatproxy()cinap_lenrek
2017-12-16wifi: matt damon wifi bridging supportcinap_lenrek
2017-12-15ether: allow spoofing of source mac address for bridges; used by vmxcinap_lenrek
2017-12-13vmx(1): fix virtio network bloomfilteraiju
2017-12-09devether: remove duplicated parseether() implementation (pull from libip)cinap_lenrek
2017-12-09libflate: force non-empty huffman table in mkzprecode() for deflatecinap_lenrek
2017-12-05disk/edisk: allow printing and readonly inspection of hybrid MBR/GPT disks (t...cinap_lenrek
2017-12-04realemu: fix precedence bug in argconv() format routine (thanks dan cross)cinap_lenrek
2017-12-04realemu: fix pit bcd modecinap_lenrek
2017-12-03devvga: properly handle physical screen size and panningcinap_lenrek
2017-12-03screenlock: put position check back in grabmouse (thanks deuteron)cinap_lenrek
2017-12-03screenlock: have keyboard activity reset blank timeoutcinap_lenrek
2017-12-03screenlock: avoid continuous blanking, draw fullscreen over bordercinap_lenrek
2017-12-03screenlock: some improvementscinap_lenrek
2017-12-03libauth: replace proto=p9cr with new proto=dp9ik/p9sk1 role=login for auth_us...cinap_lenrek
2017-12-03auth/factotum: add role=login protocol variant to dp9ik/p9sk1cinap_lenrek
2017-12-03auth/login: add missing quotefmtinstall(), quote dom attributecinap_lenrek
2017-12-01screenlock: blank screen using /dev/mousectl (thanks sl)cinap_lenrek
2017-11-30libsec: make includes consistent for sha2block*.ccinap_lenrek
2017-11-30libsec: unroll portable sha1block functioncinap_lenrek
2017-11-30libsec: unroll portable sha2block functionscinap_lenrek
2017-11-27games/blit: update screen when display address changes (thanks aap)aiju
2017-11-27vmx(1): fix openbsd 6.2 amd64 !entrystate bugaiju
2017-11-27libsec: optimize aesCBCencrypt()/aesCBCdecrypt()cinap_lenrek
2017-11-26cga: capture cga console contents on boot, make sure cgapos is in rangecinap_lenrek
2017-11-26devvga: re-render text from kmesg after resizecinap_lenrek
2017-11-22spin: Update to most recent version. (thanks Ori_B)cinap_lenrek
2017-11-20libsec: write optimized _chachablock() function for amd64 / sse2cinap_lenrek
2017-11-19libmach: fix format for 8db sse shift opscinap_lenrek
2017-11-196l: fix typo in optab table for APSLLQ (0x7e -> 0x73)cinap_lenrek
2017-11-19kernel: make isaconfig() consistent, not inplace tokenizing the conf stringcinap_lenrek
2017-11-186in4: add -m mtu option to specify outer MTUcinap_lenrek