Re: svn commit: r328020 - in head/sys/mips: mips nlm/dev/sec

2018-01-15 Thread Ravi Pokala
Thanks! -Ravi (rpokala@) -Original Message- From: on behalf of Pedro Giffuni Date: 2018-01-15, Monday at 22:06 To: Ravi Pokala , , , Subject: Re: svn commit: r328020 - in head/sys/mips: mips nlm/dev/sec Thanks for the report; On 01/16/18 00:23, Ravi Pokala wrote: > Hi Pedro, > > T

Re: svn commit: r328020 - in head/sys/mips: mips nlm/dev/sec

2018-01-15 Thread Pedro Giffuni
Thanks for the report; On 01/16/18 00:23, Ravi Pokala wrote: Hi Pedro, This change breaks many (most? all?) MIPS kernels (universe, no special config, -DNO_CLEAN): Ugh, yes .. the build was broken by another change so I didn't noticeĀ  this in my builds. Sorry .. should be fixed as r328041.

svn commit: r328042 - in head/sys: conf powerpc/conf powerpc/powernv powerpc/pseries

2018-01-15 Thread Wojciech Macek
Author: wma Date: Tue Jan 16 06:24:19 2018 New Revision: 328042 URL: https://svnweb.freebsd.org/changeset/base/328042 Log: PowerNV: XICS support for PowerNV/OPAL Make XICS to be OPAL-aware. Created by:Nathan Whitehorn Submitted by: Wojciech Macek Sponsored by

svn commit: r328041 - head/sys/mips/mips

2018-01-15 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jan 16 06:04:39 2018 New Revision: 328041 URL: https://svnweb.freebsd.org/changeset/base/328041 Log: Fix build after r328020. Should have noticed earlier but the build was already broken by another change. Reported by: Ravi Pokala Modified: head/sys/mips/mip

Re: svn commit: r328020 - in head/sys/mips: mips nlm/dev/sec

2018-01-15 Thread Ravi Pokala
Hi Pedro, This change breaks many (most? all?) MIPS kernels (universe, no special config, -DNO_CLEAN): --- busdma_machdep.o --- cc1: warnings being treated as errors /usr/home/rpokala/freebsd/clean/base/head/sys/mips/mips/busdma_machdep.c: In function 'bus_dmamap_create': /usr/home/rpokala/free

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

2018-01-15 Thread Justin Hibbits
Author: jhibbits Date: Tue Jan 16 04:50:23 2018 New Revision: 328040 URL: https://svnweb.freebsd.org/changeset/base/328040 Log: Make fsl_sata driver work on P1022 P1022 SATA controller may set the wrong CCR bit for a command completion. This would previously cause an interrupt storm. Sol

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-15 Thread Eitan Adler
On 14 January 2018 at 12:16, Warner Losh wrote: > On Jan 14, 2018 10:15 AM, "Mark Johnston" wrote: > > On Sat, Jan 13, 2018 at 05:34:24PM -0500, Pedro Giffuni wrote: > > > > > > On 01/13/18 17:30, Pedro F. Giffuni wrote: > > > Author: pfg > > > Date: Sat Jan 13 22:30:30 2018 > > > New Revision:

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

2018-01-15 Thread Alan Cox
On 01/15/2018 20:40, Nathan Whitehorn wrote: > > > On 01/15/18 15:42, Konstantin Belousov wrote: >> On Mon, Jan 15, 2018 at 03:20:49PM -0800, Nathan Whitehorn wrote: >>> Fair enough. Here's a patch with a new flag (DIRECT_MAP_AVAILABLE). >>> I've >>> also retooled the sfbuf code to use this rather

svn commit: r328038 - in head/sys: dev/random sys

2018-01-15 Thread Conrad Meyer
Author: cem Date: Tue Jan 16 02:56:27 2018 New Revision: 328038 URL: https://svnweb.freebsd.org/changeset/base/328038 Log: random(4): Add CCP random source definitions The implementation will follow (D12723). For now, get the changes to commit-protected files out of the way. Approve

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

