CVS commit: src/external/cddl/osnet/dev/dtrace/aarch64

2021-04-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Apr 6 12:48:36 UTC 2021 Modified Files: src/external/cddl/osnet/dev/dtrace/aarch64: dtrace_subr.c Log Message: sizeof(*var) instead of sizeof(type) Call kmem_free() with size of data being freed. To generate a diff of this

CVS commit: src/external/cddl/osnet/dev/dtrace/mips

2021-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 6 12:10:21 UTC 2021 Modified Files: src/external/cddl/osnet/dev/dtrace/mips: dtrace_subr.c Log Message: sizeof(*var) instead of sizeof(type) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/external/cddl/osnet/dev/dtrace/mips

2021-04-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Apr 6 08:19:15 UTC 2021 Modified Files: src/external/cddl/osnet/dev/dtrace/mips: dtrace_subr.c Log Message: Call kmem_free() with the size of the thing we are freeing. Fixes panic when unloading the ktrace module on MIPS.

CVS commit: src/external/mpl/bind/dist

2021-04-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 5 11:36:56 UTC 2021 Modified Files: src/external/mpl/bind/dist/bin/named: server.c src/external/mpl/bind/dist/lib/dns: dnsrps.c dnssec.c gen.c peer.c src/external/mpl/bind/dist/lib/dns/tests: dnstest.h

CVS commit: src/external/mpl/bind/dist

2021-04-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 5 11:29:49 UTC 2021 Modified Files: src/external/mpl/bind/dist/bin/named: server.c statschannel.c src/external/mpl/bind/dist/lib/dns: cache.c rbt.c src/external/mpl/bind/dist/lib/isc/include/isc: radix.h

CVS commit: src/external/mpl/bind/dist

2021-04-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 5 11:27:04 UTC 2021 Modified Files: src/external/mpl/bind/dist/bin/check: check-tool.c named-checkconf.c named-checkzone.c src/external/mpl/bind/dist/bin/confgen: util.h

CVS commit: src/external/mpl/bind/dist/contrib/dlz/modules/wildcard

2021-04-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 5 10:54:05 UTC 2021 Modified Files: src/external/mpl/bind/dist/contrib/dlz/modules/wildcard: dlz_wildcard_dynamic.c Log Message: bind: remove obsolete local modifications The duplicate include has been added

CVS commit: src/external/mpl/bind/dist/lib

2021-04-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 5 10:19:34 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/dns: peer.c src/external/mpl/bind/dist/lib/isc: task.c src/external/mpl/bind/dist/lib/isc/netmgr: udp.c

CVS commit: src/external/mpl/bind/dist/lib/isc

2021-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 3 22:44:44 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/isc: app.c Log Message: Don't block signals if we are not bind (because if we are not bind, we don't sigwait(2)). To generate a diff of this commit:

CVS commit: src/external/mpl/bind/dist/lib/isc

2021-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 3 22:20:26 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/isc: timer.c src/external/mpl/bind/dist/lib/isc/netmgr: netmgr.c src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message:

CVS commit: src/external/bsd/top/dist/machine

2021-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 3 19:25:38 UTC 2021 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: - Bump field width for state to accommodate > 9 CPUs - When star formatting to adjust the width, count the trailing number

CVS commit: src/external/cddl/osnet/sbin

2021-03-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Mar 31 06:27:58 UTC 2021 Modified Files: src/external/cddl/osnet/sbin/zfs: Makefile src/external/cddl/osnet/sbin/zpool: Makefile Log Message: Use compat/exec.mk - zfs isn't compat32 friendly (yet?). To generate a

CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2021-03-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Mar 31 06:26:27 UTC 2021 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: dwarf.c Log Message: Simplify the CTF float encoding type logic: all floating point types of 4 bytes or less are "float", 8 bytes or less

CVS commit: src/external/mpl/bind

2021-03-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 31 04:37:51 UTC 2021 Modified Files: src/external/mpl/bind: Makefile Added Files: src/external/mpl/bind/libexec: Makefile plugin.mk src/external/mpl/bind/libexec/filter-: Makefile Log Message: Add

CVS commit: src/external/bsd/libarchive/dist/libarchive

2021-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 29 15:31:46 UTC 2021 Modified Files: src/external/bsd/libarchive/dist/libarchive: archive_read_disk_posix.c Log Message: PR/56083: RVP: tar -c hangs when reading from FUSE-ext2 filesystems since it returns 0 for statvfs

