svn commit: r295623 - in stable/10/sys/dev/drm2: . i915

2016-02-14 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Mon Feb 15 07:35:40 2016 New Revision: 295623 URL: https://svnweb.freebsd.org/changeset/base/295623 Log: drm/i915: Restore pci_enable_busmaster() call in the init path This fixes a GPU hang on i945GM. While here, merge some minor fixes to DRM core and i915:

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

svn commit: r295617 - stable/10/share/man/man8

2016-02-14 Thread Ed Maste
Author: emaste Date: Sun Feb 14 22:31:38 2016 New Revision: 295617 URL: https://svnweb.freebsd.org/changeset/base/295617 Log: MFC r295496: Document boot1.efi's handling of /boot.config Approved by: re (marius) Modified: stable/10/share/man/man8/uefi.8 Directory Properties: stable/10/

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: r295620 - stable/9/etc/rc.d

2016-02-14 Thread Cy Schubert
Author: cy Date: Sun Feb 14 23:05:45 2016 New Revision: 295620 URL: https://svnweb.freebsd.org/changeset/base/295620 Log: MFC r295495 - Update leapsecond file in non-chroot environments. PR: 207095 Submitted by: madpilot Modified: stable/9/etc/rc.d/ntpd Directory Properties:

svn commit: r295619 - stable/10/etc/rc.d

2016-02-14 Thread Cy Schubert
Author: cy Date: Sun Feb 14 23:04:52 2016 New Revision: 295619 URL: https://svnweb.freebsd.org/changeset/base/295619 Log: MFC r295495 - Update leapsecond file in non-chroot environments. PR: 207095 Submitted by: madpilot Approved by: re (marius) Modified:

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

svn commit: r295615 - stable/10/sys/kern

2016-02-14 Thread Konstantin Belousov
Author: kib Date: Sun Feb 14 18:57:40 2016 New Revision: 295615 URL: https://svnweb.freebsd.org/changeset/base/295615 Log: MFC r294598: In tty_dealloc(), clear the queues. Approved by: re (marius) Modified: stable/10/sys/kern/tty.c Directory Properties: stable/10/ (props changed)

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: r295614 - stable/10/sys/kern

2016-02-14 Thread Konstantin Belousov
Author: kib Date: Sun Feb 14 18:17:58 2016 New Revision: 295614 URL: https://svnweb.freebsd.org/changeset/base/295614 Log: MFC r294596: Limit the accesses to file' f_advice member to VREG vnodes only. Recheck that f_advice is not NULL after lock is taken. Approved by: re (marius)

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: 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-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all 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 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

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:

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

svn commit: r295613 - stable/10/sys/fs/devfs

2016-02-14 Thread Konstantin Belousov
Author: kib Date: Sun Feb 14 17:21:19 2016 New Revision: 295613 URL: https://svnweb.freebsd.org/changeset/base/295613 Log: MFC r294595: When devfs dirent is freed, a vnode might still keep a pointer to it, apparently. Interlock and clear the pointer to avoid free memory dereference.