2018-01-15 Thread Nathan Whitehorn
On 01/15/18 15:42, Konstantin Belousov wrote: On Mon, Jan 15, 2018 at 03:20:49PM -0800, Nathan Whitehorn wrote: Fair enough. Here's a patch with a new flag (DIRECT_MAP_AVAILABLE). I've also retooled the sfbuf code to use this rather than its own flags that mean the same things. The sparc64 par

svn commit: r328039 - head/sys/x86/isa

2018-01-15 Thread Ian Lepore
Author: ian Date: Tue Jan 16 03:02:41 2018 New Revision: 328039 URL: https://svnweb.freebsd.org/changeset/base/328039 Log: Add static inline rtcin_locked() and rtcout_locked() functions for doing a related series of operations without doing a lock/unlock for each byte. Use them when reading

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

2018-01-15 Thread John Baldwin
Author: jhb Date: Tue Jan 16 01:21:07 2018 New Revision: 328037 URL: https://svnweb.freebsd.org/changeset/base/328037 Log: Rename 'recv' to 'receive' to appease shadow warnings from GCC. Modified: head/usr.bin/truss/syscalls.c Modified: head/usr.bin/truss/syscalls.c =

svn commit: r328036 - head

2018-01-15 Thread John Baldwin
Author: jhb Date: Tue Jan 16 01:05:04 2018 New Revision: 328036 URL: https://svnweb.freebsd.org/changeset/base/328036 Log: Check for GCC first rather than clang in the MIPS lib32 rules. This works around a bug with X_COMPILER_TYPE and permits mips64 to build again with in-tree gcc as well

svn commit: r328035 - head/usr.sbin/newsyslog

2018-01-15 Thread John Baldwin
Author: jhb Date: Tue Jan 16 00:47:53 2018 New Revision: 328035 URL: https://svnweb.freebsd.org/changeset/base/328035 Log: Sort the list of flags in newsyslog.conf entries. Move the 'X' and 'Y' entries into their sorted location in the list of flags just above 'Z'. Reviewed by: bcr

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

2018-01-15 Thread Konstantin Belousov
On Mon, Jan 15, 2018 at 03:20:49PM -0800, Nathan Whitehorn wrote: > Fair enough. Here's a patch with a new flag (DIRECT_MAP_AVAILABLE). I've > also retooled the sfbuf code to use this rather than its own flags that > mean the same things. The sparc64 part of the patch is untested. > -Nathan > In

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

2018-01-15 Thread Nathan Whitehorn
On 01/15/18 09:53, Konstantin Belousov wrote: On Mon, Jan 15, 2018 at 09:32:56AM -0800, Nathan Whitehorn wrote: That seems fine to me. I don't think a less-clumsy way that does not involve extra indirection is possible. The PHYS_TO_DMAP() returning NULL is about the best thing I can come up wi

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

2018-01-15 Thread Michael Tuexen
> On 15. Jan 2018, at 20:08, John Baldwin wrote: > > On Saturday, January 13, 2018 01:59:35 PM Michael Tuexen wrote: >> 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 w

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

2018-01-15 Thread Michael Tuexen
Author: tuexen Date: Mon Jan 15 23:17:12 2018 New Revision: 328034 URL: https://svnweb.freebsd.org/changeset/base/328034 Log: Keep list sorted. Thanks to jhb@ to pointing out that I put it at the wrong place in r327919. Modified: head/usr.bin/truss/syscalls.c Modified: head/usr.bin/truss/s

svn commit: r328033 - head/lib/libsysdecode

2018-01-15 Thread Michael Tuexen
Author: tuexen Date: Mon Jan 15 23:12:54 2018 New Revision: 328033 URL: https://svnweb.freebsd.org/changeset/base/328033 Log: Bump date, which I missed in r328014. Thanks to jhb@ for reporting. Modified: head/lib/libsysdecode/sysdecode_mask.3 Modified: head/lib/libsysdecode/sysdecode_mask.3

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

2018-01-15 Thread John Baldwin
On Saturday, January 13, 2018 01:59:35 PM Michael Tuexen wrote: > 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. >

