svn commit: r291374 - in head/sys: amd64/conf i386/conf pc98/conf powerpc/conf sparc64/conf

2015-11-26 Thread Ed Maste
Author: emaste Date: Thu Nov 26 21:35:50 2015 New Revision: 291374 URL: https://svnweb.freebsd.org/changeset/base/291374 Log: Fix whitespace on addition of IPSEC option Modified: head/sys/amd64/conf/GENERIC head/sys/i386/conf/GENERIC head/sys/pc98/conf/GENERIC

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

2015-11-26 Thread Ed Maste
Author: emaste Date: Thu Nov 26 21:05:55 2015 New Revision: 291373 URL: https://svnweb.freebsd.org/changeset/base/291373 Log: Correct arm64 gic_v3 sizeof argument No functional change as 'struct resource *' and 'struct resource **' have the same size, but the former is the proper type.

svn commit: r291376 - head/sys/netinet

2015-11-26 Thread Michael Tuexen
Author: tuexen Date: Thu Nov 26 23:12:41 2015 New Revision: 291376 URL: https://svnweb.freebsd.org/changeset/base/291376 Log: When the sending of an SCTP outgoing stream reset request fails, don't report it to the user since all stream have been marked as pending. MFC after:1 week

svn commit: r291377 - head/usr.sbin/kbdmap

2015-11-26 Thread Ed Maste
Author: emaste Date: Fri Nov 27 00:04:39 2015 New Revision: 291377 URL: https://svnweb.freebsd.org/changeset/base/291377 Log: vidfont: with vt(4) omit size from vidcontrol -f When using syscons, vidfont extracts the font size from the filename passes it to vidcontrol -f. In vt(4) mode

svn commit: r291378 - stable/10/sys/x86/x86

2015-11-26 Thread Konstantin Belousov
Author: kib Date: Fri Nov 27 01:03:43 2015 New Revision: 291378 URL: https://svnweb.freebsd.org/changeset/base/291378 Log: MFC r291266: Correct the number of DTLB entries reported for the CPUID Leaf 2 descriptor 0x6c. Modified: stable/10/sys/x86/x86/identcpu.c Directory Properties:

svn commit: r291381 - stable/10/usr.bin/netstat

2015-11-26 Thread Hajimu UMEMOTO
Author: ume Date: Fri Nov 27 03:48:02 2015 New Revision: 291381 URL: https://svnweb.freebsd.org/changeset/base/291381 Log: MFC r291097: Don't truncate an interface name when -W option is specified. Modified: stable/10/usr.bin/netstat/route.c Directory Properties: stable/10/ (props

svn commit: r291375 - head/crypto/openssh

2015-11-26 Thread Dag-Erling Smørgrav
Author: des Date: Thu Nov 26 23:05:40 2015 New Revision: 291375 URL: https://svnweb.freebsd.org/changeset/base/291375 Log: r291198 inadvertantly reverted a local patch for the default location of ssh-askpass and xauth, breaking X11 forwarding. Modified: head/crypto/openssh/pathnames.h

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

2015-11-26 Thread Konstantin Belousov
Author: kib Date: Fri Nov 27 01:45:40 2015 New Revision: 291380 URL: https://svnweb.freebsd.org/changeset/base/291380 Log: Remove VI_AGE vnode iflag, it is unused. Noted by: bde Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/vfs_subr.c head/sys/sys/vnode.h

svn commit: r291379 - head/sys/kern

2015-11-26 Thread Konstantin Belousov
Author: kib Date: Fri Nov 27 01:16:35 2015 New Revision: 291379 URL: https://svnweb.freebsd.org/changeset/base/291379 Log: Move the comment about resident pages preventing vnode from leaving active list, into the header comment for vdrop(), which is the function that decides whether to

Re: svn commit: r291301 - head/sys/netinet

2015-11-26 Thread Fabien Thomas
Hi Gleb, > > Note that g...@freebsd.org and gleb...@freebsd.org are two different persons. > Sorry for the mistake. Fabien ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any

svn commit: r291363 - head/tools/regression/lib/libc/nss

