CVS commit: src/sys/net/npf

2020-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 28 06:35:51 UTC 2020 Modified Files: src/sys/net/npf: npf_portmap.c Log Message: npf: Remove harmless vestiges of debugging hacks. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/usr.bin/make

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 06:37:21 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): fix assertion failure in suffix handling Found by running ./build.sh, in the very early stage. Fixed by restoring the previous behavior

CVS commit: src/sys/kern

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 10:20:15 UTC 2020 Modified Files: src/sys/kern: kern_descrip.c Log Message: We already zeroed the struct, no point in zeroing things twice. To generate a diff of this commit: cvs rdiff -u -r1.248 -r1.249

CVS commit: src/sys/net

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 06:25:52 UTC 2020 Modified Files: src/sys/net: if_ethersubr.c Log Message: ether: separate handling of LLC frames as ether_input_llc (NFCI) To generate a diff of this commit: cvs rdiff -u -r1.285 -r1.286

CVS commit: src/sys/net

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 06:27:16 UTC 2020 Modified Files: src/sys/net: if_ethersubr.c Log Message: ether: count dropped packets on input To generate a diff of this commit: cvs rdiff -u -r1.286 -r1.287 src/sys/net/if_ethersubr.c Please

CVS commit: src/sys/net

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 06:27:49 UTC 2020 Modified Files: src/sys/net: if_ethersubr.c Log Message: ether: count dropped packets on output To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288 src/sys/net/if_ethersubr.c Please

CVS commit: src/distrib/sets/lists/debug

2020-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 28 06:44:03 UTC 2020 Modified Files: src/distrib/sets/lists/debug: ad.mips Log Message: Revert removal -- evidently the leading dash does mean something. Specifically, it cancels out the same entry elsewhere in the

CVS commit: src/share/man/man9

2020-08-28 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Aug 28 07:29:00 UTC 2020 Modified Files: src/share/man/man9: vfsops.9 Log Message: Another typo -- its vfs_newvnode(). To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/share/man/man9/vfsops.9 Please note

CVS commit: src/sys

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 06:20:44 UTC 2020 Modified Files: src/sys/netinet: ip_input.c src/sys/netinet6: ip6_input.c src/sys/netipsec: ipsec.c ipsec.h src/sys/rump/librump/rumpnet: net_stub.c Log Message: ipsec: rename

CVS commit: src/sys/netinet6

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 06:32:24 UTC 2020 Modified Files: src/sys/netinet6: in6_src.c ip6_forward.c ip6_input.c ip6_output.c ip6_var.h Log Message: inet6: reduce silent packet discards To generate a diff of this commit: cvs

CVS commit: src/sys/netinet

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 06:31:42 UTC 2020 Modified Files: src/sys/netinet: ip_input.c ip_output.c ip_var.h Log Message: inet: reduce silent packet discards To generate a diff of this commit: cvs rdiff -u -r1.396 -r1.397

CVS commit: src/usr.bin/netstat

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 07:23:48 UTC 2020 Modified Files: src/usr.bin/netstat: atalk.c bpf.c inet.c inet6.c pfkey.c pfsync.c Log Message: netstat: strengthen against kernel changes netstat uses sysctlbyname to get counter data from the

CVS commit: src/sys/net

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 06:23:42 UTC 2020 Modified Files: src/sys/net: if.h if_arcsubr.c if_ethersubr.c if_ieee1394subr.c Log Message: net: introduce IFQ_ENQUEUE_ISR to assemble packet queuing routines (NFCI) To generate a diff of this

CVS commit: src/usr.bin/netstat

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 06:34:17 UTC 2020 Modified Files: src/usr.bin/netstat: inet.c inet6.c Log Message: netstat: support new packet counters To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/usr.bin/netstat/inet.c cvs

CVS commit: src/sys/netinet

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 06:22:26 UTC 2020 Modified Files: src/sys/netinet: ip_output.c Log Message: inet: reduce indents of a normal path to improve readability (NFCI) To generate a diff of this commit: cvs rdiff -u -r1.316 -r1.317

