summaryrefslogtreecommitdiff
path: root/sys/src/9/port
AgeCommit message (Expand)Author
2022-02-16devbridge: implement experimental vlan supportcinap_lenrek
2022-01-23devenv: allow environment total size of up to 1MBcinap_lenrek
2022-01-16kernel: make Page.txtflush into an arraycinap_lenrek
2021-12-31remove devssl.ccinap_lenrek
2021-12-13devssl, cpu, import, oexportfs: deleteOri Bernstein
2021-11-26kernel: add extra negative and power-of-two check to pcibarsize()cinap_lenrek
2021-11-26kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TBcinap_lenrek
2021-11-09devtls: reject zero length records (thanks sigrid)cinap_lenrek
2021-11-07kernel/rdb: need to reenable polling mode on the uart, remove cruftcinap_lenrek
2021-11-07sdmmc: do card init in a background process after the first trycinap_lenrek
2021-10-23kernel: make growfd(), findfreefd() and newfd2() staticcinap_lenrek
2021-10-23devswap: improve setswapchan()cinap_lenrek
2021-10-23kernel: fix stat bugscinap_lenrek
2021-10-16devtls: implement "hangup" ctl messagecinap_lenrek
2021-10-16kernel: call freebroken() for kproc() when out of processescinap_lenrek
2021-10-16kernel: dont block allocating kstack for new processescinap_lenrek
2021-10-13usbxhci: xhcirecover proc does not need to check status every 10mscinap_lenrek
2021-10-12kernel: return error from sysrfork instead of waiting and retryingcinap_lenrek
2021-10-11kernel: move waserror() macro to port/portfns.hcinap_lenrek
2021-10-03kernel: ensure that all accesses to Mhead.mount is done with Mhead.lock acquiredcinap_lenrek
2021-09-25devtls: fix bwrite memory leak when channel stops being opencinap_lenrek
2021-08-11qsort: ...forgot to include headers in the commit.Ori Bernstein
2021-07-25libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions us...cinap_lenrek
2021-07-10kernel: export pcienumcaps() for custom capability enumeration in drivers (vi...cinap_lenrek
2021-07-01devmouse: default to no blanking instead of 30 minute blank timeoutcinap_lenrek
2021-05-29kernel: use 64-bit virtual entry point for expanded header, document behaviou...cinap_lenrek
2021-04-25kernel: clean up Mach structurecinap_lenrek
2021-04-18devloopback: fix wrong device character (thanks romano)cinap_lenrek
2021-04-02kernel: get rid of physical page bank array and use conf.mem[] insteadcinap_lenrek
2021-03-31devfs: fix locking and ignore undocumented "fsdev:\n" configuration signaturecinap_lenrek
2021-03-13kernel: remove ucalloc.c duplicatescinap_lenrek
2021-03-13kernel: use 64-bit mask to avoid compiler warning in port/pci.ccinap_lenrek
2021-03-01devpccard, pci: fix pccard support and handle pci expansion romscinap_lenrek
2021-01-17usbehci: use 64-bit base address, remove resetlck, simplify scanpci()cinap_lenrek
2020-12-23devproc: allow anyone to change user of its own processes to "none"cinap_lenrek
2020-12-22kernel: avoid palloc lock during mmurelease()cinap_lenrek
2020-12-21kernel: make addbroken() static, remove misleading Proc* argumentcinap_lenrek
2020-12-20kernel: handle tos and per process pcycle counters in port/cinap_lenrek
2020-12-19kernel: remove Proc* argument from procsetuser() functioncinap_lenrek
2020-12-19devsons: remove #c/pgrpidcinap_lenrek
2020-12-13kernel: implement per file descriptor OCEXEC flag, reject ORCLOSE when openin...cinap_lenrek
2020-12-08devmouse: remove redundant checkSigrid
2020-11-21kernel: add portable pcimsienable()/pcimsidisable(), disable MSI/MSI-X on pci...cinap_lenrek
2020-11-21kernel: remove unused pcinextcap() functioncinap_lenrek
2020-11-03pc, pc64: allocate i/o port space for unassigned pci bars, move ioalloc() to ...cinap_lenrek
2020-10-09kernel: get rid of unused ucallocbcinap_lenrek
2020-09-13kernel: massive pci code rewritecinap_lenrek
2020-09-06wifi: add packet timestamping supportcinap_lenrek
2020-08-23kernel: fix Abind cyclic reference and mounthead leaks (thanks Alex Musolino)cinap_lenrek
2020-08-04devmnt: print chanpath for unexpected reply tagcinap_lenrek