Re: svn commit: r328014 - head/lib/libsysdecode

2018-01-15 Thread John Baldwin
On Monday, January 15, 2018 08:37:11 PM Michael Tuexen wrote: > Author: tuexen > Date: Mon Jan 15 20:37:11 2018 > New Revision: 328014 > URL: https://svnweb.freebsd.org/changeset/base/328014 > > Log: > Add support for decoding the nxt_flags, rcv_flags, and snd_flags of > SCTP level cmsgs. > >

svn commit: r328032 - head/usr.sbin/service

2018-01-15 Thread Kyle Evans
Author: kevans Date: Mon Jan 15 22:24:11 2018 New Revision: 328032 URL: https://svnweb.freebsd.org/changeset/base/328032 Log: service(8): Add support for interfacing with services in jails Provide a -j option that can take a jail name or id. If -j is specified, check that the jail exists

svn commit: r328030 - head/stand/efi/boot1

2018-01-15 Thread Warner Losh
Author: imp Date: Mon Jan 15 22:17:34 2018 New Revision: 328030 URL: https://svnweb.freebsd.org/changeset/base/328030 Log: Check the return value from utf8_to_ucs2 instead of whether or not uv is NULL. That's more correct and doesn't depend on the error behavior of utf8_to_ucs2. In practice,

svn commit: r328031 - head/stand/efi/boot1

2018-01-15 Thread Warner Losh
Author: imp Date: Mon Jan 15 22:17:39 2018 New Revision: 328031 URL: https://svnweb.freebsd.org/changeset/base/328031 Log: Need to free uv after we're done using it. Reported by: andrew@ Sponsored by: Netflix Modified: head/stand/efi/boot1/boot1.c Modified: head/stand/efi/boot1/boot1.

svn commit: r328029 - head/stand/efi/libefi

2018-01-15 Thread Warner Losh
Author: imp Date: Mon Jan 15 22:17:15 2018 New Revision: 328029 URL: https://svnweb.freebsd.org/changeset/base/328029 Log: When returning an error and freeing allocated memory from ucs2_to_utf8 and utf8_to_ucs2, be sure to NULL out the return pointer too, rather than return a pointer to free

svn commit: r328028 - head/sys/netinet

2018-01-15 Thread Michael Tuexen
Author: tuexen Date: Mon Jan 15 21:59:20 2018 New Revision: 328028 URL: https://svnweb.freebsd.org/changeset/base/328028 Log: Don't provide a (meaningless) cmsg when proving a notification in a recvmsg() call. MFC after:1 week Modified: head/sys/netinet/sctputil.c Modified: head/s

svn commit: r328027 - head/share/man/man4

2018-01-15 Thread Kyle Evans
Author: kevans Date: Mon Jan 15 21:53:33 2018 New Revision: 328027 URL: https://svnweb.freebsd.org/changeset/base/328027 Log: wsp(4): Update to reflect new sysctl from r314467 r314467 introduced hw.usb.wsp.enable_single_tap_clicks to enable/disable single-tap left click behavior. Update t

svn commit: r328026 - in head/sys: geom/uzip gnu/dev/bwn/phy_n

2018-01-15 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 15 21:23:16 2018 New Revision: 328026 URL: https://svnweb.freebsd.org/changeset/base/328026 Log: misc geom and gnu: make some use of mallocarray(9). Focus on code where we are doing multiplications within malloc(9). None of these ire likely to overflow, however t

svn commit: r328025 - in head/sys: net netinet6

2018-01-15 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 15 21:21:51 2018 New Revision: 328025 URL: https://svnweb.freebsd.org/changeset/base/328025 Log: net*: make some use of mallocarray(9). Focus on code where we are doing multiplications within malloc(9). None of these ire likely to overflow, however the change is

svn commit: r328024 - head/sys/netgraph

2018-01-15 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 15 21:19:21 2018 New Revision: 328024 URL: https://svnweb.freebsd.org/changeset/base/328024 Log: netgraph: make some use of mallocarray(9). Focus on code where we are doing multiplications within malloc(9). None of these ire likely to overflow, however the change

