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

2015-09-18 Thread Adrian Chadd
Author: adrian Date: Fri Sep 18 05:59:15 2015 New Revision: 287950 URL: https://svnweb.freebsd.org/changeset/base/287950 Log: Set AMPDU density/size parameters during vap creation. Inspired from: Linux r92su Modified: head/sys/dev/usb/wlan/if_rsu.c Modified:

svn commit: r287979 - head/usr.sbin/sysrc

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 18 23:34:47 2015 New Revision: 287979 URL: https://svnweb.freebsd.org/changeset/base/287979 Log: Remove redundant beforeinstall. Modified: head/usr.sbin/sysrc/Makefile Modified: head/usr.sbin/sysrc/Makefile

svn commit: r287980 - in head: gnu/usr.bin/groff/src/utils/indxbib lib/liblzma lib/libusb lib/libz

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 18 23:49:32 2015 New Revision: 287980 URL: https://svnweb.freebsd.org/changeset/base/287980 Log: Replace beforeinstall: handling with FILES. This actually fixes some cases to respect LIBRARIES_ONLY. Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r287978 - head/share/mk

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 18 23:25:43 2015 New Revision: 287978 URL: https://svnweb.freebsd.org/changeset/base/287978 Log: Fix LIBRARIES_ONLY It was erroring: make: don't know how to make _manpages. Stop Sponsored by: EMC / Isilon Storage Division MFC after:1 week

svn commit: r287951 - head/etc/rc.d

2015-09-18 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Sep 18 06:54:52 2015 New Revision: 287951 URL: https://svnweb.freebsd.org/changeset/base/287951 Log: The "automount" rc script should depend on "automountd", not the other way around. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

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

2015-09-18 Thread Adrian Chadd
Author: adrian Date: Fri Sep 18 07:26:34 2015 New Revision: 287953 URL: https://svnweb.freebsd.org/changeset/base/287953 Log: Refactor out the tx buffer free code into a routine, rsu_freebuf(). This makes it easier to add more transmit buffers, have different buffer pools for things,

svn commit: r287955 - head/sys/cam/scsi

2015-09-18 Thread Alexander Motin
Author: mav Date: Fri Sep 18 10:23:17 2015 New Revision: 287955 URL: https://svnweb.freebsd.org/changeset/base/287955 Log: Update list of ASC/ASCQ codes from 5/20/12 to 8/12/15. Modified: head/sys/cam/scsi/scsi_all.c Modified: head/sys/cam/scsi/scsi_all.c

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

2015-09-18 Thread Adrian Chadd
Author: adrian Date: Fri Sep 18 07:55:33 2015 New Revision: 287954 URL: https://svnweb.freebsd.org/changeset/base/287954 Log: Add in a temporary (hah!) workaround for net80211 scanning versus NIC requirements. Don't start the opmode and join path until a pending survey is finished.

svn commit: r287969 - head/lib/libc/sys

2015-09-18 Thread Xin LI
Author: delphij Date: Fri Sep 18 20:28:37 2015 New Revision: 287969 URL: https://svnweb.freebsd.org/changeset/base/287969 Log: There is no HP 300 support in FreeBSD anymore, so remove the obsolete BUGS section. While I'm there also bump Dd date. MFC after:2 weeks Modified:

Re: svn commit: r287780 - in head: share/man/man9 sys/kern sys/sys

2015-09-18 Thread Gleb Smirnoff
Hans, on behalf of core, I ask you to revert this change due to lack of review and due to previous issues in this area. On Mon, Sep 14, 2015 at 10:52:27AM +, Hans Petter Selasky wrote: H> Author: hselasky H> Date: Mon Sep 14 10:52:26 2015 H> New Revision: 287780 H> URL:

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

2015-09-18 Thread Craig Rodrigues
On Fri, Sep 18, 2015 at 10:32 AM, Edward Tomasz Napierala wrote: > pretty. The reason for this is to avoid changing vfs_mountroot(), which > is (obviously) rather mission-critical, but not very well documented, > and thus hard to test properly. > vfs_mounroot() is

svn commit: r287967 - head/sys/cam/ctl

