summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2017-03-13When we do an ASID rollover, we unassign all ASIDs and do a completeMark Kettenis
2017-03-13Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.Claudio Jeker
2017-03-13Don't attach on Apple hardware, asmc(4) is already providing anJoshua Stein
2017-03-13Make 'ifconfig scan' show WPA information for other APs correctly whileStefan Sperling
2017-03-13Register for notifications on the subsystem (parent device) insteadJoshua Stein
2017-03-13allow ramdisks to build; ok jcsTheo de Raadt
2017-03-13Fixup format strings in debug messages found by cppcheckMike Belopuhov
2017-03-13Fixup format string and type issues found by cppcheckMike Belopuhov
2017-03-13Don't limit physmem to 2GB confirmed to work with 16GB by deraadt@.Jonathan Gray
2017-03-12add const to struct cfattachJoerg Jung
2017-03-12enable acpisbsJoshua Stein
2017-03-12try to attach acpisbs first and if successful, don't attach acpibatJoshua Stein
2017-03-12Add a "dsm ishst" barrier before TLB maintenance instructions. The ARMv8Mark Kettenis
2017-03-12Bring SROP mitigation to arm64. Make some small modifications to the armMark Kettenis
2017-03-12Remove some unused cruft.Mark Kettenis
2017-03-12Simplify pmap_proc_iflush(); there is no need for the per-page logic if weMark Kettenis
2017-03-12Hook exclock(4) up to the clock framework using a dummy implementation thatMark Kettenis
2017-03-12Enable exdwusb(4) and xhci(4).Mark Kettenis
2017-03-12Add code to initialize the USB 3 PHY on Exynos 5.Mark Kettenis
2017-03-12Introduce OF_getindex() API and use it to replace multiple instances ofMark Kettenis
2017-03-12Introduce separate fields for supported WPA protocols and AKMs in structStefan Sperling
2017-03-11Revert 1.54, go back to always trying to enable burst modeJoshua Stein