Re: svn commit: r318160 - in head: sbin/ifconfig sys/net sys/sys

2017-05-10 Thread Ravi Pokala
-Original Message- > From: on behalf of Kristof Provost > > Date: 2017-05-10, Wednesday at 22:38 > To: Ravi Pokala > Cc: , , > >

Re: svn commit: r318160 - in head: sbin/ifconfig sys/net sys/sys

2017-05-10 Thread Kristof Provost
On 11 May 2017, at 11:05, Kristof Provost wrote: On 11 May 2017, at 3:43, Ravi Pokala wrote: Author: rpokala Date: Wed May 10 22:13:47 2017 New Revision: 318160 URL: https://svnweb.freebsd.org/changeset/base/318160 Log: Persistently store NIC's hardware MAC address, and add a way to retrive

Re: svn commit: r318160 - in head: sbin/ifconfig sys/net sys/sys

2017-05-10 Thread Kristof Provost
On 11 May 2017, at 3:43, Ravi Pokala wrote: Author: rpokala Date: Wed May 10 22:13:47 2017 New Revision: 318160 URL: https://svnweb.freebsd.org/changeset/base/318160 Log: Persistently store NIC's hardware MAC address, and add a way to retrive it Modified: head/sys/net/if_ethersubr.c

svn commit: r318173 - head/contrib/ipfilter/lib

2017-05-10 Thread Cy Schubert
Author: cy Date: Thu May 11 04:39:11 2017 New Revision: 318173 URL: https://svnweb.freebsd.org/changeset/base/318173 Log: Implement outputting of IPv6 addresses in the ippool debug list of tree type pools (ippool -l -d -t tree). Currently IPv6 in ippool tree type pool handling is partially

svn commit: r318172 - in stable: 10/sys/kern 11/sys/kern

2017-05-10 Thread John Baldwin
Author: jhb Date: Thu May 11 04:29:20 2017 New Revision: 318172 URL: https://svnweb.freebsd.org/changeset/base/318172 Log: MFC 313999: Consolidate statements to initialize files. Previously, the first lines of various generated files from system call tables were generated in two

svn commit: r318172 - in stable: 10/sys/kern 11/sys/kern

2017-05-10 Thread John Baldwin
Author: jhb Date: Thu May 11 04:29:20 2017 New Revision: 318172 URL: https://svnweb.freebsd.org/changeset/base/318172 Log: MFC 313999: Consolidate statements to initialize files. Previously, the first lines of various generated files from system call tables were generated in two

svn commit: r318171 - head/sys/dev/dpaa

2017-05-10 Thread Justin Hibbits
Author: jhibbits Date: Thu May 11 03:47:58 2017 New Revision: 318171 URL: https://svnweb.freebsd.org/changeset/base/318171 Log: Fix uma_zcreate() align argument, now that the constraint is asserted. The alignment argument is the mask of low bits to mask off when allocating items in a

svn commit: r318170 - stable/11/sys/conf

2017-05-10 Thread John Baldwin
Author: jhb Date: Thu May 11 03:41:55 2017 New Revision: 318170 URL: https://svnweb.freebsd.org/changeset/base/318170 Log: MFC 316512,316537: Use correct linker emulations for armeb and riscv. Modified: stable/11/sys/conf/kern.mk Directory Properties: stable/11/ (props changed)

svn commit: r318169 - in stable: 10/sys/vm 11/sys/vm

2017-05-10 Thread John Baldwin
Author: jhb Date: Thu May 11 03:37:05 2017 New Revision: 318169 URL: https://svnweb.freebsd.org/changeset/base/318169 Log: MFC 316493: Assert that the align parameter to uma_zcreate() is valid. Modified: stable/10/sys/vm/uma_core.c Directory Properties: stable/10/ (props changed)

svn commit: r318169 - in stable: 10/sys/vm 11/sys/vm

2017-05-10 Thread John Baldwin
Author: jhb Date: Thu May 11 03:37:05 2017 New Revision: 318169 URL: https://svnweb.freebsd.org/changeset/base/318169 Log: MFC 316493: Assert that the align parameter to uma_zcreate() is valid. Modified: stable/11/sys/vm/uma_core.c Directory Properties: stable/11/ (props changed)

svn commit: r318168 - stable/11/sys/kern

