CVS commit: src/usr.bin/make

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 27 01:07:12 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: fix usr.bin/make build (which uses more warnings): remove static only prototype TargPrintOnlySrc(). PrintOnlySources() does not return a value, make

CVS commit: src/usr.bin/make

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 27 01:07:12 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: fix usr.bin/make build (which uses more warnings): remove static only prototype TargPrintOnlySrc(). PrintOnlySources() does not return a value, make

CVS commit: src/sys/rump/librump/rumpnet

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Sep 27 00:34:44 UTC 2020 Modified Files: src/sys/rump/librump/rumpnet: net_stub.c Log Message: rump: Add weak alias for bridge_calc_link_state To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/doc

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 27 00:32:22 UTC 2020 Modified Files: src/doc: 3RDPARTY Log Message: note GMP 6.2.0 is in -current. To generate a diff of this commit: cvs rdiff -u -r1.1746 -r1.1747 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/sys/rump/librump/rumpnet

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Sep 27 00:34:44 UTC 2020 Modified Files: src/sys/rump/librump/rumpnet: net_stub.c Log Message: rump: Add weak alias for bridge_calc_link_state To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/doc

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 27 00:32:22 UTC 2020 Modified Files: src/doc: 3RDPARTY Log Message: note GMP 6.2.0 is in -current. To generate a diff of this commit: cvs rdiff -u -r1.1746 -r1.1747 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/sys/net

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Sep 27 00:32:17 UTC 2020 Modified Files: src/sys/net: if.c if_bridge.c if_bridgevar.h Log Message: bridge: Calculate link state as the best link state of any member If any member is LINK_STATE_UP then it's LINK_STATE_UP.

CVS commit: src/sys/net

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Sep 27 00:32:17 UTC 2020 Modified Files: src/sys/net: if.c if_bridge.c if_bridgevar.h Log Message: bridge: Calculate link state as the best link state of any member If any member is LINK_STATE_UP then it's LINK_STATE_UP.

CVS commit: src/external/lgpl3/gmp/lib/libgmp/arch

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 27 00:31:54 UTC 2020 Modified Files: src/external/lgpl3/gmp/lib/libgmp/arch/aarch64: Makefile.inc config.h config.m4 gmp-mparam.h gmp.h src/external/lgpl3/gmp/lib/libgmp/arch/alpha: Makefile.inc config.h

CVS commit: src/external/lgpl3/gmp/dist

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 27 00:30:26 UTC 2020 Modified Files: src/external/lgpl3/gmp/dist: Makefile.in acinclude.m4 config.guess config.sub configfsf.guess configfsf.sub configure gmp-h.in gmp-impl.h longlong.h

CVS import: src/external/lgpl3/gmp/dist

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 27 00:27:13 UTC 2020 Update of /cvsroot/src/external/lgpl3/gmp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv15325 Log Message: initial import of GMP 6.2.0. changes include: - Bug fixes to gmp_snprintf, conversion to double,

CVS import: src/external/lgpl3/gmp/dist

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 27 00:27:13 UTC 2020 Update of /cvsroot/src/external/lgpl3/gmp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv15325 Log Message: initial import of GMP 6.2.0. changes include: - Bug fixes to gmp_snprintf, conversion to double,

CVS commit: src/sys/rump/librump/rumpnet

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Sep 27 00:17:56 UTC 2020 Modified Files: src/sys/rump/librump/rumpnet: net_stub.c Log Message: rump: Try to fix build To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/rump/librump/rumpnet/net_stub.c

CVS commit: src/sys/rump/librump/rumpnet

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Sep 27 00:17:56 UTC 2020 Modified Files: src/sys/rump/librump/rumpnet: net_stub.c Log Message: rump: Try to fix build To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/rump/librump/rumpnet/net_stub.c

CVS commit: src/sbin/ifconfig

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 26 23:43:26 UTC 2020 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: ifconfig: We already have struct if_data in ifa_data. So let's not bother with an ioctl we don't need. To generate a diff of this commit: cvs

