svn commit: r288118 - head/sys/x86/iommu

2015-09-22 Thread Bjoern A. Zeeb
Author: bz Date: Tue Sep 22 16:50:59 2015 New Revision: 288118 URL: https://svnweb.freebsd.org/changeset/base/288118 Log: dmar_ctx_dtr() does not exist since r284869. Remove the static function declaration to avoid a cmpile time warning. Modified: head/sys/x86/iommu/intel_ctx.c Modified:

svn commit: r288125 - head/sys/arm/arm

2015-09-22 Thread Andrew Turner
Author: andrew Date: Tue Sep 22 19:57:31 2015 New Revision: 288125 URL: https://svnweb.freebsd.org/changeset/base/288125 Log: Add support for __atomic_FOO_fetch on arm prior to armv6. These return the new value where the existing functions return the old value. MFC after:1 Week

svn commit: r288123 - head/sys/arm64/arm64

2015-09-22 Thread Konstantin Belousov
Author: kib Date: Tue Sep 22 18:30:06 2015 New Revision: 288123 URL: https://svnweb.freebsd.org/changeset/base/288123 Log: Call ast when handling irq from userspace, otherwise we could miss reschedule. Right now arm_cpu_intr() does critical_exit() as the last action, so the impact is not

svn commit: r288124 - head/sys/netinet

2015-09-22 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Sep 22 19:05:44 2015 New Revision: 288124 URL: https://svnweb.freebsd.org/changeset/base/288124 Log: Replace toe_nd6_resolve() with nd6_resolve(). Reviewed by: np Modified: head/sys/netinet/toecore.c Modified: head/sys/netinet/toecore.c

Re: svn commit: r288079 - in stable/10/sys: kern sys

2015-09-22 Thread Oliver Pinter
On 9/22/15, Oliver Pinter wrote: > On 9/22/15, Kirk McKusick wrote: >> Author: mckusick >> Date: Tue Sep 22 00:43:05 2015 >> New Revision: 288079 >> URL: https://svnweb.freebsd.org/changeset/base/288079 >> >> Log: >> MFC of 281677: >> >>

Re: svn commit: r288079 - in stable/10/sys: kern sys

2015-09-22 Thread Oliver Pinter
On 9/22/15, Kirk McKusick wrote: > Author: mckusick > Date: Tue Sep 22 00:43:05 2015 > New Revision: 288079 > URL: https://svnweb.freebsd.org/changeset/base/288079 > > Log: > MFC of 281677: > > More accurately collect name-cache statistics in sysctl functions >

svn commit: r288096 - in head: share/man/man9 sys/kern sys/sys

2015-09-22 Thread Hans Petter Selasky
Author: hselasky Date: Tue Sep 22 06:51:55 2015 New Revision: 288096 URL: https://svnweb.freebsd.org/changeset/base/288096 Log: Revert r287780 until more developers have their say. Differential Revision:https://reviews.freebsd.org/D3521 Requested by: gnn Modified:

svn commit: r288095 - in head/sys: dev/ath dev/mwl dev/ral dev/usb/wlan dev/wi dev/wpi dev/wtap net80211

2015-09-22 Thread Adrian Chadd
Author: adrian Date: Tue Sep 22 06:34:07 2015 New Revision: 288095 URL: https://svnweb.freebsd.org/changeset/base/288095 Log: net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vap Submitted by: Andriy Voskoboinyk Differential Revision:

svn commit: r288117 - head/sys/arm64/arm64

2015-09-22 Thread Andrew Turner
Author: andrew Date: Tue Sep 22 16:46:34 2015 New Revision: 288117 URL: https://svnweb.freebsd.org/changeset/base/288117 Log: Don't restore interrupts when we are about to disable them in the next instruction. Modified: head/sys/arm64/arm64/exception.S Modified:

Re: svn commit: r288099 - head/contrib/binutils/opcodes

2015-09-22 Thread Dimitry Andric
On 22 Sep 2015, at 16:23, Ian Lepore wrote: > > On Tue, 2015-09-22 at 11:53 +0200, Dimitry Andric wrote: >> On 22 Sep 2015, at 11:43, Slawa Olhovchenkov wrote: >>> >>> On Tue, Sep 22, 2015 at 09:35:35AM +, Dimitry Andric wrote: >> ... -

svn commit: r288120 - head/usr.sbin/ndiscvt