CVS commit: src/sys/sys

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 07:29:12 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: Bump the version for entry additions to IP_STAT and IP6_STAT Welcome to 9.99.72 To generate a diff of this commit: cvs rdiff -u -r1.674 -r1.675

CVS commit: src/sys/netinet6

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 06:28:58 UTC 2020 Modified Files: src/sys/netinet6: ip6_forward.c ip6_input.c ip6_var.h Log Message: inet6: pass rcvif to ip6_forward to avoid extra psref_acquire To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/netinet

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 06:30:08 UTC 2020 Modified Files: src/sys/netinet: ip_input.c Log Message: inet: pull m_get_rcvif_psref out of ip_input for simplicity Same as ip6_input. To generate a diff of this commit: cvs rdiff -u -r1.395

CVS commit: src/sys/kern

2020-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 28 06:47:19 UTC 2020 Modified Files: src/sys/kern: kern_descrip.c Log Message: Just zero out struct file::f_lock when exposed to userland. Userland has no business examining a snapshot of the lock state, even if

CVS commit: src/usr.bin/make

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 06:47:15 UTC 2020 Modified Files: src/usr.bin/make: meta.c Log Message: make(1): fix the other assertion from Lst_FindFrom When I migrated the Lst_FindFrom to the strict API variant, I forgot that Lst_FindFrom

CVS commit: src/share/man/man9

2020-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 28 07:03:41 UTC 2020 Modified Files: src/share/man/man9: thmap.9 Log Message: thmap(9): Minor readability and style tweaks. - Fix typo: hmap -> thmap - Reduce excessive indentation. - Specify largest entry width for

CVS commit: src/sys

2020-08-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 28 06:19:13 UTC 2020 Modified Files: src/sys/netinet: ip_input.c ip_output.c ip_var.h src/sys/netinet6: ip6_forward.c ip6_input.c ip6_output.c ip6_var.h src/sys/netipsec: ipsec.c ipsec.h Log Message:

CVS commit: src/sys/net

2020-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 28 07:03:08 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: wg: Sort includes. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/net/if_wg.c Please note that diffs are not public

CVS commit: src/sys/netinet

2020-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 28 07:01:57 UTC 2020 Modified Files: src/sys/netinet: in_pcb.h in_pcb_hdr.h in_systm.h ip.h Log Message: netinet: Include the needful so include order doesn't matter. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/sets/lists/man

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 12:15:05 UTC 2020 Modified Files: src/distrib/sets/lists/man: mi Log Message: new compat_bsdos man page. To generate a diff of this commit: cvs rdiff -u -r1.1699 -r1.1700 src/distrib/sets/lists/man/mi Please note

CVS commit: src/sys/arch/arm/broadcom

2020-08-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 28 13:13:55 UTC 2020 Modified Files: src/sys/arch/arm/broadcom: bcm2835_emmc.c Log Message: Fix build if NBCMDMAC is zero To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/arch/arm

2020-08-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 28 13:36:52 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S src/sys/arch/arm/arm32: arm32_kvminit.c genassym.cf locore.S src/sys/arch/arm/include: asan.h src/sys/arch/arm/include/arm32:

CVS commit: src/usr.bin/make/unit-tests

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 13:50:48 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-op.mk Log Message: make(1): add test for operator precedence in conditions To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/arm/arm

2020-08-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 28 12:56:19 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: #ifdef -> #if defined To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/arm/armv6_start.S Please note

CVS commit: src/sys/arch/arm

2020-08-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 28 13:15:05 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S src/sys/arch/arm/arm32: arm32_machdep.c Log Message: Use C rather than assembly To generate a diff of this commit: cvs rdiff -u -r1.25

CVS commit: src/sys/arch/arm/arm

2020-08-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 28 11:15:08 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: arm_cpu_topology_set only takes two arguments To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/arch/hpcarm/hpcarm

2020-08-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 28 12:41:17 UTC 2020 Modified Files: src/sys/arch/hpcarm/hpcarm: locore.S Log Message: Fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hpcarm/hpcarm/locore.S Please note

CVS commit: src/sys/arch/arm/arm

2020-08-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 28 13:00:29 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Change to the KVA stack address straight after the MMU is turned on To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/conf