CVS commit: src/sbin/ifconfig

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 26 23:43:26 UTC 2020 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: ifconfig: We already have struct if_data in ifa_data. So let's not bother with an ioctl we don't need. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/alpha

2020-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 26 21:07:48 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: interrupt.c src/sys/arch/alpha/include: intr.h pci_machdep.h src/sys/arch/alpha/pci: pci_6600.c pci_machdep.c Log Message: Implement

CVS commit: src/sys/arch/alpha

2020-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 26 21:07:48 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: interrupt.c src/sys/arch/alpha/include: intr.h pci_machdep.h src/sys/arch/alpha/pci: pci_6600.c pci_machdep.c Log Message: Implement

CVS commit: src/external/lgpl3/gmp

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 20:58:48 UTC 2020 Modified Files: src/external/lgpl3/gmp: Makefile.netbsd-gmp build-gmp-Makefile.inc.awk Log Message: update slightly to enable 'native-gmp' target from tools/gmp to work. call the awk script on

CVS commit: src/external/lgpl3/gmp

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 20:58:48 UTC 2020 Modified Files: src/external/lgpl3/gmp: Makefile.netbsd-gmp build-gmp-Makefile.inc.awk Log Message: update slightly to enable 'native-gmp' target from tools/gmp to work. call the awk script on

CVS commit: src/tools/gmp

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 20:56:53 UTC 2020 Modified Files: src/tools/gmp: Makefile Log Message: initial working version of native-gmp support. does not use mknative.common yet, so always updates files and does not mark them with NetBSD rcsid.

CVS commit: src/tools/gmp

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 20:56:53 UTC 2020 Modified Files: src/tools/gmp: Makefile Log Message: initial working version of native-gmp support. does not use mknative.common yet, so always updates files and does not mark them with NetBSD rcsid.

CVS commit: src/sys/arch/mips/mips

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 20:38:27 UTC 2020 Modified Files: src/sys/arch/mips/mips: db_trace.c Log Message: redo much of rev 1.45 and make the _KERNEL path look like it used to before. while it uses less total lines of code and looks less ugly,

CVS commit: src/sys/arch/mips/mips

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 20:38:27 UTC 2020 Modified Files: src/sys/arch/mips/mips: db_trace.c Log Message: redo much of rev 1.45 and make the _KERNEL path look like it used to before. while it uses less total lines of code and looks less ugly,

CVS commit: src/sys/net

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 26 19:38:45 UTC 2020 Modified Files: src/sys/net: if_tap.c Log Message: tap: Remove media from this virtual interface It serves no purpose at all. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118

CVS commit: src/sys/net

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 26 19:38:45 UTC 2020 Modified Files: src/sys/net: if_tap.c Log Message: tap: Remove media from this virtual interface It serves no purpose at all. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118

CVS commit: src/sys/net

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 26 18:38:09 UTC 2020 Modified Files: src/sys/net: if_ethersubr.c if_vlan.c if_vlanvar.h Log Message: vlan: match the interface link state with that of the parent Now addresses on a vlan will detach and undergo duplicate

CVS commit: src/sys/net

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 26 18:38:09 UTC 2020 Modified Files: src/sys/net: if_ethersubr.c if_vlan.c if_vlanvar.h Log Message: vlan: match the interface link state with that of the parent Now addresses on a vlan will detach and undergo duplicate

CVS commit: src/sys/net

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 26 18:35:12 UTC 2020 Modified Files: src/sys/net: if.c if.h Log Message: net: Add a callback to ifnet to notify of link state changes To generate a diff of this commit: cvs rdiff -u -r1.480 -r1.481 src/sys/net/if.c cvs

CVS commit: src/sys/net

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 26 18:35:12 UTC 2020 Modified Files: src/sys/net: if.c if.h Log Message: net: Add a callback to ifnet to notify of link state changes To generate a diff of this commit: cvs rdiff -u -r1.480 -r1.481 src/sys/net/if.c cvs