2017-05-10 Thread John Baldwin
Author: jhb Date: Thu May 11 00:27:26 2017 New Revision: 318168 URL: https://svnweb.freebsd.org/changeset/base/318168 Log: MFC 315323: Use UMA_ALIGN_PTR instead of sizeof(void *) for zone alignment. uma_zcreate()'s alignment argument is supposed to be sizeof(foo) - 1, and uma.h provides

svn commit: r318167 - in head/sys: cddl/dev/dtrace/powerpc powerpc/booke

2017-05-10 Thread Justin Hibbits
Author: jhibbits Date: Thu May 11 00:23:51 2017 New Revision: 318167 URL: https://svnweb.freebsd.org/changeset/base/318167 Log: Fix stack tracing in dtrace for powerpc The current method only sort of works, and usually doesn't work reliably. Also, on Book-E the return address from DEBUG

svn commit: r318166 - head/sys/netinet

2017-05-10 Thread Gleb Smirnoff
Author: glebius Date: Wed May 10 23:32:31 2017 New Revision: 318166 URL: https://svnweb.freebsd.org/changeset/base/318166 Log: There is no good reason for TCP reassembly zone to be UMA_ZONE_NOFREE. It has strong locking model, doesn't have any timers associated with entries. The entries

svn commit: r318165 - in stable: 10/share/mk 11/share/mk

2017-05-10 Thread John Baldwin
Author: jhb Date: Wed May 10 23:14:09 2017 New Revision: 318165 URL: https://svnweb.freebsd.org/changeset/base/318165 Log: MFC 314894: Fix a couple of typos and reword some sentences in bsd.README. Modified: stable/11/share/mk/bsd.README Directory Properties: stable/11/ (props changed)

svn commit: r318165 - in stable: 10/share/mk 11/share/mk

2017-05-10 Thread John Baldwin
Author: jhb Date: Wed May 10 23:14:09 2017 New Revision: 318165 URL: https://svnweb.freebsd.org/changeset/base/318165 Log: MFC 314894: Fix a couple of typos and reword some sentences in bsd.README. Modified: stable/10/share/mk/bsd.README Directory Properties: stable/10/ (props changed)

svn commit: r318164 - in stable: 10/sys/amd64/linux 10/sys/amd64/linux32 10/sys/compat/freebsd32 10/sys/compat/svr4 10/sys/i386/ibcs2 10/sys/i386/linux 10/sys/kern 10/sys/sys 11/sys/amd64/linux 11/...

2017-05-10 Thread John Baldwin
Author: jhb Date: Wed May 10 23:09:17 2017 New Revision: 318164 URL: https://svnweb.freebsd.org/changeset/base/318164 Log: MFC 313564: Drop the "created from" line from files generated by makesyscalls.sh. This information is less useful when the generated files are included in source

svn commit: r318164 - in stable: 10/sys/amd64/linux 10/sys/amd64/linux32 10/sys/compat/freebsd32 10/sys/compat/svr4 10/sys/i386/ibcs2 10/sys/i386/linux 10/sys/kern 10/sys/sys 11/sys/amd64/linux 11/...

2017-05-10 Thread John Baldwin
Author: jhb Date: Wed May 10 23:09:17 2017 New Revision: 318164 URL: https://svnweb.freebsd.org/changeset/base/318164 Log: MFC 313564: Drop the "created from" line from files generated by makesyscalls.sh. This information is less useful when the generated files are included in source

svn commit: r318163 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/mk/sys usr.bin/bmake

2017-05-10 Thread Simon J. Gerraty
Author: sjg Date: Wed May 10 22:45:05 2017 New Revision: 318163 URL: https://svnweb.freebsd.org/changeset/base/318163 Log: Merge bmake-20170510 No-op change other than version update. Added: head/contrib/bmake/mk/files.mk - copied unchanged from r318162, vendor/NetBSD/bmake/dist/mk

svn commit: r318162 - in vendor/NetBSD/bmake/dist: . mk mk/sys unit-tests

2017-05-10 Thread Simon J. Gerraty
Author: sjg Date: Wed May 10 22:40:27 2017 New Revision: 318162 URL: https://svnweb.freebsd.org/changeset/base/318162 Log: Import bmake-20170510 Added: vendor/NetBSD/bmake/dist/mk/files.mk (contents, props changed) Modified: vendor/NetBSD/bmake/dist/ChangeLog vendor/NetBSD/bmake/dist

