CVS commit: src/tests/lib/libcurses/slave

2021-04-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 4 09:34:24 UTC 2021 Modified Files: src/tests/lib/libcurses/slave: curses_commands.c Log Message: s/&string/string/ for mvscanw(3); string is already pointer to buffer. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/tests/lib/libcurses

2021-04-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 4 09:42:08 UTC 2021 Modified Files: src/tests/lib/libcurses/slave: curses_commands.c src/tests/lib/libcurses/tests: mvscanw Log Message: When mvscanw(3) fails, string is not modified. Let's ignore the 2nd result for

CVS commit: src/tests/lib/libcurses

2021-04-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 4 09:49:13 UTC 2021 Modified Files: src/tests/lib/libcurses/slave: curses_commands.c src/tests/lib/libcurses/tests: mvscanw Log Message: Reapply fix for big-endian environments, which was lost when GSoC results were

CVS commit: src/usr.bin/make

2021-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Apr 4 09:58:51 UTC 2021 Modified Files: src/usr.bin/make: job.c parse.c src/usr.bin/make/unit-tests: directive-for-errors.mk opt-jobs-no-action.mk shell-csh.mk Log Message: make: rename ambiguous functions

CVS commit: src/usr.bin/make

2021-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Apr 4 10:05:09 UTC 2021 Modified Files: src/usr.bin/make: compat.c job.c main.c make.c make.h meta.c nonints.h suff.c Log Message: make: rename a few functions to be more descriptive No functional change. To ge

CVS commit: src/usr.bin/make

2021-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Apr 4 10:13:09 UTC 2021 Modified Files: src/usr.bin/make: dir.c main.c nonints.h parse.c src/usr.bin/make/unit-tests: cond-func-make-main.mk counter-append.mk counter.mk dep-var.mk deptgt.exp deptgt.mk

CVS commit: src/usr.bin/make

2021-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Apr 4 11:47:54 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: extract decision for evaluating an expression No functional change. To generate a diff of this commit: cvs rdiff -u -r1.904 -r1.905 src/usr

CVS commit: src/usr.bin/make

2021-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Apr 4 11:56:43 UTC 2021 Modified Files: src/usr.bin/make: cond.c nonints.h parse.c var.c Log Message: make: convert VarEvalFlags back into an enum, but not a bit-set As was apparent in VarEvalFlags_ToString, a bit-set was no

CVS commit: src/sbin/rndctl

2021-04-04 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Apr 4 12:50:31 UTC 2021 Modified Files: src/sbin/rndctl: rndctl.c Log Message: rndctl(8): remove no-longer-useful stats from -s these are always 0 now. "gofer it" riastradh@ To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src

2021-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Apr 4 13:20:52 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile varmod-loop.exp varmod-loop.mk Added Files: src/usr.bin/make/unit-tests: varmod-loop-varname.exp

CVS commit: src/bin/sh

2021-04-04 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Apr 4 13:24:07 UTC 2021 Modified Files: src/bin/sh: eval.c jobs.c jobs.h Log Message: Related to PR bin/48875 Correct an issue found by Oguz and reported in e-mail (on the bug-bash list initially!) with the code changed to dea

CVS commit: src/usr.bin/make

2021-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Apr 4 13:35:26 UTC 2021 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: var-eval-short.exp var-eval-short.mk varmod-loop-varname.exp varmod-loop-varname.mk varmod-loop-varna

CVS commit: src/sbin/rndctl

2021-04-04 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Apr 4 13:37:17 UTC 2021 Modified Files: src/sbin/rndctl: rndctl.c Log Message: rndctl(8): to -l, add a "samples" column separate to "bits" rename the "bits" column to "estimated bits". this provides a clear indication when a s

CVS commit: [thorpej-cfargs] src/sys/arch/macppc