2020-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 28 14:58:25 UTC 2020 Modified Files: src/sys/conf: majors Log Message: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/conf/majors Please note that diffs are not public

CVS commit: src/share/man/man8

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 12:13:09 UTC 2020 Modified Files: src/share/man/man8: Makefile Added Files: src/share/man/man8: compat_bsdos.8 Log Message: New man page from Dan Plassche. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make/unit-tests

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 12:59:36 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-func-exists.mk Log Message: make(1): extend test for the exists function in conditions To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/net/net

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 11:46:05 UTC 2020 Modified Files: src/tests/net/net: t_unix.c Log Message: Remove unneeded sete{u,g}id pointed out by kre. Remove dup unlink. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/usr.bin/make/unit-tests

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 14:07:51 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-op.exp cond-op.mk Log Message: make(1): add test for unquoted string literals To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/net/net

2020-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 28 14:18:29 UTC 2020 Modified Files: src/tests/net/net: t_unix.c Log Message: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/tests/net/net/t_unix.c Please note that diffs

CVS commit: src/sys/arch/arm/arm32

2020-08-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 28 12:31:44 UTC 2020 Modified Files: src/sys/arch/arm/arm32: locore.S Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/arm/arm32/locore.S Please note that diffs are not

CVS commit: src/sys/sys

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 12:43:24 UTC 2020 Modified Files: src/sys/sys: systm.h Log Message: Fix uninitialized, caught by llvm. Tuck variables in blocks where they are needed. To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298

CVS commit: src/tests/net/net

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 13:56:30 UTC 2020 Modified Files: src/tests/net/net: t_unix.c Log Message: When running the tests with atf-run the directory we are running in is drwx-- so when we change to a different user, we can't find the

CVS commit: src/usr.bin/make/unit-tests

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 14:48:38 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-op-and.mk cond-op-not.mk cond-op-or.mk Log Message: make(1): add tests for the &&, || and ! operators To generate a diff of this commit:

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

2020-08-28 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Aug 28 16:13:48 UTC 2020 Modified Files: src/external/cddl/osnet/sys/kern: policy.c Log Message: Glue operation secpolicy_fs_mount() passes wrong arguments to operation kauth_authorize_system(). KAUTH_SYSTEM_MOUNT /

CVS commit: src/usr.bin/make

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 19:21:00 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename SuffixCmpData to SuffSuffIsSuffixArgs The new name makes the comment above that struct redundant. To generate a diff of this

CVS commit: src/usr.sbin/postinstall

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 15:25:17 UTC 2020 Modified Files: src/usr.sbin/postinstall: postinstall.in Log Message: Restrict npf.conf fixes to "blacklistd" -> "blocklistd" To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/share/man/man8

2020-08-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Aug 28 15:35:34 UTC 2020 Modified Files: src/share/man/man8: compat_bsdos.8 Log Message: Formatting tweaks. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man8/compat_bsdos.8 Please note that diffs

CVS commit: src/sys/netinet

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 17:01:48 UTC 2020 Modified Files: src/sys/netinet: ip_output.c Log Message: Don't cache the sa, because we are dealing with multiple mbufs (from ozaki-r) To generate a diff of this commit: cvs rdiff -u -r1.318

CVS commit: src/usr.bin/script

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 17:10:15 UTC 2020 Modified Files: src/usr.bin/script: script.c Log Message: PR/55605: Soumendra Ganguly: Wait for child to finish when stdin is not a tty To generate a diff of this commit: cvs rdiff -u -r1.26

CVS commit: src/usr.bin/make/unit-tests

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 17:21:03 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-to-lower.mk varmod-to-upper.mk Log Message: make(1): add tests for :tl and :tu modifiers To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/tests/lib/libarchive

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 18:46:05 UTC 2020 Modified Files: src/tests/lib/libarchive: t_libarchive.sh Log Message: PR/55612: Martin Husemann: libarchive tests pollute /tmp w/o cleanup Set $TMPDIR to where we are. To generate a diff of this

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

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 18:44:54 UTC 2020 Modified Files: src/external/bsd/libarchive/dist/libarchive/test: test_write_disk_secure.c Log Message: PR/55612: Martin Husemann: libarchive tests pollute /tmp w/o cleanup Make tests