2015-09-22 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Sep 22 16:59:41 2015 New Revision: 288120 URL: https://svnweb.freebsd.org/changeset/base/288120 Log: Fix crash on parsing some inf files ndiscvt uses 16 entry array for words into which it parses comma-separated lists of strings, like AddReg

Re: svn commit: r287780 - in head: share/man/man9 sys/kern sys/sys

2015-09-22 Thread Julien Charbon
Hi guys, On 19/09/15 10:55, Hans Petter Selasky wrote: > On 09/18/15 22:33, Davide Italiano wrote: >> On Thu, Sep 17, 2015 at 12:20 AM, Hans Petter Selasky >> wrote: >>> On 09/17/15 00:05, Gleb Smirnoff wrote: >> [...] 2) Your commit message didn't explain what (if any) is

svn commit: r288119 - head/contrib/elftoolchain/addr2line

2015-09-22 Thread Ed Maste
Author: emaste Date: Tue Sep 22 16:51:40 2015 New Revision: 288119 URL: https://svnweb.freebsd.org/changeset/base/288119 Log: addr2line: skip CUs lacking debug info instead of bailing out Some binaries (such as the FreeBSD kernel) contain a mixture of CUs with and without debug

svn commit: r288122 - in head/sys: kern vm

2015-09-22 Thread Alan Cox
Author: alc Date: Tue Sep 22 18:16:52 2015 New Revision: 288122 URL: https://svnweb.freebsd.org/changeset/base/288122 Log: Change vm_page_unwire() such that it (1) accepts PQ_NONE as the specified queue and (2) returns a Boolean indicating whether the page's wire count transitioned to zero.

svn commit: r288116 - head/usr.sbin/acpi/acpiconf

2015-09-22 Thread Jung-uk Kim
Author: jkim Date: Tue Sep 22 16:35:32 2015 New Revision: 288116 URL: https://svnweb.freebsd.org/changeset/base/288116 Log: Remove unsupported S5 (power off) state since r170976. Reported by: Iam Smith (smithi at nimnet dot asn dot au) MFC after:3 days Modified:

svn commit: r288139 - stable/10/usr.bin/w

2015-09-22 Thread Xin LI
Author: delphij Date: Wed Sep 23 01:07:45 2015 New Revision: 288139 URL: https://svnweb.freebsd.org/changeset/base/288139 Log: MFC r287590: w(1) is not setgid binary since r53279, so remove the setgid() call. Reviewed By: wollman Modified: stable/10/usr.bin/w/Makefile

Re: svn commit: r287886 - head/sys/sys

2015-09-22 Thread John-Mark Gurney
Steven Hartland wrote this message on Thu, Sep 17, 2015 at 00:03 +: > Author: smh > Date: Thu Sep 17 00:03:55 2015 > New Revision: 287886 > URL: https://svnweb.freebsd.org/changeset/base/287886 > > Log: > Fix kqueue write events for files > 2GB > > Due to the use of int's for file

svn commit: r288134 - in stable: 10/sbin/ipfw 9/sbin/ipfw

2015-09-22 Thread Dimitry Andric
Author: dim Date: Tue Sep 22 22:18:36 2015 New Revision: 288134 URL: https://svnweb.freebsd.org/changeset/base/288134 Log: MFC r286702: In ipfw2, avoid left-shifting negative integers, which is undefined. While here, make some other arguments to htonl(3) unsigned too. Modified:

svn commit: r288129 - head/sys/netinet6

2015-09-22 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Sep 22 20:45:04 2015 New Revision: 288129 URL: https://svnweb.freebsd.org/changeset/base/288129 Log: Use standard lle LLE_EXCLUSIVE request flags instead of its redefined version. Modified: head/sys/netinet6/nd6.c head/sys/netinet6/nd6.h Modified:

svn commit: r288131 - head/sys/amd64/include

2015-09-22 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 22 21:07:47 2015 New Revision: 288131 URL: https://svnweb.freebsd.org/changeset/base/288131 Log: amd64: plug redundant bootAP declaration Reported by: gcc5 Modified: head/sys/amd64/include/smp.h Modified: head/sys/amd64/include/smp.h

svn commit: r288134 - in stable: 10/sbin/ipfw 9/sbin/ipfw

2015-09-22 Thread Dimitry Andric
Author: dim Date: Tue Sep 22 22:18:36 2015 New Revision: 288134 URL: https://svnweb.freebsd.org/changeset/base/288134 Log: MFC r286702: In ipfw2, avoid left-shifting negative integers, which is undefined. While here, make some other arguments to htonl(3) unsigned too. Modified:

svn commit: r288132 - head/sys/arm64/conf

2015-09-22 Thread Ed Maste
Author: emaste Date: Tue Sep 22 21:43:08 2015 New Revision: 288132 URL: https://svnweb.freebsd.org/changeset/base/288132 Log: Add pass device to arm64 GENERIC (for smartctl) Sponsored by: The FreeBSD Foundation Modified: head/sys/arm64/conf/GENERIC Modified: head/sys/arm64/conf/GENERIC

svn commit: r288133 - in stable: 10/contrib/gcclibs/libcpp 9/contrib/gcclibs/libcpp

2015-09-22 Thread Dimitry Andric
Author: dim Date: Tue Sep 22 22:07:42 2015 New Revision: 288133 URL: https://svnweb.freebsd.org/changeset/base/288133 Log: MFC r286699: In gcc's libcpp, stop using the INTTYPE_MAXIMUM() macro, which relies on undefined behavior. The code used this macro to avoid problems on some

svn commit: r288133 - in stable: 10/contrib/gcclibs/libcpp 9/contrib/gcclibs/libcpp

2015-09-22 Thread Dimitry Andric
Author: dim Date: Tue Sep 22 22:07:42 2015 New Revision: 288133 URL: https://svnweb.freebsd.org/changeset/base/288133 Log: MFC r286699: In gcc's libcpp, stop using the INTTYPE_MAXIMUM() macro, which relies on undefined behavior. The code used this macro to avoid problems on some

Re: svn commit: r286995 - head/share/mk

2015-09-22 Thread Bryan Drewery
On 8/21/15 8:15 AM, Warner Losh wrote: > Author: imp > Date: Fri Aug 21 15:15:22 2015 > New Revision: 286995 > URL: https://svnweb.freebsd.org/changeset/base/286995 > > Log: > Document bsd.progs.mk, including its status as being strongly > discouraged and that it will be going away as soon as

Re: svn commit: r287185 - head/share/mk

2015-09-22 Thread Bryan Drewery
On 8/26/15 6:52 PM, Warner Losh wrote: > Author: imp > Date: Thu Aug 27 01:52:45 2015 > New Revision: 287185 > URL: https://svnweb.freebsd.org/changeset/base/287185 > > Log: > For each FOO in FILESLISTS, append the value of FOO.yes, sort, and > remove duplicates. > > Modified: >

svn commit: r288140 - in vendor/file/dist: . doc magic/Magdir src

2015-09-22 Thread Xin LI
Author: delphij Date: Wed Sep 23 05:09:36 2015 New Revision: 288140 URL: https://svnweb.freebsd.org/changeset/base/288140 Log: Vendor import of file 4.25. Modified: vendor/file/dist/ChangeLog vendor/file/dist/configure vendor/file/dist/configure.ac vendor/file/dist/doc/file.man

svn commit: r288143 - in head: contrib/file contrib/file/doc contrib/file/magic/Magdir contrib/file/src lib/libmagic

2015-09-22 Thread Xin LI
Author: delphij Date: Wed Sep 23 05:39:20 2015 New Revision: 288143 URL: https://svnweb.freebsd.org/changeset/base/288143 Log: MFV r288140: update file to 5.25. MFC after:1 month Modified: head/contrib/file/ChangeLog head/contrib/file/configure head/contrib/file/configure.ac

Re: svn commit: r287984 - stable/10/sys/contrib/ipfilter/netinet

2015-09-22 Thread Cy Schubert
In message <20150919065128.ga74...@freebsd.org>, Alexey Dokuchaev writes: > On Sat, Sep 19, 2015 at 03:58:32AM +, Cy Schubert wrote: > > New Revision: 287984 > > URL: https://svnweb.freebsd.org/changeset/base/287984 > > > > Log: > > MFC r287651, r287652, r287653. > > > > Fix mutex

svn commit: r288142 - stable/10/sys/cam/scsi

2015-09-22 Thread Alexander Motin
Author: mav Date: Wed Sep 23 05:14:48 2015 New Revision: 288142 URL: https://svnweb.freebsd.org/changeset/base/288142 Log: MFC r287866: Fix fixed sense writing when passed more data then it can fit. Modified: stable/10/sys/cam/scsi/scsi_all.c Directory Properties: stable/10/ (props

