Age | Commit message (Expand) | Author |
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 |
2017-01-19 | when deconfiguring a BFD session, clear both the RTF_BFD flag on the | Peter Hessler |
2017-01-19 | rename a couple of macros that are causing me a merge headache with the | Mike Larkin |
2017-01-19 | remove the BFD flag on a route *before* we actually delete the route | Peter Hessler |
2017-01-19 | There are currently two pmap flags on arm64 that are supposed to be | Patrick Wildt |
2017-01-19 | use a space instead of a tab, for consistancy | Peter Hessler |
2017-01-19 | SVM: matching vcpu deinit functions for previous commits | Mike Larkin |
2017-01-19 | SVM: vcpu_init_svm - allocate memory for control structures (vmcb, | Mike Larkin |
2017-01-19 | SVM: vcpu_init_svm - allocate memory for control structures (vmcb, | Mike Larkin |
2017-01-19 | Enable TKIP as pairwise cipher when ifconfig's wpaprotos option enables WPA1. | Stefan Sperling |
2017-01-19 | reduce differences to amd64 | Mike Larkin |
2017-01-19 | delete some empty lines found when diffing amd64 vs i386 | Mike Larkin |
2017-01-18 | Don't forget to free bounce buffer data when destroying the ring | Mike Belopuhov |
2017-01-18 | Use LIST_FOREACH to traverse icmp6_mtudisc_callbacks. Fix whitespaces. | Alexander Bluhm |
2017-01-18 | Fixup typos reported by Adam Jeanguenat <avj at fig ! 6v6 ! org>, thanks! | Mike Belopuhov |
2017-01-18 | Allow changing of sender ip/port without switching address family. | Florian Obser |
2017-01-18 | Allow changing of receiver ip/port without switching address family. | Florian Obser |
2017-01-18 | i386 version of a fix that went in for amd64 previously | Mike Larkin |
2017-01-17 | Enable switch(4). | Rafael Zalamena |
2017-01-17 | Add missing malloc(9) return value check in athn_node_alloc(). | Stefan Sperling |
2017-01-17 | Remove uaddr_hint allocator | Stefan Kempf |
2017-01-17 | Make switch(4) compile with debug again. | Rafael Zalamena |
2017-01-17 | Initialize swas_actions for set-field with the expected pointer to the | Rafael Zalamena |
2017-01-17 | Fix a panic when set-field with VLAN is set, but no VLANs were | Rafael Zalamena |
2017-01-17 | Clean-up switch(4) device by removing excess prototypes, verbose debugs | Rafael Zalamena |
2017-01-17 | Add more action specific validations, unbreak instructions validation | Rafael Zalamena |
2017-01-16 | Let it compile with debugging enabled | Mike Belopuhov |
2017-01-16 | Clean up SCSI operation status and state defines | Mike Belopuhov |
2017-01-16 | Make sure we're producing a 64-bit value when shifting left | Mike Belopuhov |
2017-01-16 | Fix declaration: vsw_dev2sc has been renamed to switch_dev2sc. | Reyk Floeter |
2017-01-16 | spacing | Reyk Floeter |
2017-01-16 | Add missing declarations found with -Wmissing-declarations | Reyk Floeter |
2017-01-16 | The term "pipline" is used in many places, rename it to pipeline. | Reyk Floeter |
2017-01-16 | Removed unused function that is a leftover from the old debug code. | Reyk Floeter |
2017-01-16 | Reset block ack state and cancel related timeouts when a HT node disassociates. | Stefan Sperling |
2017-01-16 | Prevent wireless frame injection attack described at 33C3 in the talk | Stefan Sperling |
2017-01-15 | When traversing the mount list, the current mount point is locked | Alexander Bluhm |
2017-01-15 | Harmonize the way frame buffer drivers display resolution and color | Frederic Cambus |
2017-01-15 | Make sure to also backup and restore the a4x bus space map function | Patrick Wildt |
2017-01-15 | When dropping to EL1 ensure we have written to all special registers by | Patrick Wildt |
2017-01-15 | Address _start relative to the current program counter, like we already | Patrick Wildt |
2017-01-14 | Revert aml_rdpciaddr changes; breaks several machines that were working | Mark Kettenis |
2017-01-14 | Move a splx() in pmap_enter() to handle all return paths. | Jonathan Gray |
2017-01-13 | In comparison to armv7, our arm64 port passes the bus space tag as | Patrick Wildt |
2017-01-13 | Enable vmmci(4) | Reyk Floeter |