CVS commit: src

2020-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 26 17:49:51 UTC 2020 Modified Files: src/distrib/sets: mkvars.mk sets.subr src/distrib/sets/lists/base: md.amd64 mi shl.mi src/distrib/sets/lists/comp: md.amd64 mi src/distrib/sets/lists/debug:

CVS commit: src

2020-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 26 17:49:51 UTC 2020 Modified Files: src/distrib/sets: mkvars.mk sets.subr src/distrib/sets/lists/base: md.amd64 mi shl.mi src/distrib/sets/lists/comp: md.amd64 mi src/distrib/sets/lists/debug:

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 17:39:45 UTC 2020 Modified Files: src/usr.bin/make: job.c main.c make.c parse.c targ.c Log Message: make(1): revert migration from Lst_ForEachUntil to Lst_ForEach There is a crucial difference between these functions,

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 17:39:45 UTC 2020 Modified Files: src/usr.bin/make: job.c main.c make.c parse.c targ.c Log Message: make(1): revert migration from Lst_ForEachUntil to Lst_ForEach There is a crucial difference between these functions,

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 17:15:20 UTC 2020 Modified Files: src/usr.bin/make: dir.c job.c lst.c lst.h main.c make.c meta.c suff.c targ.c Log Message: make(1): inline and remove LstNode_Prev and LstNode_Next These functions made the

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 17:15:20 UTC 2020 Modified Files: src/usr.bin/make: dir.c job.c lst.c lst.h main.c make.c meta.c suff.c targ.c Log Message: make(1): inline and remove LstNode_Prev and LstNode_Next These functions made the

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 17:02:11 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): inline Lst_ForEach in Targ_PrintGraph To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/usr.bin/make/targ.c Please

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 17:02:11 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): inline Lst_ForEach in Targ_PrintGraph To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/usr.bin/make/targ.c Please

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 16:55:58 UTC 2020 Modified Files: src/usr.bin/make: job.c main.c make.c parse.c targ.c Log Message: make(1): replace a few Lst_ForEachUntil with simpler Lst_ForEach To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 16:55:58 UTC 2020 Modified Files: src/usr.bin/make: job.c main.c make.c parse.c targ.c Log Message: make(1): replace a few Lst_ForEachUntil with simpler Lst_ForEach To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 16:41:42 UTC 2020 Modified Files: src/usr.bin/make: compat.c nonints.h Log Message: make(1): inline Lst_ForEachUntil in Compat_Make To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 16:41:42 UTC 2020 Modified Files: src/usr.bin/make: compat.c nonints.h Log Message: make(1): inline Lst_ForEachUntil in Compat_Make To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 16:27:27 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): clean up obsolete comments about TARG constants To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/usr.bin/make/targ.c

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 16:27:27 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): clean up obsolete comments about TARG constants To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/usr.bin/make/targ.c

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 16:21:17 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): remove useless comment from TargFreeGN GNode.fname is a const char *, therefore it cannot be freed anyway. To generate a diff of this

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 16:21:17 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): remove useless comment from TargFreeGN GNode.fname is a const char *, therefore it cannot be freed anyway. To generate a diff of this

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 16:18:44 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): inline Targ_FindNodeImpl The 3 callers of this function passed different flags, and these flags led to code paths that almost did not

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 16:18:44 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): inline Targ_FindNodeImpl The 3 callers of this function passed different flags, and these flags led to code paths that almost did not

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 16:00:12 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c cond.c job.c main.c make.c make.h nonints.h parse.c suff.c targ.c var.c Log Message: make(1): clean up API for finding and creating GNodes

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 16:00:12 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c cond.c job.c main.c make.c make.h nonints.h parse.c suff.c targ.c var.c Log Message: make(1): clean up API for finding and creating GNodes

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

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 15:41:53 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: dep-double-colon.mk Log Message: make(1): add test for '::' dependency operator with .ALLTARGETS To generate a diff of this commit: cvs rdiff -u -r1.3

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

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 15:41:53 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: dep-double-colon.mk Log Message: make(1): add test for '::' dependency operator with .ALLTARGETS To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 14:59:21 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): replace Hash_FindEntry with Hash_FindValue in Targ_FindNode To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 14:59:21 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): replace Hash_FindEntry with Hash_FindValue in Targ_FindNode To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 14:48:31 UTC 2020 Modified Files: src/usr.bin/make: arch.c hash.c hash.h var.c Log Message: make(1): add Hash_FindValue, for direct access to hash table data To generate a diff of this commit: cvs rdiff -u -r1.121

