summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-10-20Sync with amd64 version.Mark Kettenis
2018-10-20Sync with amd64 version.Mark Kettenis
2018-10-20Bring over changes from aarch64 to fix building with ld.lld on amd64.Mark Kettenis
2018-10-20Add i386 relocations. Needed for 32-bit UEFI bootloader.Mark Kettenis
2018-10-18Partial revert of previous. Only the queue(3) stuff should have gone in.cheloha
2018-10-18igmp, struct router_info: use queue(3)cheloha
2018-10-18provide a default case for all switch statements handling address familiesDavid Gwynne
2018-10-18Re-enable POOL_DEBUG for -current.Lawrence Teo
2018-10-18make sure keepalive ioctl values are either both zero, or both not zero.David Gwynne
2018-10-18make sure the tunnel is configured in gre_keepalive_sendDavid Gwynne
2018-10-18move the timeout_add in gre_keepalive_send up.David Gwynne
2018-10-18Process incoming gre(4) keepalives early to avoid bpf seeing them.David Gwynne
2018-10-17Only the scheduler time statistics should be affected by spinning.Alexander Bluhm
2018-10-16- pf: honor quick on anchor rulesAlexandr Nedvedicky
2018-10-16Add linker script to assis lld with building something usable that doesn'tMark Kettenis
2018-10-16Add gapdummy logic (already used on other archs) to allow linking with lld.Christian Weisgerber
2018-10-16pull and put the traffic class in ipv6 headersDavid Gwynne
2018-10-15use PFR_RB_NONE consistentlykn
2018-10-13Tweak linker flags and objcopy invocation to make things build with lld.Mark Kettenis
2018-10-13Expose net.inet.ip.arpq.drops to help debug what's going on when a lotFlorian Obser
2018-10-13we are now working on 6.4-currentTheo de Raadt
2018-10-10RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255.Reyk Floeter
2018-10-10User land time accounting has changed when kernel spinning time wasAlexander Bluhm
2018-10-09Fix a "copy-and-paste" error that Coverity picked up in the augment codeDavid Gwynne
2018-10-08Generate SIGBUS when we see a data abort exception because of unalignedMark Kettenis
2018-10-08POOL_DEBUG is disabled for releaseTheo de Raadt
2018-10-07In vmm, handle xsetbv like xrstor: instead of trying to prevalidatePhilip Guenther
2018-10-06When freeing a lockf struct that already is part of a linked list, make sure toanton
2018-10-05Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.cheloha
2018-10-05Provide an MD 64-bit byteswapping function build on 32-bit swapsChristian Weisgerber
2018-10-05Garbage-collect the now unused __statement() macro.Christian Weisgerber
2018-10-05Do not join node information multicast group (RFC 4620).Florian Obser
2018-10-04Honor quick on anchor ruleskn
2018-10-04Call unveil_destroy() from exit1() instead of from the reaper. Fixes aMark Kettenis
2018-10-04Revert the inpcb table mutex commit. It triggers a witness panicAlexander Bluhm
2018-10-04Use PCIDs where they and the INVPCID instruction are available.Philip Guenther
2018-10-04Force 8051 reset/enable before waiting for firmware to get ready forKevin Lo
2018-10-03Fix a race condition that affects pfsync interface deletion.Visa Hankala
2018-10-02- pfsync: avoid a recursion on PF_LOCKAlexandr Nedvedicky
2018-10-02Unify the MD byteswapping code as much as possible across architectures.Christian Weisgerber
2018-10-02Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying().Stefan Sperling
2018-10-02Add support for RT3290 chipset by James Hastings.Kevin Lo
2018-10-01add RTL8723AE supportJonathan Matthew
2018-10-01Allow DIOCRGETADDRS when securelevel(7) > 1kn
2018-10-01Use inline functions instead of GNU C statement expressions for the MDChristian Weisgerber
2018-10-01Put bridge_input & output back under the KERNEL_LOCK().Martin Pieuchot
2018-10-01regenJonathan Matthew
2018-10-01add RTL8723AEJonathan Matthew
2018-10-01The sequence number field in the 802.11 frame header includes the sequenceJonathan Matthew
2018-09-30Delete the reserve_dumppages() declaration, missed in its 2010 removalPhilip Guenther