CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 20:46:42 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): clean up and document VarAssign_Eval In the previous commit, out_avalue_freeIt had been passed to VarAssign_EvalSubst, which created a

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 20:46:42 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): clean up and document VarAssign_Eval In the previous commit, out_avalue_freeIt had been passed to VarAssign_EvalSubst, which created a

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

2020-10-18 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun Oct 18 22:55:52 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: In meta mode we do not have to re-run all tests when Makefile is touched To generate a diff of this commit: cvs rdiff -u -r1.167

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

2020-10-18 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun Oct 18 22:55:52 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: In meta mode we do not have to re-run all tests when Makefile is touched To generate a diff of this commit: cvs rdiff -u -r1.167

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 17:19:54 UTC 2020 Modified Files: src/usr.bin/make: cond.c dir.c for.c lst.h make.h nonints.h parse.c suff.c trace.h var.c Log Message: make(1): add tags to enum types This allows IDEs to offer better type

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 17:19:54 UTC 2020 Modified Files: src/usr.bin/make: cond.c dir.c for.c lst.h make.h nonints.h parse.c suff.c trace.h var.c Log Message: make(1): add tags to enum types This allows IDEs to offer better type

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 19:11:35 UTC 2020 Modified Files: src/usr.bin/make: Makefile parse.c Log Message: make(1): fix GCC warning about small buffer for cohort_num Since unmade_cohorts is a signed number (the code contains an underflow

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 14:58:46 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): replace Lst_Open with simple iteration in Make_HandleUse To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 14:58:46 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): replace Lst_Open with simple iteration in Make_HandleUse To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161

CVS commit: src/sys/modules

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 15:02:12 UTC 2020 Modified Files: src/sys/modules/ffs: Makefile src/sys/modules/ipl: Makefile src/sys/modules/npf: Makefile src/sys/modules/pf: Makefile src/sys/modules/slcompress:

CVS commit: src/sys/modules

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 15:02:12 UTC 2020 Modified Files: src/sys/modules/ffs: Makefile src/sys/modules/ipl: Makefile src/sys/modules/npf: Makefile src/sys/modules/pf: Makefile src/sys/modules/slcompress:

CVS commit: src/external/bsd/ntp

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 15:20:13 UTC 2020 Modified Files: src/external/bsd/ntp/bin: Makefile src/external/bsd/ntp/bin/ntptrace: Makefile src/external/bsd/ntp/lib: Makefile Log Message: include where missing. To generate a

CVS commit: src/external/bsd/ntp

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 15:20:13 UTC 2020 Modified Files: src/external/bsd/ntp/bin: Makefile src/external/bsd/ntp/bin/ntptrace: Makefile src/external/bsd/ntp/lib: Makefile Log Message: include where missing. To generate a

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 15:31:43 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): replace Lst_Open with simple iteration in SuffInsert To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 15:31:43 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): replace Lst_Open with simple iteration in SuffInsert To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 15:40:55 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): remove void pointers from SuffAddSrc To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 src/usr.bin/make/suff.c Please

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 15:40:55 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): remove void pointers from SuffAddSrc To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 src/usr.bin/make/suff.c Please

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 15:53:47 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): inline struct LstSrc into SuffAddSrc The variable names are still confusing. There was no useful documentation on the struct, and the

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 15:53:47 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): inline struct LstSrc into SuffAddSrc The variable names are still confusing. There was no useful documentation on the struct, and the

CVS commit: src/sys/net

2020-10-18 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Oct 18 13:07:31 UTC 2020 Modified Files: src/sys/net: radix.c Log Message: Suppress the "rn_init: radix functions require max_keylen be set" message when _KERNEL is defined, to avoid spurious messages from kernels that have no

CVS commit: src/sys/net

2020-10-18 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Oct 18 13:07:31 UTC 2020 Modified Files: src/sys/net: radix.c Log Message: Suppress the "rn_init: radix functions require max_keylen be set" message when _KERNEL is defined, to avoid spurious messages from kernels that have no

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 14:09:39 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): replace Lst_Open in Suff_DoPaths with simple iteration Since sufflist is not modified during iteration, there is no need for the extra

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 14:09:39 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): replace Lst_Open in Suff_DoPaths with simple iteration Since sufflist is not modified during iteration, there is no need for the extra

