OpenBSD cvs log

created 2018-11-29T17:01:27Z
begin 2018-05-27T00:00:00Z
end 2018-05-28T00:00:00Z
path src/sys
commits 11

date 2018-05-27T06:02:14Z
author visa
files src/sys/isofs/cd9660/cd9660_node.c log diff annotate
src/sys/isofs/udf/udf_vnops.c log diff annotate
src/sys/kern/kern_ktrace.c log diff annotate
src/sys/kern/vfs_cache.c log diff annotate
src/sys/kern/vfs_getcwd.c log diff annotate
src/sys/kern/vfs_subr.c log diff annotate
src/sys/kern/vfs_sync.c log diff annotate
src/sys/msdosfs/msdosfs_denode.c log diff annotate
message Drop unnecessary `p' parameter from vget(9).

OK mpi@

date 2018-05-27T06:02:15Z
author visa
files src/sys/msdosfs/msdosfs_vfsops.c log diff annotate
src/sys/nfs/nfs_node.c log diff annotate
src/sys/nfs/nfs_vfsops.c log diff annotate
src/sys/ntfs/ntfs_vfsops.c log diff annotate
src/sys/sys/vnode.h log diff annotate
src/sys/tmpfs/tmpfs_subr.c log diff annotate
src/sys/ufs/ext2fs/ext2fs_vfsops.c log diff annotate
src/sys/ufs/ffs/ffs_vfsops.c log diff annotate
src/sys/ufs/ufs/ufs_ihash.c log diff annotate
src/sys/ufs/ufs/ufs_quota.c log diff annotate
message Drop unnecessary `p' parameter from vget(9).

OK mpi@

date 2018-05-27T08:11:13Z
author ratchov
files src/sys/kern/kern_sysctl.c log diff annotate
message Add missing #include "audio.h" needed for the NAUDIO macro.

suggested by jsg, ok sthen.

date 2018-05-27T12:34:25Z
author kettenis
files src/sys/dev/fdt/sxiccmu.c log diff annotate
src/sys/dev/fdt/sxiccmu_clocks.h log diff annotate
message On Allwinner R40, export a regmap covering the GMAC_CLK_REG.
Add a few more R40 clocks needed by the GMAC.

date 2018-05-27T16:19:25Z
author kettenis
files src/sys/dev/fdt/if_dwxe.c log diff annotate
message Add support for the GMAC on Allwinner R40/V40 SoCs.

ok patrick@

date 2018-05-27T16:20:33Z
author kettenis
files src/sys/dev/sdmmc/if_bwfm_sdio.c log diff annotate
message BCM43430 SDIO works if we load the appropriate firmware.

ok patrick@

date 2018-05-27T18:03:22Z
author kettenis
files src/sys/dev/fdt/sximmc.c log diff annotate
message Add SDIO support:
- Implement SDIO interrupt handling
- Set control bit that allows CPU access to the FIFO
- Fix PIO transfers that are not a multiple of 4 bytes
- Handle vqmmc-supply

ok patrick@

date 2018-05-27T19:44:25Z
author kettenis
files src/sys/dev/fdt/sxitemp.c log diff annotate
message Add support for the Allwinner H3 SoC.

date 2018-05-27T21:53:08Z
author kettenis
files src/sys/dev/fdt/sxiccmu_clocks.h log diff annotate
message Implement A64 thermal sensor clocks.

date 2018-05-27T21:59:26Z
author kettenis
files src/sys/dev/fdt/sxitemp.c log diff annotate
message Add Allwinner A64 support.

date 2018-05-27T23:25:03Z
author kettenis
files src/sys/dev/fdt/sxiccmu.c log diff annotate
message Add 20 MHz MMC clock.