Module Name:src
Committed By: mrg
Date: Tue Oct 17 03:12:35 UTC 2023
Modified Files:
src/share/man/man9: usbnet.9
Log Message:
fix a typo: s/usbent_set_link/usbnet_set_link/.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/share/man/man9/usbnet.9
Pleas
Module Name:src
Committed By: mrg
Date: Tue Oct 17 03:12:35 UTC 2023
Modified Files:
src/share/man/man9: usbnet.9
Log Message:
fix a typo: s/usbent_set_link/usbnet_set_link/.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/share/man/man9/usbnet.9
Pleas
Module Name:src
Committed By: nat
Date: Tue Oct 17 02:46:57 UTC 2023
Modified Files:
src/sys/dev/hid: hid.c
Log Message:
Improve hid matching.
It now matches all kinds (application/physical/logical) in the hid
collection.
Patch from PR applied.
Addresses PR/46868.
Ok s
Module Name:src
Committed By: nat
Date: Tue Oct 17 02:46:57 UTC 2023
Modified Files:
src/sys/dev/hid: hid.c
Log Message:
Improve hid matching.
It now matches all kinds (application/physical/logical) in the hid
collection.
Patch from PR applied.
Addresses PR/46868.
Ok s
Module Name:src
Committed By: bouyer
Date: Mon Oct 16 17:31:18 UTC 2023
Modified Files:
src/sys/arch/xen/include: hypervisor.h
src/sys/arch/xen/x86: pvh_consinit.c
src/sys/arch/xen/xen: xen_machdep.c
Log Message:
Move the pvh_xencons so xen_machdep.c as ear
Module Name:src
Committed By: bouyer
Date: Mon Oct 16 17:31:18 UTC 2023
Modified Files:
src/sys/arch/xen/include: hypervisor.h
src/sys/arch/xen/x86: pvh_consinit.c
src/sys/arch/xen/xen: xen_machdep.c
Log Message:
Move the pvh_xencons so xen_machdep.c as ear
Module Name:src
Committed By: bouyer
Date: Mon Oct 16 17:29:31 UTC 2023
Modified Files:
src/sys/arch/amd64/amd64: locore.S
src/sys/arch/i386/i386: locore.S
src/sys/arch/xen/include: hypervisor.h
Log Message:
Xen's start_info_t is larger than 512 bytes these
Module Name:src
Committed By: bouyer
Date: Mon Oct 16 17:29:31 UTC 2023
Modified Files:
src/sys/arch/amd64/amd64: locore.S
src/sys/arch/i386/i386: locore.S
src/sys/arch/xen/include: hypervisor.h
Log Message:
Xen's start_info_t is larger than 512 bytes these
Module Name:src
Committed By: bouyer
Date: Mon Oct 16 17:27:03 UTC 2023
Modified Files:
src/sys/arch/x86/acpi: acpi_machdep.c acpi_wakeup.c
src/sys/arch/x86/include: genfb_machdep.h
src/sys/arch/x86/pci: pci_machdep.c
src/sys/arch/x86/x86: genfb_mach
Module Name:src
Committed By: bouyer
Date: Mon Oct 16 17:27:03 UTC 2023
Modified Files:
src/sys/arch/x86/acpi: acpi_machdep.c acpi_wakeup.c
src/sys/arch/x86/include: genfb_machdep.h
src/sys/arch/x86/pci: pci_machdep.c
src/sys/arch/x86/x86: genfb_mach
Module Name:src
Committed By: martin
Date: Mon Oct 16 17:04:38 UTC 2023
Modified Files:
src/sys/arch/vax/vax: pmap.c
Log Message:
This now needs to compile.
To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 src/sys/arch/vax/vax/pmap.c
Please note that dif
Module Name:src
Committed By: martin
Date: Mon Oct 16 17:04:38 UTC 2023
Modified Files:
src/sys/arch/vax/vax: pmap.c
Log Message:
This now needs to compile.
To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 src/sys/arch/vax/vax/pmap.c
Please note that dif
On 2023-10-15 17.06, Joerg Sonnenberger wrote:
On Sun, Oct 15, 2023 at 10:36:53PM +, Greg Oster wrote:
Module Name:src
Committed By: oster
Date: Sun Oct 15 22:36:53 UTC 2023
Modified Files:
src/sys/dev/pci/igc: if_igc.c
Log Message:
Fix build of the MODULAR kerne
Module Name:src
Committed By: oster
Date: Mon Oct 16 13:31:33 UTC 2023
Modified Files:
src/sys/dev: sequencer.c
Log Message:
Redo previous by making the DPRINT macro always expand to something.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/dev/seq
Module Name:src
Committed By: oster
Date: Mon Oct 16 13:31:33 UTC 2023
Modified Files:
src/sys/dev: sequencer.c
Log Message:
Redo previous by making the DPRINT macro always expand to something.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/dev/seq
Module Name:src
Committed By: yamaguchi
Date: Mon Oct 16 08:25:57 UTC 2023
Modified Files:
src/sys/net/lagg: if_lagg.c
Log Message:
Fix missing IFNET_LOCK holding while destroy the lagg interface
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/net/l
Module Name:src
Committed By: yamaguchi
Date: Mon Oct 16 08:25:57 UTC 2023
Modified Files:
src/sys/net/lagg: if_lagg.c
Log Message:
Fix missing IFNET_LOCK holding while destroy the lagg interface
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/net/l
Module Name:src
Committed By: yamaguchi
Date: Mon Oct 16 07:57:40 UTC 2023
Modified Files:
src/tests/net/if_lagg: t_lagg.sh
Log Message:
Make the lagg interface up before change its MTU
This change is related to PR kern/57650
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: yamaguchi
Date: Mon Oct 16 07:57:40 UTC 2023
Modified Files:
src/tests/net/if_lagg: t_lagg.sh
Log Message:
Make the lagg interface up before change its MTU
This change is related to PR kern/57650
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: yamaguchi
Date: Mon Oct 16 07:49:01 UTC 2023
Modified Files:
src/sys/net/lagg: if_lagg.c
Log Message:
lagg(4): release LAGG_LOCK before mtu changing
PR kern/57650
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/net/lag
Module Name:src
Committed By: yamaguchi
Date: Mon Oct 16 07:49:01 UTC 2023
Modified Files:
src/sys/net/lagg: if_lagg.c
Log Message:
lagg(4): release LAGG_LOCK before mtu changing
PR kern/57650
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/net/lag
21 matches
Mail list logo