summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2018-09-29unmark -beta. There is still development happening, and we aren'tTheo de Raadt
2018-09-29Use atomic operations to update vfc_refcount. Change the field's typeVisa Hankala
2018-09-28Add vlan and trunk to arm64's RAMDISK (amd64 parity)ccardenas
2018-09-28Move the unions into the rom struct which fixes Coverity CID 1473649 andKevin Lo
2018-09-27Coherently name "struct bridge_iflist" variables `bif'.Martin Pieuchot
2018-09-27Make sure the L2 entry is cloned before dereferencing its parent.Martin Pieuchot
2018-09-26KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha
2018-09-26Fix controller name.Visa Hankala
2018-09-26Move the allocating and freeing of mount points intoVisa Hankala
2018-09-26Move bridge input/output paths outside of the KERNEL_LOCK().Martin Pieuchot
2018-09-26Increase the timeout from previous commit further. Rather than warningTheo de Raadt
2018-09-25fix typo in commentJasper Lievisse Adriaanse
2018-09-25Insert a workaround for per-ifp ioctl being called w/o NET_LOCK().Martin Pieuchot
2018-09-24Prevent ieee80211_get_txkey() from returning the integrity group temporalStefan Sperling
2018-09-24Turn carp_ourether() mp-safe, this is a requirement for taking bridge(4)Martin Pieuchot
2018-09-24Add "Spleen 5x8" to wsfont, a font targetted at small OLED displaysFrederic Cambus
2018-09-22Remap the UEFI buffer early such that we can use a write combining mappingMark Kettenis
2018-09-22Only clear the character backing store when the RI_CLEAR flag is set.Mark Kettenis
2018-09-22Back out the following if_iwm.c revisions:Stefan Sperling
2018-09-22Enable USB bwfm(4) on macppc RAMDISK as well, matching GENERIC.Stefan Sperling
2018-09-22Harmonize spacing after ellipses in displayed messages.Frederic Cambus
2018-09-21Enable bwfm(4) in GENERIC on macppc.Stefan Sperling
2018-09-21Add support for RTL8188EE.Jonathan Matthew
2018-09-20As a step towards per inpcb or socket locks, remove the net lockAlexander Bluhm