CVS commit: src/external/cddl/osnet/sys/sys
Module Name:src Committed By: hannken Date: Mon Oct 12 08:21:21 UTC 2020 Modified Files: src/external/cddl/osnet/sys/sys: cred.h Log Message: Stub groupmember() has to test both group list and current group id. Fixes kern/55675: ZFS mounts do not work with setuid programs To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/cddl/osnet/sys/sys/cred.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/external/bsd/ntp
Module Name:src Committed By: martin Date: Mon Oct 12 10:17:33 UTC 2020 Modified Files: src/external/bsd/ntp [netbsd-9]: Makefile.inc src/external/bsd/ntp/bin [netbsd-9]: Makefile.inc src/external/bsd/ntp/bin/ntp-keygen [netbsd-9]: Makefile src/external/bsd/ntp/bin/ntpd [netbsd-9]: Makefile src/external/bsd/ntp/bin/ntpdc [netbsd-9]: Makefile src/external/bsd/ntp/bin/ntpq [netbsd-9]: Makefile src/external/bsd/ntp/bin/sntp [netbsd-9]: Makefile Removed Files: src/external/bsd/ntp/bin/ntp-keygen [netbsd-9]: ntp-keygen.8 src/external/bsd/ntp/bin/ntpd [netbsd-9]: ntp.conf.5 ntp.keys.5 ntpd.8 src/external/bsd/ntp/bin/ntpdc [netbsd-9]: ntpdc.8 src/external/bsd/ntp/bin/ntpq [netbsd-9]: ntpq.8 src/external/bsd/ntp/bin/sntp [netbsd-9]: sntp.1 Log Message: Pull up following revision(s) (requested by kim in ticket #1109): external/bsd/ntp/bin/ntpq/ntpq.8: file removal external/bsd/ntp/bin/Makefile.inc: revision 1.4 external/bsd/ntp/bin/ntpd/ntpd.8: file removal external/bsd/ntp/bin/ntpq/Makefile: revision 1.9 (patch) external/bsd/ntp/bin/ntpd/Makefile: revision 1.28 (patch) external/bsd/ntp/bin/sntp/sntp.1: file removal external/bsd/ntp/bin/ntpd/ntp.keys.5: file removal external/bsd/ntp/bin/ntpd/ntp.conf.5: file removal external/bsd/ntp/Makefile.inc: revision 1.20 external/bsd/ntp/Makefile.inc: revision 1.21 external/bsd/ntp/bin/sntp/Makefile: revision 1.8 external/bsd/ntp/bin/ntp-keygen/Makefile: revision 1.7 (patch) external/bsd/ntp/bin/sntp/Makefile: revision 1.9 (patch) external/bsd/ntp/bin/ntp-keygen/ntp-keygen.8: file removal external/bsd/ntp/bin/ntpdc/ntpdc.8: file removal external/bsd/ntp/bin/ntpdc/Makefile: revision 1.7 (patch) Fix build; clean manpages only if they are generated automatically. include bsd.own.mk so that ../../Makefile.inc does not do it... Add rules for manual pages builds, remove including Makefile.inc Use .PARSEDIR PR/55710: Kimmo Suominen: Delete manual pages so that they get copy from the imported, already generated ones. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.18.2.1 src/external/bsd/ntp/Makefile.inc cvs rdiff -u -r1.3 -r1.3.56.1 src/external/bsd/ntp/bin/Makefile.inc cvs rdiff -u -r1.5 -r1.5.34.1 src/external/bsd/ntp/bin/ntp-keygen/Makefile cvs rdiff -u -r1.1 -r0 src/external/bsd/ntp/bin/ntp-keygen/ntp-keygen.8 cvs rdiff -u -r1.22 -r1.22.6.1 src/external/bsd/ntp/bin/ntpd/Makefile cvs rdiff -u -r1.1 -r0 src/external/bsd/ntp/bin/ntpd/ntp.conf.5 \ src/external/bsd/ntp/bin/ntpd/ntpd.8 cvs rdiff -u -r1.2 -r0 src/external/bsd/ntp/bin/ntpd/ntp.keys.5 cvs rdiff -u -r1.6 -r1.6.34.1 src/external/bsd/ntp/bin/ntpdc/Makefile cvs rdiff -u -r1.1 -r0 src/external/bsd/ntp/bin/ntpdc/ntpdc.8 cvs rdiff -u -r1.7 -r1.7.34.1 src/external/bsd/ntp/bin/ntpq/Makefile cvs rdiff -u -r1.1 -r0 src/external/bsd/ntp/bin/ntpq/ntpq.8 cvs rdiff -u -r1.6 -r1.6.34.1 src/external/bsd/ntp/bin/sntp/Makefile cvs rdiff -u -r1.1 -r0 src/external/bsd/ntp/bin/sntp/sntp.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/external/bsd/ntp
Module Name:src Committed By: martin Date: Mon Oct 12 10:23:41 UTC 2020 Modified Files: src/external/bsd/ntp [netbsd-8]: Makefile.inc src/external/bsd/ntp/bin [netbsd-8]: Makefile.inc src/external/bsd/ntp/bin/ntp-keygen [netbsd-8]: Makefile src/external/bsd/ntp/bin/ntpd [netbsd-8]: Makefile src/external/bsd/ntp/bin/ntpdc [netbsd-8]: Makefile src/external/bsd/ntp/bin/ntpq [netbsd-8]: Makefile src/external/bsd/ntp/bin/sntp [netbsd-8]: Makefile Removed Files: src/external/bsd/ntp/bin/ntp-keygen [netbsd-8]: ntp-keygen.8 src/external/bsd/ntp/bin/ntpd [netbsd-8]: ntp.conf.5 ntp.keys.5 ntpd.8 src/external/bsd/ntp/bin/ntpdc [netbsd-8]: ntpdc.8 src/external/bsd/ntp/bin/ntpq [netbsd-8]: ntpq.8 src/external/bsd/ntp/bin/sntp [netbsd-8]: sntp.1 Log Message: Pull up following revision(s) (requested by kim in ticket #1616): external/bsd/ntp/bin/ntpq/ntpq.8: file removal external/bsd/ntp/bin/Makefile.inc: revision 1.4 external/bsd/ntp/bin/ntpd/ntpd.8: file removal external/bsd/ntp/bin/ntpq/Makefile: revision 1.9 (patch) external/bsd/ntp/bin/ntpd/Makefile: revision 1.28 (patch) external/bsd/ntp/bin/sntp/sntp.1: file removal external/bsd/ntp/bin/ntpd/ntp.keys.5: file removal external/bsd/ntp/bin/ntpd/ntp.conf.5: file removal external/bsd/ntp/Makefile.inc: revision 1.20 external/bsd/ntp/Makefile.inc: revision 1.21 external/bsd/ntp/bin/sntp/Makefile: revision 1.8 external/bsd/ntp/bin/ntp-keygen/Makefile: revision 1.7 (patch) external/bsd/ntp/bin/sntp/Makefile: revision 1.9 (patch) external/bsd/ntp/bin/ntp-keygen/ntp-keygen.8: file removal external/bsd/ntp/bin/ntpdc/ntpdc.8: file removal external/bsd/ntp/bin/ntpdc/Makefile: revision 1.7 (patch) Fix build; clean manpages only if they are generated automatically. include bsd.own.mk so that ../../Makefile.inc does not do it... Add rules for manual pages builds, remove including Makefile.inc Use .PARSEDIR PR/55710: Kimmo Suominen: Delete manual pages so that they get copy from the imported, already generated ones. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.17.2.1 src/external/bsd/ntp/Makefile.inc cvs rdiff -u -r1.3 -r1.3.46.1 src/external/bsd/ntp/bin/Makefile.inc cvs rdiff -u -r1.5 -r1.5.24.1 src/external/bsd/ntp/bin/ntp-keygen/Makefile cvs rdiff -u -r1.1 -r0 src/external/bsd/ntp/bin/ntp-keygen/ntp-keygen.8 cvs rdiff -u -r1.21.8.1 -r1.21.8.2 src/external/bsd/ntp/bin/ntpd/Makefile cvs rdiff -u -r1.1 -r0 src/external/bsd/ntp/bin/ntpd/ntp.conf.5 \ src/external/bsd/ntp/bin/ntpd/ntpd.8 cvs rdiff -u -r1.2 -r0 src/external/bsd/ntp/bin/ntpd/ntp.keys.5 cvs rdiff -u -r1.6 -r1.6.24.1 src/external/bsd/ntp/bin/ntpdc/Makefile cvs rdiff -u -r1.1 -r0 src/external/bsd/ntp/bin/ntpdc/ntpdc.8 cvs rdiff -u -r1.7 -r1.7.24.1 src/external/bsd/ntp/bin/ntpq/Makefile cvs rdiff -u -r1.1 -r0 src/external/bsd/ntp/bin/ntpq/ntpq.8 cvs rdiff -u -r1.6 -r1.6.24.1 src/external/bsd/ntp/bin/sntp/Makefile cvs rdiff -u -r1.1 -r0 src/external/bsd/ntp/bin/sntp/sntp.1 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: Mon Oct 12 10:25:09 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1616 To generate a diff of this commit: cvs rdiff -u -r1.1.2.43 -r1.1.2.44 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-9] src/external/cddl/osnet/sys/sys
Module Name:src Committed By: martin Date: Mon Oct 12 10:26:59 UTC 2020 Modified Files: src/external/cddl/osnet/sys/sys [netbsd-9]: cred.h Log Message: Pull up following revision(s) (requested by hannken in ticket #): external/cddl/osnet/sys/sys/cred.h: revision 1.8 Stub groupmember() has to test both group list and current group id. Fixes kern/55675: ZFS mounts do not work with setuid programs To generate a diff of this commit: cvs rdiff -u -r1.6.2.1 -r1.6.2.2 src/external/cddl/osnet/sys/sys/cred.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: Mon Oct 12 10:27:57 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.121 -r1.1.2.122 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
Module Name:src Committed By: nia Date: Mon Oct 12 11:07:24 UTC 2020 Modified Files: src/distrib/sets/lists/xbase: mi src/external/mit/ctwm/etc: system.ctwmrc src/external/mit/ctwm/libexec: Makefile ctwm_app_menu Added Files: src/external/mit/ctwm/libexec: ctwm_font_size Log Message: Automatic font scaling based on screen size in the default ctwm config. Based on a shell script which gets the DPI from the X server, and if this fails, attempts to guess based on resolution. Taking advantage of M4 macros in the ctwmrc, we can also scale the workspace manager and window list. The following sizes are supported: 6x12 (<800x600) 8x16 12x24 (4k and higher) 16x32 32x64 Also makes Spleen the default font in ctwm To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/distrib/sets/lists/xbase/mi cvs rdiff -u -r1.7 -r1.8 src/external/mit/ctwm/etc/system.ctwmrc cvs rdiff -u -r1.1 -r1.2 src/external/mit/ctwm/libexec/Makefile \ src/external/mit/ctwm/libexec/ctwm_app_menu cvs rdiff -u -r0 -r1.1 src/external/mit/ctwm/libexec/ctwm_font_size Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: roy Date: Mon Oct 12 11:07:27 UTC 2020 Modified Files: src/sys/netinet: ip_carp.c Log Message: carp: Set ethernet address just before interface registation Otherwise ifconfig reports SIOCGLIFADDR errors. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/sys/netinet/ip_carp.c 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: Mon Oct 12 11:23:46 UTC 2020 Modified Files: src/usr.sbin/sysinst: part_edit.c Log Message: Fix editing start and size of not yet existing outer partitions. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/sysinst/part_edit.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/xorg/bin/xinit
Module Name:src Committed By: nia Date: Mon Oct 12 11:43:11 UTC 2020 Modified Files: src/external/mit/xorg/bin/xinit: Makefile Log Message: define xsetroot in the right place To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/mit/xorg/bin/xinit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit
Module Name:xsrc Committed By: nia Date: Mon Oct 12 11:46:17 UTC 2020 Modified Files: xsrc/external/mit/xdm/dist/config: Xsession.in xsrc/external/mit/xinit/dist: xinitrc.cpp Log Message: more 'welcoming' default root window pointer To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 xsrc/external/mit/xdm/dist/config/Xsession.in cvs rdiff -u -r1.8 -r1.9 xsrc/external/mit/xinit/dist/xinitrc.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: ryoon Date: Mon Oct 12 12:11:03 UTC 2020 Modified Files: src/sys/arch/x86/x86: hyperv.c Log Message: Fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/x86/hyperv.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
Module Name:xsrc Committed By: nia Date: Mon Oct 12 12:11:55 UTC 2020 Modified Files: xsrc/external/mit/xdm/dist/config: Xsession.in xsrc/external/mit/xinit/dist: xinitrc.cpp Log Message: Scale XTerm and other X11 apps using the same DPI detection as ctwm To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/xdm/dist/config/Xsession.in cvs rdiff -u -r1.9 -r1.10 xsrc/external/mit/xinit/dist/xinitrc.cpp 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: Mon Oct 12 12:17:29 UTC 2020 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c Log Message: Previously we abused pm->ptstart / pm->ptsize to pass the bounds of the NetBSD outer partition to the inner partition editor - but now this is not a valid assumption any more, so explicitly fix the bounds if an outer partition exists. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/sysinst/bsddisklabel.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/factor
Module Name:src Committed By: christos Date: Mon Oct 12 13:53:43 UTC 2020 Modified Files: src/games/factor: factor.6 Log Message: more clarifications. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/games/factor/factor.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/factor
Module Name:src Committed By: christos Date: Mon Oct 12 13:54:51 UTC 2020 Modified Files: src/games/factor: factor.c Log Message: - remove duplicate comment - flush after printing the number (from kre@) To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/games/factor/factor.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS import: src/external/bsd/dhcpcd/dist
Module Name:src Committed By: roy Date: Mon Oct 12 14:07:56 UTC 2020 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv8895 Log Message: Update to dhcpcd-9.3.1 with the following changes: * dhcpcd: carrier handling issue fixed from 9.3.0 * dhcpcd: log if interface type is unsupported in debug * duid: memory leak fixed if UUID wanted but none available * privsep: fix receiving inet and no BPF running * privsep: allow gettimeofday for SECCOMP * privsep: fix stderr redirection again Status: Vendor Tag: ROY Release Tags: dhcpcd-9_3_1 U src/external/bsd/dhcpcd/dist/LICENSE U src/external/bsd/dhcpcd/dist/README.md U src/external/bsd/dhcpcd/dist/src/defs.h U src/external/bsd/dhcpcd/dist/src/common.c U src/external/bsd/dhcpcd/dist/src/control.c C src/external/bsd/dhcpcd/dist/src/dhcpcd.c U src/external/bsd/dhcpcd/dist/src/duid.c U src/external/bsd/dhcpcd/dist/src/eloop.c C src/external/bsd/dhcpcd/dist/src/logerr.c U src/external/bsd/dhcpcd/dist/src/if.c U src/external/bsd/dhcpcd/dist/src/if-options.c U src/external/bsd/dhcpcd/dist/src/sa.c U src/external/bsd/dhcpcd/dist/src/route.c U src/external/bsd/dhcpcd/dist/src/dhcp-common.c C src/external/bsd/dhcpcd/dist/src/script.c U src/external/bsd/dhcpcd/dist/src/auth.c C src/external/bsd/dhcpcd/dist/src/if-bsd.c C src/external/bsd/dhcpcd/dist/src/dhcp.c U src/external/bsd/dhcpcd/dist/src/ipv4.c U src/external/bsd/dhcpcd/dist/src/bpf.c U src/external/bsd/dhcpcd/dist/src/arp.c U src/external/bsd/dhcpcd/dist/src/ipv4ll.c C src/external/bsd/dhcpcd/dist/src/ipv6.c C src/external/bsd/dhcpcd/dist/src/ipv6nd.c C src/external/bsd/dhcpcd/dist/src/dhcp6.c U src/external/bsd/dhcpcd/dist/src/dhcpcd-embedded.c C src/external/bsd/dhcpcd/dist/src/privsep.c U src/external/bsd/dhcpcd/dist/src/privsep-root.c U src/external/bsd/dhcpcd/dist/src/privsep-control.c U src/external/bsd/dhcpcd/dist/src/privsep-inet.c U src/external/bsd/dhcpcd/dist/src/privsep-bpf.c U src/external/bsd/dhcpcd/dist/src/privsep-bsd.c U src/external/bsd/dhcpcd/dist/src/common.h U src/external/bsd/dhcpcd/dist/src/control.h U src/external/bsd/dhcpcd/dist/src/dhcpcd.h U src/external/bsd/dhcpcd/dist/src/duid.h U src/external/bsd/dhcpcd/dist/src/eloop.h U src/external/bsd/dhcpcd/dist/src/logerr.h U src/external/bsd/dhcpcd/dist/src/if.h U src/external/bsd/dhcpcd/dist/src/if-options.h U src/external/bsd/dhcpcd/dist/src/sa.h U src/external/bsd/dhcpcd/dist/src/route.h U src/external/bsd/dhcpcd/dist/src/dhcp-common.h U src/external/bsd/dhcpcd/dist/src/script.h U src/external/bsd/dhcpcd/dist/src/auth.h U src/external/bsd/dhcpcd/dist/src/dhcp.h U src/external/bsd/dhcpcd/dist/src/ipv4.h U src/external/bsd/dhcpcd/dist/src/bpf.h U src/external/bsd/dhcpcd/dist/src/arp.h U src/external/bsd/dhcpcd/dist/src/ipv4ll.h U src/external/bsd/dhcpcd/dist/src/ipv6.h U src/external/bsd/dhcpcd/dist/src/ipv6nd.h U src/external/bsd/dhcpcd/dist/src/dhcp6.h U src/external/bsd/dhcpcd/dist/src/dhcpcd-embedded.h U src/external/bsd/dhcpcd/dist/src/privsep.h U src/external/bsd/dhcpcd/dist/src/privsep-root.h U src/external/bsd/dhcpcd/dist/src/privsep-control.h U src/external/bsd/dhcpcd/dist/src/privsep-inet.h U src/external/bsd/dhcpcd/dist/src/privsep-bpf.h U src/external/bsd/dhcpcd/dist/src/dev.h U src/external/bsd/dhcpcd/dist/src/dhcpcd.conf.5.in U src/external/bsd/dhcpcd/dist/src/dhcpcd.8.in U src/external/bsd/dhcpcd/dist/src/dhcpcd.conf U src/external/bsd/dhcpcd/dist/hooks/dhcpcd-run-hooks.in U src/external/bsd/dhcpcd/dist/hooks/dhcpcd-run-hooks.8.in U src/external/bsd/dhcpcd/dist/hooks/01-test U src/external/bsd/dhcpcd/dist/hooks/10-wpa_supplicant U src/external/bsd/dhcpcd/dist/hooks/15-timezone U src/external/bsd/dhcpcd/dist/hooks/20-resolv.conf U src/external/bsd/dhcpcd/dist/hooks/29-lookup-hostname U src/external/bsd/dhcpcd/dist/hooks/30-hostname.in U src/external/bsd/dhcpcd/dist/hooks/50-ntp.conf U src/external/bsd/dhcpcd/dist/hooks/50-ypbind.in 9 conflicts created by this import. Use the following command to help the merge: cvs checkout -jROY:yesterday -jROY src/external/bsd/dhcpcd/dist
CVS commit: src/external/bsd/dhcpcd/dist/src
Module Name:src Committed By: roy Date: Mon Oct 12 14:09:03 UTC 2020 Modified Files: src/external/bsd/dhcpcd/dist/src: dhcp.c dhcp6.c dhcpcd.c if-bsd.c ipv6.c ipv6nd.c logerr.c privsep.c script.c Log Message: Sync withn dhcpcd-9.3.1 To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/external/bsd/dhcpcd/dist/src/dhcp.c cvs rdiff -u -r1.23 -r1.24 src/external/bsd/dhcpcd/dist/src/dhcp6.c cvs rdiff -u -r1.43 -r1.44 src/external/bsd/dhcpcd/dist/src/dhcpcd.c cvs rdiff -u -r1.24 -r1.25 src/external/bsd/dhcpcd/dist/src/if-bsd.c \ src/external/bsd/dhcpcd/dist/src/ipv6nd.c cvs rdiff -u -r1.14 -r1.15 src/external/bsd/dhcpcd/dist/src/ipv6.c cvs rdiff -u -r1.9 -r1.10 src/external/bsd/dhcpcd/dist/src/logerr.c cvs rdiff -u -r1.8 -r1.9 src/external/bsd/dhcpcd/dist/src/privsep.c cvs rdiff -u -r1.10 -r1.11 src/external/bsd/dhcpcd/dist/src/script.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: roy Date: Mon Oct 12 14:10:38 UTC 2020 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note update to dhcpcd-9.3.1 To generate a diff of this commit: cvs rdiff -u -r1.1751 -r1.1752 src/doc/3RDPARTY cvs rdiff -u -r1.2745 -r1.2746 src/doc/CHANGES 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: Mon Oct 12 14:29:41 UTC 2020 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Remove very strange code that special-cased MSDOS file systems and refused to newfs the partition (despite explicit request to do so) if it was mountable. Accidently carried over from a dim and distant past, before we had fsck_newfs. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/usr.sbin/sysinst/disks.c 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: roy Date: Mon Oct 12 15:18:48 UTC 2020 Modified Files: src/share/man/man4: carp.4 src/sys/netinet: ip_carp.c ip_carp.h Log Message: carp: link state is DOWN until it becomes a MASTER This is consitent with other BSD's handling of CARP and means we don't have to carry a custom flag for it. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/carp.4 cvs rdiff -u -r1.112 -r1.113 src/sys/netinet/ip_carp.c cvs rdiff -u -r1.11 -r1.12 src/sys/netinet/ip_carp.h 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/etc
Module Name:src Committed By: nia Date: Mon Oct 12 15:24:16 UTC 2020 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: xclock also gets AlwaysOnTop To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 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.sbin/sysinst
Module Name:src Committed By: martin Date: Mon Oct 12 16:14:37 UTC 2020 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c defs.h disklabel.c gpt.c install.c mbr.c mbr.h msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl part_edit.c partitions.h src/usr.sbin/sysinst/arch/acorn32: md.c src/usr.sbin/sysinst/arch/alpha: md.c src/usr.sbin/sysinst/arch/amiga: md.c src/usr.sbin/sysinst/arch/arc: md.c src/usr.sbin/sysinst/arch/atari: md.c src/usr.sbin/sysinst/arch/bebox: md.c src/usr.sbin/sysinst/arch/cats: md.c src/usr.sbin/sysinst/arch/cobalt: md.c src/usr.sbin/sysinst/arch/dummy: md.c src/usr.sbin/sysinst/arch/emips: md.c src/usr.sbin/sysinst/arch/evbarm: md.c src/usr.sbin/sysinst/arch/evbmips: md.c src/usr.sbin/sysinst/arch/evbppc: md.c src/usr.sbin/sysinst/arch/evbsh3: md.c src/usr.sbin/sysinst/arch/ews4800mips: md.c src/usr.sbin/sysinst/arch/hp300: md.c src/usr.sbin/sysinst/arch/hpcarm: md.c src/usr.sbin/sysinst/arch/hpcmips: md.c src/usr.sbin/sysinst/arch/hpcsh: md.c src/usr.sbin/sysinst/arch/hppa: md.c src/usr.sbin/sysinst/arch/i386: md.c src/usr.sbin/sysinst/arch/landisk: md.c src/usr.sbin/sysinst/arch/luna68k: md.c src/usr.sbin/sysinst/arch/mac68k: md.c src/usr.sbin/sysinst/arch/macppc: md.c src/usr.sbin/sysinst/arch/mipsco: md.c src/usr.sbin/sysinst/arch/mvme68k: md.c src/usr.sbin/sysinst/arch/news68k: md.c src/usr.sbin/sysinst/arch/newsmips: md.c src/usr.sbin/sysinst/arch/ofppc: md.c src/usr.sbin/sysinst/arch/playstation2: md.c src/usr.sbin/sysinst/arch/pmax: md.c src/usr.sbin/sysinst/arch/prep: md.c src/usr.sbin/sysinst/arch/sandpoint: md.c src/usr.sbin/sysinst/arch/sgimips: md.c src/usr.sbin/sysinst/arch/shark: md.c src/usr.sbin/sysinst/arch/sparc: md.c src/usr.sbin/sysinst/arch/sparc64: md.c src/usr.sbin/sysinst/arch/vax: md.c src/usr.sbin/sysinst/arch/x68k: md.c src/usr.sbin/sysinst/arch/zaurus: md.c Log Message: PR 55536: when we find existing partition tables and have alternative formats available, offer to delete partitions and create new ones from scratch (in some other or the same on-disk format). To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.sbin/sysinst/bsddisklabel.c cvs rdiff -u -r1.65 -r1.66 src/usr.sbin/sysinst/defs.h cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/sysinst/disklabel.c cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/sysinst/gpt.c cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/sysinst/install.c \ src/usr.sbin/sysinst/partitions.h cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/sysinst/mbr.c cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/sysinst/mbr.h cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/sysinst/msg.mi.de \ src/usr.sbin/sysinst/part_edit.c cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/sysinst/msg.mi.en \ src/usr.sbin/sysinst/msg.mi.pl cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/sysinst/msg.mi.es cvs rdiff -u -r1.29 -r1.30 src/usr.sbin/sysinst/msg.mi.fr cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/sysinst/arch/acorn32/md.c cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/arch/alpha/md.c cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/sysinst/arch/amiga/md.c cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/sysinst/arch/arc/md.c cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/sysinst/arch/atari/md.c cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/arch/bebox/md.c cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/sysinst/arch/cats/md.c cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/sysinst/arch/cobalt/md.c cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/sysinst/arch/dummy/md.c cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/arch/emips/md.c cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/sysinst/arch/evbarm/md.c cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/arch/evbmips/md.c cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/arch/evbppc/md.c cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/sysinst/arch/evbsh3/md.c cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/sysinst/arch/ews4800mips/md.c cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/sysinst/arch/hp300/md.c cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/arch/hpcarm/md.c cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/arch/hpcmips/md.c cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/sysinst/arch/hpcsh/md.c cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/sysinst/arch/hppa/md.c cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/sysinst/arch/i386/md.c cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/sysinst/arch/landisk/md.c cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/arch/luna68k/md.c cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/sysinst/arch/mac68k/md.c cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/sysinst/arch/macppc/md.c cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/sysinst/arch/mipsco/md.c cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/sysinst/arch/mvme68k/md.c cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/sysinst/arch/news68k/md.c cvs rdiff -u -r1.
CVS commit: src/usr.sbin/sysinst
Module Name:src Committed By: martin Date: Mon Oct 12 16:27:24 UTC 2020 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c part_edit.c Log Message: Minor fix to previous: fix condition when we offer the partition type switch - it makes sense even if the disk is partitioned but has no valid partitions. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/usr.sbin/sysinst/bsddisklabel.c cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/sysinst/part_edit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/powerd
Module Name:src Committed By: roy Date: Mon Oct 12 16:54:43 UTC 2020 Modified Files: src/usr.sbin/powerd: powerd.c Log Message: powerd: Stop crashing if entries are not found in the dictionary If the first three are not found, log a diagnostic and do nothing. If the latter two are not found, set them to NULL rather than garbage. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/powerd/powerd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/x86_64
Module Name:src Committed By: kamil Date: Mon Oct 12 17:55:54 UTC 2020 Modified Files: src/lib/libc/arch/x86_64: Makefile.inc src/lib/libc/arch/x86_64/sys: __sigtramp2.S Added Files: src/lib/libc/arch/x86_64: genassym.cf Log Message: Decorate the x86_64 signal trampoline with CFI attributes easing unwinding Combine the approach provided by Nikhil Benesch and Andrew Cagney. Now, the unwinders (in gccgo, backtrace(3), etc) can unwind properly the stack from a signal handler. Fixes lib/55719 by Nikhil Benesch To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/x86_64/Makefile.inc cvs rdiff -u -r0 -r1.1 src/lib/libc/arch/x86_64/genassym.cf cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/x86_64/sys/__sigtramp2.S 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: uwe Date: Mon Oct 12 21:05:54 UTC 2020 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: Bump date and regen for BUILDING.mdoc revision 1.127 that introduced build.sh -c option. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/BUILDING cvs rdiff -u -r1.127 -r1.128 src/doc/BUILDING.mdoc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: uwe Date: Mon Oct 12 21:12:34 UTC 2020 Modified Files: src/doc: BUILDING.mdoc Log Message: If this file is processed with real roff (doc.tmac) tweak things to make ascii output as close to the mandoc output as possible. There are only two diffs: - groff renders em-dash as -- in the NAME section - mandoc misses "NetBSD" in the "NetBSD System Manager's Manual" section header To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/doc/BUILDING.mdoc 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: uwe Date: Mon Oct 12 21:14:37 UTC 2020 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: Mention HOST_CFLAGS and HOST_CXXFLAGS. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/BUILDING cvs rdiff -u -r1.129 -r1.130 src/doc/BUILDING.mdoc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/x86_64
Module Name:src Committed By: kamil Date: Mon Oct 12 21:33:46 UTC 2020 Modified Files: src/lib/libc/arch/x86_64: genassym.cf Log Message: Add CVS Id To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/x86_64/genassym.cf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/i386
Module Name:src Committed By: kamil Date: Mon Oct 12 23:56:08 UTC 2020 Modified Files: src/lib/libc/arch/i386: Makefile.inc src/lib/libc/arch/i386/sys: __sigtramp2.S Added Files: src/lib/libc/arch/i386: genassym.cf Log Message: Decorate the i386 signal trampoline with CFI attributes easing unwinding Now, the unwinders (in backtrace(3) and similar) can unwind properly the stack from a signal handler. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/arch/i386/Makefile.inc cvs rdiff -u -r0 -r1.1 src/lib/libc/arch/i386/genassym.cf cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/i386/sys/__sigtramp2.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/i386
Module Name:src Committed By: kamil Date: Mon Oct 12 23:58:14 UTC 2020 Modified Files: src/lib/libc/arch/i386: genassym.cf Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/i386/genassym.cf 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: thorpej Date: Tue Oct 13 01:59:32 UTC 2020 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: Document CPUFLAGS here (it's already documented in share/mk/bsd.README). This will address the initial concern in PR port-alpha/55545. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/BUILDING cvs rdiff -u -r1.130 -r1.131 src/doc/BUILDING.mdoc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/aarch64
Module Name:src Committed By: kamil Date: Tue Oct 13 01:59:55 UTC 2020 Modified Files: src/lib/libc/arch/aarch64: genassym.cf src/lib/libc/arch/aarch64/sys: __sigtramp2.S Log Message: Decorate the aarch64 signal trampoline with CFI attributes easing unwinding Now, the unwinders (in backtrace(3) and similar) can unwind properly the stack from a signal handler. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/aarch64/genassym.cf cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/aarch64/sys/__sigtramp2.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin
Module Name:src Committed By: rin Date: Tue Oct 13 06:49:27 UTC 2020 Modified Files: src/tests/usr.bin/c++: t_call_once.sh t_cxxruntime.sh t_hello.sh t_pthread_once.sh t_static_destructor.sh src/tests/usr.bin/cc: t_hello.sh Log Message: Now, profiling works for GCC9 on aarch64{,eb}. Note that it seems to work even for GCC8, according to log data of official test runs, e.g., https://releng.netbsd.org/b5reports/evbarm-aarch64/2020/2020.09.01.15.45.20/test.log To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/c++/t_call_once.sh \ src/tests/usr.bin/c++/t_pthread_once.sh \ src/tests/usr.bin/c++/t_static_destructor.sh cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/c++/t_cxxruntime.sh \ src/tests/usr.bin/c++/t_hello.sh cvs rdiff -u -r1.9 -r1.10 src/tests/usr.bin/cc/t_hello.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/gen
Module Name:src Committed By: rin Date: Tue Oct 13 06:55:25 UTC 2020 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: For aarch64eb, no SIGBUS signal for unaligned accesses. Convert to preprocessor directives. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/tests/lib/libc/gen/t_siginfo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/sys
Module Name:src Committed By: rin Date: Tue Oct 13 06:58:57 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_setrlimit.c Log Message: Bump soft/hard limits for stack to 6MB for aarch64{,eb}, where old value (~4MB) is too small to be accepted. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/sys/t_setrlimit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.