summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-03-21As a first step towards SMP, use an array for the destination masks withMark Kettenis
2017-03-21Avoid panic in arm_sync_icache() by only flushing the parts of the addressMark Kettenis
2017-03-21Revise the definition of "struct reg" to have a layout compatible with otherMark Kettenis
2017-03-21When a new WPA key is set while WEP is enabled, disable WEP,Stefan Sperling
2017-03-21Don't allow the guest to clear CR0_NE or CR4_VMXE. While we should beMike Larkin
2017-03-21CPUID feature 0x80000000 emulation fell through to 0x80000001, whichMike Larkin
2017-03-20Do not map resources which are actually not used within the kernel. SavesMiod Vallat
2017-03-20Fix previous. Commited from the wrong tree.Miod Vallat
2017-03-20Remove unused defines. Some of them can be traced to MVME188 and make noMiod Vallat
2017-03-20Replace hardcoded addresses with symbolic constants from <machine/board.h>Miod Vallat
2017-03-20Read the free clusters bitmap in 1MB chunksJeremie Courreges-Anglas
2017-03-20Initialize the stack buffer used to build the auxiliary vector to zero toMark Kettenis
2017-03-19Improve comments slightlyMike Belopuhov
2017-03-19Fixup starting block number calculation for bounced transfersMike Belopuhov
2017-03-19Fixup return values to properly handle transfer submission errorsMike Belopuhov
2017-03-19Restore behavior from before r1.376: only set bv_percent if a rebuild isTheo Buehler
2017-03-19Enable snooping on Kaby Lake U/Y PCH HDA to avoid audio glitches as weJonathan Gray
2017-03-19Match the Kaby Lake and Lewisburg (Skylake-EP PCH) MACs with I219 PHYs.Jonathan Gray
2017-03-19Put the address of the per-cpu clock and interrupt registers into the cpu_infoMiod Vallat
2017-03-19regenJonathan Gray
2017-03-19Add Intel devices for Kaby Lake and 3168/8265 wlan.Jonathan Gray
2017-03-19regenJonathan Gray
2017-03-19Add AMD A1100 devices and some more qemu and virtio devices.Jonathan Gray
2017-03-19Handle master/slave PIC vector base properly. OpenBSD uses 0x20/0x28Mike Larkin
2017-03-18Build mips64 kernels with -ffreestanding.Visa Hankala
2017-03-18The "ioctl" pledge which was had functionality split out into "tape",Theo de Raadt
2017-03-17Revert the NET_LOCK() and bring back pf's contention lock for release.Martin Pieuchot
2017-03-17carp(4) code is always executed in the 'softnet' thread, so removeMartin Pieuchot
2017-03-17Be more strict on all route iterations, lets always make sure that weRafael Zalamena
2017-03-17More debug goo to help tracking the use-after-free.Martin Pieuchot
2017-03-17ubcmtp(4) works because of a use-after-free. Many more drivers areMartin Pieuchot
2017-03-16Print PCIe Extended Capabilities, from Simon MagesTheo de Raadt
2017-03-16vioscsi: Negotiate features during attachStefan Fritsch
2017-03-16vioscsi: return XS_NO_CCB if out of spaceStefan Fritsch
2017-03-16vioscsi: Don't call virtio_dequeue_commit on not-queued slotsStefan Fritsch
2017-03-16Remove some unused variables, unused types, duplicated/unused functionMark Kettenis
2017-03-16Unroll two small bus_space_{read_write}_multi operations in a hot code path.Miod Vallat
2017-03-16Use a power of two and left shift, rather than integer multiplication, forMiod Vallat
2017-03-16Fix passing entropy from boot loader to the kernel:Miod Vallat
2017-03-16Userland expects pltime to be a time stamp not number of seconds.Florian Obser
2017-03-16Do not allow to change the gateway of an existing entry if the AFMartin Pieuchot
2017-03-16Simplify wstpad option handling:Martin Pieuchot
2017-03-16Typo, from miod@Martin Pieuchot
2017-03-15Configure and apply the multitouch-tracking functions of wsmouse.Ulf Brosziewski
2017-03-15Fix building profiling kernels by passing the -p flag to config(8)Theo Buehler
2017-03-15Improve vmmci(4) shutdown and reboot.Reyk Floeter
2017-03-15spelling and whitespaceTheo de Raadt
2017-03-15We do not need while loop around uiomove(9) in lcdwrite().Kenji Aoyama
2017-03-14Allow SIOCGIFXFLAGS in pledge("route") along side SIOCGIFFLAGS, neededFlorian Obser
2017-03-14Make mfc_find() more strict when looking for routes, fixes a problemRafael Zalamena