CVS commit: src/external/cddl/osnet/lib/libdtrace

2021-03-28 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Mar 29 05:18:02 UTC 2021 Modified Files: src/external/cddl/osnet/lib/libdtrace: Makefile Log Message: Compile MIPS specific code. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/external/cddl/osnet/dev

2021-03-28 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Mar 29 05:17:09 UTC 2021 Added Files: src/external/cddl/osnet/dev/dtrace/mips: dtrace_asm.S dtrace_isa.c dtrace_subr.c regset.h src/external/cddl/osnet/dev/fbt/mips: fbt_isa.c fbt_isa.h Log Message: Work

CVS commit: src/external/cddl/osnet/dev/cyclic/mips

2021-03-28 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Mar 29 03:27:38 UTC 2021 Added Files: src/external/cddl/osnet/dev/cyclic/mips: cyclic_machdep.c Log Message: Add cyclic_machdep.c for MIPS The code is identical to i386's one. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/cddl/osnet/sys/sys

2021-03-28 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Mar 29 01:43:18 UTC 2021 Modified Files: src/external/cddl/osnet/sys/sys: mutex_impl.h Log Message: Don't define mtx_owner here. mtx_owner is always available, and not all architecutres use the same structure for a kernel

CVS commit: src/external/gpl3/gcc/dist/gcc/config/mips

2021-03-28 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Mar 29 01:33:12 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: mips.c netbsd.h netbsd64.h Log Message: Don't override TARGET_ASM_OUTPUT_SOURCE_FILENAME on MIPS for NetBSD - use the default which includes

CVS commit: src/external/bsd/atf/dist/tools

2021-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 28 16:35:37 UTC 2021 Modified Files: src/external/bsd/atf/dist/tools: fs.cpp fs.hpp test-program.cpp Log Message: If we are running the test as an unprivileged user, hand ownership of the test directory to that user.

CVS commit: src/external/cddl/osnet/usr.sbin/dtrace

2021-03-26 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Mar 27 02:58:39 UTC 2021 Modified Files: src/external/cddl/osnet/usr.sbin/dtrace: Makefile Log Message: Use LDADD/DPADD instead of PROGDPLIBS - we are linking against installed libraries. Use compat/exec.mk - dtrace isn't

CVS commit: src/external/mpl/bind

2021-03-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 27 00:06:27 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/isc/unix/include/isc: stdatomic.h src/external/mpl/bind/include/isc: stdatomic.h Log Message: bind: fix typo in stdatomic to support lint + Clang

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2021-03-25 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Thu Mar 25 18:41:29 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c Log Message: zfs_ioctl.c: Drop WARNING that ZFS is under development Following discussions on current-users@, it seems many

CVS commit: src/external/cddl/osnet/dev/fbt/aarch64

2021-03-23 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Mar 24 04:46:41 UTC 2021 Modified Files: src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c fbt_isa.h Log Message: Add NetBSD CVS IDs. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/mpl/bind/dist/lib

2021-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 23 20:59:03 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/dns: peer.c src/external/mpl/bind/dist/lib/isc: task.c src/external/mpl/bind/dist/lib/isc/netmgr: udp.c

CVS commit: src/external/mpl/bind/dist/lib/isc/unix/include/isc

2021-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 23 20:57:10 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/isc/unix/include/isc: align.h Log Message: We have _Alignas now To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/external/mpl/bind/dist/lib/isc/netmgr

2021-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 23 20:56:25 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/isc/netmgr: netmgr-int.h Log Message: remove extra ;'s To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/external/mpl/bind/dist/lib/dns

2021-03-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 23 18:46:07 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/dns: rbtdb.c Log Message: bind: remove the workaround for a bug in lint for compound literals This bug has been fixed in init.c 1.111 from a few minutes

CVS commit: src/external/mpl/bind/dist/lib/dns

2021-03-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Mar 22 15:12:24 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/dns: rbtdb.c Log Message: bind: fix workaround for bug in lint The previous attempt resulted in a 'syntax error'. To generate a diff of this commit:

CVS commit: src/external/mit/xorg/server/xorg-server/hw/netbsd/x68k

2021-03-22 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Mar 22 14:11:02 UTC 2021 Modified Files: src/external/mit/xorg/server/xorg-server/hw/netbsd/x68k: Makefile Log Message: Remove -DHAVE_STRCASECMP from CPPFLAGS that is defined in dix-config.h. To generate a diff of this

