summaryrefslogtreecommitdiff
path: root/sys/src/9
AgeCommit message (Expand)Author
2017-03-11pc kernel: give cpu servers as many image cache strctures as processescinap_lenrek
2017-03-11pc kernel: avoid AP's spinning in syncclock(), don't wait for thunderbirdsargocinap_lenrek
2017-03-11pc kernel: assume tsc and lapic clock rate on application processors is the s...cinap_lenrek
2017-03-11pc kernel: don't use active.thunderbirdsargo in vunmap() tlb flush codecinap_lenrek
2017-03-11teg2: fix format string warning in mmu.ccinap_lenrek
2017-03-01pc64: enable cputemp drivermischief
2017-03-01pc, pc64: bump Qmax in devarchmischief
2017-02-21ether8169: add support for RTL8106E (thanks _potato)cinap_lenrek
2017-02-20ether82563: work arround phyprobe() failing on 82579LM without cable plugged ...cinap_lenrek
2017-02-19ether82563: support for i219 (tested on t460p, thanks aiju)cinap_lenrek
2017-02-16wifi: timestamps in debug print, flush queue on deassoc, shorter roam timeout...cinap_lenrek
2017-02-16etheriwl: add support for Centrino Advanced-N 6030, 6235 (thanks khm, openbsd)cinap_lenrek
2017-02-13wifi: handle short preamble and short time slot capabilitiescinap_lenrek
2017-01-22pc/pc64: get rid of timerset(0) case, was used with "i8253set off" ctlcinap_lenrek
2017-01-22sgi: get rid of timerset(0) casecinap_lenrek
2017-01-22sgi: cleanup timer codecinap_lenrek
2017-01-12sgi: change definition of tas() to take void* like the restcinap_lenrek
2017-01-12kernel: make the mntcache robust against fileserver like fossil that do not c...cinap_lenrek
2017-01-12kernel: add "close" ctl message for tcp connection to gracefully hang up a co...cinap_lenrek
2016-12-29vgaigfx: enable softscreen by defaultcinap_lenrek
2016-12-17pc: modify cpu0 page tables in patwc() instead of current cpu onescinap_lenrek
2016-12-17pat write combinding support for 386 kernel, honor cpuid bitscinap_lenrek
2016-12-15pc64: implement simple write combining for framebuffers with the PATcinap_lenrek
2016-12-14xen: fix build by adding missing rdrandbuf() functioncinap_lenrek
2016-12-11devmouse: remove unused static map[] arraycinap_lenrek
2016-12-10devmouse: change msec argument of *mousetrack() to ulongcinap_lenrek
2016-12-05audioac97: support for ICH4-ICH7 based cards with memory mapped registers (th...cinap_lenrek
2016-11-29devmouse: various bugfixes, simplifycinap_lenrek
2016-11-29omap: cleanup mouse.c, just a dummy for mousectl()cinap_lenrek
2016-11-29omap: fix format string warning %d for longcinap_lenrek
2016-11-19link loopbackmedium and netdevmedium in bcm/pif, sgi/indy and zynq kernelscinap_lenrek
2016-11-17devtls: remove unused get32() functioncinap_lenrek
2016-11-17pc64: check if vmap() range fits in VMAPLEN window, remove unneeded vmapsync(...cinap_lenrek
2016-11-16ip/tcp: never raise the mss over the link mtu < 1280 for v6cinap_lenrek
2016-11-15ip: get rid of update_mtucache() and restrict_mtu() prototypescinap_lenrek
2016-11-15ip/pktmedium: no mintu, no maclen... thi is ip packetscinap_lenrek
2016-11-15ip/pktmedium: fix wrong hsize, theres no ethernet header on packet mediacinap_lenrek
2016-11-15ip/tcp: only calculae mss from interface mtu when directly reachable for v6cinap_lenrek
2016-11-12kernel/qio: make readblist() offset of type ulong as the restcinap_lenrek
2016-11-12kernel/qio: get rid of unused qcopycnt debug variablecinap_lenrek
2016-11-09kernel/qio: implement concatblock() with pullupblock()cinap_lenrek
2016-11-08kernel/ip: fix typo (rfc -> ifc)cinap_lenrek
2016-11-08gre: check nil for pullupblock()cinap_lenrek
2016-11-08devbridge: simplify etherwrite() as we dont deal with block listscinap_lenrek
2016-11-08kernel/ip: remove nil checks for allocb() and padblock()cinap_lenrek
2016-11-08kernel/qio: maintain Block.next pointer in padblock()cinap_lenrek
2016-11-08kernel/qio: fix comments, fix qiwrite() on close queue, remove debug setmallo...cinap_lenrek
2016-11-08devcons: simplify putstrn0()cinap_lenrek
2016-11-07devbridge: various bugfixes and improvements from charles forsythcinap_lenrek
2016-11-07kernel/qio: big cleanup of qio functionscinap_lenrek