CVS commit: src/sys/arch/shark

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 22 03:57:19 UTC 2020 Modified Files: src/sys/arch/shark/isa: isa_irqhandler.c isa_shark_machdep.c src/sys/arch/shark/ofw: if_cs_ofisa_machdep.c igsfb_ofbus.c Log Message: malloc(9) -> kmem(9) (easy,

CVS commit: src/sys/arch/shark

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 22 03:57:19 UTC 2020 Modified Files: src/sys/arch/shark/isa: isa_irqhandler.c isa_shark_machdep.c src/sys/arch/shark/ofw: if_cs_ofisa_machdep.c igsfb_ofbus.c Log Message: malloc(9) -> kmem(9) (easy,

CVS commit: src/sys/arch/sparc

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 22 03:55:33 UTC 2020 Modified Files: src/sys/arch/sparc/dev: bootbus.c ebus.c fd.c pckbc_js.c sbus.c sw.c vme_machdep.c src/sys/arch/sparc/sparc: clock.c cpuunit.c intr.c machdep.c msiiep.c Log

CVS commit: src/sys/arch/sparc

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 22 03:55:33 UTC 2020 Modified Files: src/sys/arch/sparc/dev: bootbus.c ebus.c fd.c pckbc_js.c sbus.c sw.c vme_machdep.c src/sys/arch/sparc/sparc: clock.c cpuunit.c intr.c machdep.c msiiep.c Log

Re: CVS commit: src/sys/arch/arm/arm32

2020-11-21 Thread Rin Okuyama
Excellent! Thank you so much for finding out and fixing this! Full ATF successfully completed for Raspberry Pi 2b, which formerly crashed due to "anon != NULL && anon->an_ref != 0" panic. Now, ATF is running on Cubietruck and Raspberry Pi Zero W. Thanks, rin On 2020/11/22 4:44, Nick Hudson

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 23:51:28 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): remove module name from local functions in Suff module The module name doesn't provide any useful information. More often than not, it

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 23:51:28 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): remove module name from local functions in Suff module The module name doesn't provide any useful information. More often than not, it

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 23:25:30 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): remove redundant null check in SuffFindCmds Src.suff is never null. It is initialized in the constructor and then never modified again.

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 23:25:30 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): remove redundant null check in SuffFindCmds Src.suff is never null. It is initialized in the constructor and then never modified again.

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 23:09:07 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): clean up Suffix_GetSuffix This eliminates the unspecific variable names p1 and p2 and furthermore ensures that there is never a pointer

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 23:09:07 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): clean up Suffix_GetSuffix This eliminates the unspecific variable names p1 and p2 and furthermore ensures that there is never a pointer

CVS commit: src/sys/dev/wsfont

2020-11-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 21 23:00:02 UTC 2020 Modified Files: src/sys/dev/wsfont: files.wsfont Log Message: Add missing FONT_SPLEEN6x12 option. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/wsfont/files.wsfont Please

CVS commit: src/sys/dev/wsfont

2020-11-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 21 23:00:02 UTC 2020 Modified Files: src/sys/dev/wsfont: files.wsfont Log Message: Add missing FONT_SPLEEN6x12 option. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/wsfont/files.wsfont Please

CVS commit: src/sys/dev/wsfont

2020-11-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 21 22:59:19 UTC 2020 Modified Files: src/sys/dev/wsfont: files.wsfont wsfont.c Log Message: Sort spleen by size, instead of character code. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.26

CVS commit: src/sys/dev/wsfont

2020-11-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 21 22:59:19 UTC 2020 Modified Files: src/sys/dev/wsfont: files.wsfont wsfont.c Log Message: Sort spleen by size, instead of character code. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.26

CVS commit: src/sys/arch/vax

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 22:37:11 UTC 2020 Modified Files: src/sys/arch/vax/uba: qv.c qvkbd.c src/sys/arch/vax/vax: bus_dma.c multicpu.c src/sys/arch/vax/vsa: lcg.c smg.c spx.c Log Message: malloc(9) -> kmem(9) To generate a