CVS commit: src/sys/dev/usb

2020-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 28 17:05:32 UTC 2020 Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet: Reject buflen>MCLBYTES in usbnet_newbuf. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/usb/usbnet.c

CVS commit: src/usr.bin/make/unit-tests

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 18:16:22 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cmd-interrupt.exp cmd-interrupt.mk Log Message: make(1): fix test for interrupted command execution In the first version of this test, I had completely

CVS commit: src/usr.sbin/postinstall

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 15:26:23 UTC 2020 Modified Files: src/usr.sbin/postinstall: postinstall.in Log Message: missing quote To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/postinstall/postinstall.in Please

CVS commit: src

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 15:40:54 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: cmd-interrupt.exp cmd-interrupt.mk Log Message:

CVS commit: src/usr.bin/make

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 17:27:21 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): clean up suffix handling To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/usr.bin/make/suff.c Please note that

CVS commit: src/usr.sbin/wgconfig

2020-08-28 Thread Tom Ivar Helbekkmo
Module Name:src Committed By: tih Date: Fri Aug 28 17:17:53 UTC 2020 Modified Files: src/usr.sbin/wgconfig: wgconfig.c Log Message: Show the time of the latest handshake properly formatted. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.bin/make

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 18:34:46 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): clean up arch.c Remove redundant parts of the function comments. Move the "side effects" to the main section, since these effects are

CVS commit: src/usr.bin/make

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 19:14:07 UTC 2020 Modified Files: src/usr.bin/make: make.h targ.c Log Message: make(1): clean up targ.c The main part is removing redundant or outdated information from comments. In a few places, the expression cond

CVS commit: src/tests/rump/rumpkern

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 19:14:17 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: Skip a few tests with reference to already existing PRs as after "recent" scheduler changes these tests now leave rump_server processes

CVS commit: src/usr.bin/make

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 17:15:04 UTC 2020 Modified Files: src/usr.bin/make: make.1 src/usr.bin/make/unit-tests: varmod-subst-regex.exp varmod-subst-regex.mk Log Message: make(1): fix manual page about the modifiers of the

CVS commit: [netbsd-9] src/doc

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 18:18:31 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Ticket #1066 To generate a diff of this commit: cvs rdiff -u -r1.1.2.102 -r1.1.2.103 src/doc/CHANGES-9.1 Please note that diffs are not

CVS commit: [netbsd-9] src/external/cddl/osnet/sys/kern

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 18:17:13 UTC 2020 Modified Files: src/external/cddl/osnet/sys/kern [netbsd-9]: policy.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1066): external/cddl/osnet/sys/kern/policy.c:

CVS commit: src/share/man

2020-08-28 Thread Frederic Cambus
Module Name:src Committed By: fcambus Date: Fri Aug 28 16:07:49 UTC 2020 Modified Files: src/share/man/man4: ip.4 mvsata.4 options.4 tea5767radio.4 ugen.4 src/share/man/man4/man4.amiga: mntva.4 src/share/man/man9: usbnet.9 Log Message: Fix a bunch of typos

CVS commit: src/share/man/man8

