summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-06-11Apply changes of FreeBSD ix-3.2.18.tgz:msaitoh
2018-06-10convert the (still disabled) 'direct write' for pipes to use thejdolecek
2018-06-10If the bus glue does not provide values for fifo reg offset andjmcneill
2018-06-10remove irrelevant pci(9) #includes from virtio child driversjakllsch
2018-06-10The virtio block device capacity config item is expressed always injakllsch
2018-06-10Add fdtbus_clock_byname, which can be used by clock backends tojmcneill
2018-06-09Fix two mis-spellings in comments. No functional changes.oster
2018-06-09port basic match support for several more Yukon variants from OpenBSD, togetherjdolecek
2018-06-09Add missing b_cflags and b_oflags.zafer
2018-06-09regenjdolecek
2018-06-09small sync of Marvell Yukon PCI product ids with OpenBSD - add 8048 variant, ...jdolecek
2018-06-09set options ADBKBD_EMUL_USB by defaultmacallan
2018-06-09Avoid unnecessarily touching CNTP_CTL.jakllsch
2018-06-08when switching CPU speed using DFS, only use xcalls on MULTIPROCESSOR kernelsmacallan
2018-06-08fix low CPU speed reporting when using DFSmacallan
2018-06-08Provide bs_mmap implementations for bcm283x based boards.jmcneill
2018-06-08Remove unused include.nonaka
2018-06-08iwm(4) workaround as ifp->if_hwdl can be set only once. Advised nonaka@n.o an...knakahara
2018-06-08Fix "ifconfig iwm0" failures reported by ryoon@n.o. Advised nonaka@n.o and oz...knakahara
2018-06-07Make ld_virtio aware of a possible device-side write cache.jakllsch
2018-06-07reduce debug spam, use IPI_VECTORmacallan
2018-06-07Revert changes that pinned-down i2c parent specs. The i2c subsystemthorpej
2018-06-07In device_register(), if the device is an "iic" child of "imcsmb",thorpej
2018-06-07Changes / enhancements to i2c indirect device auto-configuration:thorpej
2018-06-07Replace HAVE_GCC with ACTIVE_CC == gcc checkskamil
2018-06-07Back out unintended commits.thorpej
2018-06-07Adjust come defaults:thorpej
2018-06-07A minimal change to prevent the Raspberry Pi i2c driver fromthorpej
2018-06-07Add extra sun50i-a64 nodes to SoPine Baseboard dts.jmcneill
2018-06-07Disable HS200 and DDR52 on A64 eMMC for now, and use len=0 for max lengthjmcneill
2018-06-06Provide commented out OF_enter() that comes in handy when debugging.uwe
2018-06-06Provide an option to use libsa allocator. Not yet enabled. Sameuwe
2018-06-06Add virtio drivers and potential children thereof.jakllsch
2018-06-06Add Virtio MMIO transport.jakllsch
2018-06-06Enhance the syntax in order to be acceptable by Clangkamil
2018-06-06Comment out unused functions in order to fix Clang buildkamil
2018-06-06more completely gic_fdt_disestablish() such that it's possible tojakllsch
2018-06-06shuffle mechanics of files.virtio config(5) include location,jakllsch
2018-06-06Really disable unsupported $CC flag for LLVMkamil
2018-06-06remove now-irrelevant <dev/pci> includesjakllsch
2018-06-06add virtio_pci to list of not-yet-enabled modulesjakllsch
2018-06-06fix up virtio module for current structure; add virtio_pci modulejakllsch
2018-06-06Restrict -Wno-unused-but-set-variable in sys/modules/dtrace/dtrace to GCCkamil
2018-06-06Swap conditions HAVE_LLVM -> HAVE_GCCkamil
2018-06-06Restrict -Wno-discarded-qualifiers in sys/modules/dtrace/* to GCCkamil
2018-06-06Separate receive socket errors from general socket errors.roy
2018-06-06Remove duplicate ;maya
2018-06-05PR kern/53245 - support SGR 39 (default foreground) and 49 (background).uwe
2018-06-05Add ATAPI passtrough support giving the NetBSD/usermode kernel full control ofreinoud
2018-06-05regenmartin