CVS commit: xsrc/external/mit/ctwm/dist
Module Name:xsrc Committed By: nia Date: Wed Sep 23 07:01:49 UTC 2020 Modified Files: xsrc/external/mit/ctwm/dist: system.ctwmrc Log Message: fix syntax. ctwm does not use , To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/ctwm/dist/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/ctwm/dist
Module Name:xsrc Committed By: nia Date: Wed Sep 23 07:02:59 UTC 2020 Modified Files: xsrc/external/mit/ctwm/dist: system.ctwmrc Log Message: fix syntax. it only wants the number of columns. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/ctwm/dist/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: rillig Date: Wed Sep 23 07:30:12 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): merge duplicate code for delayed commands To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236 src/usr.bin/make/job.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: rillig Date: Wed Sep 23 07:50:59 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: cond-func-empty.mk counter-append.exp counter-append.mk counter.exp counter.mk Log Message: make(1): fix unexpected behavior in ::= variable modifier Previously, the ::= modifier had returned an error value, which caused the variable expression to be preserved. This behavior was not useful in this case; it had only been intended to be used for undefined variables. To fix it, distinguish between parse errors, undefined variables and regular empty strings. To generate a diff of this commit: cvs rdiff -u -r1.535 -r1.536 src/usr.bin/make/var.c cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/cond-func-empty.mk \ src/usr.bin/make/unit-tests/counter.exp cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/counter-append.exp \ src/usr.bin/make/unit-tests/counter-append.mk cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/counter.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make/unit-tests
Module Name:src Committed By: rillig Date: Wed Sep 23 07:54:08 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile counter-append.exp counter-append.mk counter.exp counter.mk Log Message: make(1): remove debug output from counter tests Now that the tests work as intended, the debug information is no longer necessary. It was only intended to track down the cause of the unexpected behavior. To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 src/usr.bin/make/unit-tests/Makefile cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/counter-append.exp \ src/usr.bin/make/unit-tests/counter-append.mk cvs rdiff -u -r1.7 -r1.8 src/usr.bin/make/unit-tests/counter.exp cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/counter.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make/unit-tests
Module Name:src Committed By: rillig Date: Wed Sep 23 08:11:28 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-func-empty.mk cond-func.mk Log Message: make(1): add tests for spaces in condition functions To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/make/unit-tests/cond-func-empty.mk cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/cond-func.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/sys/dev
Module Name:src Committed By: martin Date: Wed Sep 23 08:46:54 UTC 2020 Modified Files: src/sys/dev/mii [netbsd-9]: inbmphyreg.h src/sys/dev/pci [netbsd-9]: if_wm.c if_wmreg.h if_wmvar.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1093): sys/dev/pci/if_wmreg.h: revision 1.120 sys/dev/pci/if_wmvar.h: revision 1.46 sys/dev/pci/if_wm.c: revision 1.686 sys/dev/pci/if_wm.c: revision 1.687 sys/dev/mii/inbmphyreg.h: revision 1.20 sys/dev/pci/if_wm.c: revision 1.688 sys/dev/pci/if_wm.c: revision 1.689 s/ressource/resource/. Found by knakahara. Add new flag named WM_F_CRC_STRIP and use it. No functional change. This change also sets the RCTL_SECRC bit on I211 but it doesn't change the behavior because I211 always strips CRC like I35[04] and I210. Add a workaround for jumbo frame on PCH2 and newer. Tested by chs@. - Add wm_lv_jumbo_workaround_ich8lan() and use it. From FreeBSD. XXX For KUMCTRLSTA_OFFSET_HD_CTRL register modification, it's doubtful. FreeBSD and Linux do the same thing that they set the same value on both jumbo frame's enable case and the disable case. It seems the default value is 0x0b0c and it's not changed on the enable case, so it might be a bug on the enable case or the modification is not required. - Rename I219_UNKNOWN1 to I82579_UNKNOWN1. Use 12K for packet buffer for jumbo frame on PCH2 and newer. XXX Note that Linux Use 14K. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.18.4.1 src/sys/dev/mii/inbmphyreg.h cvs rdiff -u -r1.645.2.6 -r1.645.2.7 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.115.2.2 -r1.115.2.3 src/sys/dev/pci/if_wmreg.h cvs rdiff -u -r1.44.4.1 -r1.44.4.2 src/sys/dev/pci/if_wmvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Sep 23 08:48:07 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Ticket To generate a diff of this commit: cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-9.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: simonb Date: Wed Sep 23 09:52:02 UTC 2020 Modified Files: src/sys/arch/mips/mips: mips_stacktrace.c src/sys/kern: kern_ksyms.c src/sys/sys: ksyms.h Log Message: The current MIPS DDB stacktrace code doesn't work if no symbols are available, so fall back to old-fashioned unwind code if no symbols. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/mips/mips_stacktrace.c cvs rdiff -u -r1.88 -r1.89 src/sys/kern/kern_ksyms.c cvs rdiff -u -r1.37 -r1.38 src/sys/sys/ksyms.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/mips
Module Name:src Committed By: mrg Date: Wed Sep 23 09:56:33 UTC 2020 Modified Files: src/sys/arch/mips/mips: mips_stacktrace.c Log Message: make !DDB kernels build. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/mips/mips_stacktrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/ifconfig
Module Name:src Committed By: roy Date: Wed Sep 23 10:48:12 UTC 2020 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: ifconfig: test cases want LINK_STATE_UNKNOWN to be treated as up. To generate a diff of this commit: cvs rdiff -u -r1.244 -r1.245 src/sbin/ifconfig/ifconfig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: simonb Date: Wed Sep 23 12:05:16 UTC 2020 Modified Files: src/sys/kern: subr_cpu.c Log Message: Don't dump the CPU topology in the uninspiring case of a single CPU. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/kern/subr_cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: jakllsch Date: Wed Sep 23 13:45:14 UTC 2020 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: whitespace fix To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/virtio_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/sys/dev/pci
Module Name:src Committed By: martin Date: Wed Sep 23 14:31:47 UTC 2020 Modified Files: src/sys/dev/pci [netbsd-8]: virtio.c Log Message: Pull up following revision(s) (requested by jakllsch in ticket #1609): sys/dev/pci/virtio_pci.c: revision 1.13 (patch) (applied to sys/dev/pci/virtio.c) Ensure MSI-X is disabled if allocation of MSI-X interrupts fail. The virtio device config space moves out from under us when MSI-X remains enabled, and/or INTx interrupts are masked if we don't ensure this. This un-breaks virtio devices that run out of MSI-X interrupts. Particularly a problem on uniproc x86, where there are only 8 or 9 vectors available, allowing for only about 4 virtio devices to use MSI-X. To generate a diff of this commit: cvs rdiff -u -r1.28.2.2 -r1.28.2.3 src/sys/dev/pci/virtio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Sep 23 14:32:47 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1609 To generate a diff of this commit: cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/fstyp
Module Name:src Committed By: tkusumi Date: Wed Sep 23 14:39:23 UTC 2020 Modified Files: src/usr.sbin/fstyp: hammer2.c hammer2_disk.h Log Message: fstyp: Sync hammer2_disk.h with DragonFly BSD taken-from: DragonFly BSD To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/fstyp/hammer2.c cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/fstyp/hammer2_disk.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: nia Date: Wed Sep 23 15:30:36 UTC 2020 Modified Files: src/distrib/sets/lists/xbase: mi src/external/mit/ctwm: Makefile Added Files: src/external/mit/ctwm/libexec: Makefile ctwm_app_menu Log Message: add a script for dynamically generating a menu in the ctwm desktop this parses the files in /usr/pkg/share/applications and provides a submenu for launching applications. TODO: make /usr/pkg configurable somehow? To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/distrib/sets/lists/xbase/mi cvs rdiff -u -r1.1 -r1.2 src/external/mit/ctwm/Makefile cvs rdiff -u -r0 -r1.1 src/external/mit/ctwm/libexec/Makefile \ src/external/mit/ctwm/libexec/ctwm_app_menu Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/ctwm/dist
Module Name:xsrc Committed By: nia Date: Wed Sep 23 15:32:13 UTC 2020 Modified Files: xsrc/external/mit/ctwm/dist: system.ctwmrc Log Message: enable the ctwm applications menu To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 xsrc/external/mit/ctwm/dist/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/alpha/common
Module Name:src Committed By: thorpej Date: Wed Sep 23 18:46:02 UTC 2020 Modified Files: src/sys/arch/alpha/common: shared_intr.c Log Message: Use a wrapper to acquire the kernel lock for non-MPSAFE interrupts, rather than doing it in alpha_shared_intr_establish() directly. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/alpha/common/shared_intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/alpha/include
Module Name:src Committed By: thorpej Date: Wed Sep 23 18:47:21 UTC 2020 Modified Files: src/sys/arch/alpha/include: intr.h Log Message: Use a wrapper to acquire the kernel lock for non-MPSAFE interrupts, rather than doing it in alpha_shared_intr_establish() directly. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/arch/alpha/include/intr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/alpha/pci
Module Name:src Committed By: thorpej Date: Wed Sep 23 18:48:51 UTC 2020 Modified Files: src/sys/arch/alpha/pci: pci_6600.c Log Message: Define a constant for the SIO IRQ line, and keep a shadow copy of the interrupt enables. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/alpha/pci/pci_6600.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools/gdb
Module Name:src Committed By: christos Date: Wed Sep 23 23:21:29 UTC 2020 Modified Files: src/tools/gdb: Makefile mknative-gdb Log Message: Add gdbserver To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/tools/gdb/Makefile cvs rdiff -u -r1.12 -r1.13 src/tools/gdb/mknative-gdb Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gdb/bin/gdbserver
Module Name:src Committed By: christos Date: Wed Sep 23 23:37:00 UTC 2020 Added Files: src/external/gpl3/gdb/bin/gdbserver: Makefile src/external/gpl3/gdb/bin/gdbserver/arch/x86_64: config.h Log Message: Add build glue (does not link) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/gpl3/gdb/bin/gdbserver/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/gdb/bin/gdbserver/arch/x86_64/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/sociox
Module Name:src Committed By: nisimura Date: Wed Sep 23 23:38:24 UTC 2020 Modified Files: src/sys/arch/arm/sociox: if_ave.c Log Message: note more about AVE EMAC design To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/sociox/if_ave.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: kamil Date: Wed Sep 23 23:39:18 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: Switch GDB on i386 to 1100 Confirmed to build and work. To generate a diff of this commit: cvs rdiff -u -r1.1220 -r1.1221 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/mips
Module Name:src Committed By: mrg Date: Thu Sep 24 02:12:01 UTC 2020 Modified Files: src/sys/arch/mips/mips: mipsX_subr.S Log Message: fix octeon !DDB builds. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/arch/mips/mips/mipsX_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gdb/bin/gdbserver
Module Name:src Committed By: kamil Date: Thu Sep 24 03:06:01 UTC 2020 Modified Files: src/external/gpl3/gdb/bin/gdbserver: Makefile Log Message: Make gdbserver almost work The only missing thing is the lack of generated version.c. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/bin/gdbserver/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/mips
Module Name:src Committed By: mrg Date: Thu Sep 24 03:17:18 UTC 2020 Modified Files: src/sys/arch/mips/mips: mips_stacktrace.c Log Message: skip kernel-only code on crash. XXX: we could make verylocore work with a symbol look for crash. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/mips/mips_stacktrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: ryo Date: Thu Sep 24 05:09:47 UTC 2020 Modified Files: src/sys/dev/pci: if_aq.c Log Message: no need to swap 32bit-packed macaddr on big endian To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/if_aq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: ryo Date: Thu Sep 24 05:13:03 UTC 2020 Modified Files: src/sys/dev/pci: if_aq.c Log Message: add __aligned() to all __packed structures. suppress warnings, and allow to compiler to generate more efficent code. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/pci/if_aq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/ctwm/dist
Module Name:xsrc Committed By: nia Date: Thu Sep 24 05:38:16 UTC 2020 Modified Files: xsrc/external/mit/ctwm/dist: system.ctwmrc Log Message: volume key bindings To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/ctwm/dist/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/ctwm
Module Name:src Committed By: nia Date: Thu Sep 24 05:43:30 UTC 2020 Modified Files: src/external/mit/ctwm: Makefile src/external/mit/ctwm/bin/ctwm: Makefile Added Files: src/external/mit/ctwm/etc: Makefile system.ctwmrc Log Message: move the new ctwmrc here so it doesn't conflict with the upstream one To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/ctwm/Makefile cvs rdiff -u -r1.5 -r1.6 src/external/mit/ctwm/bin/ctwm/Makefile cvs rdiff -u -r0 -r1.1 src/external/mit/ctwm/etc/Makefile \ src/external/mit/ctwm/etc/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make/unit-tests
Module Name:src Committed By: rillig Date: Thu Sep 24 06:03:45 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname-empty.mk Log Message: make(1): extend documentation in the varname-empty test To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/varname-empty.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm/pmap
Module Name:src Committed By: skrll Date: Thu Sep 24 06:45:58 UTC 2020 Modified Files: src/sys/uvm/pmap: pmap.c pmap_segtab.c pmap_tlb.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/uvm/pmap/pmap.c cvs rdiff -u -r1.24 -r1.25 src/sys/uvm/pmap/pmap_segtab.c cvs rdiff -u -r1.40 -r1.41 src/sys/uvm/pmap/pmap_tlb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: rillig Date: Thu Sep 24 06:45:59 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h make.c targ.c Log Message: make(1): refactor add_wait_dep to not use Lst_ForEachFrom anymore It was the last remaining use of that function outside of lst.c. While here, clean up the code of add_wait_dep by removing unreachable code (the GNode lists never contain NULL, only the GNode.commands lists do that). To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/usr.bin/make/lst.c cvs rdiff -u -r1.62 -r1.63 src/usr.bin/make/lst.h cvs rdiff -u -r1.138 -r1.139 src/usr.bin/make/make.c cvs rdiff -u -r1.90 -r1.91 src/usr.bin/make/targ.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/ctwm
Module Name:src Committed By: nia Date: Thu Sep 24 06:52:48 UTC 2020 Modified Files: src/external/mit/ctwm: Makefile src/external/mit/ctwm/bin/ctwm: Makefile Log Message: revert; use system.ctwmrc from xsrc until I understand why the build fails To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/mit/ctwm/Makefile cvs rdiff -u -r1.6 -r1.7 src/external/mit/ctwm/bin/ctwm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.