CVS commit: src/sys/arch/sun2/sun2

2023-12-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 2 15:50:57 UTC 2023 Modified Files: src/sys/arch/sun2/sun2: machdep.c Log Message: Use vmem(9) rather than extent(9) to manage DVMA mappings. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: src/sys/arch/sun2/sun2

2023-12-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 2 15:50:57 UTC 2023 Modified Files: src/sys/arch/sun2/sun2: machdep.c Log Message: Use vmem(9) rather than extent(9) to manage DVMA mappings. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: src/sys/arch/sun3

2023-12-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Dec 1 23:56:30 UTC 2023 Modified Files: src/sys/arch/sun3/sun3: dvma.c src/sys/arch/sun3/sun3x: dvma.c Log Message: Use vmem(9) rather than extent(9) to manage DVMA mappings. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/sun3

2023-12-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Dec 1 23:56:30 UTC 2023 Modified Files: src/sys/arch/sun3/sun3: dvma.c src/sys/arch/sun3/sun3x: dvma.c Log Message: Use vmem(9) rather than extent(9) to manage DVMA mappings. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/sparc64/dev

2023-11-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Dec 1 06:47:59 UTC 2023 Modified Files: src/sys/arch/sparc64/dev: iommu.c iommuvar.h sbus.c Log Message: Use vmem(9) rather than extent(9) to manage DVMA mappings. To generate a diff of this commit: cvs rdiff -u -r1.116

CVS commit: src/sys/arch/sparc64/dev

2023-11-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Dec 1 06:47:59 UTC 2023 Modified Files: src/sys/arch/sparc64/dev: iommu.c iommuvar.h sbus.c Log Message: Use vmem(9) rather than extent(9) to manage DVMA mappings. To generate a diff of this commit: cvs rdiff -u -r1.116

CVS commit: src/sys/arch/sparc

2023-11-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Dec 1 05:22:02 UTC 2023 Modified Files: src/sys/arch/sparc/dev: vme_machdep.c src/sys/arch/sparc/sparc: iommu.c machdep.c Log Message: Use vmem(9) rather than extent(9) to manage DVMA mappings. To generate a diff

CVS commit: src/sys/arch/sparc

2023-11-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Dec 1 05:22:02 UTC 2023 Modified Files: src/sys/arch/sparc/dev: vme_machdep.c src/sys/arch/sparc/sparc: iommu.c machdep.c Log Message: Use vmem(9) rather than extent(9) to manage DVMA mappings. To generate a diff

CVS commit: src/usr.sbin/crash