Re: svn commit: r318161 - head/contrib/bmake

2017-05-10 Thread Ngie Cooper
On Wed, May 10, 2017 at 3:31 PM, Ngie Cooper wrote: > On Wed, May 10, 2017 at 3:24 PM, Simon J. Gerraty wrote: >> Author: sjg >> Date: Wed May 10 22:24:09 2017 >> New Revision: 318161 >> URL: https://svnweb.freebsd.org/changeset/base/318161 >> >> Log: >>

Re: svn commit: r318161 - head/contrib/bmake

2017-05-10 Thread Ngie Cooper
On Wed, May 10, 2017 at 3:24 PM, Simon J. Gerraty wrote: > Author: sjg > Date: Wed May 10 22:24:09 2017 > New Revision: 318161 > URL: https://svnweb.freebsd.org/changeset/base/318161 > > Log: > Ensure buf2 is in scope I think this is the proper fix for the issue that Bryan,

svn commit: r318161 - head/contrib/bmake

2017-05-10 Thread Simon J. Gerraty
Author: sjg Date: Wed May 10 22:24:09 2017 New Revision: 318161 URL: https://svnweb.freebsd.org/changeset/base/318161 Log: Ensure buf2 is in scope Modified: head/contrib/bmake/main.c Modified: head/contrib/bmake/main.c

svn commit: r318160 - in head: sbin/ifconfig sys/net sys/sys

2017-05-10 Thread Ravi Pokala
Author: rpokala Date: Wed May 10 22:13:47 2017 New Revision: 318160 URL: https://svnweb.freebsd.org/changeset/base/318160 Log: Persistently store NIC's hardware MAC address, and add a way to retrive it The MAC address reported by `ifconfig ${nic} ether' does not always match the address

svn commit: r318159 - in stable/10/sys: dev/fdt geom modules/geom modules/geom/geom_flashmap sys

2017-05-10 Thread Marius Strobl
Author: marius Date: Wed May 10 21:42:16 2017 New Revision: 318159 URL: https://svnweb.freebsd.org/changeset/base/318159 Log: MFC: r287013 (partial), r294616, r314097 (partial) - Allow overriding the FDT slicer with a custom slicer. - Teach the flashmap code about SPI flash. - Allow

svn commit: r318158 - in stable/11/sys: dev/bhnd/cores/chipc dev/fdt dev/nand geom modules/geom modules/geom/geom_flashmap powerpc/mikrotik sys

2017-05-10 Thread Marius Strobl
Author: marius Date: Wed May 10 21:42:12 2017 New Revision: 318158 URL: https://svnweb.freebsd.org/changeset/base/318158 Log: MFC: r314097 - Allow different slicers for different flash types to be registered with geom_flashmap(4) and teach it about MMC for slicing enhanced user

svn commit: r318157 - stable/10/sys/dev/mmc

2017-05-10 Thread Marius Strobl
Author: marius Date: Wed May 10 21:11:15 2017 New Revision: 318157 URL: https://svnweb.freebsd.org/changeset/base/318157 Log: MFC: r292420 Make SYSCTL hw.mmc.debug tunable, since often you want to debug the bus probing during system startup. Modified: stable/10/sys/dev/mmc/mmc.c

svn commit: r318156 - stable/11/sys/sparc64/conf

2017-05-10 Thread Marius Strobl
Author: marius Date: Wed May 10 20:53:13 2017 New Revision: 318156 URL: https://svnweb.freebsd.org/changeset/base/318156 Log: MFC: r305507 Disable vt(4) by default on sparc64 as creator_vt(4) and vt_ofwfb(4) have the serious problem of not actually attaching the hardware they are

svn commit: r318154 - stable/11/sys/netpfil/ipfw

2017-05-10 Thread Marius Strobl
Author: marius Date: Wed May 10 20:46:55 2017 New Revision: 318154 URL: https://svnweb.freebsd.org/changeset/base/318154 Log: MFC: r311817 In dummynet(4), random chunks of memory are casted to struct dn_*, potentially leading to fatal unaligned accesses on architectures with strict

svn commit: r318155 - stable/10/sys/netpfil/ipfw

