svn commit: r298838 - head/sys/contrib/dev/acpica/components/hardware

2016-04-29 Thread Jung-uk Kim
Author: jkim Date: Sat Apr 30 06:48:48 2016 New Revision: 298838 URL: https://svnweb.freebsd.org/changeset/base/298838 Log: Revert AccessWidth/BitOffset support for AcpiHwWrite() and AcpiHwRead() for now. The following upstream commits are reverted from hwregs.c: https://github.com/acpic

svn commit: r298837 - head/etc/mtree

2016-04-29 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 30 06:37:32 2016 New Revision: 298837 URL: https://svnweb.freebsd.org/changeset/base/298837 Log: Add sdiff test directory to the tests mtree Modified: head/etc/mtree/BSD.tests.dist Modified: head/etc/mtree/BSD.tests.dist

svn commit: r298836 - stable/10/sys/dev/sfxge

2016-04-29 Thread Andrew Rybchenko
Author: arybchik Date: Sat Apr 30 06:35:20 2016 New Revision: 298836 URL: https://svnweb.freebsd.org/changeset/base/298836 Log: MFC r298735 sfxge(4): do not use RxQ index as label Labels are limitted by 32 on EF10. It is not sufficient on powerful hosts. Since only one RxQ is running

svn commit: r298835 - in stable/10: sys/kern usr.sbin/jail

2016-04-29 Thread Jamie Gritton
Author: jamie Date: Sat Apr 30 04:02:32 2016 New Revision: 298835 URL: https://svnweb.freebsd.org/changeset/base/298835 Log: MFC r298584: Note the existence of module-specific jail paramters, starting with the linux.* parameters when linux emulation is loaded. MFC r298585:

svn commit: r298834 - in stable/10: share/man/man9 sys/kern sys/sys

2016-04-29 Thread Jamie Gritton
Author: jamie Date: Sat Apr 30 04:01:22 2016 New Revision: 298834 URL: https://svnweb.freebsd.org/changeset/base/298834 Log: MFC r297367: Move the various per-type arrays of OSD data into a single structure array. MFC r297422: Add osd_reserve() and osd_set_reserved(), which al

svn commit: r298833 - in stable/10/sys: kern sys

2016-04-29 Thread Jamie Gritton
Author: jamie Date: Sat Apr 30 03:19:07 2016 New Revision: 298833 URL: https://svnweb.freebsd.org/changeset/base/298833 Log: MFC r298565: Add a new jail OSD method, PR_METHOD_REMOVE. It's called when a jail is removed from the user perspective, i.e. when the last pr_uref goes away,

svn commit: r298832 - in stable/10/sys: kern sys

2016-04-29 Thread Jamie Gritton
Author: jamie Date: Sat Apr 30 03:05:36 2016 New Revision: 298832 URL: https://svnweb.freebsd.org/changeset/base/298832 Log: MFC r298564: Remove the PR_REMOVE flag, which was meant as a temporary marker for a jail that might be seen mid-removal. It hasn't been doing the right thi

svn commit: r298831 - head/sys/boot/forth

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 02:47:41 2016 New Revision: 298831 URL: https://svnweb.freebsd.org/changeset/base/298831 Log: boot/forth: spelling fixes. Reviewed by: dteske MFC after: 2 weeks Modified: head/sys/boot/forth/delay.4th head/sys/boot/forth/loader.4th head/sys/boot/forth/l

Re: svn commit: r298818 - in head/sys: dev/bwi dev/if_ndis dev/iwi dev/malo dev/otus dev/ral dev/rtwn dev/urtwn dev/usb/wlan net80211

2016-04-29 Thread Andriy Voskoboinyk
Sat, 30 Apr 2016 01:38:32 +0300 було написано Adrian Chadd : hi, probably, IEEE80211_CHAN_BYTES should be uncommented too? hi, you should likely keep this as a macro: #defineIEEE80211_MODE_MAX (IEEE80211_MODE_QUARTER+1) +#defineIEEE80211_MODE_BYTES2 /* howman