CVS commit: src/sys/modules/npf

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 14:34:39 UTC 2020 Modified Files: src/sys/modules/npf: Makefile Log Message: Avoid alignment of packed member To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/modules/npf/Makefile Please note

CVS commit: src/sys/modules/npf

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 14:34:39 UTC 2020 Modified Files: src/sys/modules/npf: Makefile Log Message: Avoid alignment of packed member To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/modules/npf/Makefile Please note

CVS commit: src/sys/modules/ipl

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 14:33:40 UTC 2020 Modified Files: src/sys/modules/ipl: Makefile Log Message: Avoid alignment of packed member To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/modules/ipl/Makefile Please note

CVS commit: src/sys/modules/ffs

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 14:33:28 UTC 2020 Modified Files: src/sys/modules/ffs: Makefile Log Message: Avoid alignment of packed member To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/modules/ffs/Makefile Please note

CVS commit: src/sys/modules/ipl

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 14:33:40 UTC 2020 Modified Files: src/sys/modules/ipl: Makefile Log Message: Avoid alignment of packed member To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/modules/ipl/Makefile Please note

CVS commit: src/sys/modules/ffs

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 14:33:28 UTC 2020 Modified Files: src/sys/modules/ffs: Makefile Log Message: Avoid alignment of packed member To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/modules/ffs/Makefile Please note

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 12:47:43 UTC 2020 Modified Files: src/usr.bin/make: dir.c hash.c hash.h main.c var.c Log Message: make(1): rename HashEntry.name to key To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166

CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 12:47:37 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Revert rev 1.75; do not set WSFB_VRAM_IS_RAM flag bit. It indicates memory type obtained by mmap. I just misunderstood its intention. Thanks to

CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 12:47:37 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Revert rev 1.75; do not set WSFB_VRAM_IS_RAM flag bit. It indicates memory type obtained by mmap. I just misunderstood its intention. Thanks to

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 12:47:43 UTC 2020 Modified Files: src/usr.bin/make: dir.c hash.c hash.h main.c var.c Log Message: make(1): rename HashEntry.name to key To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 13:02:10 UTC 2020 Modified Files: src/usr.bin/make: arch.c dir.c job.c lst.c lst.h main.c make.c meta.c parse.c suff.c targ.c src/usr.bin/make/unit-tests: deptgt.mk Log Message: make(1): rename

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 13:02:10 UTC 2020 Modified Files: src/usr.bin/make: arch.c dir.c job.c lst.c lst.h main.c make.c meta.c parse.c suff.c targ.c src/usr.bin/make/unit-tests: deptgt.mk Log Message: make(1): rename

CVS commit: src/sys/arch/arm/sunxi

2020-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 18 14:00:08 UTC 2020 Modified Files: src/sys/arch/arm/sunxi: sunxi_mixer.c Log Message: Treat ARGB/XRGB as BGRA/BGRX on big endian kernels. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/arm/sunxi

2020-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 18 14:00:08 UTC 2020 Modified Files: src/sys/arch/arm/sunxi: sunxi_mixer.c Log Message: Treat ARGB/XRGB as BGRA/BGRX on big endian kernels. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 14:32:04 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): replace Lst_Open with simple iteration in Dir_FindFile To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 14:32:04 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): replace Lst_Open with simple iteration in Dir_FindFile To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 14:36:09 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): replace Lst_Open with simple iteration in Dir_SetPATH To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169

CVS commit: src/sys/modules/pf

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 14:36:43 UTC 2020 Modified Files: src/sys/modules/pf: Makefile Log Message: Avoid alignment of packed member To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/modules/pf/Makefile Please note

CVS commit: src/sys/modules/pf

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 14:36:43 UTC 2020 Modified Files: src/sys/modules/pf: Makefile Log Message: Avoid alignment of packed member To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/modules/pf/Makefile Please note

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 14:36:09 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): replace Lst_Open with simple iteration in Dir_SetPATH To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169

<    1   2