svn commit: r288141 - vendor/file/5.25

2015-09-22 Thread Xin LI
Author: delphij Date: Wed Sep 23 05:13:49 2015 New Revision: 288141 URL: https://svnweb.freebsd.org/changeset/base/288141 Log: Tag file 5.25. Added: - copied from r288140, vendor/file/dist/ Directory Properties: vendor/file/5.25/ (props changed)

svn commit: r288135 - in stable: 10/sys/dev/bxe 9/sys/dev/bxe

2015-09-22 Thread Dimitry Andric
Author: dim Date: Tue Sep 22 22:27:45 2015 New Revision: 288135 URL: https://svnweb.freebsd.org/changeset/base/288135 Log: MFC r286733: Avoid left-shifting negative signed values in bxe(4). Reviewed by: davidcs Modified: stable/10/sys/dev/bxe/ecore_hsi.h Directory Properties:

svn commit: r288135 - in stable: 10/sys/dev/bxe 9/sys/dev/bxe

2015-09-22 Thread Dimitry Andric
Author: dim Date: Tue Sep 22 22:27:45 2015 New Revision: 288135 URL: https://svnweb.freebsd.org/changeset/base/288135 Log: MFC r286733: Avoid left-shifting negative signed values in bxe(4). Reviewed by: davidcs Modified: stable/9/sys/dev/bxe/ecore_hsi.h Directory Properties:

svn commit: r288136 - in stable: 10/lib/libz 9/lib/libz

2015-09-22 Thread Dimitry Andric
Author: dim Date: Tue Sep 22 22:35:42 2015 New Revision: 288136 URL: https://svnweb.freebsd.org/changeset/base/288136 Log: MFC r287541: In libz's inflateMark(), avoid left-shifting a negative integer, which is undefined. Reviewed by: delphij Differential Revision:

svn commit: r288136 - in stable: 10/lib/libz 9/lib/libz

2015-09-22 Thread Dimitry Andric
Author: dim Date: Tue Sep 22 22:35:42 2015 New Revision: 288136 URL: https://svnweb.freebsd.org/changeset/base/288136 Log: MFC r287541: In libz's inflateMark(), avoid left-shifting a negative integer, which is undefined. Reviewed by: delphij Differential Revision:

svn commit: r288137 - head/sys/kern

2015-09-22 Thread Jeff Roberson
Author: jeff Date: Tue Sep 22 23:57:52 2015 New Revision: 288137 URL: https://svnweb.freebsd.org/changeset/base/288137 Log: Some refactoring of the buf/vm interface. - Eliminate bogus page replacement that is inconsistently applied in the invalidation loop in brelse. This has been a

svn commit: r288138 - head/usr.bin/elfdump

2015-09-22 Thread Ed Maste
Author: emaste Date: Wed Sep 23 00:32:38 2015 New Revision: 288138 URL: https://svnweb.freebsd.org/changeset/base/288138 Log: elfdump: report MIPS ELF section type SHT_MIPS_REGINFO Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/elfdump/elfdump.c Modified:

svn commit: r288114 - head/lib/libc/resolv

2015-09-22 Thread Craig Rodrigues
Author: rodrigc Date: Tue Sep 22 15:57:26 2015 New Revision: 288114 URL: https://svnweb.freebsd.org/changeset/base/288114 Log: Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. Modified: head/lib/libc/resolv/res_debug.c head/lib/libc/resolv/res_init.c

svn commit: r288115 - head/sys/arm64/arm64

2015-09-22 Thread Konstantin Belousov
Author: kib Date: Tue Sep 22 16:29:55 2015 New Revision: 288115 URL: https://svnweb.freebsd.org/changeset/base/288115 Log: Re-check for new ast after ast was handled. We should not return to usermode with pending asts. Reviewed by: andrew Sponsored by: The FreeBSD Foundation

svn commit: r288098 - head/lib/libc/gen

2015-09-22 Thread Craig Rodrigues
Author: rodrigc Date: Tue Sep 22 07:40:55 2015 New Revision: 288098 URL: https://svnweb.freebsd.org/changeset/base/288098 Log: Use proper function prototype for readdir(). Eliminates -Wstrict-prototypes warning Submitted by: Joerg Sonnenberger Obtained from:

svn commit: r288097 - head/lib/libc/gen

