summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-05-28Call readdisksector() instead of rolling our own. Drop <sys/systm.h>Mark Kettenis
2018-05-28rwsleep: generalize to support both read- and write-locks.cheloha
2018-05-28Constipate a bunch of time functionsPhilip Guenther
2018-05-28Call vput(dvp) in vnode operation functions instead of calling it inVisa Hankala
2018-05-28When mounting an ext2 filesystem, lock the device vnode for the durationVisa Hankala
2018-05-28regenMartin Pieuchot
2018-05-28Next step in disentangling the switches in in_ioctl(). Split out theTheo Buehler
2018-05-28regenMartin Pieuchot
2018-05-28Grab the KERNEL_LOCK() after socreate() and soconnect2() in socket(2)Martin Pieuchot
2018-05-28Add clock support for i.MX8MQ. Most of the clocks can be configuredPatrick Wildt
2018-05-28Returns EBUSY if dup2(2) is called for a LARVAL file.Martin Pieuchot
2018-05-28Get MAC address from "local-mac-address" property if provided.Mark Kettenis
2018-05-28implement support for MikroTik's Ethernet over IP protocol as eoip(4)David Gwynne
2018-05-27Add 20 MHz MMC clock.Mark Kettenis
2018-05-27Add Allwinner A64 support.Mark Kettenis
2018-05-27Implement A64 thermal sensor clocks.Mark Kettenis
2018-05-27Add support for the Allwinner H3 SoC.Mark Kettenis
2018-05-27Add SDIO support:Mark Kettenis
2018-05-27BCM43430 SDIO works if we load the appropriate firmware.Mark Kettenis
2018-05-27Add support for the GMAC on Allwinner R40/V40 SoCs.Mark Kettenis
2018-05-27On Allwinner R40, export a regmap covering the GMAC_CLK_REG.Mark Kettenis
2018-05-27Add missing #include "audio.h" needed for the NAUDIO macro.Alexandre Ratchov
2018-05-27Drop unnecessary `p' parameter from vget(9).Visa Hankala
2018-05-26Delete obsolete reference to setting segment registersPhilip Guenther
2018-05-26Only set fpu_save_len once and assert if it's too big or would differPhilip Guenther
2018-05-26Add DMA support. For some reason this doesn't work on Exynos, so disableMark Kettenis
2018-05-26CR0_WP is already set in CR0_DEFAULTPhilip Guenther
2018-05-26Initialize ci_idle_pcb->pcb_cr0 just once, in cpu_attach().Philip Guenther
2018-05-26Update comment to reflect xsavePhilip Guenther
2018-05-26Add SDIO support.Mark Kettenis
2018-05-26Condition the new audio_record_enable pieces on NAUDIO > 0, fixingStuart Henderson
2018-05-26BCM4356 SDIO works if we load the appropriate firmware.Mark Kettenis
2018-05-26Add clocks for RK3399 SDIO controller.Mark Kettenis
2018-05-26In addition to "on" and "off", allow the audio "record.enable" mixerAlexandre Ratchov
2018-05-26Add a "record.enable" mixer knob to control recording. When recordingAlexandre Ratchov
2018-05-25Prepare in_ioctl() for further refactoring with the goal of merging theTheo Buehler
2018-05-25So far the SDIO stack issued one transfer for every 64 byte to bePatrick Wildt
2018-05-25For SDIO multi-blocks we must not use the AUTO CMD12 feature,Patrick Wildt
2018-05-24Delay the vput() of the directory vnode until the vnode has beenVisa Hankala
2018-05-24Release rwlock on bwfm(4) SDIO initialization error. Fixes hang foundPatrick Wildt
2018-05-24vmm(4): unbreak i386 VMM_DEBUG buildMike Larkin
2018-05-24regenMike Larkin
2018-05-24Add AMD SR5690/5670/5650 IOMMU to pcidevsMike Larkin
2018-05-23Print a message if AML attempts to access a part of the Operation RegionMark Kettenis
2018-05-23Enable ccpmic(4) and tipmic(4).Mark Kettenis
2018-05-23Wait for write operations to complete.Mark Kettenis
2018-05-23add missing newlines for debug printfsPeter Hessler
2018-05-23Add monitor mode support to iwm(4).Stefan Sperling
2018-05-23Align libsa ctime output with libc ctime output.cheloha
2018-05-23Fix build without DIAGNOSTIC, ok mikeb@Reyk Floeter