2021-04-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Apr 4 17:28:03 UTC 2021 Modified Files: src/sys/arch/macppc/dev [thorpej-cfargs]: gpio.c mediabay.c obio.c smu.c uni-n.c src/sys/arch/macppc/macppc [thorpej-cfargs]: mainbus.c src/sys/arch/macppc/p

CVS commit: [thorpej-cfargs] src/sys

2021-04-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Apr 4 17:43:53 UTC 2021 Modified Files: src/sys/arch/shark/ofw [thorpej-cfargs]: ofisapc.c ofisascr.c vlpci.c src/sys/dev/ofisa [thorpej-cfargs]: ofisa.c src/sys/dev/ofw [thorpej-cfargs]: ofbus.c Log Message:

CVS commit: src/libexec/httpd

2021-04-04 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 4 18:14:27 UTC 2021 Modified Files: src/libexec/httpd: CHANGES bozohttpd.c Log Message: avoid DoS in initial request size, which is now bounded at 16KiB. reported by Justin Parrott in PR#56085. To generate a diff of this c

CVS commit: [thorpej-cfargs] src/sys

2021-04-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Apr 4 19:12:28 UTC 2021 Modified Files: src/sys/kern [thorpej-cfargs]: subr_autoconf.c src/sys/sys [thorpej-cfargs]: device.h Log Message: Add a CFARG_SEARCH tag, which specifies an indirect config search function (w

CVS commit: [thorpej-cfargs] src/sys

2021-04-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Apr 4 19:23:54 UTC 2021 Modified Files: src/sys/kern [thorpej-cfargs]: subr_autoconf.c src/sys/sys [thorpej-cfargs]: device.h Log Message: Add a config_probe() function. This is currently a synonym for config_match(

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

2021-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Apr 4 21:59:46 UTC 2021 Removed Files: src/usr.bin/make/unit-tests: varmod-loop-varname.out varmod-loop-varname.rawout varmod-loop-varname.status Log Message: tests/make: remove accidentally added intermediate fil

CVS commit: [thorpej-cfargs] src/sys

2021-04-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Apr 4 22:01:23 UTC 2021 Modified Files: src/sys/arch/acorn32/eb7500atx [thorpej-cfargs]: rsbus.c src/sys/arch/acorn32/mainbus [thorpej-cfargs]: pioc.c src/sys/arch/amiga/clockport [thorpej-cfargs]: clockport.c

CVS commit: [thorpej-cfargs] src/sys/kern

2021-04-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 5 00:26:47 UTC 2021 Modified Files: src/sys/kern [thorpej-cfargs]: subr_autoconf.c Log Message: Document that config_probe() really should just return a bool, but explain why it cannot, currently. To generate a diff of

CVS commit: [thorpej-cfargs] src/sys

2021-04-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 5 00:48:55 UTC 2021 Modified Files: src/sys/arch/acorn32/eb7500atx [thorpej-cfargs]: rsbus.c src/sys/arch/acorn32/mainbus [thorpej-cfargs]: pioc.c src/sys/arch/amiga/clockport [thorpej-cfargs]: clockport.c

CVS commit: [thorpej-cfargs] src/sys

2021-04-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 5 01:01:49 UTC 2021 Modified Files: src/sys/arch/acorn32/eb7500atx [thorpej-cfargs]: rsbus.c src/sys/arch/acorn32/mainbus [thorpej-cfargs]: pioc.c src/sys/arch/arm/at91 [thorpej-cfargs]: at91bus.c at91pio.

CVS commit: src/sys/opencrypto

2021-04-04 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Apr 5 01:22:22 UTC 2021 Modified Files: src/sys/opencrypto: cryptosoft.c Log Message: use kmem_{z,}alloc() instead of malloc() To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/opencrypto/cryptosoft.c

CVS commit: src/sys/opencrypto

2021-04-04 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Apr 5 01:23:15 UTC 2021 Modified Files: src/sys/opencrypto: cryptosoft.c Log Message: refactor: reduce changing swcr_sesnum To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/opencrypto/cryptosoft.c P

CVS commit: [thorpej-cfargs] src/sys/arch/arm/imx

2021-04-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 5 01:24:09 UTC 2021 Modified Files: src/sys/arch/arm/imx [thorpej-cfargs]: imx23_apbh.c Log Message: Oops. missed this in the last. To generate a diff of this commit: cvs rdiff -u -r1.1.56.6 -r1.1.56.7 src/sys/arch/arm

CVS commit: src/sys/opencrypto

2021-04-04 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Apr 5 01:24:50 UTC 2021 Modified Files: src/sys/opencrypto: cryptosoft.c Log Message: refactor: reduce access to swcr_sessions[i] directly To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/opencrypto/

CVS commit: [thorpej-cfargs] src/sys/arch/hpcmips

2021-04-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 5 01:25:55 UTC 2021 Modified Files: src/sys/arch/hpcmips/dev [thorpej-cfargs]: plum.c src/sys/arch/hpcmips/tx [thorpej-cfargs]: txcsbus.c txsim.c src/sys/arch/hpcmips/vr [thorpej-cfargs]: vrc4173bcu.c vrip

CVS commit: [thorpej-cfargs] src/sys/dev/i2c

2021-04-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 5 01:28:00 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-cfargs]: i2c.c Log Message: config_match() -> config_probe(). It's a little over-loaded here because we're mixing direct and indirect in the same place, but t

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

2021-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 5 01:35:34 UTC 2021 Modified Files: src/tests/usr.bin/xlint: check-expect.lua src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c d_c99_bool_strict_syshdr.c d_decl_old_style_arguments.c d_fol

CVS commit: src

2021-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 5 02:05:47 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh src/usr.bin/xlint/lint1: Makefile err.c externs1.h tree.c Added Files: s

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

2021-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 5 02:07:15 UTC 2021 Added Files: src/usr.bin/xlint/lint1: ckctype.c Log Message: lint: warn about for wrong type cast in argument to ctype.h functions The argument to most of the functions from "shall either be represen

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

2021-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 5 02:17:52 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: ckctype.c Log Message: lint: inline macro in check for functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.b

CVS commit: src/sys/kern

2021-04-04 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Apr 5 05:47:32 UTC 2021 Modified Files: src/sys/kern: subr_hash.c Log Message: Don't call strncmp() where the length arg is the size of a pointer instead of the max string length. Switch to strcmp() - both strings are known

CVS commit: src/sys/conf

2021-04-04 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Apr 5 06:22:00 UTC 2021 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Move the ctfmerge call from SYSTEM_LD_TAIL (used by both STAGE1 and STAGE2) to SYSTEM_LD_TAIL_STAGE2 only. ctfmerge is slow enough that jus

CVS commit: src/sys/arch/mips/mips

2021-04-04 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Apr 5 06:28:31 UTC 2021 Modified Files: src/sys/arch/mips/mips: db_disasm.c Log Message: For bc{0,1,2}{t,f} check for the TRUE value not the MASK value (even though they're the same). To generate a diff of this commit: cvs

CVS commit: src/sys/arch/mips/mips

2021-04-04 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Apr 5 06:35:04 UTC 2021 Modified Files: src/sys/arch/mips/mips: db_disasm.c Log Message: Allow disassembly in XKSEG for LP64 kernels. Can now x/i on modules with an N64 kernel. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/mips/mips

2021-04-04 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Apr 5 06:38:01 UTC 2021 Modified Files: src/sys/arch/mips/mips: db_disasm.c Log Message: gcc/gas also emits "or ...,zero" as well as "addu/daddu ...,zero" for a "move" pseudo instruction. Disassemble the "or" case as a "move

CVS commit: src/sys/net

2021-04-04 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 5 06:53:45 UTC 2021 Modified Files: src/sys/net: toeplitz.h Log Message: Include opt_inet.h for INET6 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/net/toeplitz.h Please note that diffs are not