Re: svn commit: r292379 - in head/sys: netinet netinet6

2015-12-16 Thread Kubilay Kocak
On 17/12/2015 11:38 AM, Gleb Smirnoff wrote: > I'm sorry that wasn't able to review D4111 in time, but I have > very strong concerns against r292275. And r292379 doesn't > improve situation. I am asking you to back out both patches, > and then we can get together back to the problem. The 156226 >

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

2015-12-16 Thread George V. Neville-Neil
Author: gnn Date: Thu Dec 17 02:02:09 2015 New Revision: 292394 URL: https://svnweb.freebsd.org/changeset/base/292394 Log: Switch the IPsec related statistics to using the built in sysctl variable set rather than reading from kernel memory. This also makes the -z (zero) flag work correctly

Re: svn commit: r292373 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/dev/drm2/i915 sys/dev/drm2/ttm sys/dev/md sys/fs/fuse sys/fs/nfsclient sys/fs/smbfs sys/fs/tmpfs sy

2015-12-16 Thread Ivan Klymenko
On Thu, 17 Dec 2015 02:49:18 +0300 Gleb Smirnoff wrote: > Ivan, > > can you please test r292386? > It works. The panic was gone. Thank you for your work. ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src

Re: svn commit: r292379 - in head/sys: netinet netinet6

2015-12-16 Thread Gleb Smirnoff
Steven, I'm sorry that wasn't able to review D4111 in time, but I have very strong concerns against r292275. And r292379 doesn't improve situation. I am asking you to back out both patches, and then we can get together back to the problem. The 156226 bug was sitting for 2 years in the bugzilla

svn commit: r292389 - head/sys/conf

2015-12-16 Thread Mark Johnston
Author: markj Date: Thu Dec 17 00:02:53 2015 New Revision: 292389 URL: https://svnweb.freebsd.org/changeset/base/292389 Log: Consistently use ${AWK} instead of hard-coding the program name. MFC after:3 days Modified: head/sys/conf/kmod.mk Modified: head/sys/conf/kmod.mk

svn commit: r292388 - in head/sys: cddl/dev/dtrace cddl/dev/systrace kern sys

2015-12-16 Thread Mark Johnston
Author: markj Date: Thu Dec 17 00:00:27 2015 New Revision: 292388 URL: https://svnweb.freebsd.org/changeset/base/292388 Log: Support an arbitrary number of arguments to DTrace syscall probes. Rather than pushing all eight possible arguments into dtrace_probe()'s stack frame, make the sysc

Re: svn commit: r292373 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/dev/drm2/i915 sys/dev/drm2/ttm sys/dev/md sys/fs/fuse sys/fs/nfsclient sys/fs/smbfs sys/fs/tmpfs sy

2015-12-16 Thread Gleb Smirnoff
Ivan, can you please test r292386? -- Totus tuus, Glebius. ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

svn commit: r292386 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/fuse fs/nfsclient fs/smbfs

2015-12-16 Thread Gleb Smirnoff
Author: glebius Date: Wed Dec 16 23:48:50 2015 New Revision: 292386 URL: https://svnweb.freebsd.org/changeset/base/292386 Log: Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS. With the new VOP_GETPAGES() KPI the "count" argument counts pages already, and doesn't need to be translated

svn commit: r292385 - head/sys/cddl/dev/systrace

2015-12-16 Thread Mark Johnston
Author: markj Date: Wed Dec 16 23:46:27 2015 New Revision: 292385 URL: https://svnweb.freebsd.org/changeset/base/292385 Log: Remove the unused systrace device file and fix style bugs. MFC after:1 week Modified: head/sys/cddl/dev/systrace/systrace.c Modified: head/sys/cddl/dev/systra

svn commit: r292384 - in head/sys: cam/ctl compat/linux kern netinet security/mac

2015-12-16 Thread Mark Johnston
Author: markj Date: Wed Dec 16 23:39:27 2015 New Revision: 292384 URL: https://svnweb.freebsd.org/changeset/base/292384 Log: Fix style issues around existing SDT probes. - Use SDT_PROBE() instead of SDT_PROBE(). This has no functional effect at the moment, but will be needed for some fu