svn commit: r298830 - in head/lib/libc: amd64/string iconv include locale nameser net posix1e regex resolv rpc sparc64/fpu stdio stdlib string sys tests/nss

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 01:24:24 2016 New Revision: 298830 URL: https://svnweb.freebsd.org/changeset/base/298830 Log: libc: spelling fixes. Mostly on comments. Modified: head/lib/libc/amd64/string/strcmp.S head/lib/libc/iconv/iconv-internal.h head/lib/libc/include/compat.h hea

svn commit: r298829 - in head/sys/compat: linux linuxkpi/common/include/linux linuxkpi/common/src

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 00:53:10 2016 New Revision: 298829 URL: https://svnweb.freebsd.org/changeset/base/298829 Log: sys/compat/linux*: spelling fixes. Mostly on comments but there are some user-visible messages as well. MFC after: 2 weeks Modified: head/sys/compat/linux/check

svn commit: r298828 - head/sys/compat/ndis

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 00:35:46 2016 New Revision: 298828 URL: https://svnweb.freebsd.org/changeset/base/298828 Log: ndis: spelling fixes in comments. No functional change. Modified: head/sys/compat/ndis/kern_ndis.c head/sys/compat/ndis/ndis_var.h head/sys/compat/ndis/ntoskrnl_

svn commit: r298827 - head/sys/compat/x86bios

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 00:34:04 2016 New Revision: 298827 URL: https://svnweb.freebsd.org/changeset/base/298827 Log: x86bios: spelling fix in a comment. No functional change. Modified: head/sys/compat/x86bios/x86bios.h Modified: head/sys/compat/x86bios/x86bios.h ==

Re: svn commit: r298818 - in head/sys: dev/bwi dev/if_ndis dev/iwi dev/malo dev/otus dev/ral dev/rtwn dev/urtwn dev/usb/wlan net80211

2016-04-29 Thread Adrian Chadd
Right -a On 29 April 2016 at 15:47, Andriy Voskoboinyk wrote: > Sat, 30 Apr 2016 01:38:32 +0300 було написано Adrian Chadd > : > > hi, > > probably, IEEE80211_CHAN_BYTES should be uncommented too? > > >> hi, >> >> you should likely keep this as a macro: >> >> #defineIEEE80211_MODE_MAX

svn commit: r298826 - in head/sys/boot: arm/at91/bootiic arm/at91/bootspi arm/at91/libat91 efi/boot1 efi/include efi/include/amd64 efi/include/arm efi/include/arm64 efi/include/i386 efi/loader fdt ...

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 00:26:38 2016 New Revision: 298826 URL: https://svnweb.freebsd.org/changeset/base/298826 Log: sys/boot: spelling fixes in comments. No functional change. Modified: head/sys/boot/arm/at91/bootiic/env_vars.c head/sys/boot/arm/at91/bootspi/env_vars.c head/sy

svn commit: r298825 - head/sys/conf

2016-04-29 Thread John Baldwin
Author: jhb Date: Fri Apr 29 23:55:22 2016 New Revision: 298825 URL: https://svnweb.freebsd.org/changeset/base/298825 Log: Add PCI_IOV to NOTES. Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES == --- head

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

2016-04-29 Thread John Baldwin
Author: jhb Date: Fri Apr 29 23:53:55 2016 New Revision: 298824 URL: https://svnweb.freebsd.org/changeset/base/298824 Log: Move 'device pci' for the PCI bus driver to the MI NOTES file. The PCI bus was already listed in all of the MD NOTES files and the driver should at least compile on a

svn commit: r298823 - in head: gnu/usr.bin gnu/usr.bin/sdiff usr.bin usr.bin/sdiff usr.bin/sdiff/tests

2016-04-29 Thread Baptiste Daroussin
Author: bapt Date: Fri Apr 29 23:27:15 2016 New Revision: 298823 URL: https://svnweb.freebsd.org/changeset/base/298823 Log: import sdiff(1) from GSoC 2012 Import sdiff(1) from the diff version written by Raymond Lai, improved during GSoC 2012 by Jesse Hagewood. Compared to the versio