2020-08-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Aug 28 17:13:14 UTC 2020 Modified Files: src/share/man/man8: compat_bsdos.8 Log Message: Add RCS Id. Remove Pp before/after Sh. Remove port after section, since the man page is in man8 directly (the ports are mentioned in the

CVS commit: src/sys/dev/usb

2020-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 28 19:02:19 UTC 2020 Modified Files: src/sys/dev/usb: if_atu.c Log Message: atu(4): Reject packets larger than MCLBYTES. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/dev/usb/if_atu.c Please

CVS commit: src/tests/rump/rumpkern

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 19:35:07 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: Also skip the stress_short test - it just needs way too long to timeout and fail. To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/usr.bin/make

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 20:57:54 UTC 2020 Modified Files: src/usr.bin/make: Makefile Log Message: make(1): remove redundant MAKEFLAGS from subdir make The make flags are passed via the environment, not via the command line. This is not as

CVS commit: src/sys/kern

2020-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 28 21:39:56 UTC 2020 Modified Files: src/sys/kern: kern_proc.c Log Message: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.257 -r1.258 src/sys/kern/kern_proc.c Please note that diffs

CVS commit: src/sys/kern

2020-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 28 21:39:28 UTC 2020 Modified Files: src/sys/kern: kern_proc.c Log Message: Zero out more lock snapshots in sysctl exposure. To generate a diff of this commit: cvs rdiff -u -r1.256 -r1.257 src/sys/kern/kern_proc.c

CVS commit: src/usr.bin/make

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 19:46:04 UTC 2020 Modified Files: src/usr.bin/make: enum.c lst.c Log Message: make(1): fix build errors for USER_CPPFLAGS=-DNDEBUG The functions LstIsValid and LstNodeIsValid are only used in assertions. Without the

CVS commit: src/tests/rump/rumpkern

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 19:29:58 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_kern.c Log Message: lockme_DOUBLEINIT: The failure message differs slightly when using LOCKDEBUG, modify the expected pattern to cover both variants. To

CVS commit: src/usr.bin/make

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 19:52:14 UTC 2020 Modified Files: src/usr.bin/make: lst.c Log Message: make(1): inline LstIsValid and LstNodeIsValid A simple null pointer comparison is easier to understand than the fuzzy word "valid". To generate

CVS commit: src/usr.bin/make

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 20:23:20 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): remove unused variable not_parallel The variable malloc_options seems unused as well, but the manual page for jemalloc(3) mentions it.

CVS commit: src/lib/libc/stdio

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 22:02:24 UTC 2020 Modified Files: src/lib/libc/stdio: vdprintf.c Log Message: Allow vdprintf to work on non-blocking non-regular files (Rob Newberry) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/kern

2020-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 28 22:27:51 UTC 2020 Modified Files: src/sys/kern: kern_proc.c Log Message: Fix pasto in previous -- pass the right size to memset... To generate a diff of this commit: cvs rdiff -u -r1.258 -r1.259

CVS commit: [netbsd-9] src/sys/dev/usb

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 19:36:34 UTC 2020 Modified Files: src/sys/dev/usb [netbsd-9]: if_atu.c usbnet.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1067): sys/dev/usb/usbnet.c: revision 1.39

CVS commit: [netbsd-9] src/doc

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 19:37:37 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Ticket #1067 To generate a diff of this commit: cvs rdiff -u -r1.1.2.103 -r1.1.2.104 src/doc/CHANGES-9.1 Please note that diffs are not

CVS commit: [netbsd-8] src/doc

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 19:45:21 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1599 To generate a diff of this commit: cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/sys/dev/usb

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 19:44:22 UTC 2020 Modified Files: src/sys/dev/usb [netbsd-8]: if_atu.c if_axe.c if_axen.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1599): sys/dev/usb/if_atu.c: revision

CVS commit: src/usr.bin/make

2020-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 28 20:16:19 UTC 2020 Modified Files: src/usr.bin/make: hash.c Log Message: make(1): remove redundant comments from hash.c To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/usr.bin/make/hash.c Please

CVS commit: src/tests/lib/librumpclient

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 29 05:46:34 UTC 2020 Modified Files: src/tests/lib/librumpclient: t_exec.sh Log Message: Skip threxec test pointing at PR 55338, this kills some test beds. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS import: xsrc/external/mit/xorgproto/dist

2020-08-28 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Aug 29 05:57:12 UTC 2020 Update of /cvsroot/xsrc/external/mit/xorgproto/dist In directory ivanova.netbsd.org:/tmp/cvs-serv20752 Log Message: initial import of xorgproto-2020.1 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit/xorgproto/dist/specs/SIAddresses

2020-08-28 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Aug 29 05:58:03 UTC 2020 Removed Files: xsrc/external/mit/xorgproto/dist/specs/SIAddresses: IPv6.txt hostname.txt localuser.txt Log Message: merge xorgproto 2020.1. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/tc

2020-08-28 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 29 03:24:31 UTC 2020 Modified Files: src/sys/dev/tc: bba.c Log Message: Fix white space and indent. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/tc/bba.c Please note that diffs are not