CVS commit: src/sys/dev/mii
Module Name:src Committed By: msaitoh Date: Wed Nov 4 09:15:10 UTC 2020 Modified Files: src/sys/dev/mii: igphy.c ihphy.c makphy.c Log Message: Fix a bug that "ifconfig xx0 media none" set LINK_STATE_UNKNOWN instead of LINK_STATE_DOWN. XXX We should check for other PHY drivers, too. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/mii/igphy.c cvs rdiff -u -r1.18 -r1.19 src/sys/dev/mii/ihphy.c cvs rdiff -u -r1.67 -r1.68 src/sys/dev/mii/makphy.c 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/pci
Module Name:src Committed By: martin Date: Wed Nov 4 11:48:26 UTC 2020 Modified Files: src/sys/dev/pci [netbsd-9]: if_wm.c if_wmvar.h Log Message: Pull up following revision(s) (requested by knakahara in ticket #1126): sys/dev/pci/if_wm.c: revision 1.694 sys/dev/pci/if_wm.c: revision 1.695 (via patch) sys/dev/pci/if_wmvar.h: revision 1.47 Add WMPHY_I350. Not used yet. Workaround for ihphy and atphy(ICH*/PCH*, 82580 and I350). These phys stop DMA while link is down which causes device timeout. Fix PR/kern 40981 Reviewed and tested by msaitoh@n.o, thanks. XXX pullup-[89] To generate a diff of this commit: cvs rdiff -u -r1.645.2.8 -r1.645.2.9 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.44.4.2 -r1.44.4.3 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 Nov 4 11:49:55 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1126 To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-9.2 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 Nov 4 11:52:47 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1620 To generate a diff of this commit: cvs rdiff -u -r1.1.2.47 -r1.1.2.48 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: [netbsd-8] src/sys/dev/pci
Module Name:src Committed By: martin Date: Wed Nov 4 11:51:57 UTC 2020 Modified Files: src/sys/dev/pci [netbsd-8]: if_wm.c if_wmvar.h Log Message: Pull up following revision(s) (requested by knakahara in ticket #1620): sys/dev/pci/if_wm.c: revision 1.694 sys/dev/pci/if_wm.c: revision 1.695 (via patch) sys/dev/pci/if_wmvar.h: revision 1.47 Add WMPHY_I350. Not used yet. Workaround for ihphy and atphy(ICH*/PCH*, 82580 and I350). These phys stop DMA while link is down which causes device timeout. Fix PR/kern 40981 Reviewed and tested by msaitoh@n.o, thanks. XXX pullup-[89] To generate a diff of this commit: cvs rdiff -u -r1.508.4.40 -r1.508.4.41 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.33.6.6 -r1.33.6.7 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: src/usr.bin/make
Module Name:src Committed By: rillig Date: Wed Nov 4 13:04:56 UTC 2020 Modified Files: src/usr.bin/make: make.h Log Message: make(1): remove unused names DTARGET, FPREFIX, etc. To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184 src/usr.bin/make/make.h 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 Nov 4 13:22:15 UTC 2020 Modified Files: src/usr.bin/make: main.c make.h Log Message: make(1): rename MAKEFILE_PREFERENCE for consistency The names of the other special variables are all prefixed with MAKE_. To generate a diff of this commit: cvs rdiff -u -r1.423 -r1.424 src/usr.bin/make/main.c cvs rdiff -u -r1.184 -r1.185 src/usr.bin/make/make.h 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 Nov 4 13:27:00 UTC 2020 Modified Files: src/usr.bin/make: meta.c Log Message: make(1): remove mistyped extern variable Robust programs don't have extern variable declarations in .c files, as that risks incomatible definitions that are not detected by the compiler and invoke undefined behavior. Make make a little more robust. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/usr.bin/make/meta.c 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: sborrill Date: Wed Nov 4 13:27:40 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1119 To generate a diff of this commit: cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-9.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/usr.sbin/sysinst
Module Name:src Committed By: sborrill Date: Wed Nov 4 13:27:08 UTC 2020 Modified Files: src/usr.sbin/sysinst [netbsd-9]: mbr.c Log Message: Pull up the following revisions(s) (requested by martin in ticket #1119): usr.sbin/sysinst/mbr.c: revision 1.37 Do not force alignment of the first partition by default (which is treated special to skip the first track), unless an existing partition table hints at it. To generate a diff of this commit: cvs rdiff -u -r1.19.2.7 -r1.19.2.8 src/usr.sbin/sysinst/mbr.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 Nov 4 13:29:42 UTC 2020 Modified Files: src/usr.bin/make: main.c make.h Log Message: make(1): move declaration of parseIncPath from main.c to make.h To generate a diff of this commit: cvs rdiff -u -r1.424 -r1.425 src/usr.bin/make/main.c cvs rdiff -u -r1.185 -r1.186 src/usr.bin/make/make.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/usr.sbin/sysinst/arch/i386
Module Name:src Committed By: sborrill Date: Wed Nov 4 13:31:23 UTC 2020 Modified Files: src/usr.sbin/sysinst/arch/i386 [netbsd-9]: md.c Log Message: Pull up the following revisions(s) (requested by martin in ticket #1120): usr.sbin/sysinst/arch/i386/md.c:revision 1.33 Do not force bootselector MBR code for installs with only a single named partition. To generate a diff of this commit: cvs rdiff -u -r1.20.2.7 -r1.20.2.8 src/usr.sbin/sysinst/arch/i386/md.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 Nov 4 13:31:58 UTC 2020 Modified Files: src/usr.bin/make: make.h parse.c Log Message: make(1): align comments on a few commonly used variables To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 src/usr.bin/make/make.h cvs rdiff -u -r1.425 -r1.426 src/usr.bin/make/parse.c 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: sborrill Date: Wed Nov 4 13:33:10 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1120 To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-9.2 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 Nov 4 13:40:20 UTC 2020 Modified Files: src/usr.bin/make: make.h Log Message: make(1): group GNode fields by topic, document ParseErrorLevel To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 src/usr.bin/make/make.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/pam-u2f
Module Name:src Committed By: khorben Date: Wed Nov 4 13:46:46 UTC 2020 Modified Files: src/external/bsd/pam-u2f/bin/pamu2fcfg: Makefile src/external/bsd/pam-u2f/lib/security/pam-u2f: Makefile Log Message: PR/55747: Tobias Nygren: Install manpages for pam-u2f I have added a Makefile rule, indicating how to generate the manual pages again. It has no dependency on the original file, in order to avoid issues when building: the generation depends in asciidoc and libxslt, which are not in tools or in the base tree anyway. It should therefore never trigger, but should be used by the maintainer when updating pam-u2f. With this, I believe this PR can be closed. Tested with "build.sh release" on amd64. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pam-u2f/bin/pamu2fcfg/Makefile cvs rdiff -u -r1.4 -r1.5 \ src/external/bsd/pam-u2f/lib/security/pam-u2f/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/sysinst
Module Name:src Committed By: martin Date: Wed Nov 4 14:29:40 UTC 2020 Modified Files: src/usr.sbin/sysinst: Makefile.inc defs.h install.c menus.mi msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl msg.pm.de msg.pm.en msg.pm.es msg.pm.fr msg.pm.pl upgrade.c util.c src/usr.sbin/sysinst/arch/atari: Makefile src/usr.sbin/sysinst/arch/ews4800mips: Makefile Added Files: src/usr.sbin/sysinst: menus.entropy msg.entropy.de msg.entropy.en msg.entropy.es msg.entropy.fr msg.entropy.pl Log Message: Add (experimental) entropy input support: Early during new installs or after upgrades we check if entropy is available. If not (no hardware random number generator available) we inform the user and ask them to fix it. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/usr.sbin/sysinst/Makefile.inc cvs rdiff -u -r1.68 -r1.69 src/usr.sbin/sysinst/defs.h cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/sysinst/install.c cvs rdiff -u -r0 -r1.1 src/usr.sbin/sysinst/menus.entropy \ src/usr.sbin/sysinst/msg.entropy.de src/usr.sbin/sysinst/msg.entropy.en \ src/usr.sbin/sysinst/msg.entropy.es src/usr.sbin/sysinst/msg.entropy.fr \ src/usr.sbin/sysinst/msg.entropy.pl cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/sysinst/menus.mi cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/sysinst/msg.mi.de cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/sysinst/msg.mi.en \ src/usr.sbin/sysinst/msg.mi.pl cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/sysinst/msg.mi.es cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/sysinst/msg.mi.fr cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/msg.pm.de \ src/usr.sbin/sysinst/msg.pm.en src/usr.sbin/sysinst/msg.pm.es \ src/usr.sbin/sysinst/msg.pm.fr src/usr.sbin/sysinst/msg.pm.pl cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/sysinst/upgrade.c cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/sysinst/util.c cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/sysinst/arch/atari/Makefile cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sysinst/arch/ews4800mips/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: kim Date: Wed Nov 4 15:24:56 UTC 2020 Modified Files: src/share/man/man4: ixl.4 ure.4 viornd.4 wpi.4 Log Message: Allow line breaks inside author names in prose paragraphs To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/ixl.4 cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/ure.4 cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/viornd.4 cvs rdiff -u -r1.16 -r1.17 src/share/man/man4/wpi.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/sysinst
Module Name:src Committed By: martin Date: Wed Nov 4 16:26:35 UTC 2020 Modified Files: src/usr.sbin/sysinst: util.c Log Message: Avoid warnings To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/usr.sbin/sysinst/util.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/xorg-server/dist/hw/netbsd/x68k
Module Name:xsrc Committed By: tsutsui Date: Wed Nov 4 17:16:13 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k: x68kFb.c x68kGraph.c x68kKbd.c x68kReg.h x68kText.c Log Message: Use exact-width interger types properly for register accesses etc. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kFb.c cvs rdiff -u -r1.8 -r1.9 \ xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kGraph.c cvs rdiff -u -r1.9 -r1.10 \ xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kKbd.c cvs rdiff -u -r1.4 -r1.5 \ xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kReg.h \ xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kText.c 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: pgoyette Date: Wed Nov 4 18:12:19 UTC 2020 Modified Files: src/sys/kern: sys_ptrace_common.c src/sys/sys: ptrace.h Log Message: Finish the proper naming of the module init/fini routines. Should fix the "ptrace cannot be used by unpriv user" issue reported by Rin Okuyama (thanks for the detailed report and analysis). To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/kern/sys_ptrace_common.c cvs rdiff -u -r1.72 -r1.73 src/sys/sys/ptrace.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: pgoyette Date: Wed Nov 4 18:32:12 UTC 2020 Modified Files: src/sys/sys: ptrace.h Log Message: Remove extraneous declaration of ptrace_common_{init,fini}() To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/sys/ptrace.h 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: pgoyette Date: Wed Nov 4 19:03:17 UTC 2020 Modified Files: src/sys/kern: sys_ptrace.c Log Message: For consistency with other code, put the module init/fini code into separate routines called from module's modcmd() code, rather than in-lining in the modcmd. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/kern/sys_ptrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/man
Module Name:src Committed By: mrg Date: Wed Nov 4 19:11:39 UTC 2020 Modified Files: src/distrib/sets/lists/man: mi Log Message: mark pamu2fcfg(1) as pam so MKPAM=no sets work To generate a diff of this commit: cvs rdiff -u -r1.1708 -r1.1709 src/distrib/sets/lists/man/mi 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: pgoyette Date: Wed Nov 4 19:16:34 UTC 2020 Modified Files: src/sys/kern: sys_ptrace.c Log Message: Don't use == for assignment. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/kern/sys_ptrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/include/sys
Module Name:src Committed By: martin Date: Wed Nov 4 19:27:53 UTC 2020 Modified Files: src/sys/rump/include/sys: sleeptab.h Log Message: Add turnstile_print prototype for LOCKDEBUG To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/include/sys/sleeptab.h 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: pgoyette Date: Wed Nov 4 19:27:41 UTC 2020 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Merge the two separate sets of init/fini routines and unbreak the build. XXX Still does not fix the problems noted with 32-bit arm - that will need a lot more thought. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/kern/sys_ptrace_common.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/riscv/riscv
Module Name:src Committed By: skrll Date: Wed Nov 4 20:04:01 UTC 2020 Modified Files: src/sys/arch/riscv/riscv: trap.c vm_machdep.c Log Message: Miscellaneous updates to reflect riscv-privileged-20190608.pdf Some from zmcgrew@ To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/riscv/riscv/trap.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/riscv/vm_machdep.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/riscv
Module Name:src Committed By: skrll Date: Wed Nov 4 20:05:47 UTC 2020 Modified Files: src/sys/arch/riscv/include: sysreg.h src/sys/arch/riscv/riscv: genassym.cf locore.S riscv_machdep.c Log Message: Miscellaneous updates to reflect riscv-privileged-20190608.pdf Some from zmcgrew@ To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/riscv/include/sysreg.h cvs rdiff -u -r1.9 -r1.10 src/sys/arch/riscv/riscv/genassym.cf cvs rdiff -u -r1.15 -r1.16 src/sys/arch/riscv/riscv/locore.S cvs rdiff -u -r1.12 -r1.13 src/sys/arch/riscv/riscv/riscv_machdep.c 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: pgoyette Date: Wed Nov 4 20:54:20 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_core.c src/sys/modules/compat_netbsd32_coredump: Makefile Log Message: Use opt_execfmt.h to get build options. Only include elf32 hooks if we have elf32 defined and elf32 is not the "native" emulation. This allows for having compat_netbsd32 without elf32 (although it's probably not too useful), and also enables arm's old-ABI usage of compat_netbsd32. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/compat/netbsd32/netbsd32_core.c cvs rdiff -u -r1.1 -r1.2 src/sys/modules/compat_netbsd32_coredump/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump
Module Name:src Committed By: christos Date: Wed Nov 4 22:06:39 UTC 2020 Modified Files: src/sys/rump/include/rump: rump.h src/sys/rump/librump/rumpkern: rump.c Log Message: PR/55781: Ruslan Nikolaev: rump_init() does differentiate when all CPUs are initialized To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/rump/include/rump/rump.h cvs rdiff -u -r1.349 -r1.350 src/sys/rump/librump/rumpkern/rump.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/libepoxy/src
Module Name:xsrc Committed By: christos Date: Wed Nov 4 22:46:20 UTC 2020 Modified Files: xsrc/external/mit/libepoxy/src: egl_generated_dispatch.c gl_generated_dispatch.c glx_generated_dispatch.c Log Message: fix lint build To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ xsrc/external/mit/libepoxy/src/egl_generated_dispatch.c cvs rdiff -u -r1.6 -r1.7 \ xsrc/external/mit/libepoxy/src/gl_generated_dispatch.c \ xsrc/external/mit/libepoxy/src/glx_generated_dispatch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libossaudio
Module Name:src Committed By: nia Date: Wed Nov 4 22:59:24 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.c Log Message: ossaudio(3): Set errno and return -1 rather than returning errno. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/lib/libossaudio/ossaudio.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/unit-tests
Module Name:src Committed By: rillig Date: Thu Nov 5 00:41:04 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: use-inference.mk Log Message: make(1): add remark for exit status 0 despite error To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/use-inference.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
Module Name:src Committed By: rillig Date: Thu Nov 5 00:40:31 UTC 2020 Modified Files: src/usr.bin/make: make.h Log Message: make(1): extend documentation for GNodeType constants To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 src/usr.bin/make/make.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.