CVS commit: src/usr.bin/make

2020-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 14:48:31 UTC 2020 Modified Files: src/usr.bin/make: arch.c hash.c hash.h var.c Log Message: make(1): add Hash_FindValue, for direct access to hash table data To generate a diff of this commit: cvs rdiff -u -r1.121

CVS commit: src/sys/arch/evbarm/include

2020-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 14:18:06 UTC 2020 Modified Files: src/sys/arch/evbarm/include: loadfile_machdep.h Log Message: RCSId police To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/include/loadfile_machdep.h

CVS commit: src/sys/arch/evbarm/include

2020-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 14:18:06 UTC 2020 Modified Files: src/sys/arch/evbarm/include: loadfile_machdep.h Log Message: RCSId police To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/include/loadfile_machdep.h

CVS commit: src/sys

2020-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 12:58:23 UTC 2020 Modified Files: src/sys/arch/arm/include: cpufunc.h src/sys/external/bsd/vchiq/dist/interface/compat: vchi_bsd.h src/sys/external/bsd/vchiq/dist/interface/vchiq_arm: vchiq_2835_arm.c

CVS commit: src/sys

2020-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 12:58:23 UTC 2020 Modified Files: src/sys/arch/arm/include: cpufunc.h src/sys/external/bsd/vchiq/dist/interface/compat: vchi_bsd.h src/sys/external/bsd/vchiq/dist/interface/vchiq_arm: vchiq_2835_arm.c

CVS commit: src/sys/net

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 26 11:57:05 UTC 2020 Modified Files: src/sys/net: if.c if.h Log Message: net: Fix the setting of if_link_state Link state changes are not dependant on the interface being up, but we also need to guard against more link

CVS commit: src/sys/net

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 26 11:57:05 UTC 2020 Modified Files: src/sys/net: if.c if.h Log Message: net: Fix the setting of if_link_state Link state changes are not dependant on the interface being up, but we also need to guard against more link

CVS commit: src/external/gpl2/grep/dist/lib

2020-09-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 26 11:39:17 UTC 2020 Modified Files: src/external/gpl2/grep/dist/lib: regex.c Log Message: Moving pointers could fail if realloc() allocates a new memory region where the difference between old and new address exceeds an

CVS commit: src/external/gpl2/grep/dist/lib

2020-09-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 26 11:39:17 UTC 2020 Modified Files: src/external/gpl2/grep/dist/lib: regex.c Log Message: Moving pointers could fail if realloc() allocates a new memory region where the difference between old and new address exceeds an

CVS commit: src/sys/external/bsd/vchiq/dist/interface/compat

2020-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 10:56:37 UTC 2020 Modified Files: src/sys/external/bsd/vchiq/dist/interface/compat: vchi_bsd.h Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \

CVS commit: src/sys/external/bsd/vchiq/dist/interface/compat

2020-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 10:56:37 UTC 2020 Modified Files: src/sys/external/bsd/vchiq/dist/interface/compat: vchi_bsd.h Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \

CVS commit: src

2020-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 10:06:27 UTC 2020 Modified Files: src/distrib/sets/lists/comp: ad.aarch64 ad.arm src/sys/arch/arm/cortex: gic.c src/sys/arch/arm/gemini: gemini_icu.c src/sys/arch/arm/include: Makefile