2017-05-10 Thread Marius Strobl
Author: marius Date: Wed May 10 20:46:59 2017 New Revision: 318155 URL: https://svnweb.freebsd.org/changeset/base/318155 Log: MFC: r311817 In dummynet(4), random chunks of memory are casted to struct dn_*, potentially leading to fatal unaligned accesses on architectures with strict

svn commit: r318153 - stable/11/usr.bin/sort

2017-05-10 Thread Marius Strobl
Author: marius Date: Wed May 10 20:29:33 2017 New Revision: 318153 URL: https://svnweb.freebsd.org/changeset/base/318153 Log: MFC: r310712 - Use correct offsets into the keys set array. As the elements of this zero-length array are dynamically sized at run-time based on the use of

svn commit: r318152 - stable/10/usr.bin/sort

2017-05-10 Thread Marius Strobl
Author: marius Date: Wed May 10 20:29:01 2017 New Revision: 318152 URL: https://svnweb.freebsd.org/changeset/base/318152 Log: MFC: r310712 - Use correct offsets into the keys set array. As the elements of this zero-length array are dynamically sized at run-time based on the use of

svn commit: r318151 - in stable/10/sys/dev: ic puc

2017-05-10 Thread Marius Strobl
Author: marius Date: Wed May 10 20:12:23 2017 New Revision: 318151 URL: https://svnweb.freebsd.org/changeset/base/318151 Log: MFC: r293642 - Add support for Advantech PCI-1602 Rev. B1 and PCI-1603 cards. [1] - Add a description of Advantech PCI-1602 Rev. A boards. [1] - Properly set up

svn commit: r318150 - head/sys/netinet/libalias

2017-05-10 Thread Eugene Grosbein
Author: eugen (ports committer) Date: Wed May 10 19:41:52 2017 New Revision: 318150 URL: https://svnweb.freebsd.org/changeset/base/318150 Log: ipfw nat and natd support multiple aliasing instances with "nat global" feature that chooses right alias_address for outgoing packets that already

svn commit: r318149 - stable/10/sys/dev/isp

2017-05-10 Thread Kenneth D. Merry
Author: ken Date: Wed May 10 18:59:20 2017 New Revision: 318149 URL: https://svnweb.freebsd.org/changeset/base/318149 Log: MFC r317740: Correct loop mode CRN resets to adhere to FCP-4 section 4.10 Prior to this change, the CRN (Command Reference Number) is reset on any

svn commit: r318148 - stable/11/sys/dev/isp

2017-05-10 Thread Kenneth D. Merry
Author: ken Date: Wed May 10 18:59:18 2017 New Revision: 318148 URL: https://svnweb.freebsd.org/changeset/base/318148 Log: MFC r317740: Correct loop mode CRN resets to adhere to FCP-4 section 4.10 Prior to this change, the CRN (Command Reference Number) is reset on any

svn commit: r318147 - head/sys/net

2017-05-10 Thread Eric Joyner
Author: erj Date: Wed May 10 18:33:40 2017 New Revision: 318147 URL: https://svnweb.freebsd.org/changeset/base/318147 Log: Add several new media types to if_media.h These include several 25G types (for active direct attach cables and LR modules), and a missing type for 10G active direct

svn commit: r318146 - stable/11/release/doc/en_US.ISO8859-1/relnotes

2017-05-10 Thread Glen Barber
Author: gjb Date: Wed May 10 17:32:29 2017 New Revision: 318146 URL: https://svnweb.freebsd.org/changeset/base/318146 Log: Document r308914, zfsbootcfg(8) addition. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r318145 - in stable: 10/sys/geom/journal 11/sys/geom/journal

2017-05-10 Thread John Baldwin
Author: jhb Date: Wed May 10 16:32:12 2017 New Revision: 318145 URL: https://svnweb.freebsd.org/changeset/base/318145 Log: MFC 313409: Defer startup of gjournal switcher kproc. Don't start switcher kproc until the first GEOM is created. Modified: stable/11/sys/geom/journal/g_journal.c

svn commit: r318145 - in stable: 10/sys/geom/journal 11/sys/geom/journal

2017-05-10 Thread John Baldwin
Author: jhb Date: Wed May 10 16:32:12 2017 New Revision: 318145 URL: https://svnweb.freebsd.org/changeset/base/318145 Log: MFC 313409: Defer startup of gjournal switcher kproc. Don't start switcher kproc until the first GEOM is created. Modified: stable/10/sys/geom/journal/g_journal.c

