CVS commit: src/sys/arch/aarch64

2019-12-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Dec 20 07:16:43 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S src/sys/arch/aarch64/include: asm.h Log Message: Add a speculation barrier after the 'eret'. Some aarch64 cpus speculatively execute

CVS commit: src/sys/arch/aarch64

2019-12-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Dec 20 07:16:43 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S src/sys/arch/aarch64/include: asm.h Log Message: Add a speculation barrier after the 'eret'. Some aarch64 cpus speculatively execute

CVS commit: src/share/mk

2019-12-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 20 04:04:25 UTC 2019 Modified Files: src/share/mk: bsd.sys.mk sys.mk Log Message: move MV to sys.mk because it is used there. Pointed out by joerg@ To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298

CVS commit: src/share/mk

2019-12-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 20 04:04:25 UTC 2019 Modified Files: src/share/mk: bsd.sys.mk sys.mk Log Message: move MV to sys.mk because it is used there. Pointed out by joerg@ To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298

CVS commit: src/share/man/man4

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 02:24:02 UTC 2019 Modified Files: src/share/man/man4: ixl.4 Log Message: Add information for ixl(4)'s VLAN hardware filter To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/ixl.4

CVS commit: src/share/man/man4

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 02:24:02 UTC 2019 Modified Files: src/share/man/man4: ixl.4 Log Message: Add information for ixl(4)'s VLAN hardware filter To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/ixl.4

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 02:19:27 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4) supports ETHERCAP_VLAN_HWFILTER the feature is disable by default. reviewed by msaitoh and knakahara To generate a diff of this

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 02:19:27 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4) supports ETHERCAP_VLAN_HWFILTER the feature is disable by default. reviewed by msaitoh and knakahara To generate a diff of this

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 02:12:31 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c if_ixlvar.h Log Message: ixl(4) supports ETHERCAP_VLAN_HWTAGGING It is enabled by defualt The features is realized by the following operations: - internal

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 02:12:31 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c if_ixlvar.h Log Message: ixl(4) supports ETHERCAP_VLAN_HWTAGGING It is enabled by defualt The features is realized by the following operations: - internal

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 02:04:26 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: enable other interrupt even if ixl(4) is down To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/if_ixl.c Please

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 02:04:26 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: enable other interrupt even if ixl(4) is down To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/if_ixl.c Please

Re: CVS commit: src/share/mk

2019-12-19 Thread Joerg Sonnenberger
On Mon, Jan 21, 2019 at 04:11:55PM -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Jan 21 21:11:55 UTC 2019 > > Modified Files: > src/share/mk: bsd.dep.mk bsd.hostprog.mk bsd.info.mk bsd.kmodule.mk > bsd.lib.mk bsd.man.mk bsd.prog.mk

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:54:39 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Do IXL_AQ_OP_SET_VSI_PROMISC in ixl_ifflags_cb() for applying IFF_PROMISC To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:54:39 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Do IXL_AQ_OP_SET_VSI_PROMISC in ixl_ifflags_cb() for applying IFF_PROMISC To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:49:30 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix ixl(4) to set ENETRESET when IFF_ALLMULTI is changed To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:49:30 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix ixl(4) to set ENETRESET when IFF_ALLMULTI is changed To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:45:20 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix ixl_{add|remove}_macvlan() to return errno instead of command status To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:45:20 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix ixl_{add|remove}_macvlan() to return errno instead of command status To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:18:53 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix softint leak in ixl(4) when detaching To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/if_ixl.c Please note

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:18:53 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix softint leak in ixl(4) when detaching To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/if_ixl.c Please note

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:12:51 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Use name of variable instead of that of data structure To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/if_ixl.c

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:12:51 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Use name of variable instead of that of data structure To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/if_ixl.c

Re: CVS commit: src/usr.bin/crunch/crunchgen

2019-12-19 Thread Joerg Sonnenberger
On Thu, Dec 19, 2019 at 12:27:23PM -0500, Christos Zoulas wrote: > On Dec 19, 4:19pm, jo...@bec.de (Joerg Sonnenberger) wrote: > -- Subject: Re: CVS commit: src/usr.bin/crunch/crunchgen > > | > I think that there are two uses: install media and rescue. I can reinstate > | > it for rescue. Is

CVS commit: src/tests/lib/libc/string

2019-12-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 19 19:19:28 UTC 2019 Modified Files: src/tests/lib/libc/string: Makefile Log Message: disable string op warnings for t_strcat now this builds on macppc with gcc 8.3 from riastradh@ To generate a diff of this commit:

CVS commit: src/tests/lib/libc/string

2019-12-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 19 19:19:28 UTC 2019 Modified Files: src/tests/lib/libc/string: Makefile Log Message: disable string op warnings for t_strcat now this builds on macppc with gcc 8.3 from riastradh@ To generate a diff of this commit:

