Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Ed Maste
On 18 May 2015 at 10:11, Mathieu Arnold m...@absolight.fr wrote: Mmmm, if this can be done only for base, and not for ports, sure, but ports need to be able to add patches with CRLF endings, because upstream software comes in all flavors, including CRLF files we need to be able to patch. Sure

svn commit: r283060 - in head: gnu/lib tools/build/mk

2015-05-18 Thread Ed Maste
Author: emaste Date: Mon May 18 15:02:35 2015 New Revision: 283060 URL: https://svnweb.freebsd.org/changeset/base/283060 Log: Build libgcov only if we're building base system GCC Clang uses compiler-rt for the code coverage runtime, and ports GCC provides its own libgcov. PR:

svn commit: r283059 - head/sys/kern

2015-05-18 Thread Mateusz Guzik
Author: mjg Date: Mon May 18 14:27:04 2015 New Revision: 283059 URL: https://svnweb.freebsd.org/changeset/base/283059 Log: fd: fix imbalanced fdp unlock in F_SETLK and F_GETLK MFC after:3 days Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c

svn commit: r283061 - head/sys/netpfil/pf

2015-05-18 Thread Gleb Smirnoff
Author: glebius Date: Mon May 18 15:05:12 2015 New Revision: 283061 URL: https://svnweb.freebsd.org/changeset/base/283061 Log: Don't dereference NULL is pf_get_mtag() fails. PR: 200222 Submitted by: Franco Fichtner franco opnsense.org Modified: head/sys/netpfil/pf/pf.c

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Mathieu Arnold
+--On 18 mai 2015 08:04:24 -0600 Ian Lepore i...@freebsd.org wrote: | On Mon, 2015-05-18 at 10:14 +0200, Mathieu Arnold wrote: | +--On 18 mai 2015 00:21:43 -0700 Eitan Adler ead...@freebsd.org wrote: | | On 17 May 2015 at 08:46, Ian Lepore i...@freebsd.org wrote: | | On Sat, 2015-05-16 at 21:04

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Ian Lepore
On Mon, 2015-05-18 at 10:14 +0200, Mathieu Arnold wrote: +--On 18 mai 2015 00:21:43 -0700 Eitan Adler ead...@freebsd.org wrote: | On 17 May 2015 at 08:46, Ian Lepore i...@freebsd.org wrote: | On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote: | On May 16, 2015, at 18:45, Adrian Chadd

svn commit: r283058 - head/sys/kern

2015-05-18 Thread Mateusz Guzik
Author: mjg Date: Mon May 18 13:43:33 2015 New Revision: 283058 URL: https://svnweb.freebsd.org/changeset/base/283058 Log: Tidy up sys_umask a little bit Consistently use saved fdp pointer as it cannot change. If it could change the code would be already incorrect. No functional

svn commit: r283052 - head/sys/arm/conf

2015-05-18 Thread Andrew Turner
Author: andrew Date: Mon May 18 08:12:08 2015 New Revision: 283052 URL: https://svnweb.freebsd.org/changeset/base/283052 Log: Clean up the style to be includespacetab and remove options already in std.armv6. Modified: head/sys/arm/conf/ALPINE Modified: head/sys/arm/conf/ALPINE

svn commit: r283051 - head/sys/dev/sfxge

2015-05-18 Thread Andrew Rybchenko
Author: arybchik Date: Mon May 18 06:07:02 2015 New Revision: 283051 URL: https://svnweb.freebsd.org/changeset/base/283051 Log: sfxge: do not advertise LRO capability if LRO is compiled out Reviewed by:gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Mathieu Arnold
+--On 18 mai 2015 00:21:43 -0700 Eitan Adler ead...@freebsd.org wrote: | On 17 May 2015 at 08:46, Ian Lepore i...@freebsd.org wrote: | On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote: | On May 16, 2015, at 18:45, Adrian Chadd adr...@freebsd.org wrote: | | Did you commit files with DOS

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Mathieu Arnold
+--On 18 mai 2015 10:52:29 -0400 Ed Maste ema...@freebsd.org wrote: | On 18 May 2015 at 10:11, Mathieu Arnold m...@absolight.fr wrote: | | Mmmm, if this can be done only for base, and not for ports, sure, but | ports need to be able to add patches with CRLF endings, because upstream | software