Re: svn commit: r317782 - in head: contrib/libarchive/cpio contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/test_utils lib/libarchive/te

2017-05-10 Thread Conrad Meyer
Hi Martin, One minor Coverity nit below: On Wed, May 3, 2017 at 5:04 PM, Martin Matuska wrote: > Author: mm > Date: Thu May 4 00:04:17 2017 > New Revision: 317782 > URL: https://svnweb.freebsd.org/changeset/base/317782 > > Log: > MFV r317781: > Sync libarchive with vendor

Re: svn commit: r318144 - in head: usr.bin/mkuzip usr.sbin/pw

2017-05-10 Thread Warner Losh
On Wed, May 10, 2017 at 10:06 AM, Alan Somers wrote: > Author: asomers > Date: Wed May 10 16:06:22 2017 > New Revision: 318144 > URL: https://svnweb.freebsd.org/changeset/base/318144 > > Log: > Don't depend on assert(3) getting evaluated Thanks! You can ignore my other

Re: svn commit: r318143 - head/usr.sbin/pw

2017-05-10 Thread Warner Losh
Again, this is wrong. -DNDEBUG makes this a nop. Warner. On Wed, May 10, 2017 at 9:38 AM, Alan Somers wrote: > Author: asomers > Date: Wed May 10 15:38:06 2017 > New Revision: 318143 > URL: https://svnweb.freebsd.org/changeset/base/318143 > > Log: > strcpy => strlcpy > >

svn commit: r318144 - in head: usr.bin/mkuzip usr.sbin/pw

2017-05-10 Thread Alan Somers
Author: asomers Date: Wed May 10 16:06:22 2017 New Revision: 318144 URL: https://svnweb.freebsd.org/changeset/base/318144 Log: Don't depend on assert(3) getting evaluated Reported by: imp MFC after:3 weeks X-MFC-With: 318141, 318143 Sponsored by: Spectra Logic Corp Modified:

Re: svn commit: r301198 - head/sys/dev/xen/netfront

2017-05-10 Thread John Baldwin
On Tuesday, May 09, 2017 08:36:13 PM Colin Percival wrote: > On 05/09/17 03:09, Roger Pau Monn� wrote: > > On Wed, May 03, 2017 at 05:13:40AM +, Colin Percival wrote: > >> On 06/02/16 04:16, Roger Pau Monn� wrote: > >>> Author: royger > >>> Date: Thu Jun 2 11:16:35 2016 > >>> New

Re: svn commit: r318141 - head/usr.bin/mkuzip

2017-05-10 Thread Alan Somers
Hmm. I thought that assert(e) would get turned into e when -DNDEBUG. But looking at the header, you're right. I'll fix it soon. Good catch. -Alan On Wed, May 10, 2017 at 9:32 AM, Warner Losh wrote: > Doesn't assert get compiled out, which would cause strlcpy to never happen?

svn commit: r318143 - head/usr.sbin/pw

2017-05-10 Thread Alan Somers
Author: asomers Date: Wed May 10 15:38:06 2017 New Revision: 318143 URL: https://svnweb.freebsd.org/changeset/base/318143 Log: strcpy => strlcpy Reported by: Coverity CID: 1006715 MFC after:3 weeks Sponsored by: Spectra Logic Corp Modified: head/usr.sbin/pw/pw_user.c

svn commit: r318142 - head/lib/libstand

2017-05-10 Thread Toomas Soome
Author: tsoome Date: Wed May 10 15:35:41 2017 New Revision: 318142 URL: https://svnweb.freebsd.org/changeset/base/318142 Log: libstand: NULL pointer dereference in rarp readether argument is missing & operator. CID: 1374944 Reported by: Coverity, cem Reviewed by: cem

Re: svn commit: r318141 - head/usr.bin/mkuzip

2017-05-10 Thread Warner Losh
Doesn't assert get compiled out, which would cause strlcpy to never happen? Warner On Wed, May 10, 2017 at 9:27 AM, Alan Somers wrote: > Author: asomers > Date: Wed May 10 15:27:36 2017 > New Revision: 318141 > URL: https://svnweb.freebsd.org/changeset/base/318141 > > Log:

svn commit: r318141 - head/usr.bin/mkuzip

