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