CVS commit: src/sys/dev/usb

2022-04-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 19 01:35:28 UTC 2022 Modified Files: src/sys/dev/usb: umcs.c Log Message: umcs(4): Avoid using uninitialized data if register read fails. Reported-by: syzbot+511b32f415150b469...@syzkaller.appspotmail.com To

CVS commit: src/sys/dev/usb

2022-04-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 19 01:35:28 UTC 2022 Modified Files: src/sys/dev/usb: umcs.c Log Message: umcs(4): Avoid using uninitialized data if register read fails. Reported-by: syzbot+511b32f415150b469...@syzkaller.appspotmail.com To

CVS commit: src/sys/uvm

2022-04-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 19 01:34:52 UTC 2022 Modified Files: src/sys/uvm: uvm_mmap.c Log Message: mmap(2): If we fail with a hint, try again without it. `Hint' here means nonzero addr, but no MAP_FIXED or MAP_TRYFIXED. This is suboptimal --

CVS commit: src/sys/uvm

2022-04-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 19 01:34:52 UTC 2022 Modified Files: src/sys/uvm: uvm_mmap.c Log Message: mmap(2): If we fail with a hint, try again without it. `Hint' here means nonzero addr, but no MAP_FIXED or MAP_TRYFIXED. This is suboptimal --

CVS commit: src/tools

2022-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Apr 18 19:46:35 UTC 2022 Modified Files: src/tools: Makefile Log Message: Disconnect 'tools/lib{elf,dwarf}' from the build. These libraries are now built by 'tools/elftoolchain/lib{elf,dwarf}' respectively. To generate a

CVS commit: src/tools

2022-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Apr 18 19:46:35 UTC 2022 Modified Files: src/tools: Makefile Log Message: Disconnect 'tools/lib{elf,dwarf}' from the build. These libraries are now built by 'tools/elftoolchain/lib{elf,dwarf}' respectively. To generate a

CVS commit: src/tools

2022-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Apr 18 19:40:07 UTC 2022 Modified Files: src/tools/ctfconvert: Makefile src/tools/ctfmerge: Makefile Log Message: Update 'tools/ctf{merge,convert}' to use the new build locations for 'libelf' and 'libdwarf'. To

CVS commit: src/tools

2022-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Apr 18 19:40:07 UTC 2022 Modified Files: src/tools/ctfconvert: Makefile src/tools/ctfmerge: Makefile Log Message: Update 'tools/ctf{merge,convert}' to use the new build locations for 'libelf' and 'libdwarf'. To

CVS commit: src/usr.bin/make

2022-04-18 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon Apr 18 16:09:05 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: Comment on interaction of posix.mk with[out] -r To generate a diff of this commit: cvs rdiff -u -r1.669 -r1.670 src/usr.bin/make/parse.c Please

CVS commit: src/usr.bin/make

2022-04-18 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon Apr 18 16:09:05 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: Comment on interaction of posix.mk with[out] -r To generate a diff of this commit: cvs rdiff -u -r1.669 -r1.670 src/usr.bin/make/parse.c Please

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

2022-04-18 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon Apr 18 15:59:39 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: deptgt-posix.mk Log Message: Never 'rm -rf ${TMPDIR}' when you cannot be sure what it is Use a safer variable for a subdir of ${TMPDIR} that we know we can

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

2022-04-18 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon Apr 18 15:59:39 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: deptgt-posix.mk Log Message: Never 'rm -rf ${TMPDIR}' when you cannot be sure what it is Use a safer variable for a subdir of ${TMPDIR} that we know we can

CVS commit: src

2022-04-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 18 15:06:28 UTC 2022 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make: main.c make.1 make.h parse.c src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests:

CVS commit: src

2022-04-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 18 15:06:28 UTC 2022 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make: main.c make.1 make.h parse.c src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests:

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

2022-04-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 18 14:41:42 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: depsrc-usebefore.mk Log Message: tests/make: refine documentation of test for .USEBEFORE To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2022-04-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 18 14:41:42 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: depsrc-usebefore.mk Log Message: tests/make: refine documentation of test for .USEBEFORE To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2022-04-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 18 14:38:24 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: depsrc-use.exp depsrc-use.mk depsrc-usebefore.exp depsrc-usebefore.mk Log Message: tests/make: extend tests for .USE and .USEBEFORE To

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

2022-04-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 18 14:38:24 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: depsrc-use.exp depsrc-use.mk depsrc-usebefore.exp depsrc-usebefore.mk Log Message: tests/make: extend tests for .USE and .USEBEFORE To

CVS commit: src/tools/elftoolchain

2022-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Apr 18 14:11:44 UTC 2022 Modified Files: src/tools/elftoolchain: Makefile Added Files: src/tools/elftoolchain/libdwarf: Makefile src/tools/elftoolchain/libelf: Makefile Log Message: Build 'libelf' and

CVS commit: src/tools/elftoolchain

2022-04-18 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Apr 18 14:11:44 UTC 2022 Modified Files: src/tools/elftoolchain: Makefile Added Files: src/tools/elftoolchain/libdwarf: Makefile src/tools/elftoolchain/libelf: Makefile Log Message: Build 'libelf' and

CVS commit: [netbsd-9] src/doc

2022-04-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 18 10:57:05 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1437 To generate a diff of this commit: cvs rdiff -u -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-9.3 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2022-04-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 18 10:57:05 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1437 To generate a diff of this commit: cvs rdiff -u -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-9.3 Please note that diffs are not

CVS commit: [netbsd-9] src/sys/fs/udf

2022-04-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 18 10:54:21 UTC 2022 Modified Files: src/sys/fs/udf [netbsd-9]: udf_allocation.c Log Message: Pull up following revision(s) (requested by reinoud in ticket #1437): sys/fs/udf/udf_allocation.c: revision 1.46

CVS commit: [netbsd-9] src/sys/fs/udf

2022-04-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 18 10:54:21 UTC 2022 Modified Files: src/sys/fs/udf [netbsd-9]: udf_allocation.c Log Message: Pull up following revision(s) (requested by reinoud in ticket #1437): sys/fs/udf/udf_allocation.c: revision 1.46

CVS commit: src/sys/dev/isa

2022-04-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 18 10:09:07 UTC 2022 Modified Files: src/sys/dev/isa: fdc_isa.c Log Message: Do not attach if the parent bus failed to provide an ISA chipset tag. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/isa

2022-04-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 18 10:09:07 UTC 2022 Modified Files: src/sys/dev/isa: fdc_isa.c Log Message: Do not attach if the parent bus failed to provide an ISA chipset tag. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/bin/sh

2022-04-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Apr 18 06:02:27 UTC 2022 Modified Files: src/bin/sh: jobs.c Log Message: Introduce a new macro JNUM to replace the idiom jp-jobtab+1 (the job number, given jp a pointer to a jobs table entry) used open coded previously in many

CVS commit: src/bin/sh

2022-04-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Apr 18 06:02:27 UTC 2022 Modified Files: src/bin/sh: jobs.c Log Message: Introduce a new macro JNUM to replace the idiom jp-jobtab+1 (the job number, given jp a pointer to a jobs table entry) used open coded previously in many