svn commit: r283068 - head/lib/libc/db/hash

2015-05-18 Thread Pedro F. Giffuni
Author: pfg Date: Mon May 18 16:28:13 2015 New Revision: 283068 URL: https://svnweb.freebsd.org/changeset/base/283068 Log: Drop some unnecessary casts. Reported by: Clang static analyzer Obtained from:NetBSD Modified: head/lib/libc/db/hash/hash.c Modified:

svn commit: r283069 - head/sys/boot/arm/uboot

2015-05-18 Thread Ian Lepore
Author: ian Date: Mon May 18 16:43:21 2015 New Revision: 283069 URL: https://svnweb.freebsd.org/changeset/base/283069 Log: Enable the NETIF_OPEN_CLOSE_ONCE option for ubldr. This keeps the network interface open continuously instead of closing it after each filesystem access and reopening

svn commit: r283071 - head/usr.bin/netstat

2015-05-18 Thread Luiz Otavio O Souza
Author: loos Date: Mon May 18 18:03:47 2015 New Revision: 283071 URL: https://svnweb.freebsd.org/changeset/base/283071 Log: Properly align the header and the data columns for netstat -r with and without the -W flag. Modified: head/usr.bin/netstat/route.c Modified:

svn commit: r283062 - head/sys/boot/common

2015-05-18 Thread Ian Lepore
Author: ian Date: Mon May 18 15:46:43 2015 New Revision: 283062 URL: https://svnweb.freebsd.org/changeset/base/283062 Log: Refactor net_getparams() to make it easier to get params from sources other than bootp and rarp. The code which splits a serverip:/rootpath string into rootip and a

svn commit: r283066 - head/sys/boot/uboot/lib

2015-05-18 Thread Ian Lepore
Author: ian Date: Mon May 18 16:12:41 2015 New Revision: 283066 URL: https://svnweb.freebsd.org/changeset/base/283066 Log: Add a routine to obtain netboot parameters from the U-Boot env vars. Call it from the uboot net_init() implementation. The routine uses the standard U-Boot env vars

svn commit: r283067 - head/sys/dev/usb/controller

2015-05-18 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 18 16:18:04 2015 New Revision: 283067 URL: https://svnweb.freebsd.org/changeset/base/283067 Log: Make the FIFO configuration a bit more flexible for the DWC OTG in device side mode. Modified: head/sys/dev/usb/controller/dwc_otg.c

svn commit: r283064 - head/sys/dev/sound/pci/hda

2015-05-18 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 18 16:02:44 2015 New Revision: 283064 URL: https://svnweb.freebsd.org/changeset/base/283064 Log: Fix an off-by-one error by adding proper range checks when parsing the HDA association descriptors. This fixes a crash during device probe for some HDA PCI

svn commit: r283070 - head/gnu/usr.bin/groff/src/preproc/soelim

2015-05-18 Thread Baptiste Daroussin
Author: bapt Date: Mon May 18 16:51:05 2015 New Revision: 283070 URL: https://svnweb.freebsd.org/changeset/base/283070 Log: Garbage collect GNU soelim Makefiles which are not in used anymore Deleted: head/gnu/usr.bin/groff/src/preproc/soelim/ ___

svn commit: r283063 - head/sys/netpfil/pf

2015-05-18 Thread Gleb Smirnoff
Author: glebius Date: Mon May 18 15:51:27 2015 New Revision: 283063 URL: https://svnweb.freebsd.org/changeset/base/283063 Log: A miss from r283061: don't dereference NULL is pf_get_mtag() fails. PR: 200222 Submitted by: Franco Fichtner franco opnsense.org Modified:

svn commit: r283065 - head/gnu/lib