CVS commit: src/sys/arch/vax

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 22:37:11 UTC 2020 Modified Files: src/sys/arch/vax/uba: qv.c qvkbd.c src/sys/arch/vax/vax: bus_dma.c multicpu.c src/sys/arch/vax/vsa: lcg.c smg.c spx.c Log Message: malloc(9) -> kmem(9) To generate a

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 22:00:34 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): fix indentation in SuffixList_Insert To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278 src/usr.bin/make/suff.c Please

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 22:00:34 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): fix indentation in SuffixList_Insert To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278 src/usr.bin/make/suff.c Please

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

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 21:54:42 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: deptgt-suffixes.exp deptgt-suffixes.mk Log Message: make(1): test that suffixes can be listed in any order To generate a diff of this commit: cvs rdiff

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

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 21:54:42 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: deptgt-suffixes.exp deptgt-suffixes.mk Log Message: make(1): test that suffixes can be listed in any order To generate a diff of this commit: cvs rdiff

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

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 21:41:27 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: make(1): capture more output from test deptgt-suffixes This will have an effect with the next commit. To generate a diff of this

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

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 21:41:27 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: make(1): capture more output from test deptgt-suffixes This will have an effect with the next commit. To generate a diff of this

CVS commit: src/sys/arch/hpcarm/hpcarm

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 21:27:09 UTC 2020 Modified Files: src/sys/arch/hpcarm/hpcarm: softintr.c Log Message: Fix paste-o in last. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hpcarm/hpcarm/softintr.c Please

CVS commit: src/sys/arch/hpcarm/hpcarm

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 21:27:09 UTC 2020 Modified Files: src/sys/arch/hpcarm/hpcarm: softintr.c Log Message: Fix paste-o in last. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hpcarm/hpcarm/softintr.c Please

CVS commit: src/sys/arch/hpcarm

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 21:25:34 UTC 2020 Modified Files: src/sys/arch/hpcarm/dev: wzero3_kbd.c src/sys/arch/hpcarm/hpcarm: softintr.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/hpcarm

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 21:25:34 UTC 2020 Modified Files: src/sys/arch/hpcarm/dev: wzero3_kbd.c src/sys/arch/hpcarm/hpcarm: softintr.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/hpcmips

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 21:23:49 UTC 2020 Modified Files: src/sys/arch/hpcmips/dev: plum.c plumiobus.c plumohci.c ucbsnd.c src/sys/arch/hpcmips/hpcmips: bus_dma.c src/sys/arch/hpcmips/tx: tx39icu.c txcom.c

CVS commit: src/sys/arch/hpcmips

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 21:23:49 UTC 2020 Modified Files: src/sys/arch/hpcmips/dev: plum.c plumiobus.c plumohci.c ucbsnd.c src/sys/arch/hpcmips/hpcmips: bus_dma.c src/sys/arch/hpcmips/tx: tx39icu.c txcom.c

CVS commit: src/sys/arch/hpc/hpc

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 21:08:33 UTC 2020 Modified Files: src/sys/arch/hpc/hpc: config_hook.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hpc/hpc/config_hook.c Please note

CVS commit: src/sys/arch/hpc/hpc

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 21:08:33 UTC 2020 Modified Files: src/sys/arch/hpc/hpc: config_hook.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hpc/hpc/config_hook.c Please note

CVS commit: src/sys/arch/hpcsh

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 21:07:38 UTC 2020 Modified Files: src/sys/arch/hpcsh/dev/hd64461: hd64461pcmcia.c src/sys/arch/hpcsh/dev/hd64465: hd64465pcmcia.c src/sys/arch/hpcsh/hpcsh: bus_space.c Log Message: malloc(9) -> kmem(9)

CVS commit: src/sys/arch/hpcsh

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 21:07:38 UTC 2020 Modified Files: src/sys/arch/hpcsh/dev/hd64461: hd64461pcmcia.c src/sys/arch/hpcsh/dev/hd64465: hd64465pcmcia.c src/sys/arch/hpcsh/hpcsh: bus_space.c Log Message: malloc(9) -> kmem(9)

CVS commit: src/external/bsd/elftoolchain/dist/common

2020-11-21 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sat Nov 21 21:04:25 UTC 2020 Modified Files: src/external/bsd/elftoolchain/dist/common: _elftc.h Log Message: Sync '_elftc.h' with the upstream elftoolchain project. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/bsd/elftoolchain/dist/common

