summaryrefslogtreecommitdiff
path: root/sys/src/9/port
AgeCommit message (Expand)Author
2022-10-23sdnvme: fix missing unlock() in submit queue full casecinap_lenrek
2022-10-21kernel: fix freeb() for custom poolscinap_lenrek
2022-09-259/port: revert timer wheel change, breaks pi4 boot, needs more time investiga...cinap_lenrek
2022-09-25devpci: provide a #$ device for PCI config accesscinap_lenrek
2022-09-249/port: reimplement timers to use timer wheelOri Bernstein
2022-09-18sdnvme: avoid "empty if body" warningcinap_lenrek
2022-09-18usbxhci: eliminate "set but not used" warningcinap_lenrek
2022-09-17devip: do tcp mss clamping when forwarding packetscinap_lenrek
2022-09-03kernel: half NERR, refcount Note's to avoid excessive allocations for postnot...cinap_lenrek
2022-08-26sdnvme: correct mode/serial/firmware string lengthsSigrid Solveig Haflínudóttir
2022-08-18devvga: fix race condition between writes to vgactlqwx
2022-08-17kernel: allocate notes in heapcinap_lenrek
2022-08-17kernel: simplify notify() adding common popnote() functioncinap_lenrek
2022-08-15mkdevc: fix dtracy-disabled builds (thanks ori)Sigrid Solveig Haflínudóttir
2022-08-13dtracy: make timer probes run in interrupt contextOri Bernstein
2025-05-14kernel: get rid of Proc.kstackglenda
2022-08-129: compute available kernel pages using sizeof(Proc*)Ori Bernstein
2022-08-109/port: allow kiloprocs -- allocate procs lazilyOri Bernstein
2022-08-09kernel: use 64 bits for mountidsglenda
2022-07-31usb: fix ehci isochronous "in" split transactionscinap_lenrek
2022-07-30bind, mount: stop returning mount idOri Bernstein
2022-07-25sysproc: raise limit on #! lines, and allow quoted argsOri Bernstein
2022-07-03imx8: pcie and nvme supportcinap_lenrek
2022-07-03sdnvme: add dmaflush() instructions, move to port/cinap_lenrek
2022-06-29kernel: revert /srv/cloneJacob Moody
2022-06-22kernel: correct error handling in /srv/clone readJacob Moody
2022-06-21kernel: add /srv/clone to get seperate /srv bulletin boards.Jacob Moody
2022-06-19etherimx: fix link negotiationcinap_lenrek
2022-06-18imx8/usdhc: work around broken multi-write for nowcinap_lenrek
2022-06-17kernel: add dev dtracy provider.Jacob Moody
2022-06-15skel(3) → skelfs(4)Jacob Moody
2022-06-14kernel: devwalk: correct debug printJacob Moody
2022-06-14kernel: devskel: use RWlockJacob Moody
2022-06-12devsrv: revert 'add /srv/clone'Ori Bernstein
2022-06-12kernel: add /srv/cloneJacob Moody
2022-06-11devi2c: add generic i2c bus drivercinap_lenrek
2022-06-07kernel: add devskel for pc and pc64Jacob Moody
2022-06-05kernel: cleanup unused fields from devpipeJacob Moody
2022-05-28kernel: be more careful about argc for /dev/drivers writesJacob Moody
2022-05-28kernel: add /rc to devrootJacob Moody
2022-05-28kernel: add chdev command to devconsJacob Moody
2022-05-19kernel: remove dead case from devpipeJacob Moody
2022-05-15kernel: disable wstat for devpipeJacob Moody
2022-05-02kernel: fix noteid change race condition from devproc while forking (thanks j...cinap_lenrek
2022-04-02devdraw: printmesg: implement "z" fmt arg (safe since printmesg is disabled)Sigrid Solveig Haflínudóttir
2022-03-30devsd: cache SDunit pointer in Chan.aux, improve error handlingcinap_lenrek
2022-03-19devuart: allow serial console on late detected uartscinap_lenrek
2022-02-27devbridge: fix vlan range parsingcinap_lenrek
2022-02-26devbridge: improve locking, unbind ports automatically on read error and more...cinap_lenrek
2022-02-21usbxhci: endpoint address needs to be masked with Epmax from endpoint numbercinap_lenrek