Re: svn commit: r292373 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/dev/drm2/i915 sys/dev/drm2/ttm sys/dev/md sys/fs/fuse sys/fs/nfsclient sys/fs/smbfs sys/fs/tmpfs sy

2015-12-16 Thread Ivan Klymenko
On Thu, 17 Dec 2015 02:06:33 +0300 Gleb Smirnoff wrote: > Ivan, > > can you please test this patch? > > About ZFS: I have not default options vfs.zfs.prefetch_disable=1 vfs.zfs.arc_max="2G" vfs.zfs.vdev.cache.max=65536 vfs.zfs.vdev.cache.size="16M" Perhaps it has something to clarify the

Re: svn commit: r292373 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/dev/drm2/i915 sys/dev/drm2/ttm sys/dev/md sys/fs/fuse sys/fs/nfsclient sys/fs/smbfs sys/fs/tmpfs sy

2015-12-16 Thread Ivan Klymenko
On Thu, 17 Dec 2015 02:06:33 +0300 Gleb Smirnoff wrote: > Ivan, > > can you please test this patch? > > Not helps. Dec 17 01:28:46 nonamehost kernel: Fatal trap 12: page fault while in kernel mode Dec 17 01:28:46 nonamehost kernel: cpuid = 1; apic id = 01 Dec 17 01:28:46 nonamehost kern

svn commit: r292383 - head/sys/vm

2015-12-16 Thread Conrad E. Meyer
Author: cem Date: Wed Dec 16 23:23:12 2015 New Revision: 292383 URL: https://svnweb.freebsd.org/changeset/base/292383 Log: vm_page.h: page busy macro fixups Minor changes to: - delete extraneous trailing semicolons from macro definitions, and - correct spelling of "busying" in panic

Re: svn commit: r292373 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/dev/drm2/i915 sys/dev/drm2/ttm sys/dev/md sys/fs/fuse sys/fs/nfsclient sys/fs/smbfs sys/fs/tmpfs sy

2015-12-16 Thread Gleb Smirnoff
Ivan, can you please test this patch? -- Totus tuus, Glebius. Index: sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c === --- sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c (revision 292382) +++ sys/cddl/c

Re: svn commit: r292373 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/dev/drm2/i915 sys/dev/drm2/ttm sys/dev/md sys/fs/fuse sys/fs/nfsclient sys/fs/smbfs sys/fs/tmpfs sy

2015-12-16 Thread Gleb Smirnoff
Ivan, can you please show? kgdb> list *zfs_freebsd_getpages+0x96 -- Totus tuus, Glebius. ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@

Re: svn commit: r292373 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/dev/drm2/i915 sys/dev/drm2/ttm sys/dev/md sys/fs/fuse sys/fs/nfsclient sys/fs/smbfs sys/fs/tmpfs sy

2015-12-16 Thread Ivan Klymenko
On Wed, 16 Dec 2015 21:30:45 + (UTC) Gleb Smirnoff wrote: > Author: glebius > Date: Wed Dec 16 21:30:45 2015 > New Revision: 292373 > URL: https://svnweb.freebsd.org/changeset/base/292373 > > Log: > A change to KPI of vm_pager_get_pages() and underlying > VOP_GETPAGES(). > o With new KP

svn commit: r292379 - in head/sys: netinet netinet6

2015-12-16 Thread Steven Hartland
Author: smh Date: Wed Dec 16 22:26:28 2015 New Revision: 292379 URL: https://svnweb.freebsd.org/changeset/base/292379 Log: Fix issues introduced by r292275 * Fix panic for etherswitches which don't have a LLADDR. * Disabled DELAY in unsolicited NDA, which needs further work. * Fixed mis

svn commit: r292373 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/dev/drm2/i915 sys/dev/drm2/ttm sys/dev/md sys/fs/fuse sys/fs/nfsclient sys/fs/smbfs sys/fs/tmpfs sys...

2015-12-16 Thread Gleb Smirnoff
Author: glebius Date: Wed Dec 16 21:30:45 2015 New Revision: 292373 URL: https://svnweb.freebsd.org/changeset/base/292373 Log: A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES(). o With new KPI consumers can request contiguous ranges of pages, and unlike before, all p

svn commit: r292366 - head/sys/dev/usb/serial