CVS commit: src/external/mpl/bind/bin/nslookup

2021-03-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Mar 21 21:26:00 UTC 2021 Modified Files: src/external/mpl/bind/bin/nslookup: nslookup.8 Log Message: Use standard section names, sort, use more macros. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/mpl/bind/bin/nslookup

2021-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 21 16:21:35 UTC 2021 Modified Files: src/external/mpl/bind/bin/nslookup: nslookup.8 Log Message: revert the unintentional whitespace changes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/mpl/bind/bin/nslookup

2021-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 21 16:12:37 UTC 2021 Modified Files: src/external/mpl/bind/bin/nslookup: nslookup.8 Log Message: Remove some obsolete information and add some more recent additions from the nslookup.1 page in the distribution. Consider

CVS commit: src/external/bsd/elftoolchain/dist/common

2021-03-10 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Wed Mar 10 21:36:29 UTC 2021 Modified Files: src/external/bsd/elftoolchain/dist/common: _elftc.h Log Message: Update to upstream elftoolchain revision r3933. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/external/bsd/blocklist/libexec

2021-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 8 21:48:22 UTC 2021 Modified Files: src/external/bsd/blocklist/libexec: blocklistd-helper Log Message: remove extra line To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/bsd/elftoolchain/dist/libelf

2021-03-08 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Mar 8 20:55:06 UTC 2021 Modified Files: src/external/bsd/elftoolchain/dist/libelf: elf.3 elf_begin.3 elf_cntl.3 elf_end.3 elf_errmsg.3 elf_fill.3 elf_flagdata.3 elf_getarhdr.3 elf_getarsym.3

CVS commit: src/external/bsd/openpam/dist

2021-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 8 19:38:10 UTC 2021 Modified Files: src/external/bsd/openpam/dist/include/security: openpam.h pam_constants.h src/external/bsd/openpam/dist/lib/libpam: openpam_dispatch.c openpam_log.c

CVS commit: src/external/bsd/elftoolchain/dist/common

2021-03-07 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sun Mar 7 14:53:59 UTC 2021 Modified Files: src/external/bsd/elftoolchain/dist/common: elfdefinitions.h Log Message: Sync with Elftoolchain [r3916]: update the list of known EM_* values. To generate a diff of this commit: cvs

CVS commit: src/external/bsd/blocklist

2021-03-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 7 00:46:39 UTC 2021 Modified Files: src/external/bsd/blocklist: TODO src/external/bsd/blocklist/etc/rc.d: blocklistd src/external/bsd/blocklist/libexec: blocklistd-helper Log Message: TODO and ipfilter

CVS commit: src/external/mit/ctwm/etc

2021-03-04 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Mar 4 08:35:59 UTC 2021 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: ctwmrc: disable NoTitleFocus to prevent multiple windows having focus some investigation help from Rhialto To generate a diff of

CVS commit: src/external/gpl2/libmalloc/lib

2021-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 3 21:46:43 UTC 2021 Modified Files: src/external/gpl2/libmalloc/lib: combined.c Log Message: Add some jemalloc stubs so we can link as a jemalloc replacement To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/external/mit/ctwm/libexec

2021-03-01 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Mar 1 15:40:40 UTC 2021 Modified Files: src/external/mit/ctwm/libexec: ctwm_app_menu Log Message: Make this work with a non-standard LOCALBASE. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/bsd/wpa/bin/hostapd

2021-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 1 03:42:57 UTC 2021 Modified Files: src/external/bsd/wpa/bin/hostapd: Makefile Log Message: Enable more options. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/external/bsd/wpa/bin/hostapd/Makefile

CVS commit: src/external/mit/xorg/bin/xterm/resize

2021-02-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Feb 27 21:13:09 UTC 2021 Removed Files: src/external/mit/xorg/bin/xterm/resize: Makefile Log Message: Clean up file obsoleted by migration to usr.bin/resize. To generate a diff of this commit: cvs rdiff -u -r1.4 -r0

CVS commit: src/external/mit/ctwm/etc

2021-02-27 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Feb 27 12:28:17 UTC 2021 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: ctwmrc: remove SloppyFocus keyword, which breaks xev the default still seems to be sloppy focus. is this a bug? does ctwm use a

