svn commit: r286441 - in head: share/man/man4 sys/contrib/dev/iwm sys/dev/iwm sys/modules/iwm sys/modules/iwmfw sys/modules/iwmfw/iwm3160fw sys/modules/iwmfw/iwm7260fw sys/modules/iwmfw/iwm7265fw

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 06:06:48 2015 New Revision: 286441 URL: https://svnweb.freebsd.org/changeset/base/286441 Log: Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265. There are still several bugs, but I've been using it for a while now. Thanks to all the testers and to

svn commit: r286442 - head/sys/modules/iwmfw

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 06:08:20 2015 New Revision: 286442 URL: https://svnweb.freebsd.org/changeset/base/286442 Log: iwmfw: fix the path to the firmware file. Modified: head/sys/modules/iwmfw/Makefile.inc Modified: head/sys/modules/iwmfw/Makefile.inc

svn commit: r286443 - head/sys/netinet

2015-08-08 Thread Julien Charbon
Author: jch Date: Sat Aug 8 08:40:36 2015 New Revision: 286443 URL: https://svnweb.freebsd.org/changeset/base/286443 Log: Fix a kernel assertion issue introduced with r286227: Avoid too strict INP_INFO_RLOCK_ASSERT checks due to tcp_notify() being called from in6_pcbnotify(). Reported

svn commit: r286444 - in head: sbin/geom/class/eli sys/geom/eli

2015-08-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Aug 8 09:51:38 2015 New Revision: 286444 URL: https://svnweb.freebsd.org/changeset/base/286444 Log: Enable BIO_DELETE passthru in GELI, so TRIM/UNMAP can work as expected when GELI is used on a SSD or inside virtual machine, so that guest can tell host that it is no

svn commit: r286445 - in head: sbin/swapon share/man/man5

2015-08-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Aug 8 09:57:38 2015 New Revision: 286445 URL: https://svnweb.freebsd.org/changeset/base/286445 Log: Allow to disable BIO_DELETE passthru in fstab for swap-on-geli devices by passing 'notrim' option. PR: 198863 Submitted by: Matthew D. Fuller fullermd at

svn commit: r286446 - head/usr.bin/units

2015-08-08 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Aug 8 10:38:37 2015 New Revision: 286446 URL: https://svnweb.freebsd.org/changeset/base/286446 Log: Fix interaction between libedit initialization and Capsicum in units(1). The most visible is the removal of libedit warnings about being unable to open termcap

svn commit: r286447 - head/sys/cam/ata

2015-08-08 Thread Alexander Motin
Author: mav Date: Sat Aug 8 11:22:45 2015 New Revision: 286447 URL: https://svnweb.freebsd.org/changeset/base/286447 Log: Don't panic if disk lost TRIM support due to switching to PIO mode. MFC after:1 week Modified: head/sys/cam/ata/ata_da.c Modified: head/sys/cam/ata/ata_da.c

svn commit: r286448 - in head/sys: dev/ata dev/ata/chipsets sys

2015-08-08 Thread Alexander Motin
Author: mav Date: Sat Aug 8 11:48:11 2015 New Revision: 286448 URL: https://svnweb.freebsd.org/changeset/base/286448 Log: Disable 32-bit PIO for 6Gbit/s Intel SATA controllers. For some reason 32-bit PIO writes are not working on 6Gbit/s Intel SATA ports, while 16/32-bit PIO reads and

Re: svn commit: r284162 - head/bin/ls

2015-08-08 Thread Jilles Tjoelker
On Sun, Jul 19, 2015 at 03:00:12PM +0200, Jilles Tjoelker wrote: On Fri, Jun 19, 2015 at 11:54:23PM +0200, Jilles Tjoelker wrote: On Mon, Jun 08, 2015 at 07:13:05PM +, Xin LI wrote: Author: delphij Date: Mon Jun 8 19:13:04 2015 New Revision: 284162 URL:

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

2015-08-08 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Aug 8 15:50:46 2015 New Revision: 286450 URL: https://svnweb.freebsd.org/changeset/base/286450 Log: Add const-qualifiers for source mbuf argument in m_dup(), m_copym(), m_dup_pkthdr() and m_tag_copy_chain(). Modified: head/sys/kern/uipc_mbuf.c

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

