svn commit: r272887 - head/share/mk

2014-10-10 Thread Baptiste Daroussin
Author: bapt Date: Fri Oct 10 06:09:47 2014 New Revision: 272887 URL: https://svnweb.freebsd.org/changeset/base/272887 Log: Make sure SIZE is defined early Modified: head/share/mk/sys.mk Modified: head/share/mk/sys.mk

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

2014-10-10 Thread Bryan Venteicher
Author: bryanv Date: Fri Oct 10 06:08:59 2014 New Revision: 272886 URL: https://svnweb.freebsd.org/changeset/base/272886 Log: Add context pointer and source address to the UDP tunnel callback These are needed for the forthcoming vxlan implementation. The context pointer means we do not

svn commit: r272888 - in head: contrib/binutils/bfd contrib/binutils/gas/config contrib/binutils/ld/emulparams sys/boot/powerpc/ofw sys/boot/powerpc/ps3 sys/boot/powerpc/uboot sys/conf

2014-10-10 Thread Baptiste Daroussin
Author: bapt Date: Fri Oct 10 06:24:09 2014 New Revision: 272888 URL: https://svnweb.freebsd.org/changeset/base/272888 Log: Rename elf*-powerpc into elf*-powerpc-freebsd in binutils The powerpc support was the only supported architecture not prepending the elf format name with -freebsd

svn commit: r272889 - head/sys/net

2014-10-10 Thread Hiroki Sato
Author: hrs Date: Fri Oct 10 06:45:13 2014 New Revision: 272889 URL: https://svnweb.freebsd.org/changeset/base/272889 Log: Virtualize if_epair(4). An if_xname check for both a and b interfaces is added to return EEXIST when only b interface exists---this can happen when epairNb is moved to

svn commit: r272890 - head/contrib/netbsd-tests/lib/libc/stdlib

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 08:35:16 2014 New Revision: 272890 URL: https://svnweb.freebsd.org/changeset/base/272890 Log: Only build/run hsearch_basic and hsearch_r_basic on NetBSD hdestroy1 is not present on FreeBSD Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r272891 - head/contrib/netbsd-tests/lib/libc/stdlib

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 08:57:55 2014 New Revision: 272891 URL: https://svnweb.freebsd.org/changeset/base/272891 Log: Expect SIGSEGV in lib/libc/stdlib/t_getenv:setenv_basic See bin/189805 for more details In collaboration with: pho Sponsored by: EMC / Isilon Storage Division

svn commit: r272892 - stable/10/sys/dev/hwpmc

2014-10-10 Thread Bjoern A. Zeeb
Author: bz Date: Fri Oct 10 12:02:34 2014 New Revision: 272892 URL: https://svnweb.freebsd.org/changeset/base/272892 Log: MFC r272713: Since introducing the extra mapping in r250103 (head) for architectural performance events we have actually counted 'Branch Instruction Retired' when

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

2014-10-10 Thread Alexander Motin
Author: mav Date: Fri Oct 10 12:38:53 2014 New Revision: 272893 URL: https://svnweb.freebsd.org/changeset/base/272893 Log: Store persistent reservation keys as uint64_t instead of uint8_t[8]. This allows to simplify the code and save 512KB of RAM per LUN (8%) by removing no longer needed

Re: svn commit: r272808 - head/include/rpcsvc

2014-10-10 Thread Ian Lepore
On Thu, 2014-10-09 at 06:58 +, Baptiste Daroussin wrote: Author: bapt Date: Thu Oct 9 06:58:33 2014 New Revision: 272808 URL: https://svnweb.freebsd.org/changeset/base/272808 Log: Fix build with rpcgen using a recent (tested with gcc 4.9.1) GNU cpp Modified:

svn commit: r272895 - head/sys/sparc64/sparc64

2014-10-10 Thread Baptiste Daroussin
Author: bapt Date: Fri Oct 10 14:18:33 2014 New Revision: 272895 URL: https://svnweb.freebsd.org/changeset/base/272895 Log: Fix typo revealed by using newer binutils Differential Revision:https://reviews.freebsd.org/D933 Reviewed by: marius Modified:

svn commit: r272894 - head/sys/dev/mc146818