CVS commit: src/external/bsd/nvi/usr.bin/nvi

2021-02-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Feb 26 02:54:21 UTC 2021 Modified Files: src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: Misc cleanups: - built-in regex is required only when ${USE_WIDECHAR} == "yes" - -DUSE_WIDECHAR cpp flag should be determined by

CVS commit: src/external/bsd/nvi/usr.bin/nvi

2021-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 00:41:56 UTC 2021 Modified Files: src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: Put back local regex (thanks Rin) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/external/bsd/nvi/usr.bin/nvi

2021-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 25 21:56:35 UTC 2021 Modified Files: src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: we don't need the extra copy wide-regex anymore. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/external/bsd/dhcpcd/sbin/dhcpcd

2021-02-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Feb 25 07:55:53 UTC 2021 Modified Files: src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: For SMALLPROG, do not compile in IPv6 support unless SMALLPROG_INET6 is defined, as in the same manner as other utilities. To

CVS commit: src/external/mit/xorg/lib/gallium

2021-02-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Feb 23 15:16:43 UTC 2021 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: Don't hard-code LLVM version, but pick it up from build glue. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2021-02-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 22 01:31:52 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: Locking protocol changed again, adjust. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/external/bsd/byacc/dist

2021-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 21 00:36:06 UTC 2021 Modified Files: src/external/bsd/byacc/dist: main.c Log Message: set explicit_file_name when we use getopt. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/external/gpl3/binutils/dist/ld/emulparams

2021-02-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 20 14:48:07 UTC 2021 Modified Files: src/external/gpl3/binutils/dist/ld/emulparams: elf32bmip.sh elf32bmipn32-defs.sh Log Message: Reapply the following change - Simon's first attempt had a missing ';' release

CVS commit: src/external/gpl3/binutils/dist/ld/emulparams

2021-02-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Feb 20 02:47:21 UTC 2021 Modified Files: src/external/gpl3/binutils/dist/ld/emulparams: elf32bmip.sh elf32bmipn32-defs.sh Log Message: Revert the MIPS __eprol change. Unintended fallout that doesn't appear easy

CVS commit: src/external/mpl/dhcp

2021-02-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 20 01:43:04 UTC 2021 Modified Files: src/external/mpl/dhcp: Makefile.inc Log Message: libisc needs libssl now To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/mpl/dhcp/Makefile.inc Please note

CVS commit: src/external/mpl/bind

2021-02-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 19 16:42:24 UTC 2021 Modified Files: src/external/mpl/bind: Makefile.inc src/external/mpl/bind/bin/named: Makefile src/external/mpl/bind/dist: Makefile.in config.h.in configure

CVS commit: src/external/gpl3/binutils/dist/ld/emulparams

2021-02-18 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Feb 19 03:42:02 UTC 2021 Modified Files: src/external/gpl3/binutils/dist/ld/emulparams: elf32bmip.sh elf32bmipn32-defs.sh Log Message: Provide an __eprol symbol in TEXT_START_SYMBOLS. MIPS overrides

CVS commit: src/external/bsd/ntp/dist/ntpd

2021-02-18 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Thu Feb 18 15:13:38 UTC 2021 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_timer.c Log Message: PR bin/55973: fix routing message triggered one shot interface update. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/external/mit/xorg/bin/xterm

2021-02-16 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 17 03:06:07 UTC 2021 Modified Files: src/external/mit/xorg/bin/xterm: Makefile Log Message: remove -DOPT_* from here (now in xtermcfg.h). restore comment lost in rev 1.18. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs/sys

2021-02-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Feb 16 09:54:17 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs/sys: zfs_context.h Log Message: Use the right uid / gid for nobody:nobody like FreeBSD does. Prevents null pointer dereferences when

CVS commit: src/external/mit/xorg/bin/xterm

2021-02-11 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 11 12:30:08 UTC 2021 Modified Files: src/external/mit/xorg/bin/xterm: Makefile Log Message: add new files for xterm 366. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/external/mit/xorg/server/xorg-server/hw/netbsd/x68k

2021-02-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 7 16:56:00 UTC 2021 Modified Files: src/external/mit/xorg/server/xorg-server/hw/netbsd/x68k: Makefile Log Message: Build mouseEmu3btn.c for added Emulate3Buttons support. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/public-domain/sqlite