svn commit: r328023 - head/sys/kern

2018-01-15 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 15 21:18:04 2018 New Revision: 328023 URL: https://svnweb.freebsd.org/changeset/base/328023 Log: kern: make some use of mallocarray(9). Focus on code where we are doing multiplications within malloc(9). None of these ire likely to overflow, however the change is

svn commit: r328022 - in head/sys/cam: . ctl

2018-01-15 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 15 21:15:25 2018 New Revision: 328022 URL: https://svnweb.freebsd.org/changeset/base/328022 Log: cam: make some use of mallocarray(9). Focus on code where we are doing multiplications within malloc(9). None of these ire likely to overflow, however the change is s

svn commit: r328021 - head/sys/fs/nfsclient

2018-01-15 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 15 21:14:56 2018 New Revision: 328021 URL: https://svnweb.freebsd.org/changeset/base/328021 Log: nfsclient: make some use of mallocarray(9). Focus on code where we are doing multiplications within malloc(9). None of these ire likely to overflow, however the chang

svn commit: r328020 - in head/sys/mips: mips nlm/dev/sec

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

svn commit: r328019 - head/sys/compat/ndis

2018-01-15 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 15 21:11:38 2018 New Revision: 328019 URL: https://svnweb.freebsd.org/changeset/base/328019 Log: ndis: make some use of mallocarray(9). Focus on code where we are doing multiplications within malloc(9). None of these ire likely to overflow, however the change is

svn commit: r328018 - head/sys/powerpc/pseries

2018-01-15 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 15 21:10:40 2018 New Revision: 328018 URL: https://svnweb.freebsd.org/changeset/base/328018 Log: powerpc: make some use of mallocarray(9). Focus on code where we are doing multiplications within malloc(9). None of these ire likely to overflow, however the change

svn commit: r328017 - in head/sys: arm/xscale/ixp425 arm64/arm64

2018-01-15 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 15 21:09:58 2018 New Revision: 328017 URL: https://svnweb.freebsd.org/changeset/base/328017 Log: arm: make some use of mallocarray(9). Focus on code where we are doing multiplications within malloc(9). None of these ire likely to overflow, however the change is s

svn commit: r328016 - in head/sys: amd64/amd64 i386/i386 x86/cpufreq

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

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

2018-01-15 Thread Michael Tuexen
Author: tuexen Date: Mon Jan 15 20:39:42 2018 New Revision: 328015 URL: https://svnweb.freebsd.org/changeset/base/328015 Log: Decode msghdr argument of sendmsg() and recvmsg(). Sponsored by: Netflix, Inc. Modified: head/usr.bin/truss/syscall.h head/usr.bin/truss/syscalls.c Mod

svn commit: r328014 - head/lib/libsysdecode

2018-01-15 Thread Michael Tuexen
Author: tuexen Date: Mon Jan 15 20:37:11 2018 New Revision: 328014 URL: https://svnweb.freebsd.org/changeset/base/328014 Log: Add support for decoding the nxt_flags, rcv_flags, and snd_flags of SCTP level cmsgs. Modified: head/lib/libsysdecode/Makefile head/lib/libsysdecode/flags.c head

svn commit: r328013 - head/sbin/fsck_ffs

2018-01-15 Thread David Bright
Author: dab Date: Mon Jan 15 19:25:11 2018 New Revision: 328013 URL: https://svnweb.freebsd.org/changeset/base/328013 Log: Exit fsck_ffs with non-zero status when file system is not repaired. When the fsck_ffs program cannot fully repair a file system, it will output the message PLEASE RE

Re: svn commit: r327841 - head

2018-01-15 Thread John Baldwin
On Monday, January 15, 2018 11:11:58 AM Antoine Brodin wrote: > On Thu, Jan 11, 2018 at 8:24 PM, John Baldwin wrote: > > Author: jhb > > Date: Thu Jan 11 19:24:44 2018 > > New Revision: 327841 > > URL: https://svnweb.freebsd.org/changeset/base/327841 > > > > Log: > > Allow MIPS lib32 to build wi

