Age | Commit message (Expand) | Author |
2017-01-21 | Move vioblkreg.h to sys/dev/pv/vioblkreg.h | Reyk Floeter |
2017-01-21 | Move vioblk.c to sys/dev/pv/vioblk.c | Reyk Floeter |
2017-01-21 | In iwm(4), cancel mira timeouts in iwm_stop() and iwm_newstate() instead of | Stefan Sperling |
2017-01-21 | Move if_vio.c to sys/dev/pv/if_vio.c | Reyk Floeter |
2017-01-21 | Move virtio config from files.pci to files.pci | Reyk Floeter |
2017-01-21 | sockets tell us the size of their data. since we want one udp packet, | Peter Hessler |
2017-01-21 | Add missing spl0() call. | Patrick Wildt |
2017-01-21 | Only switch the pagetable if we were asked to switch to a user | Patrick Wildt |
2017-01-21 | Add Allwinner A64 devices to OpenBSD/arm64. This means we can run | Patrick Wildt |
2017-01-21 | arm64 does not make use of constab but instead uses the same | Patrick Wildt |
2017-01-21 | be more explict with the size of bfd packets we send and receive | Peter Hessler |
2017-01-21 | Add support for the Allwinner A64 PIO controller clock. | Patrick Wildt |
2017-01-21 | Move Allwinner drivers that will soon be used by OpenBSD/arm64 | Patrick Wildt |
2017-01-21 | Add support for the Allwinner A64 (sun50i-a64). | Mark Kettenis |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2017-01-21 | remove some extra whitespace. | David Gwynne |
2017-01-21 | Match on the Allwinner A64 ehci compatible as well. | Patrick Wildt |
2017-01-21 | Implement EHCI and MMC clock support for the Allwinner A64 SoC. | Patrick Wildt |
2017-01-21 | Split out the Allwinner H3 specific clock code into its own functions and | Mark Kettenis |
2017-01-21 | Change route_input to a non-variadic function and just pass the address | Claudio Jeker |
2017-01-21 | Make the if_flags member unsigned. This was prompted by clang | Patrick Wildt |
2017-01-20 | Merge two conditional expressions | Mike Belopuhov |
2017-01-20 | if a route is not valid, set down instead of admindown | Peter Hessler |
2017-01-20 | fix typo | Peter Hessler |
2017-01-20 | don't increase the error counter in the not-down case, in general | Peter Hessler |
2017-01-20 | only increase the error counter if we are in a not-down state | Peter Hessler |
2017-01-20 | correctly set our rx timer to be the required minimum, not the bare | Peter Hessler |
2017-01-20 | use per-cpu counters for rtstat. | David Gwynne |
2017-01-20 | Exterminate comcnspeed and comcnmode which were uninitialized and | Patrick Wildt |
2017-01-20 | Stop using pfsockaddr_union outside of pf so that we can remove its usage | Claudio Jeker |
2017-01-20 | Kill recursive splsofnet()/splx() dances. | Martin Pieuchot |
2017-01-20 | pfsync_update_net_tdb() is only called at IPL_SOFTNET, no need for a | Martin Pieuchot |
2017-01-20 | keep output packet counters on the ifq structure. | David Gwynne |
2017-01-20 | Fix (currently unused) GUID definitions to match the EFI_GUID struct. | Jonathan Gray |
2017-01-20 | sdmmc sd(4) devices should be marked SID_REMOVABLE, so that eject(1) can | Theo de Raadt |
2017-01-20 | No need to handle SIOCAIFADDR in drivers, it's never passed down to | Martin Pieuchot |
2017-01-19 | forgot this in previous commit (SVM_MSR* macro definitions) | Mike Larkin |
2017-01-19 | add hooks so we can query the current state of a BFD session | Peter Hessler |
2017-01-19 | SVM: register reset and intercept setup code | Mike Larkin |
2017-01-19 | SVM: VMCB intercept definitions | Mike Larkin |
2017-01-19 | Do not return an error code for SIOCSIFFLAGS. | Martin Pieuchot |
2017-01-19 | Extend struct platform with MP control functions, and add bootstrap code | Visa Hankala |
2017-01-19 | Add mplock.h for loongson. | Visa Hankala |
2017-01-19 | RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecates | Alexander Bluhm |
2017-01-19 | No need for conditionals around free(9) | Mike Belopuhov |
2017-01-19 | Zero a return value variable at the start of hifn_process() to avoid | Jonathan Gray |
2017-01-19 | when parsing a BFD packet, avoid an uninitialized variable if the | Peter Hessler |
2017-01-19 | Export the host time to the guest, add it as a timedelta sensor in vmmci(4) | Reyk Floeter |
2017-01-19 | make error handling a function, and use it in a few places | Peter Hessler |
2017-01-19 | rtisvalid() checks for RTF_UP, so instead check for RTF_BFD | Peter Hessler |