summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-08-10crank to 6.4-betaTheo de Raadt
2018-08-10Bump boot loader versions for softraid passphrase handling change.Joel Sing
2018-08-10Retry on incorrect passphrase for softraid crypto boot.Joel Sing
2018-08-10Update fd_freefile when filtering/closing kqueue descriptors in fdcopy().Joel Sing
2018-08-09Remove redundant "kq == kn->kn_kq" checks. The lists kq_knhash andVisa Hankala
2018-08-09Hook up the rasops text emulation functions so we only write outPatrick Wildt
2018-08-09Implement out-of-band interrupt support in the bwfm(4) SDIO backend.Patrick Wildt
2018-08-09Make imxesdhc(4) pass per-function cookies to the SD/MMC bus.Patrick Wildt
2018-08-09Allow passing per-function cookies through the SD/MMC bus to SDIOPatrick Wildt
2018-08-09Correct the bitmask that returns the function count. We missed a bitPatrick Wildt
2018-08-09Synopsys Designeware PCIe IP isn't 100% ECAM compliant. It doesn't handleMark Kettenis
2018-08-09Define __HAVE_ACPI on arm64 and __HAVE_FDT on arm64, armv7 and octeonPatrick Wildt
2018-08-09regenMark Kettenis
2018-08-09ASMedia ASM1184e PCIe switch.Mark Kettenis
2018-08-09Currently, attempting to move an immovable lo(4) to a new rdomain will failakoshibe
2018-08-09Remove the port id check entirely. We don't do anything with the portJonathan Matthew
2018-08-08Support DMA coherent devices that attach to mainbus(4) as well.Mark Kettenis
2018-08-08Fix the ITLinesNumber mask and bump the number of supprted redistributorsMark Kettenis
2018-08-08Fix possible division by zero caused by bogus usb descriptors. FromAlexandre Ratchov
2018-08-08Implement IRQ masking and unmasking in imxgpio(4).Patrick Wildt
2018-08-08Extend the FDT interrupt API to support masking and unmasking IRQs.Patrick Wildt
2018-08-08regenKevin Lo
2018-08-08Fix Realtek product name from RT8188 to RTL8188CEKevin Lo
2018-08-08r1.19 removed a bunch of code, but not enough, and left dead code around.kn
2018-08-08Recognise 'Speculative Store Bypass Disable' support cpuid bit.Jonathan Gray
2018-08-07Ignore basic MCS set information found in association responses.Stefan Sperling
2018-08-07UNVEIL_* flags defined elsewhere in a .h fileTheo de Raadt
2018-08-07Fix dangling knote references.Visa Hankala
2018-08-06Make it possible to build a MULTIPROCESSOR kernel on armv7. While thisMark Kettenis
2018-08-06Fix debug message in ieee80211_auth_open(): s/reason/status/Stefan Sperling
2018-08-06make ifconfig <if> join display the list of networks configured forSebastian Benoit
2018-08-06Refactor ieee80211_add_ess():Stefan Sperling
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2018-08-06Do not set nwid over and over again. We just found the ess by comparingFlorian Obser
2018-08-05ifconfig ioctl's that bring interfaces up the first time may issueTheo de Raadt
2018-08-05Fix typo that caused us to misassign parents.Mark Kettenis
2018-08-05Decouple unveil from the pledge flags, by adding dedicated unveil flagsBob Beck
2018-08-05Prevent a panic when reboot -q is used by making unveil_removevnodeBob Beck
2018-08-05enable virtio pci attachment on armv7Jonathan Gray
2018-08-05enable bio and softraid on arm64 ramdiskJonathan Gray
2018-08-05enable bio and softraid on armv7 ramdiskJonathan Gray
2018-08-04Implement a few missing RK3288 clocks and implement resets.Mark Kettenis
2018-08-04avoid using a value uninitialisedJonathan Gray
2018-08-04The operating-points-v2 binding allows opp-microvolt to be a single cellMark Kettenis
2018-08-03Pass PCIe requester ID as sideband data here as well.Mark Kettenis
2018-08-03Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). AvoidsMark Kettenis
2018-08-03Implement setting the CPU clock for Allwinner H3/H5 SoCs.Mark Kettenis
2018-08-03Also attach as a regulator if the FDT provides the fixed voltage value.Mark Kettenis
2018-08-03Implement single-stepping. Based on an earlier diff from drahn@.Mark Kettenis
2018-08-03Implement DVFS support.Mark Kettenis