2014-10-10 Thread Baptiste Daroussin
Author: bapt Date: Fri Oct 10 14:17:42 2014 New Revision: 272894 URL: https://svnweb.freebsd.org/changeset/base/272894 Log: Use FreeBSD-bit-checking-style This appease gcc 4.9 issuing warnings about parentheses Differential Revision:https://reviews.freebsd.org/D933 Reviewed by:

svn commit: r272896 - in head/sys: arm/altera/socfpga arm/conf boot/fdt/dts/arm

2014-10-10 Thread Ruslan Bukin
Author: br Date: Fri Oct 10 14:35:51 2014 New Revision: 272896 URL: https://svnweb.freebsd.org/changeset/base/272896 Log: o Add machine-dependent SMP part o Enable SMP Sponsored by: DARPA, AFRL Added: head/sys/arm/altera/socfpga/socfpga_mp.c (contents, props changed) Modified:

Re: svn commit: r270122 - in stable/10: . lib/libopie

2014-10-10 Thread Baptiste Daroussin
On Mon, Aug 18, 2014 at 02:42:23AM +, Andrey A. Chernov wrote: Author: ache Date: Mon Aug 18 02:42:23 2014 New Revision: 270122 URL: http://svnweb.freebsd.org/changeset/base/270122 Log: Direct commit to stable/10 reflecting r269961 because the rest can't be merged. Bump

Re: svn commit: r272808 - head/include/rpcsvc

2014-10-10 Thread Baptiste Daroussin
On Fri, Oct 10, 2014 at 08:03:31AM -0600, Ian Lepore wrote: On Thu, 2014-10-09 at 06:58 +, Baptiste Daroussin wrote: Author: bapt Date: Thu Oct 9 06:58:33 2014 New Revision: 272808 URL: https://svnweb.freebsd.org/changeset/base/272808 Log: Fix build with rpcgen using a

Re: svn commit: r270122 - in stable/10: . lib/libopie

2014-10-10 Thread Andrey Chernov
On 10.10.2014 18:47, Baptiste Daroussin wrote: On Mon, Aug 18, 2014 at 02:42:23AM +, Andrey A. Chernov wrote: Author: ache Date: Mon Aug 18 02:42:23 2014 New Revision: 270122 URL: http://svnweb.freebsd.org/changeset/base/270122 Log: Direct commit to stable/10 reflecting r269961

Re: svn commit: r270122 - in stable/10: . lib/libopie

2014-10-10 Thread Hiroki Sato
Andrey Chernov a...@freebsd.org wrote in 5437f373.1090...@freebsd.org: ac On 10.10.2014 18:47, Baptiste Daroussin wrote: ac On Mon, Aug 18, 2014 at 02:42:23AM +, Andrey A. Chernov wrote: ac Author: ache ac Date: Mon Aug 18 02:42:23 2014 ac New Revision: 270122 ac URL:

Re: svn commit: r272808 - head/include/rpcsvc

2014-10-10 Thread Benjamin Kaduk
On Fri, Oct 10, 2014 at 10:50 AM, Baptiste Daroussin b...@freebsd.org wrote: On Fri, Oct 10, 2014 at 08:03:31AM -0600, Ian Lepore wrote: On Thu, 2014-10-09 at 06:58 +, Baptiste Daroussin wrote: Author: bapt Date: Thu Oct 9 06:58:33 2014 New Revision: 272808 URL:

Re: svn commit: r270122 - in stable/10: . lib/libopie

2014-10-10 Thread Andrey Chernov
On 10.10.2014 19:02, Hiroki Sato wrote: ac It is strange that nobody notice that so far. Is there any packages ac which builds with libopie? If no, there is no problem. If yes, what you cyrus-sasl uses it. ac suggest to fix, is that backing out? If yes, when exactly this change ac can be

Re: svn commit: r270122 - in stable/10: . lib/libopie

2014-10-10 Thread Andrey Chernov
On 10.10.2014 19:11, Andrey Chernov wrote: On 10.10.2014 19:02, Hiroki Sato wrote: ac It is strange that nobody notice that so far. Is there any packages ac which builds with libopie? If no, there is no problem. If yes, what you cyrus-sasl uses it. ac suggest to fix, is that backing out?

