CVS commit: src/sys/sys

2022-08-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 19 12:49:55 UTC 2022 Modified Files: src/sys/sys: uuid.h Log Message: sys/uuid.h: Need sys/types.h for uintN_t. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/sys/uuid.h Please note that diffs

CVS commit: src/sys/sys

2022-08-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 19 12:49:55 UTC 2022 Modified Files: src/sys/sys: uuid.h Log Message: sys/uuid.h: Need sys/types.h for uintN_t. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/sys/uuid.h Please note that diffs

CVS commit: src/bin/sh

2022-08-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Aug 19 13:37:03 UTC 2022 Modified Files: src/bin/sh: sh.1 Log Message: Improve the description of the read builtin command. To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.244 src/bin/sh/sh.1 Please note that

CVS commit: src/bin/sh

2022-08-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Aug 19 13:37:03 UTC 2022 Modified Files: src/bin/sh: sh.1 Log Message: Improve the description of the read builtin command. To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.244 src/bin/sh/sh.1 Please note that

CVS commit: src/bin/sh

2022-08-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Aug 19 12:17:18 UTC 2022 Modified Files: src/bin/sh: miscbltin.c Log Message: PR bin/56972 Fix escape ('\') handling in sh read builtin. In 1.35 (March 2005) (the big read fixup), most escape handling and IFS processing in the

CVS commit: src/bin/sh

2022-08-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Aug 19 12:17:18 UTC 2022 Modified Files: src/bin/sh: miscbltin.c Log Message: PR bin/56972 Fix escape ('\') handling in sh read builtin. In 1.35 (March 2005) (the big read fixup), most escape handling and IFS processing in the

Re: CVS commit: src/bin/sh

2022-08-19 Thread nia
On Fri, Aug 19, 2022 at 04:15:52AM +0700, Robert Elz wrote: > The effect of "set -o editor" (for whichever editor it uses), that > is when the shell does: el_set(el, EL_EDITOR, editor); is to essentially > set up all the key bindings so they match what that editor expects them > to be. Doing

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

2022-08-19 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Aug 19 15:55:37 UTC 2022 Modified Files: src/external/mit/xorg/bin/xdm: Makefile Log Message: xdm: Include "sbin" directories (and games) in DEF_USER_PATH. Upstream's configure.ac picks a DEF_USER_PATH on a per-OS basis. Most

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

2022-08-19 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Aug 19 15:55:37 UTC 2022 Modified Files: src/external/mit/xorg/bin/xdm: Makefile Log Message: xdm: Include "sbin" directories (and games) in DEF_USER_PATH. Upstream's configure.ac picks a DEF_USER_PATH on a per-OS basis. Most

CVS commit: src/bin/sh

2022-08-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Aug 19 12:52:32 UTC 2022 Modified Files: src/bin/sh: miscbltin.c Log Message: Don't output the error for bad usage (no var name given) after already writing the prompt (set with the -p option). That results in nonsense like:

CVS commit: src/bin/sh

2022-08-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Aug 19 12:52:32 UTC 2022 Modified Files: src/bin/sh: miscbltin.c Log Message: Don't output the error for bad usage (no var name given) after already writing the prompt (set with the -p option). That results in nonsense like:

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-wsfb

2022-08-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 20 01:02:44 UTC 2022 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-wsfb: Makefile Log Message: wsfb: Disable broken DGA support: - dga(1) crashes X server since pScrn->AdjustFrame is NULL. - If nop is

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-wsfb

2022-08-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 20 01:02:44 UTC 2022 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-wsfb: Makefile Log Message: wsfb: Disable broken DGA support: - dga(1) crashes X server since pScrn->AdjustFrame is NULL. - If nop is

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

2022-08-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 19 19:13:04 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_267.c Log Message: tests/lint: demonstrate wrong warning about bit-shift To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2022-08-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 19 19:13:04 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_267.c Log Message: tests/lint: demonstrate wrong warning about bit-shift To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src

2022-08-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 19 19:40:39 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_267.c op_shl_lp64.c src/usr.bin/xlint/lint1: err.c tree.c Log Message: lint: add more details to message about large bit-shifts To generate

CVS commit: src

2022-08-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 19 19:40:39 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_267.c op_shl_lp64.c src/usr.bin/xlint/lint1: err.c tree.c Log Message: lint: add more details to message about large bit-shifts To generate

Re: CVS commit: src/bin/sh

2022-08-19 Thread Robert Elz
Date:Fri, 19 Aug 2022 15:37:59 + From:nia Message-ID: | I wish editing mode and whether editing was enabled was more clearly | divorced. That might be arranged, I will take a look and see what would be involved (the major issue is making sure things get

CVS commit: src/doc

2022-08-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Aug 19 21:37:12 UTC 2022 Modified Files: src/doc: 3RDPARTY Log Message: gcc-12.2.0 out To generate a diff of this commit: cvs rdiff -u -r1.1869 -r1.1870 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/doc

2022-08-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Aug 19 21:37:12 UTC 2022 Modified Files: src/doc: 3RDPARTY Log Message: gcc-12.2.0 out To generate a diff of this commit: cvs rdiff -u -r1.1869 -r1.1870 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/sys/arch/aarch64/aarch64

2022-08-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Aug 19 07:45:50 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: When accessed in mmap by the device pager, pmap_enter() may be called with prot == PROT_WRITE. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/aarch64/aarch64

2022-08-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Aug 19 07:45:50 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: When accessed in mmap by the device pager, pmap_enter() may be called with prot == PROT_WRITE. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2022-08-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 19 07:48:43 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c if_bgevar.h Log Message: softc member naming consistency with wm(4). (Taylor made me do it... not really) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2022-08-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 19 07:48:43 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c if_bgevar.h Log Message: softc member naming consistency with wm(4). (Taylor made me do it... not really) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/aarch64

2022-08-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Aug 19 08:17:32 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c pmap.c src/sys/arch/aarch64/include: pte.h Log Message: Fixed a bug that pte's __BIT(63,48) could be set when accessing addresses

CVS commit: src/sys/arch/aarch64

2022-08-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Aug 19 08:17:32 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c pmap.c src/sys/arch/aarch64/include: pte.h Log Message: Fixed a bug that pte's __BIT(63,48) could be set when accessing addresses

CVS commit: src/sys/dev/pci

2022-08-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 19 07:43:54 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Should be checking ifp->if_flags in bge_init and not sc->bge_if_flags. Spotted by Taylor. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2022-08-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 19 07:43:54 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Should be checking ifp->if_flags in bge_init and not sc->bge_if_flags. Spotted by Taylor. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2022-08-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 19 07:52:22 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c if_bgevar.h Log Message: Make bge_detaching a bool. NFC. To generate a diff of this commit: cvs rdiff -u -r1.379 -r1.380 src/sys/dev/pci/if_bge.c cvs rdiff

CVS commit: src/sys/dev/pci

2022-08-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 19 07:52:22 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c if_bgevar.h Log Message: Make bge_detaching a bool. NFC. To generate a diff of this commit: cvs rdiff -u -r1.379 -r1.380 src/sys/dev/pci/if_bge.c cvs rdiff