summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2017-01-20sdmmc sd(4) devices should be marked SID_REMOVABLE, so that eject(1) canTheo de Raadt
2017-01-20No need to handle SIOCAIFADDR in drivers, it's never passed down toMartin Pieuchot
2017-01-19forgot this in previous commit (SVM_MSR* macro definitions)Mike Larkin
2017-01-19add hooks so we can query the current state of a BFD sessionPeter Hessler
2017-01-19SVM: register reset and intercept setup codeMike Larkin
2017-01-19SVM: VMCB intercept definitionsMike Larkin
2017-01-19Do not return an error code for SIOCSIFFLAGS.Martin Pieuchot
2017-01-19Extend struct platform with MP control functions, and add bootstrap codeVisa Hankala
2017-01-19Add mplock.h for loongson.Visa Hankala
2017-01-19RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecatesAlexander Bluhm
2017-01-19No need for conditionals around free(9)Mike Belopuhov
2017-01-19Zero a return value variable at the start of hifn_process() to avoidJonathan Gray
2017-01-19when parsing a BFD packet, avoid an uninitialized variable if thePeter Hessler
2017-01-19Export the host time to the guest, add it as a timedelta sensor in vmmci(4)Reyk Floeter
2017-01-19make error handling a function, and use it in a few placesPeter Hessler
2017-01-19rtisvalid() checks for RTF_UP, so instead check for RTF_BFDPeter Hessler