Re: svn commit: r327767 - in head/sys: conf i386/bios i386/conf i386/isa

2018-01-13 Thread Bruce Evans
On Sat, 13 Jan 2018, Warner Losh wrote: [trimmed, sorry ] Your mail client also corrupted the formatting, especially for tabs. It sends plain text with tabs corrupted to spaces and an html attachment with full-width tabs corrupted to "=C2=A0 =C2=A0 =C2=A0 =C2=A0 ", both with charset UTF-8.

svn commit: r327958 - head/sys/dev/virtio

2018-01-13 Thread Bryan Venteicher
Author: bryanv Date: Sun Jan 14 06:03:40 2018 New Revision: 327958 URL: https://svnweb.freebsd.org/changeset/base/327958 Log: Sync VirtIO IDs with Linux Modified: head/sys/dev/virtio/virtio.c head/sys/dev/virtio/virtio_ids.h Modified: head/sys/dev/virtio/virtio.c

Re: svn commit: r327876 - in head/sys/arm64: arm64 include

2018-01-13 Thread Michal Meloun
On 14.01.2018 0:54, Marcin Wojtas wrote: Hi Michal, 2018-01-12 18:15 GMT+01:00 Michal Meloun : On 12.01.2018 15:54, Warner Losh wrote: On Fri, Jan 12, 2018 at 7:52 AM, Andrew Turner > wrote: On 12 Jan 2018,

Re: svn commit: r327950 - in head/sys/powerpc: aim include powerpc ps3