Re: svn commit: r270122 - in stable/10: . lib/libopie

2014-10-10 Thread Andrey Chernov
On 10.10.2014 19:17, Andrey Chernov wrote: On 10.10.2014 19:11, Andrey Chernov wrote: On 10.10.2014 19:02, Hiroki Sato wrote: ac It is strange that nobody notice that so far. Is there any packages ac which builds with libopie? If no, there is no problem. If yes, what you cyrus-sasl uses it.

Re: svn commit: r272894 - head/sys/dev/mc146818

2014-10-10 Thread Stefan Farfeleder
On Fri, Oct 10, 2014 at 02:17:43PM +, Baptiste Daroussin wrote: Author: bapt Date: Fri Oct 10 14:17:42 2014 New Revision: 272894 URL: https://svnweb.freebsd.org/changeset/base/272894 Log: Use FreeBSD-bit-checking-style This appease gcc 4.9 issuing warnings about parentheses

svn commit: r272897 - head/sys/dev/e1000

2014-10-10 Thread John Baldwin
Author: jhb Date: Fri Oct 10 16:36:25 2014 New Revision: 272897 URL: https://svnweb.freebsd.org/changeset/base/272897 Log: Various fixes to stats: - Read the counts of received, dropped, and transmitted management packets and add sysctl nodes for them. - Fix the total octets

svn commit: r272898 - in head: sbin/ipfw sys/netpfil/ipfw

2014-10-10 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Oct 10 17:24:56 2014 New Revision: 272898 URL: https://svnweb.freebsd.org/changeset/base/272898 Log: Partially fix build on !amd64 Pointed by: bz Modified: head/sbin/ipfw/ipfw2.c head/sbin/ipfw/tables.c (contents, props changed)

svn commit: r272899 - head/sys/netpfil/ipfw

2014-10-10 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Oct 10 18:31:35 2014 New Revision: 272899 URL: https://svnweb.freebsd.org/changeset/base/272899 Log: Fix NOINET6 build for ipfw. Modified: head/sys/netpfil/ipfw/ip_fw_table_algo.c Modified: head/sys/netpfil/ipfw/ip_fw_table_algo.c

svn commit: r272900 - head/sys/netpfil/ipfw

2014-10-10 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Oct 10 18:57:12 2014 New Revision: 272900 URL: https://svnweb.freebsd.org/changeset/base/272900 Log: Fix KASSERT argument type. Modified: head/sys/netpfil/ipfw/ip_fw_sockopt.c Modified: head/sys/netpfil/ipfw/ip_fw_sockopt.c

svn commit: r272901 - head/contrib/netbsd-tests/lib/libc/gen

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 18:57:39 2014 New Revision: 272901 URL: https://svnweb.freebsd.org/changeset/base/272901 Log: Disable tests that don't pass on FreeBSD due to missing support in humanize_number(3). Bringing in additional revisions from NetBSD's humanize_number(3) will fix the

svn commit: r272902 - head/contrib/netbsd-tests/lib/libc/gen

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 18:59:18 2014 New Revision: 272902 URL: https://svnweb.freebsd.org/changeset/base/272902 Log: Add missing #include sys/time.h for gettimeofday Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/gen/t_time.c Modified:

svn commit: r272903 - head/contrib/netbsd-tests/lib/libc/gen

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 19:02:02 2014 New Revision: 272903 URL: https://svnweb.freebsd.org/changeset/base/272903 Log: FreeBSD returns ENOTTY instead of EBADF in ttyname_r; mark it as an expected failure PR: 191936 In collaboration with: pho Sponsored by: EMC / Isilon Storage

svn commit: r272904 - in head/sys/dev: ctau cx digi

2014-10-10 Thread John Baldwin
Author: jhb Date: Fri Oct 10 19:12:04 2014 New Revision: 272904 URL: https://svnweb.freebsd.org/changeset/base/272904 Log: Don't pass RF_ALLOCATED to bus_alloc_resource(). Modified: head/sys/dev/ctau/if_ct.c head/sys/dev/cx/if_cx.c head/sys/dev/digi/digi_isa.c Modified:

