summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-01-17Fix a panic when set-field with VLAN is set, but no VLANs wereRafael Zalamena
2017-01-17Clean-up switch(4) device by removing excess prototypes, verbose debugsRafael Zalamena
2017-01-17Add more action specific validations, unbreak instructions validationRafael Zalamena
2017-01-16Let it compile with debugging enabledMike Belopuhov
2017-01-16Clean up SCSI operation status and state definesMike Belopuhov
2017-01-16Make sure we're producing a 64-bit value when shifting leftMike Belopuhov
2017-01-16Fix declaration: vsw_dev2sc has been renamed to switch_dev2sc.Reyk Floeter
2017-01-16spacingReyk Floeter
2017-01-16Add missing declarations found with -Wmissing-declarationsReyk Floeter
2017-01-16The term "pipline" is used in many places, rename it to pipeline.Reyk Floeter
2017-01-16Removed unused function that is a leftover from the old debug code.Reyk Floeter
2017-01-16Reset block ack state and cancel related timeouts when a HT node disassociates.Stefan Sperling
2017-01-16Prevent wireless frame injection attack described at 33C3 in the talkStefan Sperling
2017-01-15When traversing the mount list, the current mount point is lockedAlexander Bluhm
2017-01-15Harmonize the way frame buffer drivers display resolution and colorFrederic Cambus
2017-01-15Make sure to also backup and restore the a4x bus space map functionPatrick Wildt
2017-01-15When dropping to EL1 ensure we have written to all special registers byPatrick Wildt
2017-01-15Address _start relative to the current program counter, like we alreadyPatrick Wildt
2017-01-14Revert aml_rdpciaddr changes; breaks several machines that were workingMark Kettenis
2017-01-14Move a splx() in pmap_enter() to handle all return paths.Jonathan Gray
2017-01-13In comparison to armv7, our arm64 port passes the bus space tag asPatrick Wildt
2017-01-13Enable vmmci(4)Reyk Floeter
2017-01-13Disable and lock Silicon Debug feature on modern Intel CPUsMike Belopuhov
2017-01-13Add vmmci(4) (VMM control interface), a simple guest-side driver for vmm(4) VMsReyk Floeter
2017-01-13syncReyk Floeter
2017-01-13Add PCI ID for vmm control interfaceReyk Floeter
2017-01-13Always compile the mira code if net80211 is included.Stefan Sperling
2017-01-13Call pmap_pte_update() where the vp lookup has already been donePatrick Wildt
2017-01-13Some code already does a vp lookup, so there's no need to callPatrick Wildt
2017-01-13Rename pte_{insert,remove} to pmap_pte_{insert,remove} to betterPatrick Wildt
2017-01-13Ansify cpu_sysctl() on alpha, arm, arm64, luna88k and sparc64.Frederic Cambus
2017-01-13Remove recursive splsoftnet() but use splsoftassert() instead.Martin Pieuchot
2017-01-13SVM/RVI: vm_impl_init_svm implementation, create pmap for RVI VMsMike Larkin
2017-01-13Starting to merge my old AMD SVM/RVI tree, piece by piece.Mike Larkin
2017-01-12Execute XenStore watch callbacks on a dedicated task queueMike Belopuhov
2017-01-12Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts().Stefan Sperling
2017-01-12Finish initial 11n support for athn(4).Stefan Sperling
2017-01-12Remove unneeded splsoftnet().Martin Pieuchot
2017-01-12Don't write configuration request replies outside of the packetRafael Zalamena
2017-01-12Unlink PF state keys before passing mbufs to drivers.Martin Pieuchot
2017-01-12Remove vc_hsa_stack_va, it has not been used in a long time and is noMike Larkin
2017-01-12add a couple missing comments, no code changeMike Larkin
2017-01-12Clean up multicast files from unused definitions and comments.Rafael Zalamena
2017-01-11safe to enter arm64Theo de Raadt
2017-01-11Move the membar in counters_read(). It has to be between readingAlexander Bluhm
2017-01-11Remove mfc hash tables and use the OpenBSD routing table for multicastRafael Zalamena
2017-01-11A data abort caused by an execution access fault should propagate itsPatrick Wildt
2017-01-11Remove m_pullup() from packet-out since it is not doing anything anymoreRafael Zalamena
2017-01-11Increase the size of the buffers used for _HID and _CID strings to beJonathan Gray
2017-01-11Prohibit execution of kernel pages by userland and prohibit executionPatrick Wildt