2020-11-21 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sat Nov 21 21:04:25 UTC 2020 Modified Files: src/external/bsd/elftoolchain/dist/common: _elftc.h Log Message: Sync '_elftc.h' with the upstream elftoolchain project. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/hppa

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 21:01:16 UTC 2020 Modified Files: src/sys/arch/hppa/dev: apic.c src/sys/arch/hppa/hppa: mainbus.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/hppa

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 21:01:16 UTC 2020 Modified Files: src/sys/arch/hppa/dev: apic.c src/sys/arch/hppa/hppa: mainbus.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 20:55:45 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): make srclist a local variable In all current unit tests, the variable srclist was empty both when entering Suff_FindDeps and when

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 20:55:45 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): make srclist a local variable In all current unit tests, the variable srclist was empty both when entering Suff_FindDeps and when

CVS commit: src/sys/arch/ia64/ia64

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 20:50:08 UTC 2020 Modified Files: src/sys/arch/ia64/ia64: interrupt.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/ia64/ia64/interrupt.c Please note

CVS commit: src/sys/arch/ia64/ia64

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 20:50:08 UTC 2020 Modified Files: src/sys/arch/ia64/ia64: interrupt.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/ia64/ia64/interrupt.c Please note

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 20:20:32 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): improve local variable name in SuffRemoveSrc To generate a diff of this commit: cvs rdiff -u -r1.275 -r1.276 src/usr.bin/make/suff.c

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 20:20:32 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): improve local variable name in SuffRemoveSrc To generate a diff of this commit: cvs rdiff -u -r1.275 -r1.276 src/usr.bin/make/suff.c

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 20:16:14 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): move prototype of SuffFindDeps further down Just to limit its scope. To generate a diff of this commit: cvs rdiff -u -r1.274 -r1.275

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 20:16:14 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): move prototype of SuffFindDeps further down Just to limit its scope. To generate a diff of this commit: cvs rdiff -u -r1.274 -r1.275

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 20:12:08 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): move SuffExpandWildcards further up This avoids an unnecessary forward declaration. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 20:12:08 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): move SuffExpandWildcards further up This avoids an unnecessary forward declaration. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 20:04:10 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): document Suffix and Src To generate a diff of this commit: cvs rdiff -u -r1.272 -r1.273 src/usr.bin/make/suff.c Please note that diffs

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 20:04:10 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): document Suffix and Src To generate a diff of this commit: cvs rdiff -u -r1.272 -r1.273 src/usr.bin/make/suff.c Please note that diffs

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

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:59:10 UTC 2020 Modified Files: src/sys/arch/arm/sa11x0: sa11x0_irq.S Log Message: Adjust egister usage so that r4 and r5 are preserved as cur{cpu,lwp} respectively as required by the change to make ASTs operate

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

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:59:10 UTC 2020 Modified Files: src/sys/arch/arm/sa11x0: sa11x0_irq.S Log Message: Adjust egister usage so that r4 and r5 are preserved as cur{cpu,lwp} respectively as required by the change to make ASTs operate

CVS commit: src/sys/arch/shark/isa

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:58:11 UTC 2020 Modified Files: src/sys/arch/shark/isa: isa_irq.S Log Message: Adjust egister usage so that r4 and r5 are preserved as cur{cpu,lwp} respectively as required by the change to make ASTs operate per-LWP

