summaryrefslogtreecommitdiff
path: root/sys/src/9/port
AgeCommit message (Expand)Author
2018-03-07usbehci: catch interrupt in tsleepaiju
2018-03-06usbehci: add uframes control request to return uframes one at a timeaiju
2018-03-05usbehci: fix medium- to low quality highspeed isochronous transferscinap_lenrek
2018-02-25devloopback: reassign device letter from #X to #λ to avoid collision with de...cinap_lenrek
2018-02-25kernel: properly handle bad attach specifierscinap_lenrek
2018-02-25devether: remove (unimplemented) detach, allow device creation on attachcinap_lenrek
2018-02-25ns, devproc: quote path and spec arguments for /proc/$pid/ns, namespace(6) do...cinap_lenrek
2018-02-18devether: mux bridges, portable netconsolecinap_lenrek
2018-02-18kernel: fix missing header dependency for ethersink.$Ocinap_lenrek
2018-02-12if ether, then etherif.hcinap_lenrek
2018-02-12ethersink: after the experiment, the zeros get dismantled. and then destroyed.cinap_lenrek
2018-02-11ethersink: provide promisc and multicast functions for v6, set out queue limi...cinap_lenrek
2018-02-11kernel: move devether and wifi to port/cinap_lenrek
2018-01-05stats: show amount of reclaimable pages (add -r flag)cinap_lenrek
2017-12-28devtls, devssl: avoid ~0UL comparsion (from drawterm)cinap_lenrek
2017-12-28devmnt: use u32int for tagmask, simplify alloctag()cinap_lenrek
2017-12-18devbridge: disable write blocking on ethernetscinap_lenrek
2017-12-17devbridge: fix mss clampingcinap_lenrek
2017-11-26devvga: re-render text from kmesg after resizecinap_lenrek
2017-11-04kernel: introduce per process FPU struct (PFPU) for more flexible machine spe...cinap_lenrek
2017-10-30devcons: remove obsolete commentcinap_lenrek
2017-10-30kernel: track more header dependencies in port/portmkfilecinap_lenrek
2017-10-29devswap: fix mistakecinap_lenrek
2017-10-29kernel: introduce devswap #¶ to serve /dev/swap and handle swapfile encryptioncinap_lenrek
2017-10-29devfs: rewrite cryptio()cinap_lenrek
2017-08-28devdup: remove useless OCEXEC check, handled by namec()cinap_lenrek
2017-08-28devsegment: handle ORCLOSE on segment directory correctly, fix wrong qid, mis...cinap_lenrek
2017-08-11kernel: double READSTR buffer size to 8000 bytes for devusbcinap_lenrek
2017-08-11devusb: superspeed bandwidth allocation handled by controller, skip usbload()...cinap_lenrek
2017-08-02usbxhci: handle out of memory in controller initializationcinap_lenrek
2017-07-31xhci: experimental usb3 supportcinap_lenrek
2017-07-31usbehci: fix crash in cancelisoio() for highspeed device due to wrong pollivalcinap_lenrek
2017-07-24usb: fix wrong pollival calculation in setmaxpkt()cinap_lenrek
2017-07-16usbxhci: commit work in progress xhci driver, no config yetcinap_lenrek
2017-06-28kernel: pass bootargs also in multiboot command line, retire the bootline mec...cinap_lenrek
2017-06-20kernel: add support for sticky segments (cached, preallocated, never paged)cinap_lenrek
2017-06-12pc/pc64: debugexc: ignore exception if in kernel mode and can't get hold of u...aiju
2017-06-12kernel: reset nwatchpt in pexitaiju
2017-06-12kernel: add support for hardware watchpointsaiju
2017-06-03kernel: make statistics counters skipscheds and preempts unsignedcinap_lenrek
2017-06-02kernel: don't preempt pager during fscache reclaimcinap_lenrek
2017-05-30devsegment: return proper write count for ctl messagecinap_lenrek
2017-05-21kernel: avoid panic with segio and SG_FAULT segmentscinap_lenrek
2017-05-07kernel: fix namelenerror(), avoid memrchr() and make it staticcinap_lenrek
2017-05-06devproc: can't wait for ourselfs to stop (thanks Shamar)cinap_lenrek
2017-04-30kernel: fix rewinding in directories with pread() offsetcinap_lenrek
2017-04-29devdraw: ignore drawdebug commandcinap_lenrek
2017-04-05kernel: avoid waserror() botch in devwalk (from drawterm, thanks aiju)cinap_lenrek
2017-04-04kernel: fix memory leak in checkpagerefs() debug function (thanks aiju)cinap_lenrek
2017-03-29kernel: fix twakeup()/timerdel() race conditioncinap_lenrek