Age | Commit message (Expand) | Author |
2018-12-18 | Fix the IPL of pfkeyv2_mtx to prevent a deadlock. The system can use | Visa Hankala |
2018-12-18 | sync | Ted Unangst |
2018-12-18 | add a wifi 9560 found in a new laptop. ok deraadt | Ted Unangst |
2018-12-18 | sync | Kevin Lo |
2018-12-18 | Add some devices found on Intel Leaf Hill CRB. | Kevin Lo |
2018-12-17 | Handle SIOCADDMULTI and SIOCDELMULTI as nops in ioctl code. | David Gwynne |
2018-12-17 | If something like ether_ioctl returns ENETRESET, don't let it bubble out. | David Gwynne |
2018-12-17 | When no child devices are attached to a wsmux device, make sure to return an | anton |
2018-12-17 | When using MSG_WAITALL, soreceive() can sleep while processing the | Alexander Bluhm |
2018-12-17 | Rename pf_anchor_remove() to pf_remove_anchor() | kn |
2018-12-17 | Remove unused function gsignal(). | Visa Hankala |
2018-12-17 | Switch from timeout_add with tvtohz to just timeout_add_tv. Now this change | Claudio Jeker |
2018-12-17 | Use timeout_add_sec() instead of timeout_add() with a multiplication with hz | Claudio Jeker |
2018-12-16 | sync | Theo de Raadt |
2018-12-16 | few more devs | Theo de Raadt |
2018-12-16 | Fix pool ipl to prevent a deadlock scenario. | Visa Hankala |
2018-12-16 | Avoid using a too big bounce buffer by splitting up large reads. Allows | Otto Moerbeek |
2018-12-16 | Make the freelist best fit code a tiny bit smarter to not use a block if | Otto Moerbeek |
2018-12-16 | add task_pending | David Gwynne |
2018-12-13 | Use a faster, more reliable way to figure out how many TLB entries are | Visa Hankala |
2018-12-12 | Various cleanups: | Martin Pieuchot |
2018-12-12 | free(9) sizes for sysv shm. | Martin Pieuchot |
2018-12-12 | free(9) sizes for SVID semaphores. | Martin Pieuchot |
2018-12-12 | Make kcov MP-safe. Calling the injected tracing function | anton |
2018-12-12 | allow ethernet interfaces to provide a custom if_output routine. | David Gwynne |
2018-12-11 | add optional per-cpu counters for interface stats. | David Gwynne |
2018-12-11 | provide ifq_is_priq, mostly so things can tell if hfsc is in effect or not. | David Gwynne |
2018-12-11 | use ifq_hdatalen for handling the FIONREAD ioctl | David Gwynne |
2018-12-11 | add ifq_hdatalen for getting the size of the packet at the head of an ifq | David Gwynne |
2018-12-11 | split ether_output into resolution, encapsulation, and output functions | David Gwynne |
2018-12-10 | When forwarding IPv6 packets, generated ICMP6 packets used the | Alexander Bluhm |
2018-12-10 | Start passing the IO ports 0x510, 0x511, 0x514, and 0x518 to vmd(8). | Claudio Jeker |
2018-12-10 | Ensure that we close the file descriptor after loading microcode. | Joel Sing |
2018-12-10 | Remove useless macros | kn |
2018-12-10 | Do not call free on a non-allocated pointer. | Joel Sing |
2018-12-10 | Add a velocity sensor type (displayed as m/s) | Landry Breuil |
2018-12-10 | Clean up the mec(4) MII read/write routines a bit. | Visa Hankala |
2018-12-10 | Fix phy discovery on O2 systems. | Visa Hankala |
2018-12-09 | Zap duplicate signatures | kn |
2018-12-07 | For shared interrupts we need to make sure that we register | Patrick Wildt |
2018-12-07 | free(9) sizes for netcred. | Martin Pieuchot |
2018-12-07 | Stop passing `sc' when it isn't needed and use `ifp' where it's good | Martin Pieuchot |
2018-12-07 | Remove useless spl protection. | Martin Pieuchot |
2018-12-07 | We are not going to send a neighbor advertisement from a non-master | Florian Obser |
2018-12-07 | All the references to the M_ALIGN and MH_ALIGN macros are gone. | Claudio Jeker |
2018-12-07 | Handle 2 Tx chains in the computation of transmit power for the RTL8192EU. | Kevin Lo |
2018-12-06 | Core files with >65535 sections have to use PN_XNUM and a section header | Philip Guenther |
2018-12-06 | When building ND packets use m_align() to pack the mbuf as optimal as | Claudio Jeker |
2018-12-06 | Avoid unnecessary dynamic memory allocation in athn_usb_newauth(). | Stefan Sperling |
2018-12-05 | Use a time-based method for tracking motion states of touches. | Ulf Brosziewski |