Age | Commit message (Expand) | Author |
2018-11-05 | Improve the filters for scrolling. | Ulf Brosziewski |
2018-11-05 | In icmp_input_if() m_pullup up the maximum size of required data at the start. | Claudio Jeker |
2018-11-05 | Consider the size of IP header when doing the ICMP length overflow | Alexander Bluhm |
2018-11-05 | trace struct flock; ok visa@ | anton |
2018-11-05 | Fix kernel build without serial console | kn |
2018-11-05 | Fixup the case where an mbuf cluster is used. Correctly offset the data to | Claudio Jeker |
2018-11-04 | The change of the sb_mbmax calculation in sbreserve() broke setting | Alexander Bluhm |
2018-11-02 | Revert previous, it broke my Anker USB device | Joshua Stein |
2018-11-02 | Remove 'reused group key update received' printfs. | Stefan Sperling |
2018-11-02 | Remove unnecessary if/else block, both branches are identical. We can | Frederic Cambus |
2018-11-02 | make debug flags continuous | anton |
2018-11-02 | disable LOCKF_DIAGNOSTIC | anton |
2018-11-01 | Add SPDX-License-Identifier tag from drm-intel-next-queued to | Jonathan Gray |
2018-11-01 | Add SPDX-License-Identifier tags from linux git master to drm files | Jonathan Gray |
2018-10-31 | Increase max frame size and hard MTU so that we can use VLANs and | Patrick Wildt |
2018-10-31 | add simple implementation of intel trace files which just define away | Jonathan Gray |
2018-10-31 | Bring over gapdummy.c changes from amd64/amr64/armv7/i386. | Mark Kettenis |
2018-10-31 | zap return keyword to clarify umidi_flush() returns no value; ok ratchov@ | miko |
2018-10-31 | Add support to uvm to establish write-combining mappings. Use this in the | Mark Kettenis |
2018-10-31 | sc argument of start_output, start_input, trigger_output and trigger_input | miko |
2018-10-30 | Replace with minimal version written from scratch that just defines the data | Mark Kettenis |
2018-10-30 | The way we currently generate gap.o using a linker script results in .rodata | Mark Kettenis |
2018-10-30 | The way we currently generate gap.o using a linker script results in .rodata | Mark Kettenis |
2018-10-30 | If we execute a #!shell binary, the shell is an integral part of the | Theo de Raadt |
2018-10-29 | Support _ISOC11_SOURCE for forcing C11 feature visibility. Change the | Philip Guenther |
2018-10-29 | irrelevant part snuck into previous commit; from semarie | Theo de Raadt |
2018-10-29 | Now that most archs have better NMBCLUSTERS defaults it is possible to bring | Claudio Jeker |
2018-10-29 | use the tunnelttl in the ip6 encap too, not ip6_defhlim. | David Gwynne |
2018-10-29 | needs sys/lock.h | Theo de Raadt |
2018-10-28 | Correctly deal with upper level unveil's by keeping track of the covering | Bob Beck |
2018-10-27 | pass around the ess and ni structures we plan to use directly, instead | Peter Hessler |
2018-10-27 | clean up accounting of the AUTO_JOIN flag by making sure it is set or cleared | Peter Hessler |
2018-10-27 | don't join to a network where we expect cleartext, and the AP is using crypto | Peter Hessler |
2018-10-27 | Temporarily enable LOCKF_DIAGNOSTIC in order to catch potential bugs. | anton |
2018-10-27 | Add assertions for lockf list manipulation, hidden behind LOCKF_DIAGNOSTIC. | anton |
2018-10-27 | Rework previous lockf fix; bluhm@ noticed a regress failure during consecutive | anton |
2018-10-27 | size for free(); ok ratchov@ | miko |
2018-10-26 | Use EFI memory map to determine what memory regions are availble just like | Mark Kettenis |
2018-10-26 | Add acpipci(4) on amd64. For now this only calls the PCI-specific _OSC | Mark Kettenis |
2018-10-26 | With lld the calculation of the entry point was wrong since | Christian Weisgerber |
2018-10-26 | Make it clear that `if_bridgeport' is dereferenced in the ioctl path | Martin Pieuchot |
2018-10-26 | Correct linker emulation name for lld when building i386 kernels on amd64. | Christian Weisgerber |
2018-10-26 | regen | Mike Larkin |
2018-10-26 | Add VirtualBox NVMe | Mike Larkin |
2018-10-26 | sync | Kevin Lo |
2018-10-26 | Fix entry for Realtek RTL8723BE, from Stuart Shillington. | Kevin Lo |
2018-10-25 | New mesa uses the I915_MMAP_WC flag which we advertise but don't actually | Mark Kettenis |
2018-10-25 | Fix a resource leak in doaccept(). | Visa Hankala |
2018-10-25 | start both the sc_ka_send and sc_ka_hold timeout when | David Gwynne |
2018-10-23 | Comvert a few uvm_km_alloc(9) and uvm_km_valloc(9) calls to km_alloc(9). | Mark Kettenis |