summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-06devlml: use 64-bit physical addressescinap_lenrek
2020-06-06audiosb16: cleanup audioprobe(), cast ISAConf.port to ulongcinap_lenrek
2020-06-06audioac97: use 64-bit physical addressescinap_lenrek
2020-06-06audiohda: use 64-bit physical addresses, check pci membar typescinap_lenrek
2020-06-06pc/pcmciamodem: cast i/o port to ulongcinap_lenrek
2020-06-06pc/pmmc: check pci membar typecinap_lenrek
2020-06-06uartaxp: use 64-bit physical addresses and check pci membar typescinap_lenrek
2020-06-06pc/wavelan: print Ether.port as 64-bit valuecinap_lenrek
2020-06-06sd53c8xx: use 64-bit physical addressescinap_lenrek
2020-06-06sdmv50xx: use 64-bit physical addresses and check pci membar typecinap_lenrek
2020-06-06sdiahci: use 64-bit physical addressescinap_lenrek
2020-06-06sdodin: use 64-bit physical addresses and check pci membar typecinap_lenrek
2020-06-06sdnvme: make sure pci membar type is memorycinap_lenrek
2020-06-06usbuhci: make sure pci membar type is i/ocinap_lenrek
2020-06-06usbehcipc: use 64-bit physical addresses and check pci membar typecinap_lenrek
2020-06-06pc/ether*: use 64-bit physical addresses and check pci membar types and sizescinap_lenrek
2020-06-06pc/vga*: use 64-bit physical addresses and check pci membar types and sizescinap_lenrek
2020-06-06archacpi: use 64-bit uvlong for physical addressescinap_lenrek
2020-06-06devvga: use 64-bit physical addresses for framebuffercinap_lenrek
2020-06-06devpccard: use 64-bit physical addressescinap_lenrek
2020-06-06usbxhci: use 64-bit physical addressescinap_lenrek
2020-06-06devpnp, devether, devusb: cast ISAConf.port to uvlong (for 32-bit implementat...cinap_lenrek
2020-06-06devusb: print Hci.port as 64-bit uvlongcinap_lenrek
2020-06-06devether: print Ether.port as 64-bit uvlongcinap_lenrek
2020-06-06devpnp: print pci membar as 64-bit uvlongcinap_lenrek
2020-06-06bcm64: bring pci code in line with the pc/pc64cinap_lenrek
2020-06-06bcm64: use uvlong for ISAConf.portcinap_lenrek
2020-06-06bcm64: use 64-bit uvlong physical address in vmap()cinap_lenrek
2020-06-06pc, pc64: implement 64-bit pci membar supportcinap_lenrek
2020-06-06pc, pc64: use 64-bit physical addresses for ISAConf.portcinap_lenrek
2020-06-06pc, pc64: use 64-bit physical addresses for vmap() and upaalloc()cinap_lenrek
2020-06-01mergecinap_lenrek
2020-05-31acme: implement 'scratch' ctl command (thanks Drew DeVault)kvik
2020-05-31kernel: remove unused segment argument in freepte()cinap_lenrek
2020-05-31pc, xen: make PAT support optional (for xen)cinap_lenrek
2020-05-30ape/libdraw: add missing eenter (thanks phil9)Ori Bernstein
2020-05-30imap4d: reject invalid month in date2tm()cinap_lenrek
2020-05-30rc: avoid forking for final command that has variable assignments (to get $ap...cinap_lenrek
2020-05-27ip/cifsd: add FIND_FIRST2 SMB_FIND_FILE_FULL_DIRECTORY_INFO info levelcinap_lenrek
2020-05-26sshnet: prevent ssh process from keeping the mount alivecinap_lenrek
2020-05-24pc, pc64: fix wrong mtrr physmask() for machines without extended address siz...cinap_lenrek
2020-05-24awk: fix race condition with sub-mk in mkfilecinap_lenrek
2020-05-24usbehci: release ctlr ilock before calling pollcheck()cinap_lenrek
2020-05-24mergecinap_lenrek
2020-05-24usbehci: avoid kproc() while holding poll lockcinap_lenrek
2020-05-24man(9): remove accidentally commited indicescinap_lenrek
2020-05-23mergecinap_lenrek
2020-05-23ip/tinc: accept udp connection from any udp source portcinap_lenrek
2020-05-23paint: change colors in the palette with button 3Sigrid
2020-05-23libaml: implement ToDecimalString and ToHexString operationscinap_lenrek