svn commit: r272905 - head/contrib/netbsd-tests/lib/libc/gen

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 19:18:52 2014 New Revision: 272905 URL: https://svnweb.freebsd.org/changeset/base/272905 Log: FreeBSD doesn't support strings greater than MAXHOSTNAMELEN-1 in {get,set}{domain,host}name. Adjust the tests to not exceed that value when testing out the code

svn commit: r272906 - in head/sys: conf libkern netpfil/pf sys

2014-10-10 Thread George V. Neville-Neil
Author: gnn Date: Fri Oct 10 19:26:26 2014 New Revision: 272906 URL: https://svnweb.freebsd.org/changeset/base/272906 Log: Change the PF hash from Jenkins to Murmur3. In forwarding tests this showed a conservative 3% incrase in PPS. Differential Revision:

svn commit: r272907 - head/sys/vm

2014-10-10 Thread Konstantin Belousov
Author: kib Date: Fri Oct 10 19:27:36 2014 New Revision: 272907 URL: https://svnweb.freebsd.org/changeset/base/272907 Log: Make MAP_NOSYNC handling in the vm_fault() read-locked object path compatible with write-locked path. Test for MAP_ENTRY_NOSYNC and set VPO_NOSYNC for pages with dirty

svn commit: r272908 - head/contrib/netbsd-tests/lib/libc/gen

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 19:28:57 2014 New Revision: 272908 URL: https://svnweb.freebsd.org/changeset/base/272908 Log: Disable the invalid pointer test on FreeBSD FreeBSD segfaults on invalid pointers passed to getcwd because it throbs the address passed in in libc, whereas NetBSD

svn commit: r272909 - head/contrib/netbsd-tests/lib/libc/gen

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 19:32:53 2014 New Revision: 272909 URL: https://svnweb.freebsd.org/changeset/base/272909 Log: Handle getting/setting niceness/priority correctly on FreeBSD vs NetBSD This might be fallout from PR: 189821 Submitted by: pho Sponsored by: EMC / Isilon

svn commit: r272910 - head/contrib/netbsd-tests/lib/libc/gen

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 19:34:19 2014 New Revision: 272910 URL: https://svnweb.freebsd.org/changeset/base/272910 Log: SIGPWR does not exist on FreeBSD Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/gen/t_raise.c Modified:

svn commit: r272911 - in head: sys/cam/ctl usr.sbin/ctladm usr.sbin/ctld

2014-10-10 Thread Alexander Motin
Author: mav Date: Fri Oct 10 19:41:09 2014 New Revision: 272911 URL: https://svnweb.freebsd.org/changeset/base/272911 Log: Make ctld start even if some LUNs are unable to open backing storage. Such LUNs will be visible to initiators, but return not ready status on media access commands.

svn commit: r272912 - head/sys/netpfil/ipfw

2014-10-10 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Oct 10 20:37:06 2014 New Revision: 272912 URL: https://svnweb.freebsd.org/changeset/base/272912 Log: Remove redundant if_notifier declaration. Modified: head/sys/netpfil/ipfw/ip_fw_table_algo.c Modified: head/sys/netpfil/ipfw/ip_fw_table_algo.c

Re: svn commit: r272897 - head/sys/dev/e1000

2014-10-10 Thread Gleb Smirnoff
On Fri, Oct 10, 2014 at 04:36:26PM +, John Baldwin wrote: J Author: jhb J Date: Fri Oct 10 16:36:25 2014 J New Revision: 272897 J URL: https://svnweb.freebsd.org/changeset/base/272897 J J Log: J Various fixes to stats: J - Read the counts of received, dropped, and transmitted management J

svn commit: r272913 - in stable/10: sbin/sysctl sys/amd64/amd64 sys/amd64/include/pc sys/i386/i386 sys/i386/include/pc

2014-10-10 Thread John Baldwin
Author: jhb Date: Fri Oct 10 20:47:23 2014 New Revision: 272913 URL: https://svnweb.freebsd.org/changeset/base/272913 Log: MFC 270828,271487,271495: Add sysctls to export the BIOS SMAP and EFI memory maps along with handlers in the sysctl(8) binary to format them. Modified:

svn commit: r272914 - head/contrib/netbsd-tests/lib/libc/gen/posix_spawn

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 21:19:17 2014 New Revision: 272914 URL: https://svnweb.freebsd.org/changeset/base/272914 Log: Skip over t_spawn_open_nonexistent_diag because it requires NetBSD specific additions to posix_spawn Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r272915 - head/contrib/netbsd-tests/lib/libc/gen

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 21:22:25 2014 New Revision: 272915 URL: https://svnweb.freebsd.org/changeset/base/272915 Log: Port the testcase to FreeBSD - Make #include path to h_macros.h a non-relative path - __gl_stat_t is synonymous with struct stat on FreeBSD - FreeBSD doesn't have

svn commit: r272917 - head/share/mk

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 22:18:09 2014 New Revision: 272917 URL: https://svnweb.freebsd.org/changeset/base/272917 Log: Add LDFLAGS to PROG_VARS so it can be overridden on a per-PROG basis MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r272918 - stable/10/contrib/one-true-awk

2014-10-10 Thread Pedro F. Giffuni
Author: pfg Date: Fri Oct 10 23:18:44 2014 New Revision: 272918 URL: https://svnweb.freebsd.org/changeset/base/272918 Log: MFC r271879: awk: Use random(3) instead of rand(3) While none of them is considered even near to cryptographic level, random(3) is a better random generator than

svn commit: r272919 - stable/9/contrib/one-true-awk

2014-10-10 Thread Pedro F. Giffuni
Author: pfg Date: Fri Oct 10 23:19:34 2014 New Revision: 272919 URL: https://svnweb.freebsd.org/changeset/base/272919 Log: MFC r271879: awk: Use random(3) instead of rand(3) While none of them is considered even near to cryptographic level, random(3) is a better random generator than

svn commit: r272922 - stable/10/usr.bin/find

2014-10-10 Thread Ed Maste
Author: emaste Date: Sat Oct 11 00:30:57 2014 New Revision: 272922 URL: https://svnweb.freebsd.org/changeset/base/272922 Log: MFC r272762: Correct scale factor for T terabyte suffix PR: 194250 Modified: stable/10/usr.bin/find/function.c Directory Properties: stable/10/

svn commit: r272923 - stable/9/usr.bin/find

2014-10-10 Thread Ed Maste
Author: emaste Date: Sat Oct 11 01:00:37 2014 New Revision: 272923 URL: https://svnweb.freebsd.org/changeset/base/272923 Log: MFC r272762: Correct scale factor for T terabyte suffix PR: 194250 Modified: stable/9/usr.bin/find/function.c Directory Properties:

svn commit: r272924 - stable/8/usr.bin/find

2014-10-10 Thread Ed Maste
Author: emaste Date: Sat Oct 11 01:01:18 2014 New Revision: 272924 URL: https://svnweb.freebsd.org/changeset/base/272924 Log: MFC r272762: Correct scale factor for T terabyte suffix PR: 194250 Modified: stable/8/usr.bin/find/function.c Directory Properties:

svn commit: r272925 - head/sys/kern

2014-10-10 Thread Marcel Moolenaar
Author: marcel Date: Sat Oct 11 02:02:58 2014 New Revision: 272925 URL: https://svnweb.freebsd.org/changeset/base/272925 Log: Turn WITNESS_COUNT into a tunable and sysctl. This allows adjusting the value without recompiling the kernel. This is useful when recompiling is not possible as an

svn commit: r272931 - head/sys/fs/autofs

2014-10-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Oct 11 05:11:23 2014 New Revision: 272931 URL: https://svnweb.freebsd.org/changeset/base/272931 Log: Add assertion to catch duplicated notes. Sponsored by: The FreeBSD Foundation Modified: head/sys/fs/autofs/autofs_vnops.c Modified:

svn commit: r272932 - in head: sbin/iscontrol share/man/man4

2014-10-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Oct 11 05:18:22 2014 New Revision: 272932 URL: https://svnweb.freebsd.org/changeset/base/272932 Log: Mark iscontrol(8) and iscsi_initiator(4) obsolete. Differential Revision:https://reviews.freebsd.org/D931 Reviewed by: wblock@ MFC after:3 days