Module Name:src
Committed By: tsutsui
Date: Sun Jun 12 06:57:07 UTC 2022
Modified Files:
src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE
SMALL030
Log Message:
Regen from GENERIC.in rev 1.122.
> Specify -fno-unwind-tables to shrink binar
Module Name:src
Committed By: tsutsui
Date: Sun Jun 12 06:57:07 UTC 2022
Modified Files:
src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE
SMALL030
Log Message:
Regen from GENERIC.in rev 1.122.
> Specify -fno-unwind-tables to shrink binar
Module Name:src
Committed By: tsutsui
Date: Sun Jun 12 06:54:32 UTC 2022
Modified Files:
src/sys/arch/atari/conf: GENERIC.in
Log Message:
Specify -fno-unwind-tables to shrink binaries.
To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/atari/con
Module Name:src
Committed By: tsutsui
Date: Sun Jun 12 06:54:32 UTC 2022
Modified Files:
src/sys/arch/atari/conf: GENERIC.in
Log Message:
Specify -fno-unwind-tables to shrink binaries.
To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/atari/con
Module Name:src
Committed By: tsutsui
Date: Sun Jun 12 03:51:13 UTC 2022
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/man: mi
src/etc/mtree: NetBSD.dist.base
src/share/man/man4: Makefile
Added Files:
src/share/man/ma
Module Name:src
Committed By: tsutsui
Date: Sun Jun 12 03:51:13 UTC 2022
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/man: mi
src/etc/mtree: NetBSD.dist.base
src/share/man/man4: Makefile
Added Files:
src/share/man/ma
Module Name:src
Committed By: christos
Date: Sat Jun 11 19:23:26 UTC 2022
Modified Files:
src/external/bsd/blocklist/bin: blocklistctl.c
Log Message:
fix usage for ctl too (Jose Luis Duran)
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/
Module Name:src
Committed By: christos
Date: Sat Jun 11 19:23:26 UTC 2022
Modified Files:
src/external/bsd/blocklist/bin: blocklistctl.c
Log Message:
fix usage for ctl too (Jose Luis Duran)
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/
Module Name:src
Committed By: christos
Date: Sat Jun 11 19:15:58 UTC 2022
Modified Files:
src/external/bsd/blocklist/bin: blocklistd.c
Log Message:
fix usage error (Jose Luis Duran)
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/blocklis
Module Name:src
Committed By: christos
Date: Sat Jun 11 19:15:58 UTC 2022
Modified Files:
src/external/bsd/blocklist/bin: blocklistd.c
Log Message:
fix usage error (Jose Luis Duran)
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/blocklis
Module Name:src
Committed By: martin
Date: Sat Jun 11 18:30:02 UTC 2022
Modified Files:
src/usr.sbin/sysinst: disks.c msg.mi.de msg.mi.en msg.mi.es msg.mi.fr
msg.mi.pl
Log Message:
Slightly improved error handling when converion from one partition table
format
Module Name:src
Committed By: martin
Date: Sat Jun 11 18:30:02 UTC 2022
Modified Files:
src/usr.sbin/sysinst: disks.c msg.mi.de msg.mi.en msg.mi.es msg.mi.fr
msg.mi.pl
Log Message:
Slightly improved error handling when converion from one partition table
format
Module Name:src
Committed By: martin
Date: Sat Jun 11 18:27:22 UTC 2022
Modified Files:
src/usr.sbin/sysinst: label.c
Log Message:
Avoid integer arithmetic overflow when checking a partition table without
any partitions.
Fix some comments.
To generate a diff of this comm
Module Name:src
Committed By: martin
Date: Sat Jun 11 18:27:22 UTC 2022
Modified Files:
src/usr.sbin/sysinst: label.c
Log Message:
Avoid integer arithmetic overflow when checking a partition table without
any partitions.
Fix some comments.
To generate a diff of this comm
Module Name:src
Committed By: martin
Date: Sat Jun 11 18:17:00 UTC 2022
Modified Files:
src/sys/dev/dkwedge: dk.c
Log Message:
Since rev 1.101 DIOCAWEDGE could return success without filling in the
wedge device name - which is quite confusing for userland.
Always fill the
Module Name:src
Committed By: martin
Date: Sat Jun 11 18:17:00 UTC 2022
Modified Files:
src/sys/dev/dkwedge: dk.c
Log Message:
Since rev 1.101 DIOCAWEDGE could return success without filling in the
wedge device name - which is quite confusing for userland.
Always fill the
Module Name:src
Committed By: rillig
Date: Sat Jun 11 17:58:15 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: fix memory leak in wildcard targets and sources
$ cat <<'EOF' > glob-leak.mk
all:
@pid=; \
ppid=$$(ps -o ppid -p "$$pid
Module Name:src
Committed By: rillig
Date: Sat Jun 11 17:58:15 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: fix memory leak in wildcard targets and sources
$ cat <<'EOF' > glob-leak.mk
all:
@pid=; \
ppid=$$(ps -o ppid -p "$$pid
Module Name:src
Committed By: rillig
Date: Sat Jun 11 17:41:36 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: separate cases in HandleDependencyTargetMundane
Most targets do not use wildcards, so there is no need to put the single
item into a list.
Module Name:src
Committed By: rillig
Date: Sat Jun 11 17:41:36 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: separate cases in HandleDependencyTargetMundane
Most targets do not use wildcards, so there is no need to put the single
item into a list.
Module Name:src
Committed By: rillig
Date: Sat Jun 11 16:47:24 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: extract HandleSingleDependencyTargetMundane
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.676 -r1.677 src/usr
Module Name:src
Committed By: rillig
Date: Sat Jun 11 16:47:24 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: extract HandleSingleDependencyTargetMundane
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.676 -r1.677 src/usr
Module Name:src
Committed By: rillig
Date: Sat Jun 11 16:43:16 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: remove redundant include for stdint.h
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.675 -r1.676 src/usr.bin/m
Module Name:src
Committed By: rillig
Date: Sat Jun 11 16:43:16 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: remove redundant include for stdint.h
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.675 -r1.676 src/usr.bin/m
Module Name:src
Committed By: tsutsui
Date: Sat Jun 11 16:41:56 UTC 2022
Modified Files:
src/usr.sbin/sysinst/arch/atari: Makefile
src/usr.sbin/sysinst/arch/hp300: Makefile
src/usr.sbin/sysinst/arch/luna68k: Makefile
src/usr.sbin/sysinst/arch/news68k
Module Name:src
Committed By: tsutsui
Date: Sat Jun 11 16:41:56 UTC 2022
Modified Files:
src/usr.sbin/sysinst/arch/atari: Makefile
src/usr.sbin/sysinst/arch/hp300: Makefile
src/usr.sbin/sysinst/arch/luna68k: Makefile
src/usr.sbin/sysinst/arch/news68k
Module Name:src
Committed By: tsutsui
Date: Sat Jun 11 16:38:51 UTC 2022
Modified Files:
src/usr.sbin/sysinst/arch/ews4800mips: md.h
Log Message:
Add explicit PART_BOOT_MOUNT for ews4800mips.
XXX: FS_SYSVBFS stuff for the MD boot partition is untested.
To generate a dif
Module Name:src
Committed By: tsutsui
Date: Sat Jun 11 16:38:51 UTC 2022
Modified Files:
src/usr.sbin/sysinst/arch/ews4800mips: md.h
Log Message:
Add explicit PART_BOOT_MOUNT for ews4800mips.
XXX: FS_SYSVBFS stuff for the MD boot partition is untested.
To generate a dif
Module Name:src
Committed By: tsutsui
Date: Sat Jun 11 16:25:24 UTC 2022
Modified Files:
src/usr.sbin/sysinst/arch/cobalt: md.c
Log Message:
Use proper part_type for the boot partition (while it looks unused).
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16
Module Name:src
Committed By: tsutsui
Date: Sat Jun 11 16:25:24 UTC 2022
Modified Files:
src/usr.sbin/sysinst/arch/cobalt: md.c
Log Message:
Use proper part_type for the boot partition (while it looks unused).
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16
Module Name:src
Committed By: martin
Date: Sat Jun 11 15:41:19 UTC 2022
Modified Files:
src/usr.sbin/sysinst: gpt.c label.c mbr.c
Log Message:
Enhance support for the pseudo file system type "EFI System Partition".
To generate a diff of this commit:
cvs rdiff -u -r1.28 -
Module Name:src
Committed By: martin
Date: Sat Jun 11 15:41:19 UTC 2022
Modified Files:
src/usr.sbin/sysinst: gpt.c label.c mbr.c
Log Message:
Enhance support for the pseudo file system type "EFI System Partition".
To generate a diff of this commit:
cvs rdiff -u -r1.28 -
Module Name:src
Committed By: martin
Date: Sat Jun 11 15:30:48 UTC 2022
Modified Files:
src/usr.sbin/sysinst: mbr.c
Log Message:
Remove unused field.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/sysinst/mbr.c
Please note that diffs are not
Module Name:src
Committed By: martin
Date: Sat Jun 11 15:30:48 UTC 2022
Modified Files:
src/usr.sbin/sysinst: mbr.c
Log Message:
Remove unused field.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/sysinst/mbr.c
Please note that diffs are not
Module Name:src
Committed By: tsutsui
Date: Sat Jun 11 15:25:52 UTC 2022
Modified Files:
src/share/man/man4: le.4
Log Message:
Add configuration information of luna68k.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/le.4
Please note tha
Module Name:src
Committed By: tsutsui
Date: Sat Jun 11 15:25:52 UTC 2022
Modified Files:
src/share/man/man4: le.4
Log Message:
Add configuration information of luna68k.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/le.4
Please note tha
Module Name:src
Committed By: tsutsui
Date: Sat Jun 11 14:45:37 UTC 2022
Modified Files:
src/sys/arch/luna68k/dev: psgpam.c
Log Message:
Match psgpam(4) only on LUNA-I. LUNA-II doesn't have YM2149 at XP.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sy
Module Name:src
Committed By: tsutsui
Date: Sat Jun 11 14:45:37 UTC 2022
Modified Files:
src/sys/arch/luna68k/dev: psgpam.c
Log Message:
Match psgpam(4) only on LUNA-I. LUNA-II doesn't have YM2149 at XP.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sy
Module Name:src
Committed By: rillig
Date: Sat Jun 11 14:17:33 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: d_c99_bool_strict_syshdr.c
d_c99_bool_strict_syshdr.exp
Log Message:
tests/lint: demonstrate wrong syshdr check in strict bool mode
To gener
Module Name:src
Committed By: rillig
Date: Sat Jun 11 14:17:33 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: d_c99_bool_strict_syshdr.c
d_c99_bool_strict_syshdr.exp
Log Message:
tests/lint: demonstrate wrong syshdr check in strict bool mode
To gener
Module Name:src
Committed By: rillig
Date: Sat Jun 11 13:19:28 UTC 2022
Modified Files:
src/usr.bin/xlint/lint1: lex.c
Log Message:
lint: make definition of type keywords simpler
The only type keyword that is available in more than one variant is
'signed', which can also
Module Name:src
Committed By: rillig
Date: Sat Jun 11 13:19:28 UTC 2022
Modified Files:
src/usr.bin/xlint/lint1: lex.c
Log Message:
lint: make definition of type keywords simpler
The only type keyword that is available in more than one variant is
'signed', which can also
Module Name:src
Committed By: rillig
Date: Sat Jun 11 12:24:00 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_013.c msg_013.exp msg_021.c
msg_021.exp msg_027.c msg_027.exp msg_030.c msg_030.exp msg_237.c
msg_237.exp
src/usr.bin/x
Module Name:src
Committed By: rillig
Date: Sat Jun 11 12:24:00 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_013.c msg_013.exp msg_021.c
msg_021.exp msg_027.c msg_027.exp msg_030.c msg_030.exp msg_237.c
msg_237.exp
src/usr.bin/x
Module Name:src
Committed By: rillig
Date: Sat Jun 11 11:52:13 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: decl.c decl.exp emit.c emit.exp
gcc_attribute_func.c gcc_attribute_func.exp
gcc_init_compound_literal.c gcc_init_compound_literal.e
Module Name:src
Committed By: rillig
Date: Sat Jun 11 11:52:13 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: decl.c decl.exp emit.c emit.exp
gcc_attribute_func.c gcc_attribute_func.exp
gcc_init_compound_literal.c gcc_init_compound_literal.e
Module Name:src
Committed By: rillig
Date: Sat Jun 11 11:20:40 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_234.c msg_234.exp msg_236.c
msg_236.exp msg_307.c msg_307.exp msg_314.c msg_314.exp
Log Message:
tests/lint: add tests for messages that l
Module Name:src
Committed By: rillig
Date: Sat Jun 11 11:20:40 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_234.c msg_234.exp msg_236.c
msg_236.exp msg_307.c msg_307.exp msg_314.c msg_314.exp
Log Message:
tests/lint: add tests for messages that l
Module Name:src
Committed By: rillig
Date: Sat Jun 11 10:46:38 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_261.c msg_261.exp
Log Message:
tests/lint: add test for 'previous definition' message
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 sr
Module Name:src
Committed By: rillig
Date: Sat Jun 11 10:46:38 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_261.c msg_261.exp
Log Message:
tests/lint: add test for 'previous definition' message
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 sr
Module Name:src
Committed By: rillig
Date: Sat Jun 11 09:24:07 UTC 2022
Modified Files:
src/usr.bin/make: str.c
Log Message:
make: clean up comments for string splitting and string matching
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93
Module Name:src
Committed By: rillig
Date: Sat Jun 11 09:24:07 UTC 2022
Modified Files:
src/usr.bin/make: str.c
Log Message:
make: clean up comments for string splitting and string matching
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93
Module Name:src
Committed By: rillig
Date: Sat Jun 11 09:15:49 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: varmod-match.exp varmod-match.mk
Log Message:
tests/make: test edge cases in pattern matching
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
Module Name:src
Committed By: rillig
Date: Sat Jun 11 09:15:49 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: varmod-match.exp varmod-match.mk
Log Message:
tests/make: test edge cases in pattern matching
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
Module Name:src
Committed By: rillig
Date: Sat Jun 11 08:06:32 UTC 2022
Modified Files:
src/usr.bin/make: str.c
Log Message:
make: condense Str_Match
The test for '\\' followed by '\0' was redundant since at that point,
*str is guaranteed to be not '\0', which takes the n
Module Name:src
Committed By: rillig
Date: Sat Jun 11 08:06:32 UTC 2022
Modified Files:
src/usr.bin/make: str.c
Log Message:
make: condense Str_Match
The test for '\\' followed by '\0' was redundant since at that point,
*str is guaranteed to be not '\0', which takes the n
Module Name:src
Committed By: rillig
Date: Sat Jun 11 07:54:25 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: varmod-match.exp varmod-match.mk
Log Message:
tests/make: demonstrate another pathological pattern match
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: rillig
Date: Sat Jun 11 07:54:25 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: varmod-match.exp varmod-match.mk
Log Message:
tests/make: demonstrate another pathological pattern match
To generate a diff of this commit:
cvs rdiff -u -
58 matches
Mail list logo