2015-12-16 Thread Ian Lepore
Author: ian Date: Wed Dec 16 20:54:28 2015 New Revision: 292366 URL: https://svnweb.freebsd.org/changeset/base/292366 Log: Flag the first port on a Sheevaplug ftdi serial device as jtag. Modified: head/sys/dev/usb/serial/uftdi.c Modified: head/sys/dev/usb/serial/uftdi.c =

svn commit: r292360 - head/bin/sh

2015-12-16 Thread Jilles Tjoelker
Author: jilles Date: Wed Dec 16 20:33:47 2015 New Revision: 292360 URL: https://svnweb.freebsd.org/changeset/base/292360 Log: sh: Fix use-after-free when attempting to modify a read-only variable. Reported by: bapt MFC after:1 week Modified: head/bin/sh/var.c Modified: head/bin/s

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Kristof Provost
> On 16 Dec 2015, at 13:09, Steven Hartland wrote: > > I've attached a patch which should fix if you could test that would be great, > but I'd still like to understand if there is something wrong elsewhere before > I do. The board boots & works with this patch. Thanks, Kristof __

svn commit: r292355 - head/tools/build/mk

2015-12-16 Thread Ed Maste
Author: emaste Date: Wed Dec 16 19:48:03 2015 New Revision: 292355 URL: https://svnweb.freebsd.org/changeset/base/292355 Log: Remove lldb(1) files if WITHOUT_LLDB is set Sponsored by: The FreeBSD Foundation Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/bui

Re: svn commit: r292309 - in head/sys: modules modules/tcp modules/tcp/fastpath netinet netinet/tcp_stacks

2015-12-16 Thread Navdeep Parhar
On Wed, Dec 16, 2015 at 07:06:31AM -0800, John Baldwin wrote: > On Wednesday, December 16, 2015 12:56:45 AM Randall Stewart wrote: > > Author: rrs > > Date: Wed Dec 16 00:56:45 2015 > > New Revision: 292309 > > URL: https://svnweb.freebsd.org/changeset/base/292309 > > > > Log: > > First cut of t

svn commit: r292350 - head/share/mk

2015-12-16 Thread Ed Maste
Author: emaste Date: Wed Dec 16 19:23:10 2015 New Revision: 292350 URL: https://svnweb.freebsd.org/changeset/base/292350 Log: Enable LLDB by default on amd64 and arm64 LLDB is usable for userland core file and live debugging on amd64, and for userland core file debugging on arm64. In gene

svn commit: r292345 - head/sys/boot/i386/libi386

2015-12-16 Thread Baptiste Daroussin
Author: bapt Date: Wed Dec 16 17:45:03 2015 New Revision: 292345 URL: https://svnweb.freebsd.org/changeset/base/292345 Log: Use human readable representation of ip for the pxeboot.ip kenv While here use colon as a separator for pxeboot.hwaddr kenv Sponsored by: Gandi.net Modified: head

Re: svn commit: r292299 - head/sys/kern

2015-12-16 Thread Adrian Chadd
On 16 December 2015 at 00:01, Konstantin Belousov wrote: > On Wed, Dec 16, 2015 at 12:13:16AM +, Adrian Chadd wrote: >> Author: adrian >> Date: Wed Dec 16 00:13:16 2015 >> New Revision: 292299 >> URL: https://svnweb.freebsd.org/changeset/base/292299 >> >> Log: >> Don't call wakeup if we're j

Re: svn commit: r292309 - in head/sys: modules modules/tcp modules/tcp/fastpath netinet netinet/tcp_stacks

2015-12-16 Thread Garrett Cooper
> On Dec 16, 2015, at 08:15, John Baldwin wrote: > >> On Wednesday, December 16, 2015 10:58:47 AM Jonathan T. Looney wrote: >>> On Dec 16, 2015, at 10:08 AM, Randall Stewart wrote: >>> Ahh I think I see this is a difference between our friend >>> clang and gcc.. since I bet ppc uses gcc not cla

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Adrian Chadd
hi, yeah, switchports at the moment are pure L2 interfaces, they don't have addressing. This may eventually change if etherswitch grows slave switch port support. But I didn't think it was creating ifnet interfaces, only miibusses and mii's for link status. -a On 16 December 2015 at 04:09, St

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Adrian Chadd
right, it's: arswitch.c: err = mii_attach(sc->sc_dev, &sc->miibus[phy], sc->ifp[phy], arswitch.c: device_get_nameunit(sc->miibus[phy]), -a ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo

svn commit: r292344 - in head: . lib/libstand sys/boot/i386/libi386 sys/boot/i386/loader

2015-12-16 Thread Baptiste Daroussin
48:59 2015(r292343) +++ head/UPDATING Wed Dec 16 17:13:09 2015(r292344) @@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)

svn commit: r292338 - in head/sys/boot/efi/loader: . arch/amd64 arch/arm arch/arm64

2015-12-16 Thread Ed Maste
Author: emaste Date: Wed Dec 16 16:19:18 2015 New Revision: 292338 URL: https://svnweb.freebsd.org/changeset/base/292338 Log: UEFI: combine GetMemoryMap and ExitBootServices and retry on error The EFI memory map may change before or during the first ExitBootServices call. In that case Exi

Re: svn commit: r292309 - in head/sys: modules modules/tcp modules/tcp/fastpath netinet netinet/tcp_stacks

2015-12-16 Thread John Baldwin
On Wednesday, December 16, 2015 12:56:45 AM Randall Stewart wrote: > Author: rrs > Date: Wed Dec 16 00:56:45 2015 > New Revision: 292309 > URL: https://svnweb.freebsd.org/changeset/base/292309 > > Log: > First cut of the modularization of our TCP stack. Still > to do is to clean up the timer h

Re: svn commit: r292309 - in head/sys: modules modules/tcp modules/tcp/fastpath netinet netinet/tcp_stacks

2015-12-16 Thread John Baldwin
On Wednesday, December 16, 2015 10:58:47 AM Jonathan T. Looney wrote: > On Dec 16, 2015, at 10:08 AM, Randall Stewart wrote: > > Ahh I think I see this is a difference between our friend > > clang and gcc.. since I bet ppc uses gcc not clang :-o > > This sort of thing seems to happen often enough

Re: svn commit: r292309 - in head/sys: modules modules/tcp modules/tcp/fastpath netinet netinet/tcp_stacks

2015-12-16 Thread Jonathan T. Looney
On Dec 16, 2015, at 10:08 AM, Randall Stewart wrote: > Ahh I think I see this is a difference between our friend > clang and gcc.. since I bet ppc uses gcc not clang :-o This sort of thing seems to happen often enough that it would be nice if there was an option to automatically build two kernels

svn commit: r292337 - head/usr.sbin

2015-12-16 Thread Ian Lepore
Author: ian Date: Wed Dec 16 15:26:31 2015 New Revision: 292337 URL: https://svnweb.freebsd.org/changeset/base/292337 Log: Build mount_smbfs for arm. Also sort the subdirs. Modified: head/usr.sbin/Makefile.arm Modified: head/usr.sbin/Makefile.arm

Re: svn commit: r292309 - in head/sys: modules modules/tcp modules/tcp/fastpath netinet netinet/tcp_stacks

2015-12-16 Thread Randall Stewart via svn-src-head
r292336 should take care of that let me know if it does not.. I am getting on a plane to head back from CA. to S.C. shortly but I will be online for a couple more hours :-) R On Dec 16, 2015, at 6:00 AM, Ed Maste wrote: > On 16 December 2015 at 00:56, Randall Stewart wrote: >> Author: rrs >>

svn commit: r292336 - head/sys/netinet/tcp_stacks

2015-12-16 Thread Randall Stewart
Author: rrs Date: Wed Dec 16 15:16:44 2015 New Revision: 292336 URL: https://svnweb.freebsd.org/changeset/base/292336 Log: Remove redundant extern's that make the ppc compile fail. Thanks Ed Maste for the heads up. Modified: head/sys/netinet/tcp_stacks/fastpath.c Modified: head/sys/netinet

Re: svn commit: r292309 - in head/sys: modules modules/tcp modules/tcp/fastpath netinet netinet/tcp_stacks

