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

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) +#define

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

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:

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

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

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

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 == ---

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

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

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:

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

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

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.

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

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() -

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.

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

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

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

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

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

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:

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

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

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

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

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

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

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

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

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:

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

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

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

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

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