2021-02-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 5 21:48:52 UTC 2021 Modified Files: src/external/public-domain/sqlite: Makefile.inc Log Message: Reenable threadsafe sqlite. Do it properly and only enable thread-safety, but not the worker thread support. The latter is

CVS commit: src/external/ibm-public/postfix/dist/src/xsasl

2021-02-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 5 21:45:24 UTC 2021 Modified Files: src/external/ibm-public/postfix/dist/src/xsasl: xsasl_saslc_client.c Log Message: Pass strings to %s arguments, not void *. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/gpl2/send-pr/dist/send-pr

2021-02-03 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Wed Feb 3 15:42:53 UTC 2021 Modified Files: src/external/gpl2/send-pr/dist/send-pr: send-pr-el.in Log Message: Do not use old-style backquotes and other old-style expressions. Fix PR misc/55918. Tested with

CVS commit: src/external/gpl3/binutils/dist/include/elf

2021-02-02 Thread Frederic Cambus
Module Name:src Committed By: fcambus Date: Tue Feb 2 21:45:39 UTC 2021 Modified Files: src/external/gpl3/binutils/dist/include/elf: common.h Log Message: Fix typo in the comments of local binutils patches: s/Servguard/Segvguard. To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/binutils/dist/ld/emulparams

2021-02-01 Thread Frederic Cambus
Module Name:src Committed By: fcambus Date: Mon Feb 1 18:36:32 UTC 2021 Modified Files: src/external/gpl3/binutils/dist/ld/emulparams: elf32lriscv.sh elf32lriscv_ilp32.sh elf32lriscv_ilp32f.sh Log Message: Fix typos in the comments of local binutils patches:

CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-31 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Jan 31 08:27:49 UTC 2021 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: ntpd: ignore errno EINTR on reads from the routing socket To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-31 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Jan 31 08:26:47 UTC 2021 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: ntpd: move route socket overflow message from LOG_ERR to LOG_DEBUG While here stop caring about RTM_LOSING as that's purely

CVS commit: src/external/bsd/libarchive/dist/tar

2021-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 28 19:46:54 UTC 2021 Modified Files: src/external/bsd/libarchive/dist/tar: write.c Log Message: Don't try print an error message when there is none. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/bsd/libarchive/dist/tar

2021-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 28 19:42:27 UTC 2021 Modified Files: src/external/bsd/libarchive/dist/tar: write.c Log Message: PR/55962: Andreas Gustafsson: Some tar(1) error messages lack file name and newline To generate a diff of this commit:

CVS commit: src/external/public-domain/tz/dist

2021-01-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jan 24 21:59:37 UTC 2021 Modified Files: src/external/public-domain/tz/dist: TZDATA_VERSION Log Message: Merge tzdata2021a To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/external/bsd/iscsi/dist/src/lib

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 00:13:49 UTC 2021 Modified Files: src/external/bsd/iscsi/dist/src/lib: initiator.c Log Message: remove unset (and always printed as "(null)") gfilename variable. To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/external/mpl/dhcp/dist/common

2021-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 13 17:01:31 UTC 2021 Modified Files: src/external/mpl/dhcp/dist/common: options.c Log Message: Reset options on every loop. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/mpl/dhcp/dist/common

2021-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 13 15:51:49 UTC 2021 Modified Files: src/external/mpl/dhcp/dist/common: options.c Log Message: If an option is not found in the standard table, log it and don't try to dereference it. This prevents crashes from

CVS commit: src/external/bsd/ppp/usr.sbin/pppd

2021-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 11 21:45:22 UTC 2021 Modified Files: src/external/bsd/ppp/usr.sbin/pppd: sys-bsd.c Log Message: Make this compile without -DINET6 (Kurt Schreiner) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/bsd/ppp

2021-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 9 16:41:09 UTC 2021 Modified Files: src/external/bsd/ppp: ppp2netbsd Log Message: remove more To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ppp/ppp2netbsd Please note that diffs are

CVS commit: src/external/bsd/ppp/dist/.github/workflows

2021-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 9 16:40:01 UTC 2021 Removed Files: src/external/bsd/ppp/dist/.github/workflows: buildroot.yaml solaris.yaml Log Message: remove useless files To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0

CVS commit: src/external/bsd/bc/dist

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jan 8 01:17:55 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Consistently use "parentheses" in plural. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/bsd/bc/dist/bc.1

