summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-01-19when deconfiguring a BFD session, clear both the RTF_BFD flag on thePeter Hessler
2017-01-19rename a couple of macros that are causing me a merge headache with theMike Larkin
2017-01-19remove the BFD flag on a route *before* we actually delete the routePeter Hessler
2017-01-19There are currently two pmap flags on arm64 that are supposed to bePatrick Wildt
2017-01-19use a space instead of a tab, for consistancyPeter Hessler
2017-01-19SVM: matching vcpu deinit functions for previous commitsMike Larkin
2017-01-19SVM: vcpu_init_svm - allocate memory for control structures (vmcb,Mike Larkin
2017-01-19SVM: vcpu_init_svm - allocate memory for control structures (vmcb,Mike Larkin
2017-01-19Enable TKIP as pairwise cipher when ifconfig's wpaprotos option enables WPA1.Stefan Sperling
2017-01-19reduce differences to amd64Mike Larkin
2017-01-19delete some empty lines found when diffing amd64 vs i386Mike Larkin
2017-01-18Don't forget to free bounce buffer data when destroying the ringMike Belopuhov
2017-01-18Use LIST_FOREACH to traverse icmp6_mtudisc_callbacks. Fix whitespaces.Alexander Bluhm
2017-01-18Fixup typos reported by Adam Jeanguenat <avj at fig ! 6v6 ! org>, thanks!Mike Belopuhov
2017-01-18Allow changing of sender ip/port without switching address family.Florian Obser
2017-01-18Allow changing of receiver ip/port without switching address family.Florian Obser
2017-01-18i386 version of a fix that went in for amd64 previouslyMike Larkin
2017-01-17Enable switch(4).Rafael Zalamena
2017-01-17Add missing malloc(9) return value check in athn_node_alloc().Stefan Sperling
2017-01-17Remove uaddr_hint allocatorStefan Kempf
2017-01-17Make switch(4) compile with debug again.Rafael Zalamena
2017-01-17Initialize swas_actions for set-field with the expected pointer to theRafael Zalamena
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