Age | Commit message (Expand) | Author |
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 |
2017-01-13 | Disable and lock Silicon Debug feature on modern Intel CPUs | Mike Belopuhov |
2017-01-13 | Add vmmci(4) (VMM control interface), a simple guest-side driver for vmm(4) VMs | Reyk Floeter |
2017-01-13 | sync | Reyk Floeter |
2017-01-13 | Add PCI ID for vmm control interface | Reyk Floeter |
2017-01-13 | Always compile the mira code if net80211 is included. | Stefan Sperling |
2017-01-13 | Call pmap_pte_update() where the vp lookup has already been done | Patrick Wildt |
2017-01-13 | Some code already does a vp lookup, so there's no need to call | Patrick Wildt |
2017-01-13 | Rename pte_{insert,remove} to pmap_pte_{insert,remove} to better | Patrick Wildt |
2017-01-13 | Ansify cpu_sysctl() on alpha, arm, arm64, luna88k and sparc64. | Frederic Cambus |
2017-01-13 | Remove recursive splsoftnet() but use splsoftassert() instead. | Martin Pieuchot |
2017-01-13 | SVM/RVI: vm_impl_init_svm implementation, create pmap for RVI VMs | Mike Larkin |
2017-01-13 | Starting to merge my old AMD SVM/RVI tree, piece by piece. | Mike Larkin |
2017-01-12 | Execute XenStore watch callbacks on a dedicated task queue | Mike Belopuhov |
2017-01-12 | Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts(). | Stefan Sperling |
2017-01-12 | Finish initial 11n support for athn(4). | Stefan Sperling |
2017-01-12 | Remove unneeded splsoftnet(). | Martin Pieuchot |
2017-01-12 | Don't write configuration request replies outside of the packet | Rafael Zalamena |
2017-01-12 | Unlink PF state keys before passing mbufs to drivers. | Martin Pieuchot |
2017-01-12 | Remove vc_hsa_stack_va, it has not been used in a long time and is no | Mike Larkin |
2017-01-12 | add a couple missing comments, no code change | Mike Larkin |
2017-01-12 | Clean up multicast files from unused definitions and comments. | Rafael Zalamena |
2017-01-11 | safe to enter arm64 | Theo de Raadt |
2017-01-11 | Move the membar in counters_read(). It has to be between reading | Alexander Bluhm |
2017-01-11 | Remove mfc hash tables and use the OpenBSD routing table for multicast | Rafael Zalamena |
2017-01-11 | A data abort caused by an execution access fault should propagate its | Patrick Wildt |
2017-01-11 | Remove m_pullup() from packet-out since it is not doing anything anymore | Rafael Zalamena |
2017-01-11 | Increase the size of the buffers used for _HID and _CID strings to be | Jonathan Gray |
2017-01-11 | Prohibit execution of kernel pages by userland and prohibit execution | Patrick Wildt |