svn commit: r298822 - head/sys/dev/wpi

2016-04-29 Thread Andriy Voskoboinyk
Author: avos Date: Fri Apr 29 22:43:11 2016 New Revision: 298822 URL: https://svnweb.freebsd.org/changeset/base/298822 Log: wpi: convert to ieee80211_add_channel() (mostly noop). Tested with Intel 3945BG, STA / HOSTAP modes. Modified: head/sys/dev/wpi/if_wpi.c Modified: head/sys/dev/wpi

svn commit: r298821 - in head/sys/boot: fdt uboot/fdt

2016-04-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Apr 29 22:42:59 2016 New Revision: 298821 URL: https://svnweb.freebsd.org/changeset/base/298821 Log: Add FDT overlays support to ubldr FDT overlays is de-facto standard for describing expansion boards like Beaglebone capes or Raspberry Pi shields. The ides is to ha

Re: svn commit: r298818 - in head/sys: dev/bwi dev/if_ndis dev/iwi dev/malo dev/otus dev/ral dev/rtwn dev/urtwn dev/usb/wlan net80211

2016-04-29 Thread Adrian Chadd
hi, you should likely keep this as a macro: #defineIEEE80211_MODE_MAX (IEEE80211_MODE_QUARTER+1) +#defineIEEE80211_MODE_BYTES2 /* howmany(IEEE80211_MODE_MAX, NBBY) */ .. or as a runtime assert so when we add 11ac modes, we don't forget to bump that. :) -a ___

svn commit: r298820 - in head/sys: arm/conf powerpc/conf

2016-04-29 Thread John Baldwin
Author: jhb Date: Fri Apr 29 22:29:33 2016 New Revision: 298820 URL: https://svnweb.freebsd.org/changeset/base/298820 Log: Remove vestiges of IEEE-488/GPIB drivers removed in r276214. Modified: head/sys/arm/conf/NOTES head/sys/powerpc/conf/NOTES Modified: head/sys/arm/conf/NOTES ==

svn commit: r298819 - head/sys/kern

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 29 22:15:33 2016 New Revision: 298819 URL: https://svnweb.freebsd.org/changeset/base/298819 Log: sys/kern: spelling fixes in comments. No functional change. Modified: head/sys/kern/bus_if.m head/sys/kern/imgact_binmisc.c head/sys/kern/inflate.c head/sys/ke

svn commit: r298818 - in head/sys: dev/bwi dev/if_ndis dev/iwi dev/malo dev/otus dev/ral dev/rtwn dev/urtwn dev/usb/wlan net80211

2016-04-29 Thread Andriy Voskoboinyk
Author: avos Date: Fri Apr 29 22:14:11 2016 New Revision: 298818 URL: https://svnweb.freebsd.org/changeset/base/298818 Log: net80211 + drivers: hide size of 'bands' array behind a macro. Auto-replace 'howmany(IEEE80211_MODE_MAX, 8)' with 'IEEE80211_MODE_BYTES'. No functional changes. Mod

svn commit: r298817 - head/sys/kern

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 29 21:54:28 2016 New Revision: 298817 URL: https://svnweb.freebsd.org/changeset/base/298817 Log: sys/kern: spelling fixes. Mostly on comments but affects some debug messages. MFC after: 2 weeks Modified: head/sys/kern/vfs_bio.c head/sys/kern/vfs_vnops.c

svn commit: r298816 - head/sys/dev/dwc

2016-04-29 Thread Jared McNeill
Author: jmcneill Date: Fri Apr 29 21:46:43 2016 New Revision: 298816 URL: https://svnweb.freebsd.org/changeset/base/298816 Log: Set txbuf_map array size to TX_DESC_COUNT instead of RX_DESC_COUNT. Modified: head/sys/dev/dwc/if_dwcvar.h Modified: head/sys/dev/dwc/if_dwcvar.h ==

svn commit: r298815 - head/sys/dev/wpi