CVS commit: src

2020-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 10:06:27 UTC 2020 Modified Files: src/distrib/sets/lists/comp: ad.aarch64 ad.arm src/sys/arch/arm/cortex: gic.c src/sys/arch/arm/gemini: gemini_icu.c src/sys/arch/arm/include: Makefile

CVS commit: src/sys/arch/mips/mips

2020-09-26 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Sep 26 08:21:27 UTC 2020 Modified Files: src/sys/arch/mips/mips: lock_stubs_llsc.S lock_stubs_ras.S Log Message: Expose the atomicvec vectors via EXPORT_OBJECT so ksyms(4) address lookups can find them. To generate a diff

CVS commit: src/sys/arch/mips/mips

2020-09-26 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Sep 26 08:21:27 UTC 2020 Modified Files: src/sys/arch/mips/mips: lock_stubs_llsc.S lock_stubs_ras.S Log Message: Expose the atomicvec vectors via EXPORT_OBJECT so ksyms(4) address lookups can find them. To generate a diff

CVS commit: src/sys/arch/mips/mips

2020-09-26 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Sep 26 08:21:10 UTC 2020 Modified Files: src/sys/arch/mips/mips: locore.S Log Message: Use EXPORT for start and EXPORT_OBJECT for kernel_text instead of by-hand exporting. Using EXPORT_OBJECT for kernel_text also fixes

CVS commit: src/sys/arch/mips/mips

2020-09-26 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Sep 26 08:21:10 UTC 2020 Modified Files: src/sys/arch/mips/mips: locore.S Log Message: Use EXPORT for start and EXPORT_OBJECT for kernel_text instead of by-hand exporting. Using EXPORT_OBJECT for kernel_text also fixes

CVS commit: src/sys/arch/mips/include

2020-09-26 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Sep 26 08:19:11 UTC 2020 Modified Files: src/sys/arch/mips/include: asm.h Log Message: Add EXPORT_OBJECT - export definition of symbol of symbol type Object, visible to ksyms(4) address search. To generate a diff of this

CVS commit: src/sys/arch/mips/include

2020-09-26 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Sep 26 08:19:11 UTC 2020 Modified Files: src/sys/arch/mips/include: asm.h Log Message: Add EXPORT_OBJECT - export definition of symbol of symbol type Object, visible to ksyms(4) address search. To generate a diff of this

CVS commit: src

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 08:02:35 UTC 2020 Modified Files: src: UPDATING Log Message: note mpfr needs a cleaning. To generate a diff of this commit: cvs rdiff -u -r1.314 -r1.315 src/UPDATING Please note that diffs are not public domain; they

CVS commit: src

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 08:02:35 UTC 2020 Modified Files: src: UPDATING Log Message: note mpfr needs a cleaning. To generate a diff of this commit: cvs rdiff -u -r1.314 -r1.315 src/UPDATING Please note that diffs are not public domain; they

CVS commit: src/doc

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:59:18 UTC 2020 Modified Files: src/doc: 3RDPARTY Log Message: note mpc (1.2.0) and mpfr (4.1.0) have new versions and are also updated to them. note gmp has a new release (6.2.0). To generate a diff of this commit:

CVS commit: src/doc

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:59:18 UTC 2020 Modified Files: src/doc: 3RDPARTY Log Message: note mpc (1.2.0) and mpfr (4.1.0) have new versions and are also updated to them. note gmp has a new release (6.2.0). To generate a diff of this commit:

CVS commit: src/external/lgpl3/mpc/lib/libmpc

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:57:56 UTC 2020 Modified Files: src/external/lgpl3/mpc/lib/libmpc: Makefile Log Message: updates for mpc 1.2.0. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/lgpl3/mpc/lib/libmpc/Makefile

CVS commit: src/external/lgpl3/mpc/lib/libmpc

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:57:56 UTC 2020 Modified Files: src/external/lgpl3/mpc/lib/libmpc: Makefile Log Message: updates for mpc 1.2.0. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/lgpl3/mpc/lib/libmpc/Makefile