Re: CVS commit: src/usr.bin/crunch/crunchgen

2019-12-19 Thread Christos Zoulas
On Dec 19, 4:19pm, jo...@bec.de (Joerg Sonnenberger) wrote: -- Subject: Re: CVS commit: src/usr.bin/crunch/crunchgen | > I think that there are two uses: install media and rescue. I can reinstate | > it for rescue. Is that ok? Note that by default both ssp and fortify are | > off for most

CVS commit: src/sys/dev/sdmmc

2019-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 19 17:24:45 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmc_ioreg.h Log Message: Avoid changing signedness bit with << in sdmmc_ioreg.h Reported by To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/sdmmc

2019-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 19 17:24:45 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmc_ioreg.h Log Message: Avoid changing signedness bit with << in sdmmc_ioreg.h Reported by To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

Re: CVS commit: src

2019-12-19 Thread Taylor R Campbell
> Date: Thu, 19 Dec 2019 08:19:07 +0100 > From: Maxime Villard > > I think you meant to say "REMOVING things you don't like". Correct, I made an editing error. Sorry for the confusion. > In the meantime, I have absolutely no intent to reinstate filemon. You can > reinstate it if you want, but

CVS commit: src/sys/net80211

2019-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 19 16:29:51 UTC 2019 Modified Files: src/sys/net80211: ieee80211_crypto_tkip.c Log Message: Avoid changing signedness bit with << 24 in ieee80211_crypto_tkip.c Reported by To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/net80211

2019-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 19 16:29:51 UTC 2019 Modified Files: src/sys/net80211: ieee80211_crypto_tkip.c Log Message: Avoid changing signedness bit with << 24 in ieee80211_crypto_tkip.c Reported by To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/dm

2019-12-19 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Thu Dec 19 16:27:39 UTC 2019 Modified Files: src/sys/dev/dm: dm_ioctl.c Log Message: dm: Minor dm_ioctl.c fixes (indentation/typo/type/etc) To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/dev/dm

2019-12-19 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Thu Dec 19 16:27:39 UTC 2019 Modified Files: src/sys/dev/dm: dm_ioctl.c Log Message: dm: Minor dm_ioctl.c fixes (indentation/typo/type/etc) To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/dev/ic

2019-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 19 16:25:13 UTC 2019 Modified Files: src/sys/dev/ic: rtsx.c Log Message: Avoid changing signedness bit with << in rtsx_read_cfg() Reported by To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/ic

2019-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 19 16:25:13 UTC 2019 Modified Files: src/sys/dev/ic: rtsx.c Log Message: Avoid changing signedness bit with << in rtsx_read_cfg() Reported by To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/termios

2019-12-19 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Thu Dec 19 16:12:21 UTC 2019 Modified Files: src/lib/libc/termios: tcgetsid.3 Log Message: tcgetsid() is defined in , not or . To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/termios/tcgetsid.3 Please

CVS commit: src/lib/libc/termios

2019-12-19 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Thu Dec 19 16:12:21 UTC 2019 Modified Files: src/lib/libc/termios: tcgetsid.3 Log Message: tcgetsid() is defined in , not or . To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/termios/tcgetsid.3 Please

CVS commit: src/sys/dev/fdt

2019-12-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 19 16:00:52 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_panel.c Log Message: Abort panel driver attach if required regulator is missing. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/fdt

2019-12-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 19 16:00:52 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_panel.c Log Message: Abort panel driver attach if required regulator is missing. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/dm

2019-12-19 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Thu Dec 19 15:57:46 UTC 2019 Modified Files: src/sys/dev/dm: device-mapper.c Log Message: dm: Refactor dmioctl() More readable without dm_ioctl_switch() as a separate function. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/dm

2019-12-19 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Thu Dec 19 15:57:46 UTC 2019 Modified Files: src/sys/dev/dm: device-mapper.c Log Message: dm: Refactor dmioctl() More readable without dm_ioctl_switch() as a separate function. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/net80211

2019-12-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 19 15:54:21 UTC 2019 Modified Files: src/sys/net80211: ieee80211_node.c Log Message: Add comment for previous. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/net80211/ieee80211_node.c Please

CVS commit: src/sys/net80211

2019-12-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 19 15:54:21 UTC 2019 Modified Files: src/sys/net80211: ieee80211_node.c Log Message: Add comment for previous. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/net80211/ieee80211_node.c Please

CVS commit: src/doc

2019-12-19 Thread Jonathan A. Kollasch
24 (tabebuia) [christos 20191215] kerberos(8): Update to Heimdal-7.7.0 [christos 20191215] file(1): Upgraded to 5.38. [christos 20191216] + anxdp(4): Add driver for Analogix DisplayPort core found in + Rockchip RK3399. [jakllsch 20191219] net80211: Require SSID configuration to associate wit

