OpenBSD cvs log

created 2018-11-29T23:02:44Z
begin 2018-07-02T00:00:00Z
end 2018-07-03T00:00:00Z
path src/sys
commits 9

date 2018-07-02T04:26:58Z
author mlarkin
files src/sys/arch/i386/i386/mainbus.c log diff annotate
message clarify what is actually needed from a header file being included
(previous comment was wrong, or outdated)

date 2018-07-02T05:37:18Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message vmm: wrap a long line and prefix a hex value printed in a debug printf
with 0x

date 2018-07-02T07:23:37Z
author kettenis
files src/sys/arch/arm64/arm64/vfp.c log diff annotate
src/sys/arch/arm64/include/vfp.h log diff annotate
message Add functions to allow the use of the FPU in the kernel.

ok drahn@

date 2018-07-02T07:25:29Z
author kettenis
files src/sys/arch/arm64/dev/efi.c log diff annotate
message Enable the FPU when calling EFI runtime services. The new UEFI firmware for
the od1000 that I built myself seems to use the FPU when setting the RTC,
and the UEFI standard allows this.

ok drahn@

date 2018-07-02T11:23:19Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
src/sys/dev/acpi/files.acpi log diff annotate
src/sys/dev/acpi/xhci_acpi.c log diff annotate
message Allow xhci(4) to attach to acpi(4).

ok dlg@, patrick@, mpi@

date 2018-07-02T12:46:20Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
src/sys/conf/files log diff annotate
src/sys/dev/acpi/files.acpi log diff annotate
src/sys/dev/acpi/pluart_acpi.c log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/Attic/pluart.c log diff annotate
src/sys/dev/fdt/pluart_fdt.c log diff annotate
src/sys/dev/ic/pluart.c log diff annotate
src/sys/dev/ic/pluartvar.h log diff annotate
message Allow pluart(4) to attach to acpi(4).

ok mlarkin@, patrick@

date 2018-07-02T14:21:45Z
author visa
files src/sys/kern/kern_descrip.c log diff annotate
message Assert that fdp is locked in fdalloc().

OK mpi@

date 2018-07-02T14:36:33Z
author visa
files src/sys/kern/kern_descrip.c log diff annotate
src/sys/kern/kern_sysctl.c log diff annotate
src/sys/kern/uipc_usrreq.c log diff annotate
src/sys/sys/file.h log diff annotate
src/sys/sys/filedesc.h log diff annotate
message Update the file reference count field `f_count' using atomic operations
instead of using a mutex for update serialization. Use a per-fdp mutex
to manage updating of file instance pointers in the `fd_ofiles' array
to let fd_getfile() acquire file references safely with concurrent file
reference releases.

OK mpi@

date 2018-07-02T20:56:22Z
author bluhm
files src/sys/kern/spec_vnops.c log diff annotate
src/sys/kern/vfs_subr.c log diff annotate
src/sys/nfs/nfs_subs.c log diff annotate
src/sys/nfs/nfs_vfsops.c log diff annotate
src/sys/nfs/nfs_vnops.c log diff annotate
src/sys/ufs/ffs/ffs_softdep.c log diff annotate
src/sys/ufs/ffs/ffs_vnops.c log diff annotate
message Use more list macros for v_dirtyblkhd.
OK mpi@