summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-01-10Make mincore lie. The nature of shared memory means it can spy on whatTed Unangst
2019-01-10Hold a read lock on the map while doing the actual device I/O during inMark Kettenis
2019-01-10Properly implement (as far as we can) Event()/Signal()/Wait() AML operations.Mark Kettenis
2019-01-10regen pcidevs*.hStefan Fritsch
2019-01-10Add virtio 1.x PCI IDsStefan Fritsch
2019-01-10Fix previousStefan Fritsch
2019-01-10Move some PCI-specific defines to a new virtio_pcireg.h fileStefan Fritsch
2019-01-10Remove some more code if VIRTIO_DEBUG is 0Stefan Fritsch
2019-01-10Move some common defines to virtiovar.hStefan Fritsch
2019-01-10settime: Don't cancel ongoing adjtime(2) until after full permission checkscheloha
2019-01-10Use efifb_stolen() to prevent radeondrm from using aperture memoryJonathan Gray
2019-01-10add efifb_stolen() to get the size of the efifb framebufferJonathan Gray
2019-01-09Printing hex values with right adjustment makes it easier to compareAlexander Bluhm
2019-01-09Eliminate an else branch from m_extunref().Visa Hankala
2019-01-09Make arm64 efiboot can boot from partitions other than "a".YASUOKA Masahiko
2019-01-09free(9) sizes.Martin Pieuchot
2019-01-09No need to call usbd_fill_deviceinfo() from a task, it doesn't generate I/O.Martin Pieuchot
2019-01-09Enable Spleen in wsfont and modify the font selection logic at runtimeFrederic Cambus
2019-01-09implement an if_enqueue handler for vlan(4)David Gwynne
2019-01-09split if_enqueue up so drivers can replace ifq handling if neededDavid Gwynne
2019-01-08viocon: Remove obsolete handling of sc_intrhandStefan Fritsch
2019-01-08virtio: Don't include feature strings without VIRTIO_DEBUGStefan Fritsch
2019-01-08RL (NAK count reload) field in QH should be zero when using periodicSASANO Takayoshi
2019-01-08If the mbuf cluster in m_zero() is read only, propagate the M_ZEROIZEAlexander Bluhm
2019-01-08Botched up an if conditional in the last commit. The IP length needs toClaudio Jeker
2019-01-07Extents code has its own set of flags and does not use malloc's.Alexander Bluhm
2019-01-07Enabling both kcov and retguard is now possible due to the recent bump ofanton
2019-01-07Use the `iface' argument from the *attach() function instead of callingMartin Pieuchot
2019-01-07Validate the version, and all length fields of IP packets passed to a raw socketClaudio Jeker
2019-01-07It is possible to call m_zero with a read-only cluster. In that case justClaudio Jeker
2019-01-07tweak ohci_checkrev so it doesnt print a leading comma and space.David Gwynne
2019-01-06the pledge handing for access(2) of /var/run/ypbind.lock is artificiallyTheo de Raadt
2019-01-06Increase L2 PTE reservation for the kernelMike Larkin
2019-01-06fold a bunch of similar sysctl cases into a switch.Ted Unangst
2019-01-06Clear ps_uvpcwd when we free ps_uvpaths. Fixes a crash seen by kn@ and meMark Kettenis
2019-01-06Unbreak SR_DEBUG buildskn
2019-01-06Fix unsafe use of ptsignal() in mi_switch().Visa Hankala
2019-01-06Rewrite ip_pcbopts() to fill a fresh mbuf with the ip options insteadClaudio Jeker
2019-01-06remove some old comments that were inherited from i386 (and wrong)Mike Larkin
2019-01-05fix previous commitMark Kettenis
2019-01-05Expand a macro instruction for clang. Unlike gas, the integratedVisa Hankala
2019-01-05Replace two-operand instruction aliases that clang does notVisa Hankala
2019-01-05match arm64 and armv7 and print unconfigured simplebus devices on octeonJonathan Gray
2019-01-05Add em_pch_cnp to IS_ICH8 macro. Missed when adding em_pch_cnp.Jonathan Gray
2019-01-05regenJonathan Gray
2019-01-05add more intel core and 300 series u idsJonathan Gray
2019-01-05match arm64 and print unconfigured simplebus devices on armv7Jonathan Gray
2019-01-05enable ohci at fdt on RAMDISK as wellJonathan Gray
2019-01-04enable ohci at fdtDavid Gwynne
2019-01-04add support for ohci, as found on the pine64David Gwynne