Module Name:src
Committed By: maxv
Date: Thu May 21 07:36:16 UTC 2020
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_vmx.c
Log Message:
Improve the CPUID emulation on nvmm-intel: limit the highest basic and
hypervisor leaves.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: maxv
Date: Thu May 21 07:43:23 UTC 2020
Modified Files:
src/sys/dev/nvmm: nvmm.c
Log Message:
Complete rev1.26: reset nvmm_impl to NULL in nvmm_fini().
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/nvmm/nvmm.c
Pl
Module Name:src
Committed By: maxv
Date: Thu May 21 08:20:25 UTC 2020
Modified Files:
src/sys/arch/amd64/stand/prekern: prng.c
Log Message:
Mmh, should check cpuid_level first.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amd64/stand/prekern/p
Module Name:src
Committed By: sevan
Date: Thu May 21 08:43:58 UTC 2020
Modified Files:
src/usr.bin/calendar/calendars: calendar.music
Log Message:
The Hacienda must be rebuilt.
https://twitter.com/McrHistory/status/1263386700249776130
https://twitter.com/Mr_Dave_Haslam/sta
Module Name:src
Committed By: jdolecek
Date: Thu May 21 09:11:33 UTC 2020
Modified Files:
src/sys/dev/ata: ata_wdc.c
Log Message:
stop timeout handler while scheduling another part of partial I/O,
to avoid race between the timeout and I/O submission; the I/O
submission can
Module Name:src
Committed By: jdolecek
Date: Thu May 21 09:24:17 UTC 2020
Modified Files:
src/sys/dev/ic: wdc.c
Log Message:
in wdctimeout(), do not schedule another timeout handler, as that only
creates race with eventual xfer resubmission - the c_intr()
method does all t
Module Name:src
Committed By: jdolecek
Date: Thu May 21 09:36:24 UTC 2020
Modified Files:
src/sys/arch/amd64/conf: kern.ldscript.Xen
Log Message:
update Xen ldscript to add kASan .ctors section, so that Xen kernel with
enabled KASAN option at least compiles; no promises on
Module Name:src
Committed By: martin
Date: Thu May 21 10:52:58 UTC 2020
Modified Files:
src/sys/dev/nvmm [netbsd-9]: nvmm.c
src/sys/dev/nvmm/x86 [netbsd-9]: nvmm_x86.c nvmm_x86_svm.c
nvmm_x86_vmx.c
Log Message:
Pull up following revision(s) (requested b
Module Name:src
Committed By: martin
Date: Thu May 21 10:53:23 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Ticket #919
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.60 -r1.1.2.61 src/doc/CHANGES-9.1
Please note that diffs are not publ
Module Name:src
Committed By: jakllsch
Date: Thu May 21 12:46:45 UTC 2020
Modified Files:
src/sys/dev/usb: xhci.c
Log Message:
xhci(4): Be more concise in putting the setup request in TRB immediate data.
Or: memcpy(),htole64() is replaced by functionally-identical le64dec
Module Name:src
Committed By: jakllsch
Date: Thu May 21 13:23:38 UTC 2020
Modified Files:
src/sys/dev/usb: xhci.c
Log Message:
xhci(4): Check for overflows with KASSERT when putting TRBs on xfer TRB buffer.
Also more-correctly check for overruns when putting TRBs on a rin
Module Name:src
Committed By: jakllsch
Date: Thu May 21 13:47:11 UTC 2020
Modified Files:
src/sys/dev/usb: xhci.c xhcivar.h
Log Message:
xhci(4): dynamically allocate xhci_xfer->xx_trb buffer
Allocation size remains the same for now.
To generate a diff of this commit:
c
Module Name:src
Committed By: jakllsch
Date: Thu May 21 15:28:35 UTC 2020
Modified Files:
src/sys/dev/usb: xhci.c
Log Message:
xhci(4): only usbd_xfer_trycomplete() if certain to usb_transfer_complete()
Previously we'd cancel the timeout after the data stage of control xf
Module Name:src
Committed By: riastradh
Date: Thu May 21 16:50:25 UTC 2020
Modified Files:
src/sys/uvm: uvm_swap.c
Log Message:
Let's not waste time decrypting garbage, shall we?
Skip to the end if the transfer failed.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: christos
Date: Thu May 21 18:44:19 UTC 2020
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
Do the chmod last so that the kernels get consistent permissions for MKREPRO
Reported by wiz@.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: ad
Date: Thu May 21 20:43:23 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Fix bugs in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 \
src/external/cddl/osnet/
Module Name:src
Committed By: ad
Date: Thu May 21 21:12:31 UTC 2020
Modified Files:
src/sys/arch/x86/acpi: acpi_wakeup.c
src/sys/arch/x86/include: i82489var.h
src/sys/arch/x86/x86: cpu.c lapic.c x86_machdep.c
src/sys/arch/xen/x86: cpu.c
src/s
Module Name:src
Committed By: ad
Date: Thu May 21 22:01:42 UTC 2020
Modified Files:
src/sys/arch/x86/x86: lapic.c
Log Message:
Fix merge error
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/x86/x86/lapic.c
Please note that diffs are not publi
Module Name:src
Committed By: macallan
Date: Thu May 21 22:55:48 UTC 2020
Modified Files:
src/sys/dev/pci: gffb.c r128fb.c
Log Message:
prune unneeded includes
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/gffb.c
cvs rdiff -u -r1.41 -r1.42
Module Name:src
Committed By: macallan
Date: Thu May 21 22:58:46 UTC 2020
Modified Files:
src/sys/dev/pci: files.pci
Log Message:
- remove i2cbus etc. on drivers that don't use iic
- for private iic buses pull in only what we need and skip the bus attachment
To generate
Module Name:src
Committed By: joerg
Date: Fri May 22 01:28:00 UTC 2020
Modified Files:
src/bin/getfacl: getfacl.c
Log Message:
Don't return from dead functions.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/bin/getfacl/getfacl.c
Please note that diffs
Module Name:src
Committed By: joerg
Date: Fri May 22 01:28:45 UTC 2020
Modified Files:
src/bin/setfacl: setfacl.c
Log Message:
Mark usage as dead
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/bin/setfacl/setfacl.c
Please note that diffs are not public
Module Name:src
Committed By: ryo
Date: Fri May 22 04:46:26 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: db_machdep.c
Log Message:
instead of reading memory directly, db_read_bytes() is used to avoid faults in
ddb.
To generate a diff of this commit:
cvs rdiff
23 matches
Mail list logo