summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2017-03-11Hook up exgpio(4) to the gpio framework.Mark Kettenis
2017-03-11pax conversion was missed; give this another weekTheo de Raadt
2017-03-11Add support for RTL8153 devices. Heavily based on changes made by Kevin LoMark Kettenis
2017-03-11Make 'ifconfig scan' display AP encryption correctly if WEP is configuredStefan Sperling
2017-03-11Add a detachhook to pfsync(4) which deals with the syncdev going away.Stefan Sperling
2017-03-11Fix uninitilized variables (confusion between enc and p->encodingAlexandre Ratchov
2017-03-11Introduce a new knob to force the first USB keyboard as console input.Martin Pieuchot
2017-03-11AUDIO_ENCODING_{S,U}LINEAR constants are neither used by low levelAlexandre Ratchov
2017-03-11Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent().Jonathan Gray
2017-03-11remove pledge "ioctl" backwards compatTheo de Raadt
2017-03-11Oops, make this actually compile.Mark Kettenis
2017-03-11Enable exrtc(4).Mark Kettenis