2016-04-29 Thread Andriy Voskoboinyk
Author: avos Date: Fri Apr 29 21:38:36 2016 New Revision: 298815 URL: https://svnweb.freebsd.org/changeset/base/298815 Log: wpi: remove unused variable. Modified: head/sys/dev/wpi/if_wpi.c Modified: head/sys/dev/wpi/if_wpi.c ===

svn commit: r298814 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-04-29 Thread Alan Somers
Author: asomers Date: Fri Apr 29 21:29:37 2016 New Revision: 298814 URL: https://svnweb.freebsd.org/changeset/base/298814 Log: Fix a use-after-free when "zpool import" fails clear vd->vdev_tsd in vdev_geom_close_locked instead of vdev_geom_detach. In the latter function, it would fail to

svn commit: r298813 - in head/sys/netgraph: . atm bluetooth/drivers/ubt bluetooth/hci bluetooth/include bluetooth/l2cap bluetooth/socket netflow

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 29 21:25:05 2016 New Revision: 298813 URL: https://svnweb.freebsd.org/changeset/base/298813 Log: sys/netgraph: spelling fixes in comments. No functional change. Modified: head/sys/netgraph/atm/ng_atm.c head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c head/sy

svn commit: r298812 - head/sys/net80211

2016-04-29 Thread Andriy Voskoboinyk
Author: avos Date: Fri Apr 29 21:18:14 2016 New Revision: 298812 URL: https://svnweb.freebsd.org/changeset/base/298812 Log: net80211: provide a set of ieee80211_add_channel*() functions This change adds few methods for net80211 channel table setup: - ieee80211_add_channel() - ieee802

svn commit: r298811 - in head: sys/kern tests/sys/kern

2016-04-29 Thread Alan Somers
Author: asomers Date: Fri Apr 29 21:11:31 2016 New Revision: 298811 URL: https://svnweb.freebsd.org/changeset/base/298811 Log: Automate the subr_unit test. Build and install the subr_unit test program originally written by phk, and run it with the other ATF tests. tests/sys/kern/Make

svn commit: r298810 - in head/sys/cam: . ctl scsi

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 29 21:05:48 2016 New Revision: 298810 URL: https://svnweb.freebsd.org/changeset/base/298810 Log: sys/cam: spelling fixes in comments. No functional change. Modified: head/sys/cam/cam.h head/sys/cam/cam_periph.c head/sys/cam/cam_xpt.c head/sys/cam/ctl/ctl.c

svn commit: r298809 - head/sys/cam

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 29 21:04:06 2016 New Revision: 298809 URL: https://svnweb.freebsd.org/changeset/base/298809 Log: sys/cam: spelling fixes. Affects a debug message. MFC after: 2 weeks Modified: head/sys/cam/cam_queue.c Modified: head/sys/cam/cam_queue.c

svn commit: r298808 - in head/sys/geom: . bde journal mirror part raid raid3 vinum

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 29 20:56:58 2016 New Revision: 298808 URL: https://svnweb.freebsd.org/changeset/base/298808 Log: sys/geom: spelling fixes in comments. No functional change. Modified: head/sys/geom/bde/g_bde_lock.c head/sys/geom/geom_bsd_enc.c head/sys/geom/geom_ccd.c head

svn commit: r298807 - head/sys/ddb

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 29 20:53:39 2016 New Revision: 298807 URL: https://svnweb.freebsd.org/changeset/base/298807 Log: sys/ddb: spelling fixes in comments. No functional change. Modified: head/sys/ddb/db_textdump.c Modified: head/sys/ddb/db_textdump.c ===

svn commit: r298806 - in head/sys/fs: fuse msdosfs nandfs nullfs smbfs tmpfs udf

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 29 20:51:24 2016 New Revision: 298806 URL: https://svnweb.freebsd.org/changeset/base/298806 Log: sys/fs: spelling fixes in comments. No functional change. Modified: head/sys/fs/fuse/fuse_io.c head/sys/fs/fuse/fuse_vnops.c head/sys/fs/msdosfs/msdosfs_conv.c