2015-05-18 Thread Baptiste Daroussin
Author: bapt Date: Mon May 18 16:05:41 2015 New Revision: 283065 URL: https://svnweb.freebsd.org/changeset/base/283065 Log: Only build libreadline if gdb is going to be built gdb is the only consumer of libreadline which is an INTERNALLIB Modified: head/gnu/lib/Makefile Modified:

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Garrett Cooper
On May 18, 2015, at 07:04, Ian Lepore i...@freebsd.org wrote: On Mon, 2015-05-18 at 10:14 +0200, Mathieu Arnold wrote: +--On 18 mai 2015 00:21:43 -0700 Eitan Adler ead...@freebsd.org wrote: | On 17 May 2015 at 08:46, Ian Lepore i...@freebsd.org wrote: | On Sat, 2015-05-16 at 21:04 -0700,

Re: svn commit: r282678 - in head: share/man/man4 sys/amd64/acpica sys/amd64/include sys/dev/acpica sys/i386/acpica sys/i386/include sys/x86/include sys/x86/x86

2015-05-18 Thread Konstantin Belousov
On Mon, May 18, 2015 at 02:40:56PM +0300, Andriy Gapon wrote: On 18/05/2015 14:29, Andriy Gapon wrote: On 09/05/2015 15:28, Konstantin Belousov wrote: +void +acpi_cpu_idle_mwait(uint32_t mwait_hint) +{ + int *state; + + state = (int *)PCPU_PTR(monitorbuf); + /* + * XXXKIB.

svn commit: r283072 - head/sys/arm/conf

2015-05-18 Thread Luiz Otavio O Souza
Author: loos Date: Mon May 18 18:25:38 2015 New Revision: 283072 URL: https://svnweb.freebsd.org/changeset/base/283072 Log: Remove unnecessary devices from allwinner kernels. Modified: head/sys/arm/conf/CUBIEBOARD head/sys/arm/conf/CUBIEBOARD2 Modified: head/sys/arm/conf/CUBIEBOARD

svn commit: r283073 - head/usr.bin/time

2015-05-18 Thread John-Mark Gurney
Author: jmg Date: Mon May 18 19:18:42 2015 New Revision: 283073 URL: https://svnweb.freebsd.org/changeset/base/283073 Log: Don't do things we aren't allowed to do in a signal handler... Defer the work to the main thread... This fixes a possible crash if SIGINFO is delivered at the wrong

svn commit: r283074 - head/sbin/geom/class/mountver

2015-05-18 Thread Allan Jude
Author: allanjude (doc committer) Date: Mon May 18 19:37:55 2015 New Revision: 283074 URL: https://svnweb.freebsd.org/changeset/base/283074 Log: Fix error in gmountver(8) man page Also fixes the usage statement for the binary to use the correct terms (provider and geom name, rather than

svn commit: r283075 - head/usr.sbin/bhyveload

2015-05-18 Thread Allan Jude
Author: allanjude (doc committer) Date: Mon May 18 19:45:46 2015 New Revision: 283075 URL: https://svnweb.freebsd.org/changeset/base/283075 Log: Fix off-by-one in array index bounds check bhyveload would allow you to create 33 entries on an array that only has 32 slots Differential

svn commit: r283076 - in stable/10/sys: amd64/conf i386/conf

2015-05-18 Thread Jim Harris
Author: jimharris Date: Mon May 18 19:48:41 2015 New Revision: 283076 URL: https://svnweb.freebsd.org/changeset/base/283076 Log: MFC r282921: Add nvme and nvd drivers to GENERIC for amd64 and i386. Sponsored by: Intel Modified: stable/10/sys/amd64/conf/GENERIC

svn commit: r283079 - head/contrib/tzdata

2015-05-18 Thread Edwin Groothuis
Author: edwin Date: Mon May 18 21:05:11 2015 New Revision: 283079 URL: https://svnweb.freebsd.org/changeset/base/283079 Log: MFV of 283077,tzdata2015d Update to tzdata2015d: Release 2015d - 2015-04-24 08:09:46 -0700 Changes affecting future time stamps Egypt will not

svn commit: r283087 - stable/6/share/zoneinfo

2015-05-18 Thread Edwin Groothuis
Author: edwin Date: Mon May 18 22:14:06 2015 New Revision: 283087 URL: https://svnweb.freebsd.org/changeset/base/283087 Log: MFC of 283079,tzdata6: Update to tzdata2015d: Release 2015d - 2015-04-24 08:09:46 -0700 Changes affecting future time stamps Egypt will not

svn commit: r283089 - head/usr.bin/m4

2015-05-18 Thread Baptiste Daroussin
Author: bapt Date: Mon May 18 22:40:12 2015 New Revision: 283089 URL: https://svnweb.freebsd.org/changeset/base/283089 Log: Synchronize with OpenBSD Obtained from:OpenBSD Modified: head/usr.bin/m4/extern.h head/usr.bin/m4/gnum4.c head/usr.bin/m4/look.c head/usr.bin/m4/m4.1

svn commit: r283078 - vendor/tzdata/tzdata2015d

2015-05-18 Thread Edwin Groothuis
Author: edwin Date: Mon May 18 21:03:25 2015 New Revision: 283078 URL: https://svnweb.freebsd.org/changeset/base/283078 Log: Tag of tzdata 2015d Added: - copied from r283077, vendor/tzdata/dist/ Directory Properties: vendor/tzdata/tzdata2015d/ (props changed)

svn commit: r283083 - stable/10/usr.bin/whois

2015-05-18 Thread Xin LI
Author: delphij Date: Mon May 18 21:27:46 2015 New Revision: 283083 URL: https://svnweb.freebsd.org/changeset/base/283083 Log: MFC r281959,282885 (fanf, partial),282888 (fanf): Try alternate addresses more agressively. PR: 158125 Submitted by: Mark Andrews marka isc

svn commit: r283085 - stable/7/share/zoneinfo

2015-05-18 Thread Edwin Groothuis
Author: edwin Date: Mon May 18 22:10:15 2015 New Revision: 283085 URL: https://svnweb.freebsd.org/changeset/base/283085 Log: MFC of 283084,tzdata7: Update to tzdata2015d: Release 2015d - 2015-04-24 08:09:46 -0700 Changes affecting future time stamps Egypt will not

svn commit: r283086 - stable/7/share/zoneinfo

2015-05-18 Thread Edwin Groothuis
Author: edwin Date: Mon May 18 22:12:50 2015 New Revision: 283086 URL: https://svnweb.freebsd.org/changeset/base/283086 Log: MFC of 283079,tzdata7: Update to tzdata2015d: Release 2015d - 2015-04-24 08:09:46 -0700 Changes affecting future time stamps Egypt will not

svn commit: r283088 - head/sys/ddb

2015-05-18 Thread Pedro F. Giffuni
Author: pfg Date: Mon May 18 22:27:46 2015 New Revision: 283088 URL: https://svnweb.freebsd.org/changeset/base/283088 Log: ddb: stop boolean screaming. TRUE -- true FALSE-- false Hinted by:NetBSD Modified: head/sys/ddb/db_break.c head/sys/ddb/db_command.c

svn commit: r283080 - stable/10/contrib/tzdata

2015-05-18 Thread Edwin Groothuis
Author: edwin Date: Mon May 18 21:07:44 2015 New Revision: 283080 URL: https://svnweb.freebsd.org/changeset/base/283080 Log: MFC of 283079,tzdata10: Update to tzdata2015d: Release 2015d - 2015-04-24 08:09:46 -0700 Changes affecting future time stamps Egypt will not

svn commit: r283081 - stable/9/contrib/tzdata

2015-05-18 Thread Edwin Groothuis
Author: edwin Date: Mon May 18 21:17:19 2015 New Revision: 283081 URL: https://svnweb.freebsd.org/changeset/base/283081 Log: MFC of 283079,tzdata9: Update to tzdata2015d: Release 2015d - 2015-04-24 08:09:46 -0700 Changes affecting future time stamps Egypt will not

svn commit: r283082 - stable/8/share/zoneinfo

2015-05-18 Thread Edwin Groothuis
Author: edwin Date: Mon May 18 21:18:44 2015 New Revision: 283082 URL: https://svnweb.freebsd.org/changeset/base/283082 Log: MFC of 283079,tzdata8: Update to tzdata2015d: Release 2015d - 2015-04-24 08:09:46 -0700 Changes affecting future time stamps Egypt will not

Re: svn commit: r283025 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2015-05-18 Thread Rui Paulo
On Sunday 17 May 2015 03:59:09 Mark Johnston wrote: Author: markj Date: Sun May 17 03:59:08 2015 New Revision: 283025 URL: https://svnweb.freebsd.org/changeset/base/283025 Log: As dtrace(1) processes D libraries under /usr/lib/dtrace, the compiler may return an error if one of the

svn commit: r283097 - head/sys/mips/conf

2015-05-18 Thread Adrian Chadd
Author: adrian Date: Tue May 19 05:41:00 2015 New Revision: 283097 URL: https://svnweb.freebsd.org/changeset/base/283097 Log: QCA955x / AP135 platform tidyups. * Change mips24k - mips74k for hwpmc, but leave it disabled for now. * don't build pci by default. * build pci and qca955x_pci

Re: svn commit: r283088 - head/sys/ddb

2015-05-18 Thread Garrett Cooper
On May 18, 2015, at 22:28, Pedro Giffuni p...@freebsd.org wrote: Il giorno 18/mag/2015, alle ore 23:34, Bruce Evans b...@optusnet.com.au ha scritto: On Mon, 18 May 2015, Pedro Giffuni wrote: Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans b...@optusnet.com.au ha scritto: On

svn commit: r283094 - head/tools/bsdbox

2015-05-18 Thread Adrian Chadd
Author: adrian Date: Tue May 19 03:02:52 2015 New Revision: 283094 URL: https://svnweb.freebsd.org/changeset/base/283094 Log: Add mv / expr ; these are used by the updated freebsd-wifi-build environment. Modified: head/tools/bsdbox/Makefile.base Modified: head/tools/bsdbox/Makefile.base

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Eitan Adler
On 18 May 2015 at 08:41, Mathieu Arnold m...@absolight.fr wrote: +--On 18 mai 2015 10:52:29 -0400 Ed Maste ema...@freebsd.org wrote: | On 18 May 2015 at 10:11, Mathieu Arnold m...@absolight.fr wrote: | | Mmmm, if this can be done only for base, and not for ports, sure, but | ports need to be

svn commit: r283095 - head/sys/mips/atheros

2015-05-18 Thread Adrian Chadd
Author: adrian Date: Tue May 19 05:31:58 2015 New Revision: 283095 URL: https://svnweb.freebsd.org/changeset/base/283095 Log: Add initial support for the QCA955x PCIe host controller. The QCA955x looks a lot like the AR724x PCIe controller, except it supports two root complexes.

svn commit: r283096 - head/sys/mips/conf

2015-05-18 Thread Adrian Chadd
Author: adrian Date: Tue May 19 05:33:07 2015 New Revision: 283096 URL: https://svnweb.freebsd.org/changeset/base/283096 Log: The AP135 PCIe NIC isn't an ath device, it's an 11ac part (linux ath10k.) So, don't try to attach hints to it here. Modified: head/sys/mips/conf/AP135.hints

Re: svn commit: r283088 - head/sys/ddb

2015-05-18 Thread Bruce Evans
On Mon, 18 May 2015, Pedro Giffuni wrote: Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans b...@optusnet.com.au ha scritto: On Mon, 18 May 2015, Pedro F. Giffuni wrote: Log: ddb: stop boolean screaming. TRUE -- true FALSE-- false Hinted by: NetBSD This is not just churn to a

Re: svn commit: r283088 - head/sys/ddb

2015-05-18 Thread Pedro Giffuni
Il giorno 18/mag/2015, alle ore 23:34, Bruce Evans b...@optusnet.com.au ha scritto: On Mon, 18 May 2015, Pedro Giffuni wrote: Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans b...@optusnet.com.au ha scritto: On Mon, 18 May 2015, Pedro F. Giffuni wrote: Log: ddb: stop boolean

Re: svn commit: r283088 - head/sys/ddb

2015-05-18 Thread Pedro Giffuni
Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans b...@optusnet.com.au ha scritto: On Mon, 18 May 2015, Pedro F. Giffuni wrote: Log: ddb: stop boolean screaming. TRUE -- true FALSE-- false Hinted by: NetBSD This is not just churn to a style regression, but a type mismatch.

Re: svn commit: r283088 - head/sys/ddb

2015-05-18 Thread Bruce Evans
On Mon, 18 May 2015, Pedro F. Giffuni wrote: Log: ddb: stop boolean screaming. TRUE -- true FALSE-- false Hinted by: NetBSD This is not just churn to a style regression, but a type mismatch. Modified: head/sys/ddb/db_break.c

svn commit: r283090 - in vendor-sys/acpica/dist: . generate/unix generate/unix/acpidump generate/unix/acpihelp generate/unix/iasl source/common source/compiler source/components/debugger source/com...

2015-05-18 Thread Jung-uk Kim
Author: jkim Date: Mon May 18 23:17:05 2015 New Revision: 283090 URL: https://svnweb.freebsd.org/changeset/base/283090 Log: Import ACPICA 20150515. Added: vendor-sys/acpica/dist/source/common/ahtable.c (contents, props changed) vendor-sys/acpica/dist/source/include/acuuid.h (contents,

svn commit: r283091 - vendor-sys/acpica/20150515

2015-05-18 Thread Jung-uk Kim
Author: jkim Date: Mon May 18 23:17:34 2015 New Revision: 283091 URL: https://svnweb.freebsd.org/changeset/base/283091 Log: Tag ACPICA 20150515. Added: vendor-sys/acpica/20150515/ - copied from r283090, vendor-sys/acpica/dist/ ___

svn commit: r283077 - vendor/tzdata/dist

2015-05-18 Thread Edwin Groothuis
Author: edwin Date: Mon May 18 21:02:33 2015 New Revision: 283077 URL: https://svnweb.freebsd.org/changeset/base/283077 Log: Vendor import of tzdata2015d: Update to tzdata2015d: Release 2015d - 2015-04-24 08:09:46 -0700 Changes affecting future time stamps Egypt will

svn commit: r283084 - in head/lib/libedit: . edit/readline

2015-05-18 Thread Baptiste Daroussin
Author: bapt Date: Mon May 18 22:03:05 2015 New Revision: 283084 URL: https://svnweb.freebsd.org/changeset/base/283084 Log: Synchronize libedit with NetBSD It incorporates and fixes our patches to get el_gets return the proper count of characters in unicode mode. Modified:

svn commit: r283093 - head/share/man/man3

2015-05-18 Thread Patrick Kelsey
Author: pkelsey Date: Tue May 19 02:24:55 2015 New Revision: 283093 URL: https://svnweb.freebsd.org/changeset/base/283093 Log: Added description of POSIX-specified behavior when invoked on a key from within that key's destructor. Reviewed by: jhb, -doc Approved by: jmallett (mentor)

svn commit: r283092 - in head: sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/components/disp...

2015-05-18 Thread Jung-uk Kim
Author: jkim Date: Mon May 18 23:46:11 2015 New Revision: 283092 URL: https://svnweb.freebsd.org/changeset/base/283092 Log: Merge ACPICA 20150515. Added: head/sys/contrib/dev/acpica/common/ahtable.c (contents, props changed) - copied, changed from r283090,

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Eitan Adler
On 17 May 2015 at 08:46, Ian Lepore i...@freebsd.org wrote: On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote: On May 16, 2015, at 18:45, Adrian Chadd adr...@freebsd.org wrote: Did you commit files with DOS newlines in them? :) tsk tsk tsk tsk tsk. I think should fix that..

svn commit: r283048 - head/sys/dev/sfxge

2015-05-18 Thread Andrew Rybchenko
Author: arybchik Date: Mon May 18 06:02:22 2015 New Revision: 283048 URL: https://svnweb.freebsd.org/changeset/base/283048 Log: sfxge: fix overflow queue freeze If TxQ lock is obtained, deferred packet list shold be serviced even if the packet addition fails because of overflow.

svn commit: r283050 - head/sys/dev/sfxge

2015-05-18 Thread Andrew Rybchenko
Author: arybchik Date: Mon May 18 06:04:20 2015 New Revision: 283050 URL: https://svnweb.freebsd.org/changeset/base/283050 Log: sfxge: automatically turn off TSO when Tx checksum offload is disabled Also return error if TSO is requested without Tx checksum offload. Reviewed by:gnn

svn commit: r283049 - head/sys/dev/sfxge

2015-05-18 Thread Andrew Rybchenko
Author: arybchik Date: Mon May 18 06:03:21 2015 New Revision: 283049 URL: https://svnweb.freebsd.org/changeset/base/283049 Log: sfxge: allow to disable checksum offloads over VLAN It just affects capabilities of the created VLAN interface. Sponsored by: Solarflare Communications,

svn commit: r283055 - stable/9/lib/libmd

2015-05-18 Thread Garrett Cooper
Author: ngie Date: Mon May 18 10:46:51 2015 New Revision: 283055 URL: https://svnweb.freebsd.org/changeset/base/283055 Log: MFstable/10 r283054: MFC r281928: Avoid an infinite loop by ensuring that the amount of bytes read is greater than 0 in MDXFileChunk when calculating the

svn commit: r283057 - in head/sys: arm/amlogic/aml8726 arm/conf conf

2015-05-18 Thread Andrew Turner
Author: andrew Date: Mon May 18 11:04:07 2015 New Revision: 283057 URL: https://svnweb.freebsd.org/changeset/base/283057 Log: Clean up the Amlogic interrupt controller driver to handle the case where we have both the Amlogic pic and a GIC. This may be the case in some configurations.

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Garrett Cooper
On May 17, 2015, at 12:12, Bjoern A. Zeeb b...@freebsd.org wrote: On 17 May 2015, at 15:46 , Ian Lepore i...@freebsd.org wrote: On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote: On May 16, 2015, at 18:45, Adrian Chadd adr...@freebsd.org wrote: Did you commit files with DOS

svn commit: r283053 - head/sys/dev/hyperv/storvsc

2015-05-18 Thread Wei Hu
Author: whu Date: Mon May 18 10:31:23 2015 New Revision: 283053 URL: https://svnweb.freebsd.org/changeset/base/283053 Log: Add support for SCSI disk hot add and remove. Also add padding according to the requirement of different hypervisor releases. Submitted by: whu Reviewed by:

svn commit: r283054 - stable/10/lib/libmd

2015-05-18 Thread Garrett Cooper
Author: ngie Date: Mon May 18 10:45:18 2015 New Revision: 283054 URL: https://svnweb.freebsd.org/changeset/base/283054 Log: MFC r281928: Avoid an infinite loop by ensuring that the amount of bytes read is greater than 0 in MDXFileChunk when calculating the checksum This edgecase can

svn commit: r283056 - in head: etc etc/rc.d etc/rc.d/tests etc/tests tests tests/etc tests/etc/rc.d

2015-05-18 Thread Garrett Cooper
Author: ngie Date: Mon May 18 11:02:43 2015 New Revision: 283056 URL: https://svnweb.freebsd.org/changeset/base/283056 Log: Move all test integration pieces for etc/ from etc/ to tests/ This is being done to fix breakage with make distribution with read-only source trees as make

Re: svn commit: r282678 - in head: share/man/man4 sys/amd64/acpica sys/amd64/include sys/dev/acpica sys/i386/acpica sys/i386/include sys/x86/include sys/x86/x86

2015-05-18 Thread Andriy Gapon
On 09/05/2015 15:28, Konstantin Belousov wrote: +void +acpi_cpu_idle_mwait(uint32_t mwait_hint) +{ + int *state; + + state = (int *)PCPU_PTR(monitorbuf); + /* + * XXXKIB. Software coordination mode should be supported, + * but all Intel CPUs provide hardware

Re: svn commit: r282678 - in head: share/man/man4 sys/amd64/acpica sys/amd64/include sys/dev/acpica sys/i386/acpica sys/i386/include sys/x86/include sys/x86/x86

2015-05-18 Thread Andriy Gapon
On 18/05/2015 14:29, Andriy Gapon wrote: On 09/05/2015 15:28, Konstantin Belousov wrote: +void +acpi_cpu_idle_mwait(uint32_t mwait_hint) +{ +int *state; + +state = (int *)PCPU_PTR(monitorbuf); +/* + * XXXKIB. Software coordination mode should be supported, + * but