2015-11-26 Thread Garrett Cooper
Author: ngie Date: Thu Nov 26 08:58:13 2015 New Revision: 291363 URL: https://svnweb.freebsd.org/changeset/base/291363 Log: Clean up trailing whitespace MFC after: 1 week Modified: head/tools/regression/lib/libc/nss/test-getaddr.c head/tools/regression/lib/libc/nss/test-getgr.c

svn commit: r291364 - head/sys/netinet

2015-11-26 Thread Michael Tuexen
Author: tuexen Date: Thu Nov 26 09:25:20 2015 New Revision: 291364 URL: https://svnweb.freebsd.org/changeset/base/291364 Log: When receiving an SCTP/UDP packet and the interface performed the UDP checksum computation and signals that it was OK, clear this bit when passing the packet to

svn commit: r291365 - head/sys/dev/isp

2015-11-26 Thread Alexander Motin
Author: mav Date: Thu Nov 26 13:04:58 2015 New Revision: 291365 URL: https://svnweb.freebsd.org/changeset/base/291365 Log: One more round of port scanner rewrite. - Make scan aborted by event restart immediately and infinitely. - Improve handling of some loop events from firmware. -

svn commit: r291366 - head/contrib/wpa/src/drivers

2015-11-26 Thread Adrian Chadd
Author: adrian Date: Thu Nov 26 17:26:28 2015 New Revision: 291366 URL: https://svnweb.freebsd.org/changeset/base/291366 Log: [wpa] bring up interface in ap_mode=2 This is required for WPA-NONE operation. PR: bin/203086 Submitted by: avos@ Modified:

svn commit: r291367 - head/sys/arm/freescale/imx

2015-11-26 Thread Ian Lepore
Author: ian Date: Thu Nov 26 17:26:52 2015 New Revision: 291367 URL: https://svnweb.freebsd.org/changeset/base/291367 Log: Rename sysctl node hw.imx6 to hw.imx. Move its definition to imx_machdep.c so that code shared between imx5 and imx6 can work with OIDs under that node. Add

svn commit: r291368 - head/contrib/wpa/src/drivers

2015-11-26 Thread Adrian Chadd
Author: adrian Date: Thu Nov 26 17:28:40 2015 New Revision: 291368 URL: https://svnweb.freebsd.org/changeset/base/291368 Log: [wpa] use IFM_IEEE80211_ADHOC for now on FreeBSD for IBSS operation. PR: bin/203086 Submitted by: avos Modified:

svn commit: r291369 - head/sys/dev/isp

2015-11-26 Thread Alexander Motin
Author: mav Date: Thu Nov 26 18:56:21 2015 New Revision: 291369 URL: https://svnweb.freebsd.org/changeset/base/291369 Log: Remove residual functions declaration left after r291365. Modified: head/sys/dev/isp/isp_freebsd.c Modified: head/sys/dev/isp/isp_freebsd.c

svn commit: r291370 - head/sys/vm

2015-11-26 Thread Alan Cox
Author: alc Date: Thu Nov 26 19:12:18 2015 New Revision: 291370 URL: https://svnweb.freebsd.org/changeset/base/291370 Log: Correct an error in vm_reserv_reclaim_contig(). In the highly unusual case that the reservation contained "low", the starting position in the popmap for the free page

svn commit: r291371 - head/lib/libkvm

2015-11-26 Thread John Baldwin
Author: jhb Date: Thu Nov 26 19:39:15 2015 New Revision: 291371 URL: https://svnweb.freebsd.org/changeset/base/291371 Log: Remove kvm_sparc.c. This is for 32-bit sparc support and was imported from 4.4BSD. It has never been used by FreeBSD. Deleted: head/lib/libkvm/kvm_sparc.c

svn commit: r291372 - head/lib/libkvm

2015-11-26 Thread John Baldwin
Author: jhb Date: Thu Nov 26 19:42:10 2015 New Revision: 291372 URL: https://svnweb.freebsd.org/changeset/base/291372 Log: Remove trailing whitespace. Modified: head/lib/libkvm/kvm.c head/lib/libkvm/kvm_file.c head/lib/libkvm/kvm_getswapinfo.c head/lib/libkvm/kvm_i386.c