svn commit: r298805 - head/sys/fs/ext2fs

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 29 20:45:50 2016 New Revision: 298805 URL: https://svnweb.freebsd.org/changeset/base/298805 Log: fs/ext2fs: spelling fixes on comment. No functional change. Modified: head/sys/fs/ext2fs/ext2_inode.c Modified: head/sys/fs/ext2fs/ext2_inode.c

svn commit: r298804 - in head/sys/ufs: ffs ufs

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 29 20:43:51 2016 New Revision: 298804 URL: https://svnweb.freebsd.org/changeset/base/298804 Log: UFS: spelling fixes on comments. No functional change. Modified: head/sys/ufs/ffs/ffs_alloc.c head/sys/ufs/ffs/ffs_softdep.c head/sys/ufs/ffs/ffs_vfsops.c head

svn commit: r298803 - head/sys/netinet

2016-04-29 Thread Michael Tuexen
Author: tuexen Date: Fri Apr 29 20:33:20 2016 New Revision: 298803 URL: https://svnweb.freebsd.org/changeset/base/298803 Log: Don't assign, just compare... Modified: head/sys/netinet/sctputil.c Modified: head/sys/netinet/sctputil.c

svn commit: r298802 - head/sys/arm/ti

2016-04-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Apr 29 20:31:49 2016 New Revision: 298802 URL: https://svnweb.freebsd.org/changeset/base/298802 Log: Add driver for AM33xx SoC touchscreen Split ADC driver in two halves: ADC(analog ot digital) and TSC(touchscreen). Touchscreen driver is fully functional up to th

svn commit: r298800 - head/sys/netinet

2016-04-29 Thread Michael Tuexen
Author: tuexen Date: Fri Apr 29 20:22:01 2016 New Revision: 298800 URL: https://svnweb.freebsd.org/changeset/base/298800 Log: Add support for handling ICMP and ICMP6 messages sent in response to SCTP/UDP/IP and SCTP/UDP/IPv6 packets. Modified: head/sys/netinet/ip_icmp.h head/sys/netinet/s

svn commit: r298801 - head/sys/compat/x86bios

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 29 20:22:10 2016 New Revision: 298801 URL: https://svnweb.freebsd.org/changeset/base/298801 Log: x86bios_alloc(): Unsign a counter. The value can't even be signed so we can avoid the signed vs. unsigned comparison. Reviewed by: jkim Modified: head/sys/co

svn commit: r298799 - stable/10/sys/fs/msdosfs

2016-04-29 Thread Kristof Provost
Author: kp Date: Fri Apr 29 20:19:41 2016 New Revision: 298799 URL: https://svnweb.freebsd.org/changeset/base/298799 Log: MFC r298664 msdosfs: Prevent buffer overflow when expanding win95 names In win2unixfn() we expand Windows 95 style long names. In some cases that requires moving

svn commit: r298798 - head/sys/netinet6

2016-04-29 Thread Michael Tuexen
Author: tuexen Date: Fri Apr 29 20:13:35 2016 New Revision: 298798 URL: https://svnweb.freebsd.org/changeset/base/298798 Log: Use correct order of source and destination address and port. Modified: head/sys/netinet6/udp6_usrreq.c Modified: head/sys/netinet6/udp6_usrreq.c

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

2016-04-29 Thread John Baldwin
Author: jhb Date: Fri Apr 29 20:12:45 2016 New Revision: 298797 URL: https://svnweb.freebsd.org/changeset/base/298797 Log: Expose soaio_enqueue(). This can be used by protocol-specific AIO handlers to queue work to the socket AIO daemon pool. Sponsored by: Chelsio Communications Mod

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

2016-04-29 Thread John Baldwin
Author: jhb Date: Fri Apr 29 20:11:09 2016 New Revision: 298796 URL: https://svnweb.freebsd.org/changeset/base/298796 Log: Introduce a new protocol hook pru_aio_queue. This allows a protocol to claim individual AIO requests instead of using the default socket AIO handling. Sponsored