2015-12-16 Thread Randall Stewart via svn-src-head
Ahh I think I see this is a difference between our friend clang and gcc.. since I bet ppc uses gcc not clang :-o I will have something for you in a sec.. sorry about that Ed R This is the difference between On Dec 16, 2015, at 6:00 AM, Ed Maste wrote: > On 16 December 2015 at 00:56, Randall S

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Steven Hartland
On 16/12/2015 09:02, Alexander V. Chernikov wrote: 15.12.2015, 19:02, "Steven Hartland" : Author: smh Date: Tue Dec 15 16:02:11 2015 New Revision: 292275 URL: https://svnweb.freebsd.org/changeset/base/292275 Log: Fix lagg failover due to missing notifications When using lagg failover mod

Re: svn commit: r292309 - in head/sys: modules modules/tcp modules/tcp/fastpath netinet netinet/tcp_stacks

2015-12-16 Thread Ed Maste
On 16 December 2015 at 00:56, Randall Stewart wrote: > Author: rrs > Date: Wed Dec 16 00:56:45 2015 > New Revision: 292309 > URL: https://svnweb.freebsd.org/changeset/base/292309 > > Log: > First cut of the modularization of our TCP stack. Still > to do is to clean up the timer handling using

svn commit: r292317 - in head: etc/mtree lib/libc/tests lib/libc/tests/resolv tools/regression/lib/libc/resolv

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 05:11:57 2015 New Revision: 292317 URL: https://svnweb.freebsd.org/changeset/base/292317 Log: Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite as lib/libc/tests/resolv Convert the testcases to ATF MFC after: 1 week Sponsored by: E

svn commit: r292319 - head/tests/freebsd_test_suite

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 05:44:53 2015 New Revision: 292319 URL: https://svnweb.freebsd.org/changeset/base/292319 Log: Add ATF_REQUIRE_FEATURE and PLAIN_REQUIRE_FEATURE macros for testing for kernel features via the feature_present(3) libcall The semantics are similar to the other ma

svn commit: r292316 - in head/tools/regression/lib/libc: nss resolv

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 04:59:30 2015 New Revision: 292316 URL: https://svnweb.freebsd.org/changeset/base/292316 Log: Remove hosts that don't resolve properly with the nss and resolv tests MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified: head/tools/regressi

svn commit: r292323 - in head: etc/mtree lib/libc/tests/nss tools/regression/lib/libc/nss

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 08:09:03 2015 New Revision: 292323 URL: https://svnweb.freebsd.org/changeset/base/292323 Log: Integrate tools/regression/lib/libc/nss into the FreeBSD test suite as lib/libc/tests/nss - Convert the testcases to ATF - Do some style(9) cleanups: -- Sort hea

svn commit: r292318 - head/lib/libc/tests/resolv

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 05:19:07 2015 New Revision: 292318 URL: https://svnweb.freebsd.org/changeset/base/292318 Log: Add Makefile accidentally missed in r292317 MFC after: 1 week X-MFC with: r292317 Sponsored by: EMC / Isilon Storage Division Added: head/lib/libc/tests/resolv/

svn commit: r292327 - head/tools/regression/lib/msun

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 08:53:24 2015 New Revision: 292327 URL: https://svnweb.freebsd.org/changeset/base/292327 Log: Use fabsl instead of fabs to mute -Wabsolute-value warnings from clang because `nums[]` is an array of long doubles MFC after: 1 week Sponsored by: EMC / Isilon St

svn commit: r292325 - head/sys/kern

2015-12-16 Thread Konstantin Belousov
Author: kib Date: Wed Dec 16 08:39:51 2015 New Revision: 292325 URL: https://svnweb.freebsd.org/changeset/base/292325 Log: Simplify the loop step in the flushbuflist() and make it independed on the type stability of the buffers memory. Instead of memoizing pointer to the next buffer and val

svn commit: r292326 - in head/sys: kern sys

2015-12-16 Thread Konstantin Belousov
Author: kib Date: Wed Dec 16 08:48:37 2015 New Revision: 292326 URL: https://svnweb.freebsd.org/changeset/base/292326 Log: Optimize vop_stdadvise(POSIX_FADV_DONTNEED). Instead of looking up a buffer for each block number in the range with gbincore(), look up the next instantiated buffer wit

svn commit: r292330 - head/lib/libfetch

2015-12-16 Thread Dag-Erling Smørgrav
Author: des Date: Wed Dec 16 09:17:07 2015 New Revision: 292330 URL: https://svnweb.freebsd.org/changeset/base/292330 Log: Reset bufpos to 0 immediately after refilling the buffer. Otherwise, we risk leaving the connection in an indeterminate state if the server fails to send a chunk delimi

