CVS commit: src/tests/usr.bin/xlint/lint1

2021-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 4 07:39:39 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_259.c Log Message: lint: update message text for 259 in test That's the one place that is not checked for matching the actual message by my usual

CVS commit: src

2021-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 4 06:55:00 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_constant_conv2.exp d_gcc_extension.exp d_type_conv1.exp d_type_conv2.exp d_type_conv3.exp msg_259.c msg_259.exp

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

2021-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 4 00:16:03 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: Makefile varname-empty.exp Log Message: make: remove .PARSEDIR from test output of varname-empty The .PARSEDIR has nothing to do with .CURDIR. This wrong

CVS commit: src/sys/dev/usb

2021-02-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Feb 3 23:26:08 UTC 2021 Modified Files: src/sys/dev/usb: ums.c Log Message: I have a cheap USB optical mouse (CHICONY product 0x0939, also known as "PixArt USB Optical Mouse") that likes to disconnect after 60 seconds and

CVS commit: src/sys/dev/usb

2021-02-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Feb 3 23:24:08 UTC 2021 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen for addition of CHICONY optical mouse. To generate a diff of this commit: cvs rdiff -u -r1.779 -r1.780

CVS commit: src/sys/dev/usb

2021-02-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Feb 3 23:23:42 UTC 2021 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add a CHICONY optical mouse product ID. To generate a diff of this commit: cvs rdiff -u -r1.789 -r1.790 src/sys/dev/usb/usbdevs Please note

CVS commit: src/sys/dev/pci

2021-02-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Feb 3 21:04:41 UTC 2021 Modified Files: src/sys/dev/pci: if_vioif.c Log Message: Oops, made a mistake in my last commit To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pci/if_vioif.c Please note

CVS commit: src/sys/dev/pci

2021-02-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Feb 3 20:28:00 UTC 2021 Modified Files: src/sys/dev/pci: if_vioif.c Log Message: Allocate enough space for the bus_dmamap_t arrays for rxq_hdr_dmamaps[] and txq_hdr_maps[] To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys

2021-02-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 3 18:13:14 UTC 2021 Modified Files: src/sys/net: if_arp.h if_ether.h if_gre.h if_llc.h src/sys/netinet: 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 udp.h Log

CVS commit: src/sys/netinet

2021-02-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 3 17:10:13 UTC 2021 Modified Files: src/sys/netinet: if_ether.h Log Message: Guard CTASSERT To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/netinet/if_ether.h Please note that diffs are not public

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/sys/arch/hppa/gsc

2021-02-03 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Feb 3 15:13:49 UTC 2021 Modified Files: src/sys/arch/hppa/gsc: harmony.c Log Message: Fix locking against myself. trigger_output will be called with sc_intr_lock held. >From source code review, not tested. To generate a

CVS commit: src/usr.bin/make

2021-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Feb 3 15:08:17 UTC 2021 Modified Files: src/usr.bin/make: meta.c nonints.h var.c Log Message: make: rename Var_Delete to Var_DeleteExpand, Var_DeleteVar to Var_Delete The function names now follow the naming scheme from the

CVS commit: src/sys/dev/pci

2021-02-03 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Feb 3 14:44:32 UTC 2021 Modified Files: src/sys/dev/pci: cs4280.c cs4281.c cs428x.h Log Message: Remove code no longer used. The code that used sc->{halt_input,halt_output} function pointer was removed in 2004. (see cs428x.c

CVS commit: src/usr.bin/make

2021-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Feb 3 14:33:09 UTC 2021 Modified Files: src/usr.bin/make: nonints.h parse.c var.c Log Message: make: split Var_Exists into plain Var_Exists and Var_ExistsExpand Most previous calls to Var_Exists use constant variable names.

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

2021-02-03 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Feb 3 14:22:21 UTC 2021 Modified Files: src/sys/arch/arm/iomd: vidcaudio.c Log Message: Remove a comment no longer correct. Because halt_output is no longer called from an interrupt context, but that does not mean it's better

CVS commit: src/usr.bin/make

2021-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Feb 3 13:53:12 UTC 2021 Modified Files: src/usr.bin/make: dir.c job.c main.c meta.c nonints.h parse.c targ.c var.c Log Message: make: replace Global_AppendExpand with Global_Append All callers with a variable

CVS commit: src/usr.bin/make

2021-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Feb 3 13:44:39 UTC 2021 Modified Files: src/usr.bin/make: nonints.h parse.c var.c Log Message: make: split Var_Append into Var_Append and Var_AppendExpand The plain Var_Append now does not expand the variable name anymore.

CVS commit: src/sys/net

2021-02-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 3 12:11:34 UTC 2021 Modified Files: src/sys/net: if_llc.h Log Message: if_llc.h: Replace __packed with CTASSERT To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/net/if_llc.h Please note that diffs

CVS commit: src/sys

2021-02-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 3 11:53:43 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_icmp.h ip_mroute.h ip_var.h tcp.h tcp_var.h udp.h udp_var.h Log

CVS commit: src/sys/netinet

2021-02-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 3 11:52:23 UTC 2021 Modified Files: src/sys/netinet: tcp_debug.h Log Message: tcp_debug: restore __packed To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/netinet/tcp_debug.h Please note that diffs

CVS commit: src/sys/arch/powerpc/include

2021-02-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 3 10:37:05 UTC 2021 Modified Files: src/sys/arch/powerpc/include: cpu.h Log Message: Pull out constant definitions inside struct declaration. Enable CTASSERT(9) for CPUSAVE_SIZE. To generate a diff of this commit: cvs

CVS commit: src/sys/net

2021-02-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 3 10:31:10 UTC 2021 Modified Files: src/sys/net: if_arp.h Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/net/if_arp.h Please note that diffs are not public domain; they are

CVS commit: src/usr.bin/make

2021-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Feb 3 08:40:47 UTC 2021 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: var-op-append.exp var-op-append.mk varname-empty.exp Log Message: make: fix double expansion when appending to

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

2021-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Feb 3 08:34:15 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: Makefile varname-empty.exp varname-empty.mk Log Message: make: in the test varname-empty, keep more debug output Filtering out the interesting

CVS commit: src/usr.bin/make

2021-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Feb 3 08:08:18 UTC 2021 Modified Files: src/usr.bin/make: job.c main.c meta.c nonints.h parse.c suff.c var.c Log Message: make: replace Global_SetExpand with Global_Set for constant names To generate a diff of this commit:

CVS commit: src/usr.bin/make

2021-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Feb 3 08:00:36 UTC 2021 Modified Files: src/usr.bin/make: dir.c job.c main.c meta.c nonints.h parse.c suff.c targ.c util.c var.c Log Message: make: use shortcut functions Global_SetExpand and Global_AppendExpand