svn commit: r298794 - in vendor/subversion/dist: . subversion/include subversion/libsvn_client subversion/libsvn_diff subversion/libsvn_fs_base subversion/libsvn_fs_fs subversion/libsvn_fs_x subver...

2016-04-29 Thread Dimitry Andric
Author: dim Date: Fri Apr 29 19:16:59 2016 New Revision: 298794 URL: https://svnweb.freebsd.org/changeset/base/298794 Log: Vendor import of subversion-1.9.4. Modified: vendor/subversion/dist/CHANGES vendor/subversion/dist/INSTALL vendor/subversion/dist/Makefile.in vendor/subversion/dist

svn commit: r298795 - vendor/subversion/subversion-1.9.4

2016-04-29 Thread Dimitry Andric
Author: dim Date: Fri Apr 29 19:17:31 2016 New Revision: 298795 URL: https://svnweb.freebsd.org/changeset/base/298795 Log: Tag subversion-1.9.4 import. Added: vendor/subversion/subversion-1.9.4/ - copied from r298794, vendor/subversion/dist/ __

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

2016-04-29 Thread Dmitry Chagin
Author: dchagin Date: Fri Apr 29 19:10:22 2016 New Revision: 298793 URL: https://svnweb.freebsd.org/changeset/base/298793 Log: The iwm_nic_error() defined if IWM_DEBUG is defined. Modified: head/sys/dev/iwm/if_iwm.c Modified: head/sys/dev/iwm/if_iwm.c

svn commit: r298792 - head/sys/dev/ath

2016-04-29 Thread Adrian Chadd
Author: adrian Date: Fri Apr 29 18:53:16 2016 New Revision: 298792 URL: https://svnweb.freebsd.org/changeset/base/298792 Log: [ath] initialise do_ldpc to 0. I .. can't believe I missed this. This showed up because the AP was TX'ing LDPC to an iwm(4) chipset, which didn't advertise LD

svn commit: r298791 - head/sys/sys

2016-04-29 Thread Conrad E. Meyer
Author: cem Date: Fri Apr 29 17:56:16 2016 New Revision: 298791 URL: https://svnweb.freebsd.org/changeset/base/298791 Log: PRINT_BUF_FLAGS: Remove removed DIRTY/PERSIST flags This is a follow-up to r298789, which removed the B_DIRTY and B_PERSISTENT flags. This changeset removes them fro

svn commit: r298790 - head/sys/vm

2016-04-29 Thread John Baldwin
Author: jhb Date: Fri Apr 29 17:35:28 2016 New Revision: 298790 URL: https://svnweb.freebsd.org/changeset/base/298790 Log: Don't require write locks on the VM object for vm_page_prev/next. Reviewed by: kib Sponsored by: Chelsio Communications Modified: head/sys/vm/vm_page.c Modified:

Re: svn commit: r298789 - in head/sys: kern sys

2016-04-29 Thread Conrad Meyer
I think you'll want to remove them from the subsequent PRINT_BUF_FLAGS too. Best, Conrad On Fri, Apr 29, 2016 at 9:32 AM, Pedro F. Giffuni wrote: > Author: pfg > Date: Fri Apr 29 16:32:28 2016 > New Revision: 298789 > URL: https://svnweb.freebsd.org/changeset/base/298789 > > Log: > bufs: make

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

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 29 16:32:28 2016 New Revision: 298789 URL: https://svnweb.freebsd.org/changeset/base/298789 Log: bufs: make B_DIRTY and B_PERSISTENT flags available It appears these flags were related to ext2fs but are completely unused nowadays. Retire them. Suggested by:

Re: svn commit: r298788 - in head/sys: fs/nfs fs/nfsclient fs/nfsserver nfs

2016-04-29 Thread Pedro Giffuni
On 04/29/16 11:07, Pedro F. Giffuni wrote: Author: pfg Date: Fri Apr 29 16:07:25 2016 New Revision: 298788 URL: https://svnweb.freebsd.org/changeset/base/298788 Log: NFS: spelling fixes on comments. No funcional change. s/funcional/functional/ Ahh the irony ... Every one knows coders a

