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 Spo

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: head/sys/fs/autofs/autofs_vnop

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 i

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: head/share/mk/bsd.pro

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: 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: head/co

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 manag

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

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: 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: head/contrib/netb

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 Stora

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 ju

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: 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:https://reviews.freebsd.o

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 Ad

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: head/sys/dev/ctau

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: 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 for gettimeofday Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/gen/t_time.c Modified: head/contrib

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 te

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: 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: 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) head/sys/netpfil/ipfw/ip

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 received/tra

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

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

2014-10-10 Thread Benjamin Kaduk
On Fri, Oct 10, 2014 at 10:50 AM, Baptiste Daroussin 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: https://svnweb.f

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

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: head

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: head/sys/sparc64/sparc64/s

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:

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: > head/incl

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

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: 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: head/contr