CVS commit: src/sys/dev/usb

2022-02-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Feb 4 23:03:38 UTC 2022 Modified Files: src/sys/dev/usb: uhub.c Log Message: uhub(4): Sprinkle dtrace probes. To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/sys/dev/usb/uhub.c Please note that

CVS commit: src/sys/dev/usb

2022-02-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Feb 4 23:03:38 UTC 2022 Modified Files: src/sys/dev/usb: uhub.c Log Message: uhub(4): Sprinkle dtrace probes. To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/sys/dev/usb/uhub.c Please note that

Re: CVS commit: src/etc

2022-02-04 Thread Alexander Nasonov
Martin Husemann wrote: > On Thu, Feb 03, 2022 at 11:10:43PM +, Alexander Nasonov wrote: > > variable, it will mix two very different styles of mounting and > > compilate the code. s/compilate/complicate/ > "different styles of mounting" sounds like a non-starter to me, maybe > that should be

CVS commit: src/sys/kern

2022-02-04 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Feb 4 15:33:57 UTC 2022 Modified Files: src/sys/kern: vfs_mount.c Log Message: Stop clearing "v_mountedhere" in mount_domount() error path. We did not set it and may clear the value from another mount. To generate a diff

CVS commit: src/sys/kern

2022-02-04 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Feb 4 15:33:57 UTC 2022 Modified Files: src/sys/kern: vfs_mount.c Log Message: Stop clearing "v_mountedhere" in mount_domount() error path. We did not set it and may clear the value from another mount. To generate a diff

Re: CVS commit: src/etc

2022-02-04 Thread Martin Husemann
On Thu, Feb 03, 2022 at 11:10:43PM +, Alexander Nasonov wrote: > variable, it will mix two very different styles of mounting and > compilate the code. "different styles of mounting" sounds like a non-starter to me, maybe that should be fixed first? Martin

CVS commit: src/distrib/x68k/floppies/ramdisk

2022-02-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Feb 4 17:21:56 UTC 2022 Modified Files: src/distrib/x68k/floppies/ramdisk: list Log Message: Use more shrinked tools in src/distrib/utils. Saves ~24KB. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/distrib/x68k/floppies/ramdisk

2022-02-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Feb 4 17:21:56 UTC 2022 Modified Files: src/distrib/x68k/floppies/ramdisk: list Log Message: Use more shrinked tools in src/distrib/utils. Saves ~24KB. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/distrib/x68k/floppies/ramdisk

2022-02-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Feb 4 17:19:52 UTC 2022 Modified Files: src/distrib/x68k/floppies/ramdisk: Makefile Log Message: Specify -fno-unwind-tables to shring ramdisk binaries. Saves ~8KB. To generate a diff of this commit: cvs rdiff -u -r1.48

CVS commit: src/distrib/x68k/floppies/ramdisk

2022-02-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Feb 4 17:19:52 UTC 2022 Modified Files: src/distrib/x68k/floppies/ramdisk: Makefile Log Message: Specify -fno-unwind-tables to shring ramdisk binaries. Saves ~8KB. To generate a diff of this commit: cvs rdiff -u -r1.48

CVS commit: src/sys/arch/luna68k/conf

2022-02-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Feb 4 18:28:53 UTC 2022 Modified Files: src/sys/arch/luna68k/conf: GENERIC INSTALL Log Message: Use "options WS_KERNEL_FG=WSCOL_GREEN" as most ports with color support. For demonstration on nono that supports 4bpp

CVS commit: src/sys/arch/luna68k/conf

2022-02-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Feb 4 18:28:53 UTC 2022 Modified Files: src/sys/arch/luna68k/conf: GENERIC INSTALL Log Message: Use "options WS_KERNEL_FG=WSCOL_GREEN" as most ports with color support. For demonstration on nono that supports 4bpp

CVS commit: src/usr.bin/make

2022-02-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Feb 4 23:22:19 UTC 2022 Modified Files: src/usr.bin/make: dir.c for.c job.c make.h meta.c parse.c Log Message: make: use unsigned int for line numbers everywhere Previously, some line numbers were stored as signed int while

CVS commit: src/usr.bin/make

2022-02-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Feb 4 23:22:19 UTC 2022 Modified Files: src/usr.bin/make: dir.c for.c job.c make.h meta.c parse.c Log Message: make: use unsigned int for line numbers everywhere Previously, some line numbers were stored as signed int while

CVS commit: src/usr.bin/make

2022-02-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Feb 4 23:43:10 UTC 2022 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-order-numeric.mk Log Message: make: use fixed type for comparing numbers using the modifier ':On' When the modifier

CVS commit: src/usr.bin/make

2022-02-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Feb 4 23:43:10 UTC 2022 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-order-numeric.mk Log Message: make: use fixed type for comparing numbers using the modifier ':On' When the modifier

CVS commit: src/usr.bin/make

2022-02-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 5 00:20:48 UTC 2022 Added Files: src/usr.bin/make: test-variants.mk Removed Files: src/usr.bin/make: test-variants.sh Log Message: tests/make: migrate test-variants.sh from shell to make Using a makefile for

CVS commit: src/usr.bin/make

2022-02-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 5 00:20:48 UTC 2022 Added Files: src/usr.bin/make: test-variants.mk Removed Files: src/usr.bin/make: test-variants.sh Log Message: tests/make: migrate test-variants.sh from shell to make Using a makefile for

CVS commit: src/usr.bin/make

2022-02-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 5 00:26:21 UTC 2022 Modified Files: src/usr.bin/make: make.h trace.c Log Message: make: improve C90 support Do not use inline functions, remove trailing comma in enum declaration, do not use 'long long' for printing a

CVS commit: src/usr.bin/make

2022-02-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 5 00:26:21 UTC 2022 Modified Files: src/usr.bin/make: make.h trace.c Log Message: make: improve C90 support Do not use inline functions, remove trailing comma in enum declaration, do not use 'long long' for printing a

CVS commit: src/usr.bin/make

2022-02-04 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Feb 5 00:37:19 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: Ensure Parse_IsVar does not step off the end of input string. To generate a diff of this commit: cvs rdiff -u -r1.661 -r1.662

CVS commit: src/usr.bin/make

2022-02-04 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Feb 5 00:37:19 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: Ensure Parse_IsVar does not step off the end of input string. To generate a diff of this commit: cvs rdiff -u -r1.661 -r1.662