CVS commit: src/doc

2019-12-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 19 15:44:30 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Note addition of anxdp(4). To generate a diff of this commit: cvs rdiff -u -r1.2625 -r1.2626 src/doc/CHANGES Please note that diffs are not public

CVS commit: src/doc

2019-12-19 Thread Jonathan A. Kollasch
m NetBSD 9.0 to NetBSD 10.0: openpam(3): update to 20190224 (tabebuia) [christos 20191215] kerberos(8): Update to Heimdal-7.7.0 [christos 20191215] file(1): Upgraded to 5.38. [christos 20191216] + net80211: Require SSID configuration to associate with an open AP. + [jakllsch 20191219]

CVS commit: src/doc

2019-12-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 19 15:39:01 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Note change of net80211 behavior regarding association to any AP when no SSID is configured. To generate a diff of this commit: cvs rdiff -u -r1.2624

CVS commit: src/sys/dev/dm

2019-12-19 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Thu Dec 19 15:34:54 UTC 2019 Modified Files: src/sys/dev/dm: device-mapper.c dm_target.c Log Message: dm: u_{int,long} -> unsigned {int,long} To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/sys/dev/dm

2019-12-19 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Thu Dec 19 15:34:54 UTC 2019 Modified Files: src/sys/dev/dm: device-mapper.c dm_target.c Log Message: dm: u_{int,long} -> unsigned {int,long} To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/sys/net80211

2019-12-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 19 15:27:07 UTC 2019 Modified Files: src/sys/net80211: ieee80211_node.c Log Message: Do not associate with with any access point if no SSID has been configured. To generate a diff of this commit: cvs rdiff -u -r1.76

CVS commit: src/sys/net80211

2019-12-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 19 15:27:07 UTC 2019 Modified Files: src/sys/net80211: ieee80211_node.c Log Message: Do not associate with with any access point if no SSID has been configured. To generate a diff of this commit: cvs rdiff -u -r1.76

Re: CVS commit: src/usr.bin/crunch/crunchgen

2019-12-19 Thread Joerg Sonnenberger
On Thu, Dec 19, 2019 at 01:46:43PM -, Christos Zoulas wrote: > In article <20191218222723.ga17...@bec.de>, > Joerg Sonnenberger wrote: > >On Wed, Dec 18, 2019 at 03:51:21PM -, Christos Zoulas wrote: > >> In article <20191218152113.ga7...@bec.de>, > >> Joerg Sonnenberger wrote: > >> >On

CVS commit: src/sys/dev/usb

2019-12-19 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Dec 19 15:17:30 UTC 2019 Modified Files: src/sys/dev/usb: if_run.c Log Message: Code that's #if'ed out still ought to compile. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/usb/if_run.c Please

CVS commit: src/sys/dev/usb

2019-12-19 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Dec 19 15:17:30 UTC 2019 Modified Files: src/sys/dev/usb: if_run.c Log Message: Code that's #if'ed out still ought to compile. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/usb/if_run.c Please

Re: CVS commit: src/usr.bin/crunch/crunchgen

2019-12-19 Thread Christos Zoulas
In article <20191218222723.ga17...@bec.de>, Joerg Sonnenberger wrote: >On Wed, Dec 18, 2019 at 03:51:21PM -, Christos Zoulas wrote: >> In article <20191218152113.ga7...@bec.de>, >> Joerg Sonnenberger wrote: >> >On Tue, Dec 17, 2019 at 09:16:04PM -0500, Christos Zoulas wrote: >> >> Module

Re: CVS commit: src

2019-12-19 Thread Warner Losh
On Wed, Dec 18, 2019, 10:45 AM wrote: > On Wed, Dec 18, 2019 at 06:47:44AM -0500, Christos Zoulas wrote: > > While there was no discussion, it is more efficient to have the > discussion > > whether we should put it back or not (instead of putting it back first > and > > having the discussion).

CVS commit: src/sys/kern

2019-12-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Dec 19 10:51:55 UTC 2019 Modified Files: src/sys/kern: subr_xcall.c Log Message: Whitespace police (minor infraction). To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/kern/subr_xcall.c Please note

CVS commit: src/sys/kern

2019-12-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Dec 19 10:51:55 UTC 2019 Modified Files: src/sys/kern: subr_xcall.c Log Message: Whitespace police (minor infraction). To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/kern/subr_xcall.c Please note

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

2019-12-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 19 09:47:42 UTC 2019 Modified Files: src/sys/arch/aarch64/include: cpufunc.h Log Message: aarch64_cache_info[] is not global To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2019-12-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 19 09:47:42 UTC 2019 Modified Files: src/sys/arch/aarch64/include: cpufunc.h Log Message: aarch64_cache_info[] is not global To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9