2018-01-13 Thread Nathan Whitehorn
On 01/13/18 15:28, Nathan Whitehorn wrote: On 01/13/18 15:24, Konstantin Belousov wrote: On Sat, Jan 13, 2018 at 11:14:53PM +, Nathan Whitehorn wrote: +/* + * We (usually) have a direct map of all physical memory. All + * uses of this macro must be gated by a check on hw_direct_map! +

Re: svn commit: r327767 - in head/sys: conf i386/bios i386/conf i386/isa

2018-01-13 Thread Warner Losh
[trimmed, sorry ] On Sat, Jan 13, 2018 at 4:56 AM, Bruce Evans wrote: > On Wed, 10 Jan 2018, Warner Losh wrote: > > Log: >> Retire pmtimer driver. Move time fixing into apm driver. Move >> Iwasaki-san's copyright over. Remove FIXME code that couldn't possibly >> work.

Re: svn commit: r327774 - in head: . sys/i386/bios

2018-01-13 Thread Warner Losh
On Sat, Jan 13, 2018 at 6:17 AM, Bruce Evans wrote: > On Wed, 10 Jan 2018, Warner Losh wrote: > > Log: >> inittodr(0) actually sets the time, so there's no need to call >> tc_setclock(). It's redundant. Tweak UPDATING based on code review of >> past releases. >> > > No,

svn commit: r327954 - in head/sys: amd64/conf conf dev/acpica vm x86/acpica

2018-01-13 Thread Jeff Roberson
Author: jeff Date: Sun Jan 14 03:36:03 2018 New Revision: 327954 URL: https://svnweb.freebsd.org/changeset/base/327954 Log: Move VM_NUMA_ALLOC and DEVICE_NUMA under the single global config option NUMA. Sponsored by: Netflix, Dell/EMC Isilon Discussed with: jhb Modified:

Re: svn commit: r327949 - in head/sys/dev: aacraid advansys ath beri/virtio bnxt bwn ciss cxgbe/crypto esp fb gpio if_ndis iwi kbd liquidio liquidio/base mpr mps mpt mrsas mxge netmap nvme pst ral rp

2018-01-13 Thread Pedro Giffuni
On 01/13/18 19:17, Cy Schubert wrote: In message <201801132230.w0dmuvmf081...@repo.freebsd.org>, "Pedro F. Giffuni" w rites: Author: pfg Date: Sat Jan 13 22:30:30 2018 New Revision: 327949 URL: https://svnweb.freebsd.org/changeset/base/327949 Log: dev: make some use of mallocarray(9).

svn commit: r327953 - head/sys/dev/mxge

2018-01-13 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jan 14 00:31:34 2018 New Revision: 327953 URL: https://svnweb.freebsd.org/changeset/base/327953 Log: Fix build after r327949. Reported by: Cy Schubert Modified: head/sys/dev/mxge/if_mxge.c Modified: head/sys/dev/mxge/if_mxge.c

Re: svn commit: r327949 - in head/sys/dev: aacraid advansys ath beri/virtio bnxt bwn ciss cxgbe/crypto esp fb gpio if_ndis iwi kbd liquidio liquidio/base mpr mps mpt mrsas mxge netmap nvme pst ral r

2018-01-13 Thread Cy Schubert
In message <201801132230.w0dmuvmf081...@repo.freebsd.org>, "Pedro F. Giffuni" w rites: > Author: pfg > Date: Sat Jan 13 22:30:30 2018 > New Revision: 327949 > URL: https://svnweb.freebsd.org/changeset/base/327949 > > Log: > dev: make some use of mallocarray(9). > > Focus on code where we

Re: svn commit: r327876 - in head/sys/arm64: arm64 include

2018-01-13 Thread Marcin Wojtas
Hi Michal, 2018-01-12 18:15 GMT+01:00 Michal Meloun : > > > On 12.01.2018 15:54, Warner Losh wrote: >> >> >> >> On Fri, Jan 12, 2018 at 7:52 AM, Andrew Turner > > wrote: >> >> >> >>> On 12 Jan 2018, at 14:37, Warner Losh

svn commit: r327951 - in head/sys/dev/usb: . serial

2018-01-13 Thread Nick Hibma
Author: n_hibma Date: Sat Jan 13 23:31:21 2018 New Revision: 327951 URL: https://svnweb.freebsd.org/changeset/base/327951 Log: Add support for Quectel EC25. Submitted by: Samuel Crookes MFC after:3 days Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified:

Re: svn commit: r327950 - in head/sys/powerpc: aim include powerpc ps3

2018-01-13 Thread Nathan Whitehorn
On 01/13/18 15:24, Konstantin Belousov wrote: On Sat, Jan 13, 2018 at 11:14:53PM +, Nathan Whitehorn wrote: +/* + * We (usually) have a direct map of all physical memory. All + * uses of this macro must be gated by a check on hw_direct_map! + * The location of the direct map may not be

Re: svn commit: r327950 - in head/sys/powerpc: aim include powerpc ps3

2018-01-13 Thread Konstantin Belousov
On Sat, Jan 13, 2018 at 11:14:53PM +, Nathan Whitehorn wrote: > +/* > + * We (usually) have a direct map of all physical memory. All > + * uses of this macro must be gated by a check on hw_direct_map! > + * The location of the direct map may not be 1:1 in future, so use > + * of the macro is

svn commit: r327950 - in head/sys/powerpc: aim include powerpc ps3

2018-01-13 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jan 13 23:14:53 2018 New Revision: 327950 URL: https://svnweb.freebsd.org/changeset/base/327950 Log: Document places we assume that physical memory is direct-mapped at zero by using a new macro PHYS_TO_DMAP, which deliberately has the same name as the equivalent

Re: svn commit: r327949 - in head/sys/dev: aacraid advansys ath beri/virtio bnxt bwn ciss cxgbe/crypto esp fb gpio if_ndis iwi kbd liquidio liquidio/base mpr mps mpt mrsas mxge netmap nvme pst ral rp

2018-01-13 Thread Pedro Giffuni
On 01/13/18 17:30, Pedro F. Giffuni wrote: Author: pfg Date: Sat Jan 13 22:30:30 2018 New Revision: 327949 URL: https://svnweb.freebsd.org/changeset/base/327949 Log: dev: make some use of mallocarray(9). Focus on code where we are doing multiplications within malloc(9). None of

svn commit: r327949 - in head/sys/dev: aacraid advansys ath beri/virtio bnxt bwn ciss cxgbe/crypto esp fb gpio if_ndis iwi kbd liquidio liquidio/base mpr mps mpt mrsas mxge netmap nvme pst ral rp s...

2018-01-13 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 13 22:30:30 2018 New Revision: 327949 URL: https://svnweb.freebsd.org/changeset/base/327949 Log: dev: make some use of mallocarray(9). Focus on code where we are doing multiplications within malloc(9). None of these is likely to overflow, however the change is

svn commit: r327948 - head/sys/dev/virtio/console

2018-01-13 Thread Bryan Venteicher
Author: bryanv Date: Sat Jan 13 21:39:46 2018 New Revision: 327948 URL: https://svnweb.freebsd.org/changeset/base/327948 Log: Fix possible panic when creating VirtIO console dev aliases Since we have no control over the name, the MAKEDEV_CHECKNAME flag must be used to return an error on

svn commit: r327947 - head/usr.bin/limits

2018-01-13 Thread Eitan Adler
Author: eadler Date: Sat Jan 13 21:37:14 2018 New Revision: 327947 URL: https://svnweb.freebsd.org/changeset/base/327947 Log: limits(1): also bump .Dd... PR: 225147 MFC After:1 week Modified: head/usr.bin/limits/limits.1 Modified: head/usr.bin/limits/limits.1

svn commit: r327946 - head/usr.bin/limits

2018-01-13 Thread Eitan Adler
Author: eadler Date: Sat Jan 13 21:36:39 2018 New Revision: 327946 URL: https://svnweb.freebsd.org/changeset/base/327946 Log: limits(1): fix grammar Submitted by: yuri PR: 225147 MFC After:1 week Modified: head/usr.bin/limits/limits.1 Modified:

svn commit: r327943 - head/sys/powerpc/mpc85xx

2018-01-13 Thread Justin Hibbits
Author: jhibbits Date: Sat Jan 13 21:10:42 2018 New Revision: 327943 URL: https://svnweb.freebsd.org/changeset/base/327943 Log: Include only the headers needed The extra headers came through evolution of the file. Modified: head/sys/powerpc/mpc85xx/mpc85xx_cache.c Modified:

svn commit: r327941 - head/usr.sbin/timed/timed

2018-01-13 Thread Eitan Adler
Author: eadler Date: Sat Jan 13 20:35:32 2018 New Revision: 327941 URL: https://svnweb.freebsd.org/changeset/base/327941 Log: timed: slave is an infinite loop, mark it as such Modified: head/usr.sbin/timed/timed/extern.h head/usr.sbin/timed/timed/slave.c Modified:

Re: svn commit: r327940 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Pedro Giffuni
On 13/01/2018 14:59, Conrad Meyer wrote: On Sat, Jan 13, 2018 at 11:54 AM, Pedro Giffuni wrote: On 01/13/18 14:24, Conrad Meyer wrote: This is not in contrib code -- https://lists.freebsd.org/pipermail/svn-src-all/2018-January/156505.html . Thanks, I read it late...

Re: svn commit: r327940 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Conrad Meyer
On Sat, Jan 13, 2018 at 11:54 AM, Pedro Giffuni wrote: > On 01/13/18 14:24, Conrad Meyer wrote: > > This is not in contrib code -- > https://lists.freebsd.org/pipermail/svn-src-all/2018-January/156505.html > . > Thanks, I read it late... > > Shouldn't the local code be in

Re: svn commit: r327940 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Allan Jude
On 2018-01-13 14:54, Pedro Giffuni wrote: > Hmm ... > > > On 01/13/18 14:24, Conrad Meyer wrote: >> This is not in contrib code -- >> https://lists.freebsd.org/pipermail/svn-src-all/2018-January/156505.html >> . > > Thanks, I read it late... > > Shouldn't the local code be in usr.bin/zstd ? >

Re: svn commit: r327934 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Allan Jude
On 2018-01-13 14:23, Conrad Meyer wrote: > On Sat, Jan 13, 2018 at 10:09 AM, Pedro F. Giffuni wrote: >> Author: pfg >> Date: Sat Jan 13 18:09:09 2018 >> New Revision: 327934 >> URL: https://svnweb.freebsd.org/changeset/base/327934 >> >> Log: >> zstd: Use memalloc(9) for calloc

Re: svn commit: r327940 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Pedro Giffuni
Hmm ... On 01/13/18 14:24, Conrad Meyer wrote: This is not in contrib code -- https://lists.freebsd.org/pipermail/svn-src-all/2018-January/156505.html . Thanks, I read it late... Shouldn't the local code be in usr.bin/zstd ? Pedro.

Re: svn commit: r327940 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Conrad Meyer
This is not in contrib code -- https://lists.freebsd.org/pipermail/svn-src-all/2018-January/156505.html . On Sat, Jan 13, 2018 at 11:02 AM, Pedro F. Giffuni wrote: > Author: pfg > Date: Sat Jan 13 19:02:51 2018 > New Revision: 327940 > URL:

Re: svn commit: r327934 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Conrad Meyer
On Sat, Jan 13, 2018 at 10:09 AM, Pedro F. Giffuni wrote: > Author: pfg > Date: Sat Jan 13 18:09:09 2018 > New Revision: 327934 > URL: https://svnweb.freebsd.org/changeset/base/327934 > > Log: > zstd: Use memalloc(9) for calloc macro. > > This is in contrib code but since we

Re: svn commit: r327928 - head/sys/powerpc/mpc85xx

2018-01-13 Thread Kyle Evans
On Sat, Jan 13, 2018 at 12:55 PM, Pedro Giffuni wrote: > Hello; > > > > On 01/13/18 13:26, Kyle Evans wrote: >> >> On Sat, Jan 13, 2018 at 11:25 AM, Justin Hibbits >> wrote: >>> >>> Author: jhibbits >>> Date: Sat Jan 13 17:25:48 2018 >>> New Revision:

svn commit: r327940 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 13 19:02:51 2018 New Revision: 327940 URL: https://svnweb.freebsd.org/changeset/base/327940 Log: zstd: Use mallocarray(9) for calloc macro. This is in contrib code but since we only have mallocarray(9) in current we will not upstream this. This effectively

svn commit: r327939 - head/sys/arm/allwinner

2018-01-13 Thread Kyle Evans
Author: kevans Date: Sat Jan 13 19:02:08 2018 New Revision: 327939 URL: https://svnweb.freebsd.org/changeset/base/327939 Log: Add SPDX tag to aw_syscon(4) Modified: head/sys/arm/allwinner/aw_syscon.c Modified: head/sys/arm/allwinner/aw_syscon.c

svn commit: r327938 - head/sys/dev/extres/syscon

2018-01-13 Thread Kyle Evans
Author: kevans Date: Sat Jan 13 19:00:41 2018 New Revision: 327938 URL: https://svnweb.freebsd.org/changeset/base/327938 Log: Add SPDX tags to syscon bits, correct inconsistency in Copyright line. Modified: head/sys/dev/extres/syscon/syscon.c head/sys/dev/extres/syscon/syscon.h

Re: svn commit: r327928 - head/sys/powerpc/mpc85xx

2018-01-13 Thread Pedro Giffuni
Hello; On 01/13/18 13:26, Kyle Evans wrote: On Sat, Jan 13, 2018 at 11:25 AM, Justin Hibbits wrote: Author: jhibbits Date: Sat Jan 13 17:25:48 2018 New Revision: 327928 URL: https://svnweb.freebsd.org/changeset/base/327928 Log: Add SPDX identifier to header

svn commit: r327937 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 13 18:56:42 2018 New Revision: 327937 URL: https://svnweb.freebsd.org/changeset/base/327937 Log: Revert r327934 to fix the log message. Modified: head/sys/contrib/zstd/lib/freebsd/zstd_kfreebsd.h Modified: head/sys/contrib/zstd/lib/freebsd/zstd_kfreebsd.h

svn commit: r327936 - in head: share/man/man4 sys/arm/allwinner sys/dev/extres/syscon

2018-01-13 Thread Kyle Evans
Author: kevans Date: Sat Jan 13 18:46:31 2018 New Revision: 327936 URL: https://svnweb.freebsd.org/changeset/base/327936 Log: Introduce aw_syscon(4) for earlier attachment Attaching syscon_generic earlier than BUS_PASS_DEFAULT makes it more difficult for specific syscon drivers to attach

Re: svn commit: r327934 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Pedro Giffuni
On 01/13/18 13:44, Dimitry Andric wrote: On 13 Jan 2018, at 19:09, Pedro F. Giffuni wrote: Author: pfg Date: Sat Jan 13 18:09:09 2018 New Revision: 327934 URL: https://svnweb.freebsd.org/changeset/base/327934 Log: zstd: Use memalloc(9) for calloc macro. This is in

Re: svn commit: r327934 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Dimitry Andric
On 13 Jan 2018, at 19:09, Pedro F. Giffuni wrote: > > Author: pfg > Date: Sat Jan 13 18:09:09 2018 > New Revision: 327934 > URL: https://svnweb.freebsd.org/changeset/base/327934 > > Log: > zstd: Use memalloc(9) for calloc macro. > > This is in contrib code but since we only

Re: svn commit: r327934 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread O. Hartmann
Am Sat, 13 Jan 2018 18:09:10 + (UTC) "Pedro F. Giffuni" schrieb: > Author: pfg > Date: Sat Jan 13 18:09:09 2018 > New Revision: 327934 > URL: https://svnweb.freebsd.org/changeset/base/327934 > > Log: > zstd: Use memalloc(9) for calloc macro. > > This is in contrib

Re: svn commit: r327906 - in head/sys: conf powerpc/mpc85xx

2018-01-13 Thread Pedro Giffuni
On 01/13/18 13:02, Kevin Lo wrote: On Sat, Jan 13, 2018 at 10:38:43AM -0500, Pedro Giffuni wrote: ... On 13/01/2018 10:33, Justin Hibbits wrote: ... Can we please add SPDX ID tags, specially on new code? I had them added to the guidelines:

svn commit: r327935 - head/share/examples/etc

2018-01-13 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 13 18:28:30 2018 New Revision: 327935 URL: https://svnweb.freebsd.org/changeset/base/327935 Log: Add SPDX identifier for the example license. For project files we should use the -FreeBSD prefix but for this example assume it is going to be used for some general

Re: svn commit: r327928 - head/sys/powerpc/mpc85xx

2018-01-13 Thread Kyle Evans
On Sat, Jan 13, 2018 at 11:25 AM, Justin Hibbits wrote: > Author: jhibbits > Date: Sat Jan 13 17:25:48 2018 > New Revision: 327928 > URL: https://svnweb.freebsd.org/changeset/base/327928 > > Log: > Add SPDX identifier to header > > Reported by: pfg > > Modified: >

svn commit: r327934 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 13 18:09:09 2018 New Revision: 327934 URL: https://svnweb.freebsd.org/changeset/base/327934 Log: zstd: Use memalloc(9) for calloc macro. This is in contrib code but since we only have memalloc(9) in current we will not upstream this. Modified:

Re: svn commit: r327906 - in head/sys: conf powerpc/mpc85xx

2018-01-13 Thread Kevin Lo
On Sat, Jan 13, 2018 at 10:38:43AM -0500, Pedro Giffuni wrote: > > ... > > > On 13/01/2018 10:33, Justin Hibbits wrote: > > > > > > On Jan 13, 2018 09:04, "Pedro Giffuni" > > wrote: > > > > > > > > On 12/01/2018 20:36, Justin Hibbits wrote: > >

svn commit: r327932 - head/sys/x86/include

2018-01-13 Thread Conrad Meyer
Author: cem Date: Sat Jan 13 17:55:22 2018 New Revision: 327932 URL: https://svnweb.freebsd.org/changeset/base/327932 Log: amd64: Add a 48-bit MAXADDR constant Some devices (e.g., ccp(4) -- to be committed) can only access the low 48 bits of physical memory. Reviewed by: markj

svn commit: r327930 - in head/contrib/llvm/tools/clang: include/clang/AST lib/AST lib/Sema

2018-01-13 Thread Dimitry Andric
Author: dim Date: Sat Jan 13 17:47:34 2018 New Revision: 327930 URL: https://svnweb.freebsd.org/changeset/base/327930 Log: Pull in r314499 from upstream clang trunk (by Daniel Marjamäki): [Sema] Suppress warnings for C's zero initializer Patch by S. Gilles! Differential

svn commit: r327929 - head/sys/dev/mmc

2018-01-13 Thread Marius Strobl
Author: marius Date: Sat Jan 13 17:36:11 2018 New Revision: 327929 URL: https://svnweb.freebsd.org/changeset/base/327929 Log: Use the correct revision specifier (EXT_CSD revision rather than system specification version) for deciding whether the EXT_CSD register includes the

svn commit: r327928 - head/sys/powerpc/mpc85xx

2018-01-13 Thread Justin Hibbits
Author: jhibbits Date: Sat Jan 13 17:25:48 2018 New Revision: 327928 URL: https://svnweb.freebsd.org/changeset/base/327928 Log: Add SPDX identifier to header Reported by: pfg Modified: head/sys/powerpc/mpc85xx/mpc85xx_cache.c Modified: head/sys/powerpc/mpc85xx/mpc85xx_cache.c

Re: svn commit: r319971 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/stdlib/jemal

2018-01-13 Thread Alexey Dokuchaev
On Thu, Jun 15, 2017 at 07:15:06AM +, Jason Evans wrote: > New Revision: 319971 > URL: https://svnweb.freebsd.org/changeset/base/319971 > > Log: > Update jemalloc to 5.0.0. I've finally bisected the problem of `games/quake2lnx' failing to start (hanging) in GLX mode down to this commit.

svn commit: r327926 - head/sys/dev/mmc

2018-01-13 Thread Marius Strobl
Author: marius Date: Sat Jan 13 16:32:09 2018 New Revision: 327926 URL: https://svnweb.freebsd.org/changeset/base/327926 Log: Fix a bug introduced in r327355; in mmcsd_ioctl_cmd() when ensuring that userland doesn't switch partitions on its own, compare against the partition

svn commit: r327925 - head/sys/dev/wbwd

2018-01-13 Thread Alexander Motin
Author: mav Date: Sat Jan 13 16:31:07 2018 New Revision: 327925 URL: https://svnweb.freebsd.org/changeset/base/327925 Log: Add IDs for Nuvoton NCT6793/NCT6795. MFC after:2 weeks Modified: head/sys/dev/wbwd/wbwd.c Modified: head/sys/dev/wbwd/wbwd.c

svn commit: r327924 - head/sys/dev/sdhci

2018-01-13 Thread Marius Strobl
Author: marius Date: Sat Jan 13 16:21:13 2018 New Revision: 327924 URL: https://svnweb.freebsd.org/changeset/base/327924 Log: Fix a bug introduced in r327339; at the point in time re-tuning is executed, the interrupt aggregation code might have disabled the SDHCI_INT_DMA_END and/or

Re: svn commit: r327906 - in head/sys: conf powerpc/mpc85xx

2018-01-13 Thread Pedro Giffuni
... On 13/01/2018 10:33, Justin Hibbits wrote: On Jan 13, 2018 09:04, "Pedro Giffuni" > wrote: On 12/01/2018 20:36, Justin Hibbits wrote: Author: jhibbits Date: Sat Jan 13 01:36:37 2018 New Revision: 327906

Re: svn commit: r327906 - in head/sys: conf powerpc/mpc85xx

2018-01-13 Thread Justin Hibbits
On Jan 13, 2018 09:04, "Pedro Giffuni" wrote: On 12/01/2018 20:36, Justin Hibbits wrote: > Author: jhibbits > Date: Sat Jan 13 01:36:37 2018 > New Revision: 327906 > URL: https://svnweb.freebsd.org/changeset/base/327906 > ... > > > Added:

Re: svn commit: r327906 - in head/sys: conf powerpc/mpc85xx

2018-01-13 Thread Pedro Giffuni
On 12/01/2018 20:36, Justin Hibbits wrote: Author: jhibbits Date: Sat Jan 13 01:36:37 2018 New Revision: 327906 URL: https://svnweb.freebsd.org/changeset/base/327906 ... Added: head/sys/powerpc/mpc85xx/mpc85xx_cache.c

svn commit: r327922 - head/sys/dev/mmc/host

2018-01-13 Thread Emmanuel Vadot
Author: manu Date: Sat Jan 13 14:10:45 2018 New Revision: 327922 URL: https://svnweb.freebsd.org/changeset/base/327922 Log: dwmmc_hisi: Fix build when option MMCCAM is defined Modified: head/sys/dev/mmc/host/dwmmc_hisi.c Modified: head/sys/dev/mmc/host/dwmmc_hisi.c

svn commit: r327921 - head/usr.bin/truss

2018-01-13 Thread Michael Tuexen
Author: tuexen Date: Sat Jan 13 14:10:45 2018 New Revision: 327921 URL: https://svnweb.freebsd.org/changeset/base/327921 Log: Fix a typo introduced in r327919. Modified: head/usr.bin/truss/syscalls.c Modified: head/usr.bin/truss/syscalls.c

svn commit: r327919 - head/usr.bin/truss

2018-01-13 Thread Michael Tuexen
Author: tuexen Date: Sat Jan 13 13:59:35 2018 New Revision: 327919 URL: https://svnweb.freebsd.org/changeset/base/327919 Log: Add support for readv() and writev() to truss. Sponsored by: Netflix, Inc. Modified: head/usr.bin/truss/syscall.h head/usr.bin/truss/syscalls.c Modified:

Re: svn commit: r327774 - in head: . sys/i386/bios

2018-01-13 Thread Bruce Evans
On Wed, 10 Jan 2018, Warner Losh wrote: Log: inittodr(0) actually sets the time, so there's no need to call tc_setclock(). It's redundant. Tweak UPDATING based on code review of past releases. No, tc_setclock() is not redundant (except for bugs). initodr(0) sets a raw RTC time (plus a

Re: svn commit: r327767 - in head/sys: conf i386/bios i386/conf i386/isa

2018-01-13 Thread Bruce Evans
On Wed, 10 Jan 2018, Warner Losh wrote: Log: Retire pmtimer driver. Move time fixing into apm driver. Move Iwasaki-san's copyright over. Remove FIXME code that couldn't possibly work. Call tc_settime() with our estimate of the delta we've been alseep (the one we print) to adjust the time.

svn commit: r327917 - head/sys/kern

2018-01-13 Thread Konstantin Belousov
Author: kib Date: Sat Jan 13 11:59:49 2018 New Revision: 327917 URL: https://svnweb.freebsd.org/changeset/base/327917 Log: Add sysctl debug.kdb.stack_overflow to conveniently test kernel handling of the kstack overflow. Sponsored by: The FreeBSD Foundation MFC after:1 week

svn commit: r327914 - head/sys/kern

2018-01-13 Thread Mateusz Guzik
Author: mjg Date: Sat Jan 13 09:26:24 2018 New Revision: 327914 URL: https://svnweb.freebsd.org/changeset/base/327914 Log: sx: retry hard shared unlock just like in r327905 for rwlocks Modified: head/sys/kern/kern_sx.c Modified: head/sys/kern/kern_sx.c

svn commit: r327913 - head/sys/contrib/ipfilter/netinet

2018-01-13 Thread Cy Schubert
Author: cy Date: Sat Jan 13 08:28:46 2018 New Revision: 327913 URL: https://svnweb.freebsd.org/changeset/base/327913 Log: Remove redundant variable. MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/radix_ipf.c Modified: head/sys/contrib/ipfilter/netinet/radix_ipf.c

Re: svn commit: r327912 - head/sys/contrib/ipfilter/netinet

2018-01-13 Thread Cy Schubert
In message <201801130816.w0d8gafg024...@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Sat Jan 13 08:16:10 2018 > New Revision: 327912 > URL: https://svnweb.freebsd.org/changeset/base/327912 > > Log: > Though this block of code is not used by FreeBSD, correct a call to >

svn commit: r327912 - head/sys/contrib/ipfilter/netinet

2018-01-13 Thread Cy Schubert
Author: cy Date: Sat Jan 13 08:16:10 2018 New Revision: 327912 URL: https://svnweb.freebsd.org/changeset/base/327912 Log: Though this block of code is not used by FreeBSD, correct a call to sprintf() with a macro call to SNPRINTF similar to other calls to SNPRINTF within this same block.