CVS commit: src/sys/arch/shark/isa

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:58:11 UTC 2020 Modified Files: src/sys/arch/shark/isa: isa_irq.S Log Message: Adjust egister usage so that r4 and r5 are preserved as cur{cpu,lwp} respectively as required by the change to make ASTs operate per-LWP

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

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:57:35 UTC 2020 Modified Files: src/sys/arch/arm/ofw: ofw_irq.S Log Message: Adjust egister usage so that r4 and r5 are preserved as cur{cpu,lwp} respectively as required by the change to make ASTs operate per-LWP

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

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:57:35 UTC 2020 Modified Files: src/sys/arch/arm/ofw: ofw_irq.S Log Message: Adjust egister usage so that r4 and r5 are preserved as cur{cpu,lwp} respectively as required by the change to make ASTs operate per-LWP

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

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:55:49 UTC 2020 Modified Files: src/sys/arch/arm/xscale: i80200_irq.S Log Message: Adjust egister usage so that r4 and r5 are preserved as cur{cpu,lwp} respectively as required by the change to make ASTs operate

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

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:55:49 UTC 2020 Modified Files: src/sys/arch/arm/xscale: i80200_irq.S Log Message: Adjust egister usage so that r4 and r5 are preserved as cur{cpu,lwp} respectively as required by the change to make ASTs operate

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

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:52:56 UTC 2020 Modified Files: src/sys/arch/arm/iomd: iomd_irq.S Log Message: Adjust code and register usage so that r4 and r5 are preserved as cur{cpu,lwp} respectively as required by the change to make ASTs operate

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

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:52:56 UTC 2020 Modified Files: src/sys/arch/arm/iomd: iomd_irq.S Log Message: Adjust code and register usage so that r4 and r5 are preserved as cur{cpu,lwp} respectively as required by the change to make ASTs operate

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

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:46:13 UTC 2020 Modified Files: src/sys/arch/arm/arm32: exception.S irq_dispatch.S Log Message: Sprinkle some comments about ENABLE_ALIGNMENT_FAULTS leaving curcpu in r4 and curlwp in r5 To generate a diff of this

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

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:46:13 UTC 2020 Modified Files: src/sys/arch/arm/arm32: exception.S irq_dispatch.S Log Message: Sprinkle some comments about ENABLE_ALIGNMENT_FAULTS leaving curcpu in r4 and curlwp in r5 To generate a diff of this

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

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:44:52 UTC 2020 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: Ensure that r5 contains curlwp before DO_AST_AND_RESTORE_ALIGNMENT_FAULTS in lwp_trampoline as required by the move to make ASTs operate

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

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:44:52 UTC 2020 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: Ensure that r5 contains curlwp before DO_AST_AND_RESTORE_ALIGNMENT_FAULTS in lwp_trampoline as required by the move to make ASTs operate

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 19:40:19 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): improve comment for Suffix_GetSuffix To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 src/usr.bin/make/suff.c Please

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 19:40:19 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): improve comment for Suffix_GetSuffix To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 src/usr.bin/make/suff.c Please

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 19:33:38 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename Suff functions whose subject is a single suffix The naming scheme Suffix_Func makes these functions easily distinguishable from

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 19:33:38 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename Suff functions whose subject is a single suffix The naming scheme Suffix_Func makes these functions easily distinguishable from

CVS commit: src/sys/arch/emips/emips

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 19:24:17 UTC 2020 Modified Files: src/sys/arch/emips/emips: bus_dma.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/emips/emips/bus_dma.c Please note

CVS commit: src/sys/arch/emips/emips

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 19:24:17 UTC 2020 Modified Files: src/sys/arch/emips/emips: bus_dma.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/emips/emips/bus_dma.c Please note

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 19:21:50 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename type SuffFlags to SuffixFlags To generate a diff of this commit: cvs rdiff -u -r1.269 -r1.270 src/usr.bin/make/suff.c Please

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 19:21:50 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename type SuffFlags to SuffixFlags To generate a diff of this commit: cvs rdiff -u -r1.269 -r1.270 src/usr.bin/make/suff.c Please

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 19:18:24 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename SuffList to SuffixList To generate a diff of this commit: cvs rdiff -u -r1.268 -r1.269 src/usr.bin/make/suff.c Please note that

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 19:18:24 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename SuffList to SuffixList To generate a diff of this commit: cvs rdiff -u -r1.268 -r1.269 src/usr.bin/make/suff.c Please note that

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 19:15:06 UTC 2020 Modified Files: src/usr.bin/make: make.h suff.c Log Message: make(1): rename type Suff to Suffix This avoids confusion with the module suff.c of the same name. The existing naming convention is that

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 19:15:06 UTC 2020 Modified Files: src/usr.bin/make: make.h suff.c Log Message: make(1): rename type Suff to Suffix This avoids confusion with the module suff.c of the same name. The existing naming convention is that

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 19:02:59 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename suffNull to nullSuff This variable is internal to the suff.c module, therefore there is no need to prefix it with the module

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 19:02:59 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename suffNull to nullSuff This variable is internal to the suff.c module, therefore there is no need to prefix it with the module

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 18:41:57 UTC 2020 Modified Files: src/usr.bin/make: make.h targ.c var.c Log Message: make(1): rename GNode.context to vars Especially in the variables module, the expression 'ctxt->context' looked redundant. Having a

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 18:41:57 UTC 2020 Modified Files: src/usr.bin/make: make.h targ.c var.c Log Message: make(1): rename GNode.context to vars Especially in the variables module, the expression 'ctxt->context' looked redundant. Having a

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 18:28:35 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): improve name of local variable in SrcList_Add Now that nothing in suff.c is named 's' anymore, there is no need for 's2' either. To

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 18:28:35 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): improve name of local variable in SrcList_Add Now that nothing in suff.c is named 's' anymore, there is no need for 's2' either. To