svn commit: r292331 - head/sys/net

2015-12-16 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Dec 16 09:18:20 2015 New Revision: 292331 URL: https://svnweb.freebsd.org/changeset/base/292331 Log: Convert if_stf(4) to new routing api. Modified: head/sys/net/if_stf.c Modified: head/sys/net/if_stf.c ==

svn commit: r292328 - in head: lib/msun/tests tools/regression/lib/msun

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 09:11:11 2015 New Revision: 292328 URL: https://svnweb.freebsd.org/changeset/base/292328 Log: Integrate a number of testcases from tools/regression/lib/msun into the FreeBSD test suite There's no functional change with these testcases; they're purposely bei

svn commit: r292329 - head/sys/netinet

2015-12-16 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Dec 16 09:16:06 2015 New Revision: 292329 URL: https://svnweb.freebsd.org/changeset/base/292329 Log: Fix ARP reply handling changed in r286955. If source of ARP request didn't pass the routing check (e.g. not in directly connected network), be polite and still

svn commit: r292324 - head/lib/libc/tests

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Wed Dec 16 08:25:12 2015 New Revision: 292324 URL: https://svnweb.freebsd.org/changeset/base/292324 Log: Iterate down lib/libc/tests/nss... MFC after: 1 week X-MFC with: r292323 Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libc/tests/Makefile Mod

svn commit: r292332 - head/lib/libfetch

2015-12-16 Thread Dag-Erling Smørgrav
Author: des Date: Wed Dec 16 09:20:45 2015 New Revision: 292332 URL: https://svnweb.freebsd.org/changeset/base/292332 Log: As a followup to r292330, standardize on size_t and add a few comments. Modified: head/lib/libfetch/http.c Modified: head/lib/libfetch/http.c ===

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Steven Hartland
On 15/12/2015 22:58, Kristof Provost wrote: On 15 Dec 2015, at 23:15, Kristof Provost wrote: Based on the arp_announce() in the backtrace this commit looks like a possible cause. I see this in arp_announce(): KP: arp_announce() ifp->if_addr = 0 So that explains why we panic in 'lladdr = IF_LL

svn commit: r292333 - in head: sys/net sys/netinet6 usr.sbin/ndp

2015-12-16 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Dec 16 10:14:16 2015 New Revision: 292333 URL: https://svnweb.freebsd.org/changeset/base/292333 Log: Provide additional lle data in IPv6 lltable dump used by ndp(8). Before the change, things like lle state were queried via SIOCGNBRINFO_IN6 by ndp(8) for _each

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

2015-12-16 Thread Svatopluk Kraus
Author: skra Date: Wed Dec 16 10:55:19 2015 New Revision: 292334 URL: https://svnweb.freebsd.org/changeset/base/292334 Log: Adopt assert from amd64 in pmap_remove_pages(). Suggested by: kib Approved by: kib (mentor) Modified: head/sys/arm/arm/pmap-v6-new.c Modified: head/sys/arm/arm/

Re: svn commit: r292299 - head/sys/kern

2015-12-16 Thread Konstantin Belousov
On Wed, Dec 16, 2015 at 12:13:16AM +, Adrian Chadd wrote: > Author: adrian > Date: Wed Dec 16 00:13:16 2015 > New Revision: 292299 > URL: https://svnweb.freebsd.org/changeset/base/292299 > > Log: > Don't call wakeup if we're just returning reserved space; just > return the reservation and

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Alexander V . Chernikov
15.12.2015, 19:02, "Steven Hartland" : > Author: smh > Date: Tue Dec 15 16:02:11 2015 > New Revision: 292275 > URL: https://svnweb.freebsd.org/changeset/base/292275 > > Log: >   Fix lagg failover due to missing notifications > >   When using lagg failover mode neither Gratuitous ARP (IPv4) or Unsol

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Kristof Provost
> On 16 Dec 2015, at 00:08, Adrian Chadd wrote: > > oops, file a bug at github.com/freebsd/freebsd-wifi-build and I'll fix it > asap. > No worries, it happens: https://github.com/freebsd/freebsd-wifi-build/issues/68 This fixed the problem for me: diff --git a/build/bin/build_mfsroot b/build/b