2023-11-21 Thread Jason R Thorpe
72 @@ +/* $NetBSD: alpha.c,v 1.1 2023/11/22 02:01:07 thorpej Exp $ */ + +/*- + * Copyright (c) 2023 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jason R. Thorpe. + * + * Redistribution and use in s

CVS commit: src/usr.sbin/crash

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 22 02:01:07 UTC 2023 Modified Files: src/usr.sbin/crash: Makefile Added Files: src/usr.sbin/crash/arch: alpha.c Log Message: Add Alpha glue for crash(8). To generate a diff of this commit: cvs rdiff -u -r1.49

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 22 01:58:02 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c src/sys/arch/alpha/include: db_machdep.h Log Message: Changes to let the Alpha DDB code build in user-space for crash(8). To

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 22 01:58:02 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c src/sys/arch/alpha/include: db_machdep.h Log Message: Changes to let the Alpha DDB code build in user-space for crash(8). To

CVS commit: src/sys/arch/alpha/include

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 22 01:56:14 UTC 2023 Modified Files: src/sys/arch/alpha/include: cpu.h Log Message: If not _KERNEL, include to make sure we have offsetof(). To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105

CVS commit: src/sys/arch/alpha/include

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 22 01:56:14 UTC 2023 Modified Files: src/sys/arch/alpha/include: cpu.h Log Message: If not _KERNEL, include to make sure we have offsetof(). To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105

CVS commit: src/sys/arch/alpha/include

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 22:27:41 UTC 2023 Modified Files: src/sys/arch/alpha/include: alpha_instruction.h Log Message: Expose alpha_print_instruction_context to not-_KERNEL. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/alpha/include

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 22:27:41 UTC 2023 Modified Files: src/sys/arch/alpha/include: alpha_instruction.h Log Message: Expose alpha_print_instruction_context to not-_KERNEL. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 22:25:16 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_disasm.c Log Message: pal_opname(): Make the static buffer for unknown PALcode ops large enough to hold all possible values. alpha_print_instruction():

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 22:25:16 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_disasm.c Log Message: pal_opname(): Make the static buffer for unknown PALcode ops large enough to hold all possible values. alpha_print_instruction():

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 22:19:13 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_disasm.c db_interface.c db_trace.c fp_complete.c patch.c trap.c Added Files: src/sys/arch/alpha/include: alpha_instruction.h Removed

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 22:19:13 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_disasm.c db_interface.c db_trace.c fp_complete.c patch.c trap.c Added Files: src/sys/arch/alpha/include: alpha_instruction.h Removed

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 21:53:06 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c Log Message: Ensure that all fields of db_regs[] are initialized. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 21:53:06 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c Log Message: Ensure that all fields of db_regs[] are initialized. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 21:23:56 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c db_trace.c src/sys/arch/alpha/include: db_machdep.h Log Message: Adjust proc/lwp access for user-space (crash(8)). To generate a

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 21:23:56 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c db_trace.c src/sys/arch/alpha/include: db_machdep.h Log Message: Adjust proc/lwp access for user-space (crash(8)). To generate a

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 20:40:24 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_trace.c Log Message: Reduce db_trace.c's exposure to proc/lwp. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 20:40:24 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_trace.c Log Message: Reduce db_trace.c's exposure to proc/lwp. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 20:29:47 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_trace.c Log Message: decode_prologue(): Make pc a db_addr_t, not a db_expr_t. db_stack_trace_print_ra(): Missed one direct reference to XentSys; fix. To

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 20:29:47 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_trace.c Log Message: decode_prologue(): Make pc a db_addr_t, not a db_expr_t. db_stack_trace_print_ra(): Missed one direct reference to XentSys; fix. To

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 19:59:07 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c db_trace.c src/sys/arch/alpha/include: db_machdep.h Log Message: Refactor the special symbol handling out of db_trace.c into

CVS commit: src/sys/arch/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 19:59:07 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_interface.c db_trace.c src/sys/arch/alpha/include: db_machdep.h Log Message: Refactor the special symbol handling out of db_trace.c into

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 18:57:29 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_trace.c Log Message: Don't access insns or frame values directly; use db_read_bytes(). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/arch/alpha/alpha

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 18:57:29 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: db_trace.c Log Message: Don't access insns or frame values directly; use db_read_bytes(). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/arch/alpha/common

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 17:52:51 UTC 2023 Modified Files: src/sys/arch/alpha/common: shared_intr.c Log Message: Don't open-code tailq access. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/arch/alpha/common

2023-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 21 17:52:51 UTC 2023 Modified Files: src/sys/arch/alpha/common: shared_intr.c Log Message: Don't open-code tailq access. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 21:59:38 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: pciide_dma_dmamap_setup(): If we end up with a DMA segment with an odd length or odd starting address, unload the map and return EINVAL.

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 21:59:38 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: pciide_dma_dmamap_setup(): If we end up with a DMA segment with an odd length or odd starting address, unload the map and return EINVAL.

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 21:45:34 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: Revert previous. I'm going to make a slight change to the patch, and want it collapsed into a single commit to make it easier to pull

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 21:45:34 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: Revert previous. I'm going to make a slight change to the patch, and want it collapsed into a single commit to make it easier to pull

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 15:16:46 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: pciide_dma_dmamap_setup(): If we end up with a DMA segment with an odd length, unload the map and return EIO. Some controllers get

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 15:16:46 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: pciide_dma_dmamap_setup(): If we end up with a DMA segment with an odd length, unload the map and return EIO. Some controllers get

CVS commit: src/sys/dev/isa

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 04:26:34 UTC 2023 Modified Files: src/sys/dev/isa: cy_isa.c Log Message: cy_isa_probe(): No need to put a ~3KB cy_softc on the stack. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/dev/isa

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 04:26:34 UTC 2023 Modified Files: src/sys/dev/isa: cy_isa.c Log Message: cy_isa_probe(): No need to put a ~3KB cy_softc on the stack. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/arch/alpha/conf

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 19 20:01:48 UTC 2023 Modified Files: src/sys/arch/alpha/conf: GENERIC.QEMU Log Message: Add some VirtIO devies. virtio-scsi and virtio-rng are tested a bit, virtio-blk does not work, virtio-net not yet tested. To

CVS commit: src/sys/arch/alpha/conf

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 19 20:01:48 UTC 2023 Modified Files: src/sys/arch/alpha/conf: GENERIC.QEMU Log Message: Add some VirtIO devies. virtio-scsi and virtio-rng are tested a bit, virtio-blk does not work, virtio-net not yet tested. To

CVS commit: src/sys/dev/pci

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 19 19:49:44 UTC 2023 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: On alpha and sparc64, use VirtIO 1.0 and VIRTIO_F_ACCESS_PLATFORM so that DMA to PCI-attached VirtIO devices works properly. This is needed

CVS commit: src/sys/dev/pci

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 19 19:49:44 UTC 2023 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: On alpha and sparc64, use VirtIO 1.0 and VIRTIO_F_ACCESS_PLATFORM so that DMA to PCI-attached VirtIO devices works properly. This is needed

CVS commit: src/sys/dev/pci

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 19 19:47:03 UTC 2023 Modified Files: src/sys/dev/pci: virtioreg.h Log Message: Define the VIRTIO_F_ACCESS_PLATFORM, VIRTIO_F_RING_PACKED, VIRTIO_F_ORDER_PLATFORM, and VIRTIO_F_SR_IOV feature bits. To generate a diff of

CVS commit: src/sys/dev/pci

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 19 19:47:03 UTC 2023 Modified Files: src/sys/dev/pci: virtioreg.h Log Message: Define the VIRTIO_F_ACCESS_PLATFORM, VIRTIO_F_RING_PACKED, VIRTIO_F_ORDER_PLATFORM, and VIRTIO_F_SR_IOV feature bits. To generate a diff of

CVS commit: src/common/lib/libprop

2023-11-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Nov 17 21:29:33 UTC 2023 Modified Files: src/common/lib/libprop: prop_string.c Log Message: In _prop_string_instantiate(), when we de-dup a non-MUTABLE string, make sure we free the provided string buffer if NOCOPY is not

CVS commit: src/common/lib/libprop

2023-11-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Nov 17 21:29:33 UTC 2023 Modified Files: src/common/lib/libprop: prop_string.c Log Message: In _prop_string_instantiate(), when we de-dup a non-MUTABLE string, make sure we free the provided string buffer if NOCOPY is not

CVS commit: [thorpej-ifq] src/sys/net

2023-11-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 14:45:40 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if.c Log Message: - Rename if_transmit() -> if_transmit_default() - In if_enqueue(), handle the ALTQ-is-enabled case by creating a sort of chimera from

CVS commit: [thorpej-ifq] src/sys/net

2023-11-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 14:45:40 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if.c Log Message: - Rename if_transmit() -> if_transmit_default() - In if_enqueue(), handle the ALTQ-is-enabled case by creating a sort of chimera from

CVS commit: [thorpej-ifq] src/sys

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 05:13:14 UTC 2023 Modified Files: src/sys/dev/usb [thorpej-ifq]: if_umb.c if_upl.c src/sys/net [thorpej-ifq]: if.c if.h if_bridge.c if_gif.c if_ieee1394subr.c if_loop.c if_spppsubr.c if_vlan.c

CVS commit: [thorpej-ifq] src/sys

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 05:13:14 UTC 2023 Modified Files: src/sys/dev/usb [thorpej-ifq]: if_umb.c if_upl.c src/sys/net [thorpej-ifq]: if.c if.h if_bridge.c if_gif.c if_ieee1394subr.c if_loop.c if_spppsubr.c if_vlan.c

CVS commit: [thorpej-ifq] src/sys

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 05:02:23 UTC 2023 Modified Files: src/sys/altq [thorpej-ifq]: if_altq.h src/sys/net [thorpej-ifq]: if_bridge.c if_ethersubr.c if_vlan.c src/sys/net80211 [thorpej-ifq]: ieee80211_input.c Log Message:

CVS commit: [thorpej-ifq] src/sys

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 05:02:23 UTC 2023 Modified Files: src/sys/altq [thorpej-ifq]: if_altq.h src/sys/net [thorpej-ifq]: if_bridge.c if_ethersubr.c if_vlan.c src/sys/net80211 [thorpej-ifq]: ieee80211_input.c Log Message:

CVS commit: [thorpej-ifq] src/sys

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 04:30:22 UTC 2023 Modified Files: src/sys/dev/ic [thorpej-ifq]: hd64570.c src/sys/dev/ppbus [thorpej-ifq]: if_plip.c src/sys/dev/qbus [thorpej-ifq]: if_dmc.c src/sys/dev/usb [thorpej-ifq]:

CVS commit: [thorpej-ifq] src/sys

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 04:30:22 UTC 2023 Modified Files: src/sys/dev/ic [thorpej-ifq]: hd64570.c src/sys/dev/ppbus [thorpej-ifq]: if_plip.c src/sys/dev/qbus [thorpej-ifq]: if_dmc.c src/sys/dev/usb [thorpej-ifq]:

CVS commit: [thorpej-ifq] src/sys/net

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 12:39:46 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if_wg.c Log Message: wg_output(): Use ifq_classify_packet(), and let that function check for ALTQ-enabled. Acquire KERNEL_LOCK before calling

CVS commit: [thorpej-ifq] src/sys/net

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 12:39:46 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if_wg.c Log Message: wg_output(): Use ifq_classify_packet(), and let that function check for ALTQ-enabled. Acquire KERNEL_LOCK before calling

CVS commit: [thorpej-ifq] src/sys

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 02:19:00 UTC 2023 Modified Files: src/sys/altq [thorpej-ifq]: altq_cdnr.c altq_subr.c src/sys/net [thorpej-ifq]: if.c if.h Log Message: Protect the ALTQ state that's exposed to the ifqueue if the

CVS commit: [thorpej-ifq] src/sys

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 02:19:00 UTC 2023 Modified Files: src/sys/altq [thorpej-ifq]: altq_cdnr.c altq_subr.c src/sys/net [thorpej-ifq]: if.c if.h Log Message: Protect the ALTQ state that's exposed to the ifqueue if the

CVS commit: [thorpej-ifq] src/sys

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 02:08:34 UTC 2023 Modified Files: src/sys/dev/pci [thorpej-ifq]: xmm7360.c src/sys/dev/usb [thorpej-ifq]: uhso.c src/sys/net [thorpej-ifq]: if.c if.h if_arcsubr.c if_ethersubr.c if_ppp.c

CVS commit: [thorpej-ifq] src/sys

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 02:08:34 UTC 2023 Modified Files: src/sys/dev/pci [thorpej-ifq]: xmm7360.c src/sys/dev/usb [thorpej-ifq]: uhso.c src/sys/net [thorpej-ifq]: if.c if.h if_arcsubr.c if_ethersubr.c if_ppp.c

CVS commit: [thorpej-ifq] src/sys/net

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 14 14:47:04 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if.c if.h Log Message: New network interface output queue API. To generate a diff of this commit: cvs rdiff -u -r1.529.2.1 -r1.529.2.1.2.1

CVS commit: [thorpej-ifq] src/sys/net

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 14 14:47:04 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if.c if.h Log Message: New network interface output queue API. To generate a diff of this commit: cvs rdiff -u -r1.529.2.1 -r1.529.2.1.2.1

CVS commit: [thorpej-altq-separation] src/sys/net

2023-11-13 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 14 02:29:11 UTC 2023 Modified Files: src/sys/net [thorpej-altq-separation]: if_wg.c Log Message: Update for the new location of altq_flags (not in if_snd directly). To generate a diff of this commit: cvs rdiff -u

CVS commit: [thorpej-altq-separation] src/sys/net

2023-11-13 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 14 02:29:11 UTC 2023 Modified Files: src/sys/net [thorpej-altq-separation]: if_wg.c Log Message: Update for the new location of altq_flags (not in if_snd directly). To generate a diff of this commit: cvs rdiff -u

CVS commit: [thorpej-altq-separation] src/sys

2023-11-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 11 13:16:31 UTC 2023 Modified Files: src/sys/altq [thorpej-altq-separation]: altq_blue.c altq_cbq.c altq_cdnr.c altq_conf.c altq_fifoq.c altq_hfsc.c altq_jobs.c altq_priq.c altq_red.c altq_rio.c

CVS commit: [thorpej-altq-separation] src/sys

2023-11-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 11 13:16:31 UTC 2023 Modified Files: src/sys/altq [thorpej-altq-separation]: altq_blue.c altq_cbq.c altq_cdnr.c altq_conf.c altq_fifoq.c altq_hfsc.c altq_jobs.c altq_priq.c altq_red.c altq_rio.c

CVS commit: src/share/misc

2023-03-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Mar 7 01:29:21 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: Add: HCC - Home Cable Computer HCCA - Home Cable Computer Adaptor (yes, that is the original spelling) To generate a diff of this commit:

CVS commit: src/share/misc

2023-03-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Mar 7 01:29:21 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: Add: HCC - Home Cable Computer HCCA - Home Cable Computer Adaptor (yes, that is the original spelling) To generate a diff of this commit:

CVS commit: src/share/man/man9

2023-03-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Mar 6 12:25:06 UTC 2023 Modified Files: src/share/man/man9: portfeatures.9 Log Message: Document __HAVE_UCAS_FULL and __HAVE_UCAS_MP. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/share/man/man9

2023-03-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Mar 6 12:25:06 UTC 2023 Modified Files: src/share/man/man9: portfeatures.9 Log Message: Document __HAVE_UCAS_FULL and __HAVE_UCAS_MP. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/sys

2023-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 5 16:24:31 UTC 2023 Modified Files: src/lib/libc/sys: open.2 Log Message: Document the error code when O_REGULAR is specified and the last path component is not a regular file. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/sys

2023-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 5 16:24:31 UTC 2023 Modified Files: src/lib/libc/sys: open.2 Log Message: Document the error code when O_REGULAR is specified and the last path component is not a regular file. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/usb

2023-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 5 13:49:12 UTC 2023 Modified Files: src/sys/dev/usb: ucom.c Log Message: In the HUP-wait path in ucomopen(): - Use cv_timedwait() rather than cv_timedwait_sig(); the wait here is bounded (and fairly short besides) and

CVS commit: src/sys/dev/usb

2023-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 5 13:49:12 UTC 2023 Modified Files: src/sys/dev/usb: ucom.c Log Message: In the HUP-wait path in ucomopen(): - Use cv_timedwait() rather than cv_timedwait_sig(); the wait here is bounded (and fairly short besides) and

CVS commit: src/share/misc

2023-02-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 1 04:04:54 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: Add NHACP (NABU HCCA Application Communication Protocol) To generate a diff of this commit: cvs rdiff -u -r1.339 -r1.340

CVS commit: src/share/misc

2023-02-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 1 04:04:54 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: Add NHACP (NABU HCCA Application Communication Protocol) To generate a diff of this commit: cvs rdiff -u -r1.339 -r1.340

CVS commit: src/sys/kern

2023-02-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Feb 18 14:04:17 UTC 2023 Modified Files: src/sys/kern: kern_time.c Log Message: In itimer_arm_real(), KASSERT that it->it_dying is false. This was already implicitly assumed, but make it explicit in hopes of tracking down

CVS commit: src/sys/kern

2023-02-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Feb 18 14:04:17 UTC 2023 Modified Files: src/sys/kern: kern_time.c Log Message: In itimer_arm_real(), KASSERT that it->it_dying is false. This was already implicitly assumed, but make it explicit in hopes of tracking down

CVS commit: src

2023-01-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 29 15:17:51 UTC 2023 Modified Files: src/share/man/man4: puc.4 src/sys/dev/pci: pucdata.c Log Message: Add and entry for the EXAR XR17V354 4-port UART. >From Håkan Engvall. PR kern/57202 To generate a diff of

CVS commit: src

2023-01-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 29 15:17:51 UTC 2023 Modified Files: src/share/man/man4: puc.4 src/sys/dev/pci: pucdata.c Log Message: Add and entry for the EXAR XR17V354 4-port UART. >From Håkan Engvall. PR kern/57202 To generate a diff of

CVS commit: src/sys/dev/pci

2023-01-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 29 15:08:03 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen for EXAR XR17V354. PR kern/57202 To generate a diff of this commit: cvs rdiff -u -r1.1457 -r1.1458

CVS commit: src/sys/dev/pci

2023-01-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 29 15:08:03 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen for EXAR XR17V354. PR kern/57202 To generate a diff of this commit: cvs rdiff -u -r1.1457 -r1.1458

CVS commit: src/sys/dev/pci

2023-01-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 29 15:07:32 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add ID for the EXAR XR17V354 PCIe UART. >From Håkan Engvall. PR kern/57202 To generate a diff of this commit: cvs rdiff -u -r1.1476 -r1.1477

CVS commit: src/sys/dev/pci

2023-01-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 29 15:07:32 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add ID for the EXAR XR17V354 PCIe UART. >From Håkan Engvall. PR kern/57202 To generate a diff of this commit: cvs rdiff -u -r1.1476 -r1.1477

CVS commit: src/sys/dev/flash

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 21:56:12 UTC 2022 Modified Files: src/sys/dev/flash: flash.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/flash/flash.c Please note that

CVS commit: src/sys/dev/flash

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 21:56:12 UTC 2022 Modified Files: src/sys/dev/flash: flash.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/flash/flash.c Please note that

CVS commit: src/sys/dev/pcmcia

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 21:53:54 UTC 2022 Modified Files: src/sys/dev/pcmcia: if_xi.c pcmcom.c wdc_pcmcia.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96

CVS commit: src/sys/dev/pcmcia

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 21:53:54 UTC 2022 Modified Files: src/sys/dev/pcmcia: if_xi.c pcmcom.c wdc_pcmcia.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96

CVS commit: src/sys/dev/sun

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 21:30:29 UTC 2022 Modified Files: src/sys/dev/sun: bwtwo.c cgsix.c cgthree.c kbd_zs.c sunkbd.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/dev/sun

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 21:30:29 UTC 2022 Modified Files: src/sys/dev/sun: bwtwo.c cgsix.c cgthree.c kbd_zs.c sunkbd.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/dev/tc

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 21:28:51 UTC 2022 Modified Files: src/sys/dev/tc: tcds.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/tc/tcds.c Please note that diffs are

CVS commit: src/sys/dev/tc

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 21:28:51 UTC 2022 Modified Files: src/sys/dev/tc: tcds.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/tc/tcds.c Please note that diffs are

CVS commit: src/sys/dev/videomode

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 21:27:39 UTC 2022 Modified Files: src/sys/dev/videomode: edid.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/videomode/edid.c Please note

CVS commit: src/sys/dev/videomode

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 21:27:39 UTC 2022 Modified Files: src/sys/dev/videomode: edid.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/videomode/edid.c Please note

CVS commit: src/sys/dev/marvell

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 18:45:45 UTC 2022 Modified Files: src/sys/dev/marvell: gtpci.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/marvell/gtpci.c Please note that

CVS commit: src/sys/dev/marvell

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 18:45:45 UTC 2022 Modified Files: src/sys/dev/marvell: gtpci.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/marvell/gtpci.c Please note that

<    1   2   3   4   5   6   7   8   9   10   >