svn commit: r328011 - in head/sys/amd64/vmm: amd intel

2018-01-15 Thread Tycho Nightingale
Author: tychon Date: Mon Jan 15 18:37:03 2018 New Revision: 328011 URL: https://svnweb.freebsd.org/changeset/base/328011 Log: Provide some mitigation against CVE-2017-5715 by clearing registers upon returning from the guest which aren't immediately clobbered by the host. This eradicates any

svn commit: r328010 - head/contrib/llvm/lib/Transforms/Vectorize

2018-01-15 Thread Dimitry Andric
Author: dim Date: Mon Jan 15 18:20:15 2018 New Revision: 328010 URL: https://svnweb.freebsd.org/changeset/base/328010 Log: Pull in r322473 from upstream llvm trunk (by Andrei Elovikov): [LV] Don't call recordVectorLoopValueForInductionCast for newly-created IV from a trunc. Sum

svn commit: r328009 - head/stand/fdt

2018-01-15 Thread Kyle Evans
Author: kevans Date: Mon Jan 15 18:08:01 2018 New Revision: 328009 URL: https://svnweb.freebsd.org/changeset/base/328009 Log: stand/fdt: Don't leak next_fdtp if we fail to open overlay MFC after:1 week X-MFC-With: r327991 Modified: head/stand/fdt/fdt_loader_cmd.c Modified: head/

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

2018-01-15 Thread Konstantin Belousov
On Mon, Jan 15, 2018 at 09:32:56AM -0800, Nathan Whitehorn wrote: > That seems fine to me. I don't think a less-clumsy way that does not > involve extra indirection is possible. The PHYS_TO_DMAP() returning NULL > is about the best thing I can come up with from a clumsiness standpoint > since pl

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

2018-01-15 Thread Nathan Whitehorn
On 01/15/18 09:06, Konstantin Belousov wrote: On Mon, Jan 15, 2018 at 07:33:01AM -0800, Nathan Whitehorn wrote: On 01/15/18 03:18, Konstantin Belousov wrote: On Sun, Jan 14, 2018 at 03:46:38PM -0800, Nathan Whitehorn wrote: On 01/14/18 15:42, Nathan Whitehorn wrote: On 01/14/18 09:57, Nath

svn commit: r328008 - head/usr.bin/units

2018-01-15 Thread Eitan Adler
Author: eadler Date: Mon Jan 15 17:27:43 2018 New Revision: 328008 URL: https://svnweb.freebsd.org/changeset/base/328008 Log: units(1): units(1) free savescr in error condition too CID: 978392 Reviewed by: des MFC After:1 week Modified: head/usr.bin/units/units.c Modif

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

2018-01-15 Thread Konstantin Belousov
On Mon, Jan 15, 2018 at 07:33:01AM -0800, Nathan Whitehorn wrote: > > > On 01/15/18 03:18, Konstantin Belousov wrote: > > On Sun, Jan 14, 2018 at 03:46:38PM -0800, Nathan Whitehorn wrote: > >> > >> On 01/14/18 15:42, Nathan Whitehorn wrote: > >>> > >>> On 01/14/18 09:57, Nathan Whitehorn wrote: >

svn commit: r328007 - head/stand/efi/boot1

2018-01-15 Thread Andrew Turner
Author: andrew Date: Mon Jan 15 16:58:07 2018 New Revision: 328007 URL: https://svnweb.freebsd.org/changeset/base/328007 Log: Fix booting on some arm64 systems after r327879 by fixing the call to utf8_to_ucs2 in boot1.efi. We need to initialise the ucs2 output string so it will allocate spac

svn commit: r328005 - head/sys/x86/isa

2018-01-15 Thread Ian Lepore
Author: ian Date: Mon Jan 15 16:40:43 2018 New Revision: 328005 URL: https://svnweb.freebsd.org/changeset/base/328005 Log: Convert the x86 RTC driver to use new validated BCD<->timespec conversions. New common routines were added to kern/subr_clock.c for converting between calendrical tim

svn commit: r328004 - head/sys/powerpc/aim