2015-09-18 Thread Alexander Motin
Author: mav Date: Fri Sep 18 19:43:14 2015 New Revision: 287967 URL: https://svnweb.freebsd.org/changeset/base/287967 Log: Relax serseq option operation for reads. Previously, with serseq enabled, next command was unblocked only after previous completed. With this change, for read

Re: svn commit: r287780 - in head: share/man/man9 sys/kern sys/sys

2015-09-18 Thread Davide Italiano
On Thu, Sep 17, 2015 at 12:20 AM, Hans Petter Selasky wrote: > On 09/17/15 00:05, Gleb Smirnoff wrote: >> >> Weren't you explicitly asked not to touch this system without a proper >> review and discussion? > > > Adding a new function is not touching code. > > --HPS > I tried to

svn commit: r287968 - head/sys/cam/ctl

2015-09-18 Thread Alexander Motin
Author: mav Date: Fri Sep 18 20:11:10 2015 New Revision: 287968 URL: https://svnweb.freebsd.org/changeset/base/287968 Log: Mark I/Os with DMA flag while moving data through the HA link. Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

svn commit: r287983 - head/gnu/usr.bin/binutils/ld

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Sat Sep 19 03:53:37 2015 New Revision: 287983 URL: https://svnweb.freebsd.org/changeset/base/287983 Log: Replace afterinstall: hack with FILES mechanism. Sponsored by: EMC / Isilon Storage Division Modified: head/gnu/usr.bin/binutils/ld/Makefile Modified:

svn commit: r287982 - in head: . usr.sbin/ntp/ntpdc

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Sat Sep 19 03:51:19 2015 New Revision: 287982 URL: https://svnweb.freebsd.org/changeset/base/287982 Log: Replace afterinstall: hack from r54681 with 'make delete-old' functionality. Sponsored by: EMC / Isilon Storage Division Modified: head/ObsoleteFiles.inc

svn commit: r287981 - in head: . secure/lib/libcrypto

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Sat Sep 19 03:46:10 2015 New Revision: 287981 URL: https://svnweb.freebsd.org/changeset/base/287981 Log: Replace afterinstall: hack from r111083 with 'make delete-old' functionality. Sponsored by: EMC / Isilon Storage Division Modified: head/ObsoleteFiles.inc

svn commit: r287974 - head/share/man/man5

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 18 22:26:25 2015 New Revision: 287974 URL: https://svnweb.freebsd.org/changeset/base/287974 Log: Regenerate Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r287977 - head/libexec/rtld-elf

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 18 23:12:38 2015 New Revision: 287977 URL: https://svnweb.freebsd.org/changeset/base/287977 Log: META_MODE: No need to fix the link in this case. The exists(${DESTDIR}...) check runs with DESTDIR being blank. When the target runs it does have

svn commit: r287970 - head/usr.bin/tip/tip

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 18 21:01:52 2015 New Revision: 287970 URL: https://svnweb.freebsd.org/changeset/base/287970 Log: Don't hide build commands. Modified: head/usr.bin/tip/tip/Makefile Modified: head/usr.bin/tip/tip/Makefile

svn commit: r287971 - head/cddl/lib/libdtrace

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 18 21:18:44 2015 New Revision: 287971 URL: https://svnweb.freebsd.org/changeset/base/287971 Log: Use FILES for installing the dtrace scripts. The BSD.usr.dist mtree always creates /usr/lib/dtrace so there is no need to check if it exists. The FILES

svn commit: r287975 - head/share/mk

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 18 22:28:13 2015 New Revision: 287975 URL: https://svnweb.freebsd.org/changeset/base/287975 Log: Garbage collect _SHLIBDIRPREFIX leftovers from r284898. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/bsd.lib.mk

svn commit: r287972 - head/include

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 18 21:36:29 2015 New Revision: 287972 URL: https://svnweb.freebsd.org/changeset/base/287972 Log: META_MODE: Avoid command changing in 2nd build. If the command to be ran changes then a rebuild is caused. Checking exists(${DESTDIR}...) from make results in

svn commit: r287973 - head/tools/build/options

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 18 22:22:32 2015 New Revision: 287973 URL: https://svnweb.freebsd.org/changeset/base/287973 Log: Document NO_DIRDEPS for META_MODE and give link to full details. Modified: head/tools/build/options/WITH_META_MODE Modified:

svn commit: r287976 - head/share/msgdef

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 18 22:55:18 2015 New Revision: 287976 URL: https://svnweb.freebsd.org/changeset/base/287976 Log: Remove rm -Rf beforeinstall hack that was needed due to a change that only lasted 3 days in HEAD in 2001 (r88348 - r88459) Sponsored by: EMC / Isilon Storage

svn commit: r287957 - head/sys/cam/ctl

2015-09-18 Thread Alexander Motin
Author: mav Date: Fri Sep 18 12:08:00 2015 New Revision: 287957 URL: https://svnweb.freebsd.org/changeset/base/287957 Log: Kill HA link and shutdown the threads on shutdown. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_ha.c head/sys/cam/ctl/ctl_ha.h Modified:

svn commit: r287956 - head/sys/cam/scsi

2015-09-18 Thread Alexander Motin
Author: mav Date: Fri Sep 18 10:44:25 2015 New Revision: 287956 URL: https://svnweb.freebsd.org/changeset/base/287956 Log: Update list of opcodes to 5/26/15. Modified: head/sys/cam/scsi/scsi_all.c Modified: head/sys/cam/scsi/scsi_all.c

svn commit: r287952 - head/sys/netinet6

2015-09-18 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Sep 18 07:18:10 2015 New Revision: 287952 URL: https://svnweb.freebsd.org/changeset/base/287952 Log: * Simplify logic besides llchange variable. * Refresh nd6_is_router() comment. Modified: head/sys/netinet6/nd6.c Modified: head/sys/netinet6/nd6.c

svn commit: r287959 - head/sys/arm64/arm64

2015-09-18 Thread Andrew Turner
Author: andrew Date: Fri Sep 18 13:44:15 2015 New Revision: 287959 URL: https://svnweb.freebsd.org/changeset/base/287959 Log: Don't read the floating-point registers for now. We will need to enable the VFP around the read of these instructions as they may raise an exception. Sponsored

svn commit: r287960 - in head/sys/arm64: arm64 include

2015-09-18 Thread Konstantin Belousov
Author: kib Date: Fri Sep 18 16:52:18 2015 New Revision: 287960 URL: https://svnweb.freebsd.org/changeset/base/287960 Log: Clear exclusive monitors when handling data aborts, the monitors are in unknown state per spec. Reviewed by: andrew (previous version) Sponsored by: The FreeBSD

svn commit: r287966 - head/share/mk

2015-09-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 18 18:57:09 2015 New Revision: 287966 URL: https://svnweb.freebsd.org/changeset/base/287966 Log: Avoid /usr/obj// from r287899 Modified: head/share/mk/local.meta.sys.mk Modified: head/share/mk/local.meta.sys.mk

Re: svn commit: r287934 - head/sys/boot/efi/loader

2015-09-18 Thread John Baldwin
On Thursday, September 17, 2015 10:30:15 PM Bjoern A. Zeeb wrote: > > > On 17 Sep 2015, at 20:43 , John Baldwin wrote: > > > > On Thursday, September 17, 2015 08:36:47 PM John Baldwin wrote: > >> Author: jhb > >> Date: Thu Sep 17 20:36:46 2015 > >> New Revision: 287934 > >>

svn commit: r287961 - head/sys/arm64/arm64

2015-09-18 Thread Konstantin Belousov
Author: kib Date: Fri Sep 18 17:09:59 2015 New Revision: 287961 URL: https://svnweb.freebsd.org/changeset/base/287961 Log: Do not execute exception handlers with disabled interrupts. We should not call vm_fault(), or send a signal, with interrupts disabled. MI kernel code is not

svn commit: r287964 - in head: lib/libc/sys sys/kern sys/sys

2015-09-18 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Sep 18 17:32:22 2015 New Revision: 287964 URL: https://svnweb.freebsd.org/changeset/base/287964 Log: Kernel part of reroot support - a way to change rootfs without reboot. Note that the mountlist manipulations are somewhat fragile, and not very pretty. The reason

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

2015-09-18 Thread Adrian Chadd
Author: adrian Date: Fri Sep 18 17:39:31 2015 New Revision: 287965 URL: https://svnweb.freebsd.org/changeset/base/287965 Log: Ensure the ring state is also blanked upon reset, otherwise duplicate rx events get handled during reset paths. Submitted by: Matthew Dillion