2015-08-08 Thread Renato Botelho
Author: garga (ports committer) Date: Sat Aug 8 15:51:29 2015 New Revision: 286451 URL: https://svnweb.freebsd.org/changeset/base/286451 Log: Add missing files to sendmail obsolete files list Approved by: gshapiro MFC after:3 days Sponsored by: Netgate Differential Revision:

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

2015-08-08 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Aug 8 15:58:35 2015 New Revision: 286452 URL: https://svnweb.freebsd.org/changeset/base/286452 Log: Simplify ip[6] simploop: Do not pass 'dst' sockaddr to ip[6]_mloopback: - We have explicit check for AF_INET in ip_output() - We assume ip header inside

svn commit: r286456 - head/usr.sbin/ctld

2015-08-08 Thread Alexander Motin
Author: mav Date: Sat Aug 8 16:39:28 2015 New Revision: 286456 URL: https://svnweb.freebsd.org/changeset/base/286456 Log: Remove some code duplication. MFC after:1 week Modified: head/usr.sbin/ctld/login.c Modified: head/usr.sbin/ctld/login.c

svn commit: r286457 - in head/sys: net netinet netinet6

2015-08-08 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Aug 8 17:48:54 2015 New Revision: 286457 URL: https://svnweb.freebsd.org/changeset/base/286457 Log: MFP r274553: * Move lle creation/deletion from lla_lookup to separate functions: lla_lookup(LLE_CREATE) - lla_create lla_lookup(LLE_DELETE) - lla_delete

svn commit: r286458 - in head/sys: net netinet netinet6

2015-08-08 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Aug 8 18:14:59 2015 New Revision: 286458 URL: https://svnweb.freebsd.org/changeset/base/286458 Log: MFP r274295: * Move interface route cleanup to route.c:rt_flushifroutes() * Convert most of for (fibnum = 0; fibnum rt_numfibs; fibnum++) users to use new

svn commit: r286461 - in head/usr.bin/xargs: . tests

2015-08-08 Thread Allan Jude
Author: allanjude Date: Sat Aug 8 18:37:20 2015 New Revision: 286461 URL: https://svnweb.freebsd.org/changeset/base/286461 Log: fix regression in xargs -Px (introduced in r286289) and add regression tests PR: 202152 Submitted by: jbeich (original), Nikolai Lifanov (final)

svn commit: r286462 - head/usr.sbin/ctld

2015-08-08 Thread Alexander Motin
Author: mav Date: Sat Aug 8 19:04:37 2015 New Revision: 286462 URL: https://svnweb.freebsd.org/changeset/base/286462 Log: Refactor early stages of security negotiation. MFC after:2 weeks Modified: head/usr.sbin/ctld/login.c Modified: head/usr.sbin/ctld/login.c

Re: svn commit: r285910 - in head: lib/libc/sys sys/kern sys/sys

2015-08-08 Thread Alexander Kabaev
On Mon, 27 Jul 2015 13:17:58 + (UTC) Ed Schouten e...@freebsd.org wrote: Author: ed Date: Mon Jul 27 13:17:57 2015 New Revision: 285910 URL: https://svnweb.freebsd.org/changeset/base/285910 Log: Make shutdown() return ENOTCONN as required by POSIX, part deux. Summary: Back

svn commit: r286466 - head/sys/dev/iwm

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 20:07:25 2015 New Revision: 286466 URL: https://svnweb.freebsd.org/changeset/base/286466 Log: iwm: fix a KASSERT: s/ds_size/ds_len/. Modified: head/sys/dev/iwm/if_iwm_util.c Modified: head/sys/dev/iwm/if_iwm_util.c

svn commit: r286469 - head/sys/dev/uart

2015-08-08 Thread Ian Lepore
Author: ian Date: Sat Aug 8 20:11:47 2015 New Revision: 286469 URL: https://svnweb.freebsd.org/changeset/base/286469 Log: Provide the tty-layer mutex when initializing the pps api. This allows time_pps_fetch() to be used in blocking mode. Also, don't init the pps api for system devices

svn commit: r286470 - in head/sys: arm64/cavium arm64/conf conf

2015-08-08 Thread Zbigniew Bodek
Author: zbb Date: Sat Aug 8 20:34:55 2015 New Revision: 286470 URL: https://svnweb.freebsd.org/changeset/base/286470 Log: Introduce support for internal PCIe for Cavium's ThunderX This driver supports internal PCIe Root Complex on Cavium ThunderX Pass 1.1 hardware. Reviewed by:

svn commit: r286471 - head/sys/conf

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 20:45:12 2015 New Revision: 286471 URL: https://svnweb.freebsd.org/changeset/base/286471 Log: sys/conf/options: add IWM_DEBUG. Modified: head/sys/conf/options Modified: head/sys/conf/options

svn commit: r286472 - head/sys/conf

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 20:45:47 2015 New Revision: 286472 URL: https://svnweb.freebsd.org/changeset/base/286472 Log: Add nodevice iwmfw to WITHOUT_SOURCELESS_UCODE. Modified: head/sys/conf/WITHOUT_SOURCELESS_UCODE Modified: head/sys/conf/WITHOUT_SOURCELESS_UCODE

svn commit: r286473 - head/sys/arm64/conf

2015-08-08 Thread Zbigniew Bodek
Author: zbb Date: Sat Aug 8 20:56:30 2015 New Revision: 286473 URL: https://svnweb.freebsd.org/changeset/base/286473 Log: Add Ethernet and block device drivers to ARM64 GENERIC Modified: head/sys/arm64/conf/GENERIC Modified: head/sys/arm64/conf/GENERIC

svn commit: r286474 - head/sys/conf

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 21:08:10 2015 New Revision: 286474 URL: https://svnweb.freebsd.org/changeset/base/286474 Log: sys/conf/files: add iwm and iwmfw. Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r286475 - head/sys/dev/iwm

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 21:08:35 2015 New Revision: 286475 URL: https://svnweb.freebsd.org/changeset/base/286475 Log: iwm: use the proper include path for iwm headers. Modified: head/sys/dev/iwm/if_iwm.c head/sys/dev/iwm/if_iwm_binding.c head/sys/dev/iwm/if_iwm_mac_ctxt.c

svn commit: r286476 - in head/sys/modules: . iwm

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 21:09:41 2015 New Revision: 286476 URL: https://svnweb.freebsd.org/changeset/base/286476 Log: Build the iwm and iwmfw modules by default on x86. Modified: head/sys/modules/Makefile head/sys/modules/iwm/Makefile Modified: head/sys/modules/Makefile

svn commit: r286477 - in head/sys: arm64/cavium conf

2015-08-08 Thread Zbigniew Bodek
Author: zbb Date: Sat Aug 8 21:32:03 2015 New Revision: 286477 URL: https://svnweb.freebsd.org/changeset/base/286477 Log: Add support for external PCIe (PEM) on Cavium's ThunderX Reviewed by: jhb Obtained from: Semihalf Sponsored by: The FreeBSD Foundation Differential Revision:

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

2015-08-08 Thread Marius Strobl
Author: marius Date: Sat Aug 8 21:41:59 2015 New Revision: 286478 URL: https://svnweb.freebsd.org/changeset/base/286478 Log: Fix compilation after r286457 w/o INVARIANTS or INVARIANT_SUPPORT. Modified: head/sys/netinet/in.c head/sys/netinet6/in6.c Modified: head/sys/netinet/in.c

svn commit: r286479 - head/sys/netinet

2015-08-08 Thread Marius Strobl
Author: marius Date: Sat Aug 8 21:42:15 2015 New Revision: 286479 URL: https://svnweb.freebsd.org/changeset/base/286479 Log: Fix compilation after r286458. Modified: head/sys/netinet/in_rmx.c Modified: head/sys/netinet/in_rmx.c

svn commit: r286480 - head/sys/dev/pci

2015-08-08 Thread Zbigniew Bodek
Author: zbb Date: Sat Aug 8 21:46:38 2015 New Revision: 286480 URL: https://svnweb.freebsd.org/changeset/base/286480 Log: Treat internal bridge as subtractive on ThunderX ARM64 Internal bridges in Cavium ThunderX SoC behave as subtractive, but they are unable to be identified. Force

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

2015-08-08 Thread Alexander V . Chernikov
___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org

svn commit: r286487 - head/sys/powerpc/booke

2015-08-08 Thread Justin Hibbits
Author: jhibbits Date: Sat Aug 8 23:13:53 2015 New Revision: 286487 URL: https://svnweb.freebsd.org/changeset/base/286487 Log: Correct return type of booke_init() prototype. Modified: head/sys/powerpc/booke/booke_machdep.c Modified: head/sys/powerpc/booke/booke_machdep.c

svn commit: r286490 - head/lib/libc/locale

