svn commit: r295622 - in head/sys: arm/mv conf dev/iicbus/twsi

2016-02-14 Thread Andrew Turner
Author: andrew Date: Sun Feb 14 23:51:13 2016 New Revision: 295622 URL: https://svnweb.freebsd.org/changeset/base/295622 Log: Move the twsi driver source to be under iicbus. It is in a separate directory as it is expected multiple attachments will be added for the SoC families that use this

svn commit: r295621 - in head/sys/arm: conf mv

2016-02-14 Thread Andrew Turner
Author: andrew Date: Sun Feb 14 23:42:07 2016 New Revision: 295621 URL: https://svnweb.freebsd.org/changeset/base/295621 Log: Create the twsi device option in preparation to move the driver to a common location. The device is also found in Allwinner SoCs. Sponsored by: ABT Systems Ltd

Re: svn commit: r292373 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/dev/drm2/i915 sys/dev/drm2/ttm sys/dev/md sys/fs/fuse sys/fs/nfsclient sys/fs/smbfs sys/fs/tmpfs sy

2016-02-14 Thread Gleb Kurtsou
On (16/12/2015 21:30), Gleb Smirnoff wrote: > Author: glebius > Date: Wed Dec 16 21:30:45 2015 > New Revision: 292373 > URL: https://svnweb.freebsd.org/changeset/base/292373 > > Log: > A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES(). > > o With new KPI consumers can

svn commit: r295618 - head/sys/dev/ntb/ntb_hw

2016-02-14 Thread Conrad E. Meyer
Author: cem Date: Sun Feb 14 22:37:28 2016 New Revision: 295618 URL: https://svnweb.freebsd.org/changeset/base/295618 Log: NTB: workaround for high traffic hardware hang This patch comes from Dave Jiang's Linux tree, davejiang/ntb. It hasn't been accepted into Linus' tree, so I do not

Re: svn commit: r295607 - head/sys/dev/usb/wlan

2016-02-14 Thread Andriy Voskoboinyk
Sun, 14 Feb 2016 18:19:02 +0200 було написано Hans Petter Selasky : On 02/14/16 16:13, Andriy Voskoboinyk wrote: Sun, 14 Feb 2016 09:16:36 +0200 було написано Hans Petter Selasky : Author: hselasky Date: Sun Feb 14 07:16:36 2016 New Revision: 295607

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

2016-02-14 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 14 19:52:50 2016 New Revision: 295616 URL: https://svnweb.freebsd.org/changeset/base/295616 Log: ext2fs: Remove panics for rename() race conditions. Sync with r84642 from UFS: The panics are inappropriate because the IN_RENAME flag only fixes a few of

svn commit: r295609 - head/sys/dev/xen/blkfront

2016-02-14 Thread Colin Percival
Author: cperciva Date: Sun Feb 14 13:42:16 2016 New Revision: 295609 URL: https://svnweb.freebsd.org/changeset/base/295609 Log: Don't dereference a pointer immediately after determining that it is equal to NULL. [1] While I'm here, s/xb/xbd/ (the name changed a long time ago but this

svn commit: r295610 - head/usr.bin/hexdump

2016-02-14 Thread Kevin Lo
Author: kevlo Date: Sun Feb 14 14:23:56 2016 New Revision: 295610 URL: https://svnweb.freebsd.org/changeset/base/295610 Log: Fix a bug that caused nothing to be skipped when skipping exactly the number of bytes present in a regular file was requested. Obtained from:OpenBSD

Re: svn commit: r295607 - head/sys/dev/usb/wlan

2016-02-14 Thread Adrian Chadd
uhm, why'd you not just file a separate pr for this? 8 keys limits how many stations it can support in hostap mode :( I'd rather the bitmap management code gets fixed. -a On 13 February 2016 at 23:16, Hans Petter Selasky wrote: > Author: hselasky > Date: Sun Feb 14

Re: svn commit: r295607 - head/sys/dev/usb/wlan

2016-02-14 Thread Hans Petter Selasky
On 02/14/16 16:39, Hans Petter Selasky wrote: It is only about bitmanagement, ^ not --HPS ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to

Re: svn commit: r295607 - head/sys/dev/usb/wlan

2016-02-14 Thread Hans Petter Selasky
On 02/14/16 16:42, Andriy Voskoboinyk wrote: Sun, 14 Feb 2016 17:39:32 +0200 було написано Hans Petter Selasky : This does not related to pairwise keys management: static void rum_group_key_set_cb(struct rum_softc *sc, union sec_param *data, uint8_t rvp_id) { ... Then

Re: svn commit: r295607 - head/sys/dev/usb/wlan

2016-02-14 Thread Hans Petter Selasky
On 02/14/16 16:13, Andriy Voskoboinyk wrote: Sun, 14 Feb 2016 09:16:36 +0200 було написано Hans Petter Selasky : Author: hselasky Date: Sun Feb 14 07:16:36 2016 New Revision: 295607 URL: https://svnweb.freebsd.org/changeset/base/295607 Log: Reduce the number of

Re: svn commit: r295607 - head/sys/dev/usb/wlan

2016-02-14 Thread Hans Petter Selasky
On 02/14/16 16:23, Adrian Chadd wrote: uhm, why'd you not just file a separate pr for this? 8 keys limits how many stations it can support in hostap mode :( I'd rather the bitmap management code gets fixed. Hi, From what I can see 8 keys is the maximum due to the following shift:

Re: svn commit: r295607 - head/sys/dev/usb/wlan

2016-02-14 Thread Andriy Voskoboinyk
Sun, 14 Feb 2016 17:39:32 +0200 було написано Hans Petter Selasky : This does not related to pairwise keys management: static void rum_group_key_set_cb(struct rum_softc *sc, union sec_param *data, uint8_t rvp_id) { ... /* Set cipher mode. */ if

Re: svn commit: r295607 - head/sys/dev/usb/wlan

2016-02-14 Thread Andriy Voskoboinyk
Sun, 14 Feb 2016 09:16:36 +0200 було написано Hans Petter Selasky : Author: hselasky Date: Sun Feb 14 07:16:36 2016 New Revision: 295607 URL: https://svnweb.freebsd.org/changeset/base/295607 Log: Reduce the number of supported WLAN keys in the rum driver, else we

svn commit: r295611 - head/sys/dev/usb/wlan

2016-02-14 Thread Hans Petter Selasky
Author: hselasky Date: Sun Feb 14 16:18:39 2016 New Revision: 295611 URL: https://svnweb.freebsd.org/changeset/base/295611 Log: Restore maximum number of host keys to 64. Discussed with: adrian @ and avos @ Modified: head/sys/dev/usb/wlan/if_rumreg.h Modified:

svn commit: r295612 - head/sys/arm/mv

2016-02-14 Thread Andrew Turner
Author: andrew Date: Sun Feb 14 16:38:32 2016 New Revision: 295612 URL: https://svnweb.freebsd.org/changeset/base/295612 Log: Remove an unused include. Modified: head/sys/arm/mv/twsi.c Modified: head/sys/arm/mv/twsi.c