svn commit: r298788 - in head/sys: fs/nfs fs/nfsclient fs/nfsserver nfs

2016-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 29 16:07:25 2016 New Revision: 298788 URL: https://svnweb.freebsd.org/changeset/base/298788 Log: NFS: spelling fixes on comments. No funcional change. Modified: head/sys/fs/nfs/nfs_commonport.c head/sys/fs/nfs/nfsport.h head/sys/fs/nfs/nfsrvstate.h head/sy

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

2016-04-29 Thread hiren panchasara
On 04/29/16 at 07:23P, Sepherosa Ziehau wrote: > Author: sephe > Date: Fri Apr 29 07:23:08 2016 > New Revision: 298769 > URL: https://svnweb.freebsd.org/changeset/base/298769 > > Log: > tcp/syncache: Set flowid and hash type properly for SYN|ACK > > So the underlying drivers can use it to s

svn commit: r298787 - head/sys/cddl/dev/dtrace/x86

2016-04-29 Thread Andriy Gapon
Author: avg Date: Fri Apr 29 15:45:22 2016 New Revision: 298787 URL: https://svnweb.freebsd.org/changeset/base/298787 Log: add invpcid instruction to i386 dtrace disassembler tables MFC after:2 weeks Modified: head/sys/cddl/dev/dtrace/x86/dis_tables.c Modified: head/sys/cddl/dev/dtr

svn commit: r298786 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-04-29 Thread Alan Somers
Author: asomers Date: Fri Apr 29 15:23:51 2016 New Revision: 298786 URL: https://svnweb.freebsd.org/changeset/base/298786 Log: Refactor vdev_geom_attach and friends to reduce code duplication sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c Move checks for provider's secto

svn commit: r298785 - stable/8/bin/ed

2016-04-29 Thread Alexey Dokuchaev
Author: danfe (ports committer) Date: Fri Apr 29 13:58:01 2016 New Revision: 298785 URL: https://svnweb.freebsd.org/changeset/base/298785 Log: MFC r270256, r298640: ed(1): switch two statements so we check the index before dereferencing. Approved by: pfg Modified: stable/8/bin/ed

svn commit: r298784 - in head: etc/defaults etc/rc.d share/man/man5

2016-04-29 Thread Baptiste Daroussin
Author: bapt Date: Fri Apr 29 12:23:56 2016 New Revision: 298784 URL: https://svnweb.freebsd.org/changeset/base/298784 Log: Add a savecore_enable variable support for the savecore rc script By default set to 'YES' so it does not change the current behaviour for users, this variable allows

svn commit: r298783 - head/etc/devd

2016-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 29 12:00:36 2016 New Revision: 298783 URL: https://svnweb.freebsd.org/changeset/base/298783 Log: Regenerate usb.conf . MFC after:1 week Modified: head/etc/devd/usb.conf Modified: head/etc/devd/usb.conf ==

svn commit: r298782 - in stable/9/sys/dev/usb: . quirk

2016-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 29 11:38:45 2016 New Revision: 298782 URL: https://svnweb.freebsd.org/changeset/base/298782 Log: MFC r297696 and r298424: Add new USB quirks. Submitted by: AJ PR: 208623 Submitted by: Naram Qashat PR: 208642 Modified: stable/9/

svn commit: r298781 - in stable/10/sys/dev/usb: . quirk

2016-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 29 11:37:06 2016 New Revision: 298781 URL: https://svnweb.freebsd.org/changeset/base/298781 Log: MFC r297696 and r298424: Add new USB quirks. Submitted by: AJ PR: 208623 Submitted by: Naram Qashat PR: 208642 Modified: stable/10

svn commit: r298780 - stable/9/sys/ofed/drivers/infiniband/ulp/ipoib

2016-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 29 11:31:27 2016 New Revision: 298780 URL: https://svnweb.freebsd.org/changeset/base/298780 Log: MFC r298458: Add missing set of the current VNET when inputting IP packets in IPoIB. This fixes a kernel panic when using IPoIB with VIMAGE and infiniband.