CVS import: src/external/lgpl3/mpc/dist

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:54:57 UTC 2020 Update of /cvsroot/src/external/lgpl3/mpc/dist In directory ivanova.netbsd.org:/tmp/cvs-serv10535 Log Message: initial import of mpc 1.2.0. main changes are: New functions: mpc_sum mpc_dot Several

CVS import: src/external/lgpl3/mpc/dist

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:54:57 UTC 2020 Update of /cvsroot/src/external/lgpl3/mpc/dist In directory ivanova.netbsd.org:/tmp/cvs-serv10535 Log Message: initial import of mpc 1.2.0. main changes are: New functions: mpc_sum mpc_dot Several

CVS commit: src/external/lgpl3/mpfr/lib/libmpfr

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:50:41 UTC 2020 Modified Files: src/external/lgpl3/mpfr/lib/libmpfr: Makefile Log Message: updates for mpfr 4.0.1. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/external/lgpl3/mpfr/lib/libmpfr

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:50:41 UTC 2020 Modified Files: src/external/lgpl3/mpfr/lib/libmpfr: Makefile Log Message: updates for mpfr 4.0.1. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/external/lgpl3/mpfr/dist

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:40:50 UTC 2020 Modified Files: src/external/lgpl3/mpfr/dist/src: Makefile.in Added Files: src/external/lgpl3/mpfr/dist: PATCHES Log Message: empty PATCHES is needed. revert a local change that is wrong now.

CVS commit: src/external/lgpl3/mpfr/dist

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:40:50 UTC 2020 Modified Files: src/external/lgpl3/mpfr/dist/src: Makefile.in Added Files: src/external/lgpl3/mpfr/dist: PATCHES Log Message: empty PATCHES is needed. revert a local change that is wrong now.

CVS commit: src/external/lgpl3/mpfr/dist

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:29:58 UTC 2020 Modified Files: src/external/lgpl3/mpfr/dist: Makefile.in VERSION config.guess config.sub src/external/lgpl3/mpfr/dist/src: Makefile.in mpfr-longlong.h vasprintf.c

CVS import: src/external/lgpl3/mpfr/dist

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:25:47 UTC 2020 Update of /cvsroot/src/external/lgpl3/mpfr/dist In directory ivanova.netbsd.org:/tmp/cvs-serv15346 Log Message: GNU mpfr 4.1.0. main changes from 4.0: Changed __float128 to the type _Float128 specified in

CVS import: src/external/lgpl3/mpfr/dist

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:25:47 UTC 2020 Update of /cvsroot/src/external/lgpl3/mpfr/dist In directory ivanova.netbsd.org:/tmp/cvs-serv15346 Log Message: GNU mpfr 4.1.0. main changes from 4.0: Changed __float128 to the type _Float128 specified in

CVS commit: src/external/lgpl3/mpfr/dist

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:01:40 UTC 2020 Removed Files: src/external/lgpl3/mpfr/dist: PATCHES Log Message: we don't have a patch version for a while now. To generate a diff of this commit: cvs rdiff -u -r1.2 -r0

CVS commit: src/external/lgpl3/mpfr/dist

2020-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 26 07:01:40 UTC 2020 Removed Files: src/external/lgpl3/mpfr/dist: PATCHES Log Message: we don't have a patch version for a while now. To generate a diff of this commit: cvs rdiff -u -r1.2 -r0

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

2020-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 06:09:33 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S Log Message: Use 'lr' instead of 'x30' in an instruction for clarity To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

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

2020-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 06:08:41 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S Log Message: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/aarch64/aarch64/cpuswitch.S Please

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

2020-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 06:09:33 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S Log Message: Use 'lr' instead of 'x30' in an instruction for clarity To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

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

2020-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 06:08:41 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S Log Message: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/aarch64/aarch64/cpuswitch.S Please