CVS commit: src/usr.bin/make

2021-02-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Feb 3 06:58:22 UTC 2021 Modified Files: src/usr.bin/make: util.c Log Message: make: fix compiler warning about signedness in comparison To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/usr.bin/make/util.c

CVS commit: src/usr.bin/tftp

2021-02-02 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 3 06:51:26 UTC 2021 Modified Files: src/usr.bin/tftp: Makefile Log Message: tftp: no longer need packed member warning To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/tftp/Makefile Please note

CVS commit: src/usr.sbin/rtadvd

2021-02-02 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 3 06:50:08 UTC 2021 Modified Files: src/usr.sbin/rtadvd: Makefile Log Message: rtadvd: no longer need packed member warning To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/rtadvd/Makefile

CVS commit: src/usr.sbin/traceroute

2021-02-02 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 3 06:49:18 UTC 2021 Modified Files: src/usr.sbin/traceroute: Makefile Log Message: traceroute: no longer need gcc packed member warning To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/usr.sbin/ldpd

2021-02-02 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 3 06:46:27 UTC 2021 Modified Files: src/usr.sbin/ldpd: Makefile Log Message: ldpd: Discard warning about accessing packed member I don't see a good way of fixing this right now. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/traceroute6

2021-02-02 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 3 06:42:50 UTC 2021 Modified Files: src/usr.sbin/traceroute6: Makefile traceroute6.c Log Message: traceroute6: Remove __packed To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys

2021-02-02 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 3 05:51:40 UTC 2021 Modified Files: src/sys/net: if_arp.h if_ether.h if_gre.h src/sys/netinet: if_ether.h igmp.h in.h ip.h ip6.h ip_carp.h ip_icmp.h ip_mroute.h ip_var.h tcp.h tcp_debug.h tcp_var.h udp.h

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/usr.sbin/fstyp

2021-02-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Feb 2 21:31:11 UTC 2021 Modified Files: src/usr.sbin/fstyp: Makefile Log Message: Ignore address of packed-member for clang too To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/fstyp/Makefile

CVS commit: src/usr.bin/make

2021-02-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Feb 2 21:26:51 UTC 2021 Modified Files: src/usr.bin/make: enum.h make.c make.h var.c Log Message: make: remove unused INTERNAL flag It had been used for cached_realpaths, until this variable had its type changed from GNode

CVS commit: src/usr.bin/make

2021-02-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Feb 2 17:56:31 UTC 2021 Modified Files: src/usr.bin/make: enum.c enum.h make.c nonints.h targ.c src/usr.bin/make/unit-tests: gnode-submake.exp opt-debug-graph1.exp opt-debug-graph2.exp opt-debug-graph3.exp

CVS commit: src/usr.bin/make

2021-02-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Feb 2 17:47:56 UTC 2021 Modified Files: src/usr.bin/make: compat.c src/usr.bin/make/unit-tests: opt-debug-graph2.exp opt-debug-graph2.mk opt-debug-graph3.exp opt-debug-graph3.mk Log Message: make: when

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

2021-02-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Feb 2 17:27:35 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: Makefile opt-debug-graph2.exp opt-debug-graph2.mk opt-debug-graph3.exp opt-debug-graph3.mk Log Message: make: demonstrate that neither -dg2 nor

CVS commit: src/usr.bin/make

2021-02-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Feb 2 16:18:16 UTC 2021 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: directive-export-impl.exp var-op-append.exp vardebug.exp varmod-indirect.exp varmod-match-escape.exp

CVS commit: src/sys/dev/pci

2021-02-02 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Feb 2 16:11:43 UTC 2021 Modified Files: src/sys/dev/pci: pucdata.c Log Message: Also match Oxford Semiconductor Exsys EX-41098 PCI UARTs To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109

CVS commit: src/usr.bin/make

2021-02-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Feb 2 15:41:14 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: replace enum bit-set with bit-field No functional change. The generated code from GCC 5.5 is very similar. On x86_64, memory access is no

CVS commit: src/sys/netinet

2021-02-02 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Feb 2 10:48:33 UTC 2021 Modified Files: src/sys/netinet: if_arp.c Log Message: arp: Plug an mbuf leak To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/sys/netinet/if_arp.c Please note that diffs are not

CVS commit: src/sys/dev/usb

2021-02-02 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Feb 2 10:46:18 UTC 2021 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: if_urtwn.c: Plug a few leaks Can be a cause of PR/55968 To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93

CVS commit: src/sys/arch/sparc64/sparc64

2021-02-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 2 08:18:42 UTC 2021 Modified Files: src/sys/arch/sparc64/sparc64: trap.c Log Message: Worakround for traps on invalid VAs: uvm_fault() can not (currently) deal properly with invalid VAs (inside the VA hole), so do not