CVS commit: src/sys/arch/mipsco

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 18:28:33 UTC 2020 Modified Files: src/sys/arch/mipsco/isa: isa_machdep.c src/sys/arch/mipsco/mipsco: bus_dma.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/arch/mipsco

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 18:28:33 UTC 2020 Modified Files: src/sys/arch/mipsco/isa: isa_machdep.c src/sys/arch/mipsco/mipsco: bus_dma.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/arch/mmeye/dev

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 18:23:36 UTC 2020 Modified Files: src/sys/arch/mmeye/dev: mmeyepcmcia.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/mmeye/dev/mmeyepcmcia.c Please

CVS commit: src/sys/arch/mmeye/dev

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 18:23:36 UTC 2020 Modified Files: src/sys/arch/mmeye/dev: mmeyepcmcia.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/mmeye/dev/mmeyepcmcia.c Please

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 18:12:55 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename SuffAddSrc to SrcList_Add The main character in this function is the list of sources, therefore make it the subject. To

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 18:12:55 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename SuffAddSrc to SrcList_Add The main character in this function is the list of sources, therefore make it the subject. To

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 18:09:13 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): improve parameter name in SuffUpdateTarget To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264 src/usr.bin/make/suff.c

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 18:09:13 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): improve parameter name in SuffUpdateTarget To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264 src/usr.bin/make/suff.c

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 18:06:09 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): document necessary condition in SuffUpdateTarget To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263

CVS commit: src/usr.bin/make

2020-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 21 18:06:09 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): document necessary condition in SuffUpdateTarget To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263

CVS commit: src/sys/arch/mvme68k/mvme68k

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 17:59:13 UTC 2020 Modified Files: src/sys/arch/mvme68k/mvme68k: bus_dma.c isr.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/mvme68k/mvme68k/bus_dma.c

CVS commit: src/sys/arch/mvme68k/mvme68k

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 17:59:13 UTC 2020 Modified Files: src/sys/arch/mvme68k/mvme68k: bus_dma.c isr.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/mvme68k/mvme68k/bus_dma.c

CVS commit: src/sys/arch/mvmeppc/mvmeppc

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 17:57:40 UTC 2020 Modified Files: src/sys/arch/mvmeppc/mvmeppc: mainbus.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/mvmeppc/mvmeppc/mainbus.c

CVS commit: src/sys/arch/mvmeppc/mvmeppc

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 17:57:40 UTC 2020 Modified Files: src/sys/arch/mvmeppc/mvmeppc: mainbus.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/mvmeppc/mvmeppc/mainbus.c

CVS commit: src/sys/arch/news68k/news68k

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 17:55:38 UTC 2020 Modified Files: src/sys/arch/news68k/news68k: isr.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/news68k/news68k/isr.c Please note

CVS commit: src/sys/arch/news68k/news68k

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 17:55:38 UTC 2020 Modified Files: src/sys/arch/news68k/news68k: isr.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/news68k/news68k/isr.c Please note

CVS commit: src/sys/arch/newsmips

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 17:54:48 UTC 2020 Modified Files: src/sys/arch/newsmips/apbus: apbus.c xafb.c src/sys/arch/newsmips/dev: fb.c hb.c src/sys/arch/newsmips/newsmips: bus.c Log Message: malloc(9) -> kmem(9) To generate

CVS commit: src/sys/arch/newsmips

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 17:54:48 UTC 2020 Modified Files: src/sys/arch/newsmips/apbus: apbus.c xafb.c src/sys/arch/newsmips/dev: fb.c hb.c src/sys/arch/newsmips/newsmips: bus.c Log Message: malloc(9) -> kmem(9) To generate

CVS commit: src/sys/arch/next68k

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 17:49:20 UTC 2020 Modified Files: src/sys/arch/next68k/dev: if_xe.c nextdisplay.c nextkbd.c src/sys/arch/next68k/next68k: isr.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff

  1   2   >