CVS commit: src/usr.bin/make

2020-08-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 7 05:13:04 UTC 2020 Modified Files: src/usr.bin/make: Makefile Log Message: make(1): one file per line in the Makefile Suggested by sjg. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82

CVS commit: src/distrib/notes

2020-08-06 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Aug 7 00:43:52 UTC 2020 Modified Files: src/distrib/notes/acorn32: contents src/distrib/notes/alpha: contents src/distrib/notes/amd64: contents src/distrib/notes/amiga: contents

CVS commit: src/distrib/notes/evbarm

2020-08-06 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Aug 7 00:27:11 UTC 2020 Modified Files: src/distrib/notes/evbarm: install Log Message: fix typo. new sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/distrib/notes/evbarm/install Please

CVS commit: src/usr.bin/make

2020-08-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Aug 6 17:51:21 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): use consistent name for result of Cmd_Exec To generate a diff of this commit: cvs rdiff -u -r1.415 -r1.416 src/usr.bin/make/var.c

CVS commit: src/usr.bin/make

2020-08-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Aug 6 17:48:41 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): reduce code size in :D and :U modifier This affects both the source code size and the binary code size, at least on x86_64. To generate

CVS commit: src/usr.bin/make

2020-08-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Aug 6 17:32:40 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): clean up code for variable handling The VarFlags type doesn't need an underscore. The underscore is typically only used for exported

CVS commit: src/usr.bin/make

2020-08-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Aug 6 17:22:16 UTC 2020 Modified Files: src/usr.bin/make: hash.h Log Message: make(1): remove unused macro Hash_Size To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/make/hash.h Please note that

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

2020-08-06 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Thu Aug 6 16:23:53 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: Use -r for recursive To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/usr.bin/make/unit-tests/Makefile Please note

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

2020-08-06 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Thu Aug 6 16:09:33 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: recursive.exp Log Message: Update test result To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/recursive.exp Please

CVS commit: src/usr.bin/make

2020-08-06 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Thu Aug 6 16:03:04 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: Remove VARE_WANTRES for LINT We need the parsing checked. I might make sense to add a VARE_LINT flag for corner cases. Time will tell. Reviewed

CVS commit: src

2020-08-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Aug 6 10:00:21 UTC 2020 Modified Files: src/common/lib/libc/arch/mips/atomic: atomic_add.S atomic_and.S atomic_cas.S atomic_dec.S atomic_inc.S atomic_or.S atomic_swap.S src/sys/arch/mips/include: asm.h

CVS commit: src/usr.bin/netstat

2020-08-06 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Aug 6 07:38:54 UTC 2020 Modified Files: src/usr.bin/netstat: inet.c inet6.c Log Message: add missing {IP,IP6}_STAT_NOIPSEC to netstat. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111

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

2020-08-06 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Aug 6 06:50:39 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: fault.c Log Message: No need to recover from fault from within a hardware interrupt handler. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/arch/aarch64

2020-08-06 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Aug 6 06:49:55 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: copyinout.S cpuswitch.S fault.c fusu.S genassym.cf src/sys/arch/aarch64/include: frame.h machdep.h Log Message: revert the changes of