summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-01-22Introduce the KEEPKERNELS variable: if this is set either in mk.conf orTheo Buehler
2017-01-22Mark the .peheader section as "a". Makes it possible to link with lld.Mark Kettenis
2017-01-22set the TOS/ECN field to Internetwork Control, since that is exactlyPeter Hessler
2017-01-21Add _MIPS_ISA_MIPS32 and _MIPS_ISA_MIPS64 defines for clang.Visa Hankala
2017-01-21non-PCI virtio files have been moved to sys/dev/pvReyk Floeter
2017-01-21Switch include of virtio header from dev/pci/ to dev/pv/Reyk Floeter
2017-01-21Switch include of virtio header from dev/pci/to dev/pv/Reyk Floeter
2017-01-21Move vmmci.c to sys/dev/pv/vmmci.cReyk Floeter
2017-01-21Move virtiovar.h to sys/dev/pv/virtiovar.hReyk Floeter
2017-01-21Move virtioreg.h to sys/dev/pv/virtioreg.hReyk Floeter
2017-01-21Move virtio.c to sys/dev/pv/virtio.cReyk Floeter
2017-01-21Move vioscsireg.h to sys/dev/pv/vioscsireg.hReyk Floeter
2017-01-21Move vioscsi.c to sys/dev/pv/vioscsi.cReyk Floeter
2017-01-21Move viornd.c to sys/dev/pv/viornd.cReyk Floeter
2017-01-21Move viomb.c to sys/dev/pv/viomb.cReyk Floeter
2017-01-21Move viocon.c to sys/dev/pv/viocon.cReyk Floeter
2017-01-21Move vioblkreg.h to sys/dev/pv/vioblkreg.hReyk Floeter
2017-01-21Move vioblk.c to sys/dev/pv/vioblk.cReyk Floeter
2017-01-21In iwm(4), cancel mira timeouts in iwm_stop() and iwm_newstate() instead ofStefan Sperling
2017-01-21Move if_vio.c to sys/dev/pv/if_vio.cReyk Floeter
2017-01-21Move virtio config from files.pci to files.pciReyk Floeter
2017-01-21sockets tell us the size of their data. since we want one udp packet,Peter Hessler
2017-01-21Add missing spl0() call.Patrick Wildt
2017-01-21Only switch the pagetable if we were asked to switch to a userPatrick Wildt
2017-01-21Add Allwinner A64 devices to OpenBSD/arm64. This means we can runPatrick Wildt
2017-01-21arm64 does not make use of constab but instead uses the samePatrick Wildt
2017-01-21be more explict with the size of bfd packets we send and receivePeter Hessler
2017-01-21Add support for the Allwinner A64 PIO controller clock.Patrick Wildt
2017-01-21Move Allwinner drivers that will soon be used by OpenBSD/arm64Patrick Wildt
2017-01-21Add support for the Allwinner A64 (sun50i-a64).Mark Kettenis
2017-01-21p_comm is the process's command and isn't per thread, so move it fromPhilip Guenther
2017-01-21remove some extra whitespace.David Gwynne
2017-01-21Match on the Allwinner A64 ehci compatible as well.Patrick Wildt
2017-01-21Implement EHCI and MMC clock support for the Allwinner A64 SoC.Patrick Wildt
2017-01-21Split out the Allwinner H3 specific clock code into its own functions andMark Kettenis
2017-01-21Change route_input to a non-variadic function and just pass the addressClaudio Jeker
2017-01-21Make the if_flags member unsigned. This was prompted by clangPatrick Wildt
2017-01-20Merge two conditional expressionsMike Belopuhov
2017-01-20if a route is not valid, set down instead of admindownPeter Hessler
2017-01-20fix typoPeter Hessler
2017-01-20don't increase the error counter in the not-down case, in generalPeter Hessler
2017-01-20only increase the error counter if we are in a not-down statePeter Hessler
2017-01-20correctly set our rx timer to be the required minimum, not the barePeter Hessler
2017-01-20use per-cpu counters for rtstat.David Gwynne
2017-01-20Exterminate comcnspeed and comcnmode which were uninitialized andPatrick Wildt
2017-01-20Stop using pfsockaddr_union outside of pf so that we can remove its usageClaudio Jeker
2017-01-20Kill recursive splsofnet()/splx() dances.Martin Pieuchot
2017-01-20pfsync_update_net_tdb() is only called at IPL_SOFTNET, no need for aMartin Pieuchot
2017-01-20keep output packet counters on the ifq structure.David Gwynne
2017-01-20Fix (currently unused) GUID definitions to match the EFI_GUID struct.Jonathan Gray