CVS commit: src/external/bsd/bc/dist

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jan 8 01:17:03 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Prettify PostScript output some more. Don't set BNF in all bold .Ic, instead use .Ar for "expr" and "var" so that only the literal

CVS commit: src/external/bsd/bc/dist

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 7 23:57:25 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Replace one last missed \f with semantic markup. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/external/bsd/bc/dist

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 7 21:21:35 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Use more .Ql, misc related fixes. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/bc/dist/bc.1 Please

CVS commit: src/external/bsd/bc/dist

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 7 20:37:33 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Use .Fn and .Fa for functions and their arguments. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/bsd/bc/dist

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 7 20:22:34 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Indent displays with code examples. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/bc/dist/bc.1 Please

CVS commit: src/external/bsd/bc/dist

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 7 20:12:59 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Misc fixes in the DIFFERENCES section. Make "last" an item, as intended. Make operators literal. To generate a diff of this commit:

CVS commit: src/external/bsd/bc/dist

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 7 19:49:13 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): small mdoc fixes to improve PostScript output. The length/scale example at the beginning is not all literal. Fix remaining "quoted"

CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Jan 3 15:33:05 UTC 2021 Modified Files: src/external/bsd/ntp/dist/ntpd: cmd_args.c ntp_io.c ntp_timer.c Log Message: ntp: respect user's wishes to disable interface scanning While here, disable periodic scanning by default on

CVS commit: src/external/bsd/unbound/dist/util

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 23:24:31 UTC 2021 Modified Files: src/external/bsd/unbound/dist/util: mini_event.c Log Message: libunbound: Enforce that mini_event isn't used by include/config.h As I tire of fixing it to use libevent. To generate a

CVS commit: src/external/bsd/unbound/lib/libunbound

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 23:17:15 UTC 2021 Modified Files: src/external/bsd/unbound/lib/libunbound: Makefile Log Message: Revert prior With the correct #defines mini_event.c and winsock_event.c are compiled but practically unused. What is

CVS commit: src/external/bsd/unbound/lib/libunbound

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 20:38:36 UTC 2021 Modified Files: src/external/bsd/unbound/lib/libunbound: Makefile Log Message: libunbound: Now we use libevent, don't build mini_event or winsock_event. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/unbound/include

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 20:16:16 UTC 2021 Modified Files: src/external/bsd/unbound/include: config.h Log Message: libunbound: actually use libevent as we link to it Would appreciate if people modify this file to actually test what polling

CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 17:21:47 UTC 2021 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: ntpd: In the event of route(4) overflow, update the interfaces To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/external/bsd/wpa/dist/src/drivers

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 14:57:14 UTC 2021 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: wpa: If route socket overflows, sync drivers to system interfaces Messages such as RTM_IFNFO or RTM_IFANNOUNCE could have

CVS commit: src/external/public-domain/tz/dist

2020-12-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 31 07:50:44 UTC 2020 Modified Files: src/external/public-domain/tz/dist: TZDATA_VERSION Log Message: Merge tzdata2020f To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/external/bsd/dhcpcd/dist

2020-12-28 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Dec 28 13:57:40 UTC 2020 Modified Files: src/external/bsd/dhcpcd/dist/hooks: 20-resolv.conf src/external/bsd/dhcpcd/dist/src: dhcp.c dhcp6.c dhcpcd.c if-bsd.c if-options.c ipv6nd.c privsep.c script.c Log

CVS commit: src/external/bsd/openresolv/dist

2020-12-27 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Dec 27 18:26:50 UTC 2020 Modified Files: src/external/bsd/openresolv/dist: resolvconf.8.in resolvconf.conf.5.in resolvconf.in Log Message: Sync with openresolv-3.12.0 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/pkg_install/dist

2020-12-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Dec 18 20:07:40 UTC 2020 Removed Files: src/external/bsd/pkg_install/dist: Makefile.in README config.guess config.sub configure configure.ac diff install-sh tkpkg src/external/bsd/pkg_install/dist/add:

CVS commit: src/external/bsd/jemalloc/lib

2020-12-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 16 01:21:32 UTC 2020 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: For alpha, apply -O0 hack again to rtree.c for GCC9. Otherwise, GDB11 crashes in strange ways. To generate a diff of this

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2020-12-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 16 01:20:19 UTC 2020 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Correct and extend comments on VA for alpha. No binary changes. To generate a diff

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