svn commit: r298779 - stable/10/sys/ofed/drivers/infiniband/ulp/ipoib

2016-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 29 11:29:52 2016 New Revision: 298779 URL: https://svnweb.freebsd.org/changeset/base/298779 Log: MFC r298458: Add missing set of the current VNET when inputting IP packets in IPoIB. This fixes a kernel panic when using IPoIB with VIMAGE and infiniband.

svn commit: r298778 - stable/10/sys/ofed/drivers/net/mlx4

2016-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 29 11:18:48 2016 New Revision: 298778 URL: https://svnweb.freebsd.org/changeset/base/298778 Log: MFC r297968: Remove some unused fields. Sponsored by: Mellanox Technologies Modified: stable/10/sys/ofed/drivers/net/mlx4/en_netdev.c stable/10/sys/ofed/dri

svn commit: r298777 - stable/9/sys/ofed/drivers/net/mlx4

2016-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 29 11:17:25 2016 New Revision: 298777 URL: https://svnweb.freebsd.org/changeset/base/298777 Log: MFC r297968: Remove some unused fields. Sponsored by: Mellanox Technologies Modified: stable/9/sys/ofed/drivers/net/mlx4/en_netdev.c stable/9/sys/ofed/drive

svn commit: r298776 - stable/9/sys/ofed/drivers/net/mlx4

2016-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 29 11:15:48 2016 New Revision: 298776 URL: https://svnweb.freebsd.org/changeset/base/298776 Log: MFC r297967: Ensure the received IP header gets 32-bits aligned. The FreeBSD's TCP/IP stack assumes that the IP-header is 32-bits aligned when decoding it. Els

svn commit: r298775 - stable/10/sys/ofed/drivers/net/mlx4

2016-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 29 11:14:02 2016 New Revision: 298775 URL: https://svnweb.freebsd.org/changeset/base/298775 Log: MFC r297967: Ensure the received IP header gets 32-bits aligned. The FreeBSD's TCP/IP stack assumes that the IP-header is 32-bits aligned when decoding it. Els

svn commit: r298774 - stable/9/sys/ofed/drivers/net/mlx4

2016-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 29 11:10:43 2016 New Revision: 298774 URL: https://svnweb.freebsd.org/changeset/base/298774 Log: MFC r297966: Add missing port_up checks. When downing a mlxen network adapter we need to check the port_up variable to ensure we don't continue to transmit dat

svn commit: r298773 - stable/10/sys/ofed/drivers/net/mlx4

2016-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 29 11:06:24 2016 New Revision: 298773 URL: https://svnweb.freebsd.org/changeset/base/298773 Log: MFC r297966: Add missing port_up checks. When downing a mlxen network adapter we need to check the port_up variable to ensure we don't continue to transmit dat

svn commit: r298772 - head/sys/dev/mlx5/mlx5_en

2016-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 29 11:01:06 2016 New Revision: 298772 URL: https://svnweb.freebsd.org/changeset/base/298772 Log: Correct some error codes to native FreeBSD ones. Sponsored by: Mellanox Technologies Tested by:Netflix MFC after:1 week Modified: head/sys/dev/mlx5/

svn commit: r298771 - in head/sys/dev/mlx5: . mlx5_core mlx5_en

2016-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 29 11:00:12 2016 New Revision: 298771 URL: https://svnweb.freebsd.org/changeset/base/298771 Log: Add function to detect the presence of a port module and use this function to error out early when no port module is present and doing eeprom access. This also prev

svn commit: r298769 - head/sys/netinet

2016-04-29 Thread Sepherosa Ziehau
Author: sephe Date: Fri Apr 29 07:23:08 2016 New Revision: 298769 URL: https://svnweb.freebsd.org/changeset/base/298769 Log: tcp/syncache: Set flowid and hash type properly for SYN|ACK So the underlying drivers can use it to select the sending queue properly for SYN|ACK instead of rolling