summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-02-26Introduce safe memory reclamation, a mechanism for reclaiming sharedVisa Hankala
2019-02-26Re-enable interrupts on resume with RF switch disabledkn
2019-02-26i forgot to commit a regen after fixing some bcm entriesDavid Gwynne
2019-02-26don't let rxr completely fill the rxr ring.David Gwynne
2019-02-26don't check the pseudowire type in tx and rx paths.David Gwynne
2019-02-26use NET_LOCK to coordinate destroying a cloned interface.David Gwynne
2019-02-26add support for the new pwe3 ioctls.David Gwynne
2019-02-26check for root on mpls and pwe3 ioctlsDavid Gwynne
2019-02-26add some generic ioctls for configuring mpls pseudowire parameters.David Gwynne
2019-02-26put the rx buffer at the end of the cluster.David Gwynne
2019-02-26avoid a deadlock in ixl_down when calling ifq_barrier.David Gwynne
2019-02-26put the rx buffer at the end of the mbufDavid Gwynne
2019-02-25Typo in commentJeremie Courreges-Anglas
2019-02-25Fix memory barrier in __mtx_leave(). membar_exit_before_atomic() cannotVisa Hankala
2019-02-24get rid of an unused softc memberDavid Gwynne
2019-02-24Dynastream ANTUSB-2 works well on uscom(4), from Jan Klemkow.Patrick Wildt
2019-02-24regenPatrick Wildt
2019-02-24Dynastream ANTUSB-2, from Jan Klemkow.Patrick Wildt
2019-02-24Remove -S from install commandskn
2019-02-24Rework iwm(4) Tx rate selection.Stefan Sperling
2019-02-24Remove 11n support from AMRR. All 11n drivers switched to MiRA long ago.Stefan Sperling
2019-02-24always include the lock id address in debug outputanton
2019-02-24initialize struct lockf fields in a consistent order; ok millert@ mpi@ visa@anton
2019-02-23recognise more arm cpusJonathan Gray
2019-02-22Allow ssdfb(4) to be mmap(2)-able so that we can use its framebufferPatrick Wildt
2019-02-22at some point the uvm_km_thread learned to free memory, but the commentTed Unangst
2019-02-21Transfers that span multiple TRBs which wrap around the ring andPatrick Wildt
2019-02-21Cortex A76 is not affected by spectre variant 2 branch target injectionJonathan Gray
2019-02-21get rid of atomic_foo ops in the tx start and completion paths.David Gwynne
2019-02-20When adding a wsmux device to an existing wsmux device usinganton
2019-02-20Protect the hash table with a mutex.Martin Pieuchot
2019-02-20Add support for current limit regulators in addition to the voltagePatrick Wildt
2019-02-20Reject negative input from userland in spkrioctl(). One of the argumentsanton
2019-02-20vmm(4): allow preservation and restoration of guest debug registersMike Larkin
2019-02-20fix the name of some BCM57417 and BCM57416 partsDavid Gwynne
2019-02-20regenDavid Gwynne
2019-02-20the broadcom BCM57811_VF device id should be 0x163f, not 0x16efDavid Gwynne
2019-02-20add support for rfc 6391: flow-aware transport of pseudowires.David Gwynne
2019-02-20don't store the BOS flag as part of the remote label, add it at tx time.David Gwynne
2019-02-20replace sc_flgas with sc_cwordDavid Gwynne
2019-02-20add the locking for coordinating between ioctls and a clone destroy.David Gwynne
2019-02-20sigh, more whitespace fixesDavid Gwynne
2019-02-20oops, whitespace tweakDavid Gwynne
2019-02-20add support for SIOCGETLABELDavid Gwynne
2019-02-20make ether_output with AF_MPLS use a routes gateway address if availableDavid Gwynne
2019-02-19open the coredump file non-blocking. cheloha found it blocks with a fifo.Ted Unangst
2019-02-19Fix a cosmetic issue in athn(4)'s bpf(4) tap.Stefan Sperling
2019-02-19Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.Stefan Sperling
2019-02-19whitespace nitsanton
2019-02-19favor C99 initializers for improved grepability; ok mpi@anton