2018-01-15 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 15 16:08:34 2018 New Revision: 328004 URL: https://svnweb.freebsd.org/changeset/base/328004 Log: Install the SLB miss trap-handling code in the SLB-based MMU driver set up, to which it is specific, rather than in the generic AIM startup code. This will be req

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

2018-01-15 Thread Nathan Whitehorn
On 01/15/18 03:18, Konstantin Belousov wrote: On Sun, Jan 14, 2018 at 03:46:38PM -0800, Nathan Whitehorn wrote: On 01/14/18 15:42, Nathan Whitehorn wrote: On 01/14/18 09:57, Nathan Whitehorn wrote: On 01/14/18 09:52, Konstantin Belousov wrote: On Sun, Jan 14, 2018 at 09:30:53AM -0800, Na

Re: svn commit: r327996 - in head/sys: cam/scsi geom

2018-01-15 Thread Andriy Gapon
On 15/01/2018 14:25, Konstantin Belousov wrote: > On Mon, Jan 15, 2018 at 11:20:00AM +, Andriy Gapon wrote: >> Author: avg >> Date: Mon Jan 15 11:20:00 2018 >> New Revision: 327996 >> URL: https://svnweb.freebsd.org/changeset/base/327996 >> >> Log: >> geom_disk / scsi_da: deny opening write-p

Re: svn commit: r327996 - in head/sys: cam/scsi geom

2018-01-15 Thread Konstantin Belousov
On Mon, Jan 15, 2018 at 11:20:00AM +, Andriy Gapon wrote: > Author: avg > Date: Mon Jan 15 11:20:00 2018 > New Revision: 327996 > URL: https://svnweb.freebsd.org/changeset/base/327996 > > Log: > geom_disk / scsi_da: deny opening write-protected disks for writing > > Ths change consists

svn commit: r327996 - in head/sys: cam/scsi geom

2018-01-15 Thread Andriy Gapon
Author: avg Date: Mon Jan 15 11:20:00 2018 New Revision: 327996 URL: https://svnweb.freebsd.org/changeset/base/327996 Log: geom_disk / scsi_da: deny opening write-protected disks for writing Ths change consists of two parts. geom_disk: deny opening a disk for writing if it's marked as

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

2018-01-15 Thread Konstantin Belousov
On Sun, Jan 14, 2018 at 03:46:38PM -0800, Nathan Whitehorn wrote: > > > On 01/14/18 15:42, Nathan Whitehorn wrote: > > > > > > On 01/14/18 09:57, Nathan Whitehorn wrote: > >> > >> > >> On 01/14/18 09:52, Konstantin Belousov wrote: > >>> On Sun, Jan 14, 2018 at 09:30:53AM -0800, Nathan Whitehorn w

svn commit: r327995 - head/lib/libsysdecode

2018-01-15 Thread Michael Tuexen
Author: tuexen Date: Mon Jan 15 10:59:04 2018 New Revision: 327995 URL: https://svnweb.freebsd.org/changeset/base/327995 Log: Add support for decoding the type of a cmsg. Added: head/lib/libsysdecode/sysdecode_cmsg_type.3 (contents, props changed) Modified: head/lib/libsysdecode/Makefile

Re: svn commit: r327841 - head

2018-01-15 Thread Antoine Brodin
On Thu, Jan 11, 2018 at 8:24 PM, John Baldwin wrote: > Author: jhb > Date: Thu Jan 11 19:24:44 2018 > New Revision: 327841 > URL: https://svnweb.freebsd.org/changeset/base/327841 > > Log: > Allow MIPS lib32 to build with clang. > > Don't try to set -march as clang doesn't permit use of the O32

svn commit: r327994 - head/lib/libsysdecode

2018-01-15 Thread Michael Tuexen
Author: tuexen Date: Mon Jan 15 08:32:49 2018 New Revision: 327994 URL: https://svnweb.freebsd.org/changeset/base/327994 Log: Simplify table generation. Modified: head/lib/libsysdecode/mktables Modified: head/lib/libsysdecode/mktables =