2015-09-22 Thread Craig Rodrigues
Author: rodrigc Date: Tue Sep 22 07:31:40 2015 New Revision: 288097 URL: https://svnweb.freebsd.org/changeset/base/288097 Log: Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. Modified: head/lib/libc/gen/clock.c Modified: head/lib/libc/gen/clock.c

Re: svn commit: r287934 - head/sys/boot/efi/loader

2015-09-22 Thread Scott Long via svn-src-all
As a side note, I’m still waiting for feedback on the patch I sent you for scsi_sg. I’d like to get this fixed. Scott > On Sep 21, 2015, at 3:53 PM, Rui Paulo wrote: > > No, that doesn't work very well. Not only the modules don't auto-load, the > way the modules are compiled

Re: svn commit: r288099 - head/contrib/binutils/opcodes

2015-09-22 Thread Slawa Olhovchenkov
On Tue, Sep 22, 2015 at 11:53:32AM +0200, Dimitry Andric wrote: > On 22 Sep 2015, at 11:43, Slawa Olhovchenkov wrote: > > > > On Tue, Sep 22, 2015 at 09:35:35AM +, Dimitry Andric wrote: > ... > >> -imm |= (-1 << 7); > >> +imm |= -(1

svn commit: r288105 - stable/10/lib/libc/sys

2015-09-22 Thread Jeremie Le Hen
Author: jlh Date: Tue Sep 22 10:48:28 2015 New Revision: 288105 URL: https://svnweb.freebsd.org/changeset/base/288105 Log: Long overdue MFC r284377: NetBSD commit log: Use a constant array for the MIB. Newer LLVM decided that mib[] warranted stack protections, with the obvious

Re: svn commit: r288099 - head/contrib/binutils/opcodes

2015-09-22 Thread Slawa Olhovchenkov
On Tue, Sep 22, 2015 at 09:35:35AM +, Dimitry Andric wrote: > Author: dim > Date: Tue Sep 22 09:35:35 2015 > New Revision: 288099 > URL: https://svnweb.freebsd.org/changeset/base/288099 > > Log: > In binutils' arm-dis.c, avoid left-shifting a negative number. > > Submitted by:

Re: svn commit: r288099 - head/contrib/binutils/opcodes

2015-09-22 Thread Dimitry Andric
On 22 Sep 2015, at 11:43, Slawa Olhovchenkov wrote: > > On Tue, Sep 22, 2015 at 09:35:35AM +, Dimitry Andric wrote: ... >> - imm |= (-1 << 7); >> + imm |= -(1 << 7); > > May be (~0 << 7) is more simple to understund? This will give

svn commit: r288103 - stable/10/sys/kern

2015-09-22 Thread Konstantin Belousov
Author: kib Date: Tue Sep 22 10:31:48 2015 New Revision: 288103 URL: https://svnweb.freebsd.org/changeset/base/288103 Log: The stable/10 branch uses mutex for vfs_hash. Fix build. Submitted by: Jukka Ukkonen Modified: stable/10/sys/kern/vfs_hash.c Modified:

svn commit: r288104 - head/sys/cam/ctl

2015-09-22 Thread Alexander Motin
Author: mav Date: Tue Sep 22 10:45:50 2015 New Revision: 288104 URL: https://svnweb.freebsd.org/changeset/base/288104 Log: Remove duplicate and incomplete code handling LUN modify. Instead reuse code from LUN creation. This allows most of LUN media options to be changed live with modify

svn commit: r288107 - stable/10/etc/defaults

2015-09-22 Thread Jeremie Le Hen
Author: jlh Date: Tue Sep 22 11:38:58 2015 New Revision: 288107 URL: https://svnweb.freebsd.org/changeset/base/288107 Log: Long overdue MFC r285444: Allow again periodic scripts to be run from command-line. PR: 188109 Submitted by: Jason Unovitch Modified:

svn commit: r288106 - stable/10/sys/kern

2015-09-22 Thread Jeremie Le Hen
Author: jlh Date: Tue Sep 22 11:25:37 2015 New Revision: 288106 URL: https://svnweb.freebsd.org/changeset/base/288106 Log: Long overdue MFC r284378: nit: Rename racct_alloc_resource to racct_adjust_resource. This is more accurate as the amount can be negative. Modified:

svn commit: r288099 - head/contrib/binutils/opcodes

2015-09-22 Thread Dimitry Andric
Author: dim Date: Tue Sep 22 09:35:35 2015 New Revision: 288099 URL: https://svnweb.freebsd.org/changeset/base/288099 Log: In binutils' arm-dis.c, avoid left-shifting a negative number. Submitted by: dan.mcgregor_usask.ca (Dan McGregor) MFC after:3 days Differential Revision:

svn commit: r288101 - in stable/10/sys/dev/usb: . serial

2015-09-22 Thread Renato Botelho
Author: garga (ports committer) Date: Tue Sep 22 09:57:35 2015 New Revision: 288101 URL: https://svnweb.freebsd.org/changeset/base/288101 Log: MFC r287828: Add support for Sierra MC7355 card Submitted by: Jeremy Porter Approved by: loos Obtained from:

svn commit: r288111 - head/sys/dev/ahci

2015-09-22 Thread Alexander Motin
Author: mav Date: Tue Sep 22 15:06:26 2015 New Revision: 288111 URL: https://svnweb.freebsd.org/changeset/base/288111 Log: Allow AHCI driver attach to all known chips reporting RAID class. Reported by: Michael BlackHeart MFC after:1 week Modified:

svn commit: r288110 - in head/sys/cam: ctl scsi

2015-09-22 Thread Alexander Motin
Author: mav Date: Tue Sep 22 14:55:46 2015 New Revision: 288110 URL: https://svnweb.freebsd.org/changeset/base/288110 Log: Add support for Control extension mode page. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_private.h head/sys/cam/scsi/scsi_all.h Modified:

svn commit: r288109 - stable/10/sys/netinet6

2015-09-22 Thread Renato Botelho
Author: garga (ports committer) Date: Tue Sep 22 14:33:43 2015 New Revision: 288109 URL: https://svnweb.freebsd.org/changeset/base/288109 Log: Remove extra space introduced in r287734. This is a stable/10 only fix since original commit (r287094) is correct. Approved by: loos Sponsored

svn commit: r288108 - head/sys/arm64/cavium

2015-09-22 Thread Ed Maste
Author: emaste Date: Tue Sep 22 12:56:34 2015 New Revision: 288108 URL: https://svnweb.freebsd.org/changeset/base/288108 Log: arm64 ThunderX PCIe workaround: enumerate only one slot for now Otherwise an em(4) NIC is detected 32 times. Submitted by: w...@semihalf.com Obtained from:

Re: svn commit: r288099 - head/contrib/binutils/opcodes

2015-09-22 Thread Slawa Olhovchenkov
On Tue, Sep 22, 2015 at 08:23:07AM -0600, Ian Lepore wrote: > On Tue, 2015-09-22 at 11:53 +0200, Dimitry Andric wrote: > > On 22 Sep 2015, at 11:43, Slawa Olhovchenkov wrote: > > > > > > On Tue, Sep 22, 2015 at 09:35:35AM +, Dimitry Andric wrote: > > ... > > >> -

Re: svn commit: r288099 - head/contrib/binutils/opcodes

2015-09-22 Thread Ian Lepore
On Tue, 2015-09-22 at 11:53 +0200, Dimitry Andric wrote: > On 22 Sep 2015, at 11:43, Slawa Olhovchenkov wrote: > > > > On Tue, Sep 22, 2015 at 09:35:35AM +, Dimitry Andric wrote: > ... > >> -imm |= (-1 << 7); > >> +imm |= -(1 << 7); >

Re: svn commit: r288079 - in stable/10/sys: kern sys

2015-09-22 Thread Conrad Meyer
On Mon, Sep 21, 2015 at 11:55 PM, Oliver Pinter wrote: > On 9/22/15, Oliver Pinter wrote: >> Seems like this commit breaks the build: >> >> --- vfs_hash.o --- >>

svn commit: r288112 - head/sys/dev/drm2

2015-09-22 Thread Bjoern A. Zeeb
Author: bz Date: Tue Sep 22 15:32:27 2015 New Revision: 288112 URL: https://svnweb.freebsd.org/changeset/base/288112 Log: Hide an unused in FreeBSD function behind #ifdef linux to get rid of the compile time warning. Reviewed by: gnn MFC after:2 weeks

svn commit: r288113 - head/lib/libc/rpc

2015-09-22 Thread Craig Rodrigues
Author: rodrigc Date: Tue Sep 22 15:40:07 2015 New Revision: 288113 URL: https://svnweb.freebsd.org/changeset/base/288113 Log: Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. Modified: head/lib/libc/rpc/auth_unix.c head/lib/libc/rpc/authdes_prot.c