2017-05-10 Thread Alan Somers
Author: asomers Date: Wed May 10 15:27:36 2017 New Revision: 318141 URL: https://svnweb.freebsd.org/changeset/base/318141 Log: strcpy => strlcpy Reported by: Coverity CID: 1352771 MFC after:3 weeks Sponsored by: Spectra Logic Corp Modified:

svn commit: r318139 - in stable/11: share/man/man4 sys/cam/scsi

2017-05-10 Thread Kenneth D. Merry
Author: ken Date: Wed May 10 15:20:38 2017 New Revision: 318139 URL: https://svnweb.freebsd.org/changeset/base/318139 Log: MFC r317775: Fix error recovery behavior in the pass(4) driver. After FreeBSD SVN revision 236814, the pass(4) driver changed from only doing error

svn commit: r318140 - in stable/10: share/man/man4 sys/cam/scsi

2017-05-10 Thread Kenneth D. Merry
Author: ken Date: Wed May 10 15:20:39 2017 New Revision: 318140 URL: https://svnweb.freebsd.org/changeset/base/318140 Log: MFC r317775: Fix error recovery behavior in the pass(4) driver. After FreeBSD SVN revision 236814, the pass(4) driver changed from only doing error

svn commit: r318138 - head/usr.bin/resizewin

2017-05-10 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 10 14:54:32 2017 New Revision: 318138 URL: https://svnweb.freebsd.org/changeset/base/318138 Log: Revert to pre-r318116 wording to not give the false impression that setting the kernels' idea of terminal size is somehow an alternative to environment variables.

Re: svn commit: r317529 - in stable: 10/sys/sys 11/sys/sys

2017-05-10 Thread Slawa Olhovchenkov
On Tue, May 09, 2017 at 09:14:20PM -0500, Eric Badger wrote: > On 05/09/2017 03:32 PM, Slawa Olhovchenkov wrote: > > On Thu, Apr 27, 2017 at 10:28:50PM +, Eric Badger wrote: > > > >> Author: badger > >> Date: Thu Apr 27 22:28:49 2017 > >> New Revision: 317529 > >> URL:

svn commit: r318137 - head/usr.bin/mkimg

2017-05-10 Thread Emmanuel Vadot
Author: manu Date: Wed May 10 09:36:34 2017 New Revision: 318137 URL: https://svnweb.freebsd.org/changeset/base/318137 Log: mkimg: Add -C argument to specify maximum capacity Add a -C option to specify a maximum capacity for the final image file. It is useful to control the size of the

Re: svn commit: r318017 - head/share/man/man4

2017-05-10 Thread Dimitry Andric
On 10 May 2017, at 02:47, Bruce Evans wrote: > > On Tue, 9 May 2017, Ian Lepore wrote: > >> On Tue, 2017-05-09 at 08:36 +, Edward Tomasz Napierala wrote: >>> Author: trasz >>> Date: Tue May 9 08:36:09 2017 >>> New Revision: 318017 >>> URL:

Re: svn commit: r317529 - in stable: 10/sys/sys 11/sys/sys

2017-05-10 Thread Dimitry Andric
On 10 May 2017, at 04:14, Eric Badger wrote: > > On 05/09/2017 03:32 PM, Slawa Olhovchenkov wrote: >> On Thu, Apr 27, 2017 at 10:28:50PM +, Eric Badger wrote: >> >>> Author: badger >>> Date: Thu Apr 27 22:28:49 2017 >>> New Revision: 317529 >>> URL:

Re: svn commit: r301198 - head/sys/dev/xen/netfront

2017-05-10 Thread Roger Pau Monné
On Tue, May 09, 2017 at 08:36:13PM +, Colin Percival wrote: > On 05/09/17 03:09, Roger Pau Monn� wrote: > > On Wed, May 03, 2017 at 05:13:40AM +, Colin Percival wrote: > >> On 06/02/16 04:16, Roger Pau Monn� wrote: > >>> Author: royger > >>> Date: Thu Jun 2 11:16:35 2016 > >>> New

Re: svn commit: r318021 - in head/sys/arm: arm include

2017-05-10 Thread Michal Meloun
On 09.05.2017 17:09, Andrew Turner wrote: >> On 9 May 2017, at 13:40, Michal Meloun wrote: >> >> >> >> On 09.05.2017 13:34, Andrew Turner wrote: On 9 May 2017, at 12:05, Michal Meloun wrote: Author: mmel Date: Tue May 9 11:05:32