2015-08-08 Thread Baptiste Daroussin
Author: bapt Date: Sat Aug 8 23:59:15 2015 New Revision: 286490 URL: https://svnweb.freebsd.org/changeset/base/286490 Log: Remove 5 and 6 bytes sequences which are illegal in UTF-8 space. Per rfc3629 value greater than 0x10 should be rejected Suggested by: jilles Modified:

svn commit: r286491 - head/lib/libc/locale

2015-08-08 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 9 00:06:56 2015 New Revision: 286491 URL: https://svnweb.freebsd.org/changeset/base/286491 Log: Remove 5 and 6 bytes sequences which are illegal in UTF-8 space. (part2) Per rfc3629 value greater than 0x10 should be rejected Suggested by: jilles

svn commit: r286495 - head/share/misc

2015-08-08 Thread Marcelo Araujo
Author: araujo Date: Sun Aug 9 02:08:28 2015 New Revision: 286495 URL: https://svnweb.freebsd.org/changeset/base/286495 Log: Add rodrigc@ to the committers graph. Approved by: bapt (mentor) Differential Revision:D3288 Modified: head/share/misc/committers-src.dot

svn commit: r286496 - head/share/misc

2015-08-08 Thread Marcelo Araujo
Author: araujo Date: Sun Aug 9 02:10:20 2015 New Revision: 286496 URL: https://svnweb.freebsd.org/changeset/base/286496 Log: Add myself into the src graph. Approved by: bapt (mentor) Differential Revision:D3294 Modified: head/share/misc/committers-src.dot Modified:

svn commit: r286503 - in head: contrib/apr contrib/apr/encoding contrib/apr/include contrib/apr/locks/unix contrib/apr/memory/unix contrib/apr/misc/unix contrib/apr/network_io/unix contrib/apr/poll...

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:14:25 2015 New Revision: 286503 URL: https://svnweb.freebsd.org/changeset/base/286503 Log: Update apr-1.5.1 to 1.5.2 Modified: head/contrib/apr/CHANGES head/contrib/apr/CMakeLists.txt head/contrib/apr/Makefile.in head/contrib/apr/NOTICE

svn commit: r286504 - head/usr.bin/svn/lib/libapr_util

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:15:28 2015 New Revision: 286504 URL: https://svnweb.freebsd.org/changeset/base/286504 Log: Update apr-util config - I don't believe this part is used by svn, but if it were, use shm_* instead of sysvshm. Modified: head/usr.bin/svn/lib/libapr_util/apu.h

svn commit: r286505 - in head/contrib/serf: . auth buckets

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:16:14 2015 New Revision: 286505 URL: https://svnweb.freebsd.org/changeset/base/286505 Log: Update serf from 1.3.7 to 1.3.8. Mostly disables sslv2 and sslv3. Modified: head/contrib/serf/CHANGES head/contrib/serf/auth/auth_spnego_sspi.c

svn commit: r286506 - in head: contrib/subversion contrib/subversion/subversion contrib/subversion/subversion/include contrib/subversion/subversion/include/private contrib/subversion/subversion/lib...

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:22:53 2015 New Revision: 286506 URL: https://svnweb.freebsd.org/changeset/base/286506 Log: Update svnlite from 1.8.10 to 1.8.14. This is mostly for client-side bug fixes and quality of life improvements. While there are security issues in this time frame

svn commit: r286509 - head/usr.bin/svn/svnversion

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:38:31 2015 New Revision: 286509 URL: https://svnweb.freebsd.org/changeset/base/286509 Log: Fix typo introduced in r275079 Modified: head/usr.bin/svn/svnversion/Makefile Modified: head/usr.bin/svn/svnversion/Makefile

svn commit: r286510 - head/contrib/sqlite3

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:44:57 2015 New Revision: 286510 URL: https://svnweb.freebsd.org/changeset/base/286510 Log: Update the private sqlite3 from 3.8.9 to 3.8.11.1 (used by svnlite and kerberos) Modified: head/contrib/sqlite3/Makefile.am head/contrib/sqlite3/Makefile.in

svn commit: r286511 - head/lib/libsqlite3

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:54:53 2015 New Revision: 286511 URL: https://svnweb.freebsd.org/changeset/base/286511 Log: Move the USE_PREAD configuration knob out of the middle of the autoconf generated ones. It is easy to mistake as an option that has gone away when it's actually a