summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
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