Re: svn commit: r287843 - head/usr.sbin/bsdinstall/scripts

2015-09-16 Thread Nathan Whitehorn
Can we please fix this elsewhere? Like in gpart? As it is, this mechanism is super-fragile: it applies only for one of the two ways of configuring ZFS systems, and that only when running an interactive install. It's somewhat alleviated by the fact that the other cases can set up UEFI boot, but

Re: svn commit: r287843 - head/usr.sbin/bsdinstall/scripts

2015-09-16 Thread Allan Jude
On 2015-09-16 02:12, Nathan Whitehorn wrote: > Can we please fix this elsewhere? Like in gpart? As it is, this > mechanism is super-fragile: it applies only for one of the two ways of > configuring ZFS systems, and that only when running an interactive > install. It's somewhat alleviated by the

svn commit: r287851 - in head/sys: net netinet

2015-09-16 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Sep 16 06:23:15 2015 New Revision: 287851 URL: https://svnweb.freebsd.org/changeset/base/287851 Log: Unify loopback route switching: * prepare gateway before insertion * use RTM_CHANGE instead of explicit find/change route * Remove fib argument from

svn commit: r287853 - in head/sys/dev: ral usb/wlan

2015-09-16 Thread Kevin Lo
Author: kevlo Date: Wed Sep 16 07:18:54 2015 New Revision: 287853 URL: https://svnweb.freebsd.org/changeset/base/287853 Log: Fix a debug message which didn't quite get it right about eeprom version. Modified: head/sys/dev/ral/rt2860.c head/sys/dev/usb/wlan/if_run.c Modified:

Re: svn commit: r287836 - head/sys/conf

2015-09-16 Thread Andrew Turner
On 16 September 2015 01:44:19 CEST, Ed Maste wrote: >Author: emaste >Date: Tue Sep 15 23:44:19 2015 >New Revision: 287836 >URL: https://svnweb.freebsd.org/changeset/base/287836 > >Log: > arm64: add kbd.c to the build for ukbd to fix the build > > Pointy hat to:

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

2015-09-16 Thread Mateusz Guzik
On Wed, Sep 16, 2015 at 07:16:22AM +, Kevin Lo wrote: > Author: kevlo > Date: Wed Sep 16 07:16:21 2015 > New Revision: 287852 > URL: https://svnweb.freebsd.org/changeset/base/287852 > > Log: > Remove checks for a NULL return value from M_WAITOK allocations. > > Modified: >

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

2015-09-16 Thread Kevin Lo
On Wed, Sep 16, 2015 at 09:20:02AM +0200, Mateusz Guzik wrote: > On Wed, Sep 16, 2015 at 07:16:22AM +, Kevin Lo wrote: > > Author: kevlo > > Date: Wed Sep 16 07:16:21 2015 > > New Revision: 287852 > > URL: https://svnweb.freebsd.org/changeset/base/287852 > > > > Log: > > Remove checks for a

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

2015-09-16 Thread Kevin Lo
Author: kevlo Date: Wed Sep 16 07:16:21 2015 New Revision: 287852 URL: https://svnweb.freebsd.org/changeset/base/287852 Log: Remove checks for a NULL return value from M_WAITOK allocations. Modified: head/sys/dev/usb/wlan/if_ural.c Modified: head/sys/dev/usb/wlan/if_ural.c

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

2015-09-16 Thread Kevin Lo
Author: kevlo Date: Wed Sep 16 07:26:18 2015 New Revision: 287854 URL: https://svnweb.freebsd.org/changeset/base/287854 Log: Use M_WAITOK rather than M_NOWAIT since it's not used within interrupt context. Modified: head/sys/dev/usb/wlan/if_ural.c Modified: head/sys/dev/usb/wlan/if_ural.c

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

2015-09-16 Thread Alexander Motin
Author: mav Date: Wed Sep 16 09:59:05 2015 New Revision: 287855 URL: https://svnweb.freebsd.org/changeset/base/287855 Log: Don't flap the HA link if sysctl is reset to the same value. Modified: head/sys/cam/ctl/ctl_ha.c Modified: head/sys/cam/ctl/ctl_ha.c

svn commit: r287856 - head/sys/net

2015-09-16 Thread Oleg Bulyzhin
Author: oleg Date: Wed Sep 16 10:07:45 2015 New Revision: 287856 URL: https://svnweb.freebsd.org/changeset/base/287856 Log: Remove superfluous m_freem(). MFC after:1 month Modified: head/sys/net/if_ethersubr.c Modified: head/sys/net/if_ethersubr.c

Re: svn commit: r287782 - stable/10/sys/dev/vt

2015-09-16 Thread Aleksandr Rybalko
On Tue, 15 Sep 2015 01:34:21 + Alexey Dokuchaev wrote: > On Mon, Sep 14, 2015 at 02:42:07PM +, Aleksandr Rybalko wrote: > > New Revision: 287782 > > URL: https://svnweb.freebsd.org/changeset/base/287782 > > > > Log: > > MFC: r272715 > > Allow vt(4) to disable

svn commit: r287857 - head/sys/netinet6

2015-09-16 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Sep 16 11:06:07 2015 New Revision: 287857 URL: https://svnweb.freebsd.org/changeset/base/287857 Log: Constantify lookup key in several nd6_* functions. Modified: head/sys/netinet6/nd6.c head/sys/netinet6/nd6.h Modified: head/sys/netinet6/nd6.c

svn commit: r287858 - stable/7/sys/dev/sound/midi

2015-09-16 Thread Tai-hwa Liang
Author: avatar Date: Wed Sep 16 11:32:28 2015 New Revision: 287858 URL: https://svnweb.freebsd.org/changeset/base/287858 Log: MFC r286886: Fixing typo as well as improving readability of a few comments. Modified: stable/7/sys/dev/sound/midi/midi.c Directory Properties: stable/7/sys/

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

2015-09-16 Thread Alexander Motin
Author: mav Date: Wed Sep 16 13:25:35 2015 New Revision: 287860 URL: https://svnweb.freebsd.org/changeset/base/287860 Log: Frontends don't need to set errors themselves. Modified: head/sys/cam/ctl/ctl_frontend_ioctl.c Modified: head/sys/cam/ctl/ctl_frontend_ioctl.c

svn commit: r287859 - head/sys/net

2015-09-16 Thread Andrey V. Elsukov
Author: ae Date: Wed Sep 16 13:17:00 2015 New Revision: 287859 URL: https://svnweb.freebsd.org/changeset/base/287859 Log: Use KASSERT for some checks, that are late to do. Discussed with: melifaro, glebius Modified: head/sys/net/if_ethersubr.c Modified:

Re: svn commit: r287843 - head/usr.sbin/bsdinstall/scripts

2015-09-16 Thread Nathan Whitehorn
On 09/15/15 23:30, Allan Jude wrote: On 2015-09-16 02:12, Nathan Whitehorn wrote: Can we please fix this elsewhere? Like in gpart? As it is, this mechanism is super-fragile: it applies only for one of the two ways of configuring ZFS systems, and that only when running an interactive install.

svn commit: r287861 - in head/sys: net netinet6 netpfil/pf ofed/drivers/infiniband/ulp/ipoib

2015-09-16 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Sep 16 14:26:28 2015 New Revision: 287861 URL: https://svnweb.freebsd.org/changeset/base/287861 Log: Simplify the way of attaching IPv6 link-layer header. Problem description: How do we currently perform layer 2 resolution and header imposition: For IPv4

svn commit: r287862 - head/sys/ofed/drivers/infiniband/core

2015-09-16 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Sep 16 15:40:08 2015 New Revision: 287862 URL: https://svnweb.freebsd.org/changeset/base/287862 Log: Fix build broken by r287861. Spotted by: zb Modified: head/sys/ofed/drivers/infiniband/core/addr.c Modified: head/sys/ofed/drivers/infiniband/core/addr.c

Re: svn commit: r287861 - in head/sys: net netinet6 netpfil/pf ofed/drivers/infiniband/ulp/ipoib

2015-09-16 Thread Gleb Smirnoff
Hi! The main disaster is still in its place in nd6_output_ifp(), as it was before in nd6_output():: error = (*ifp->if_output)(origifp, m, (struct sockaddr *)dst, NULL); ^^^ ^^^ :( On Wed, Sep 16, 2015 at 02:26:29PM +, Alexander V. Chernikov

svn commit: r287864 - head/sys/kern

2015-09-16 Thread John Baldwin
Author: jhb Date: Wed Sep 16 16:40:07 2015 New Revision: 287864 URL: https://svnweb.freebsd.org/changeset/base/287864 Log: When a process group leader exits, all of the processes in the group are sent SIGHUP and SIGCONT if any of the processes are stopped. Currently this behavior is

svn commit: r287867 - head/share/mk

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Wed Sep 16 18:02:04 2015 New Revision: 287867 URL: https://svnweb.freebsd.org/changeset/base/287867 Log: Error and give better feedback for invalid MAKEOBJDIR settings. Submitted by: sjg Modified: head/share/mk/local.meta.sys.mk Modified:

Re: svn commit: r287636 - head/share/mk

2015-09-16 Thread Bryan Drewery
On 9/11/15 8:24 AM, Simon J. Gerraty wrote: > Julian Elischer wrote: >>>If MAKEOBJDIR is empty or not a suitable value (no '/') >>>set a default that works. >> >> if not suitable.. it should error (with a really explicit error >> message), not do something else.. > >

svn commit: r287869 - head/share/mk

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Wed Sep 16 19:58:04 2015 New Revision: 287869 URL: https://svnweb.freebsd.org/changeset/base/287869 Log: Fix check from r287867 for valid MAKEOBJDIR from top-level builds. MAKEOBJDIR is based on OBJTOP so cannot be expanded until OBJTOP is set. Reported by:

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

2015-09-16 Thread Alexander Motin
Author: mav Date: Wed Sep 16 17:56:24 2015 New Revision: 287866 URL: https://svnweb.freebsd.org/changeset/base/287866 Log: Fix fixed sense writing when passed more data then it can fit. MFC after:1 week Modified: head/sys/cam/scsi/scsi_all.c Modified: head/sys/cam/scsi/scsi_all.c

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

2015-09-16 Thread Alexander Motin
Author: mav Date: Wed Sep 16 18:33:04 2015 New Revision: 287868 URL: https://svnweb.freebsd.org/changeset/base/287868 Log: Make COMPARE AND WRITE report offset of difference. Modified: head/sys/cam/ctl/ctl_backend_block.c Modified: head/sys/cam/ctl/ctl_backend_block.c

svn commit: r287872 - in releng/10.2: . lib/libc/amd64/gen lib/libc/compat-43 lib/libc/db/btree lib/libc/db/hash lib/libc/gen lib/libc/i386/gen lib/libc/include lib/libc/net lib/libc/stdio lib/libc...

2015-09-16 Thread Xin LI
, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20150916: p3 FreeBSD-EN-15:16.pw + FreeBSD-EN-15:17.libc + FreeBSD-EN-15:18.pkg + + Fix regression in pw(8) when creating numeric

svn commit: r287873 - in releng: 10.1 10.1/sys/conf 10.1/usr.sbin/pkg 9.3 9.3/sys/conf 9.3/usr.sbin/pkg

2015-09-16 Thread Xin LI
this option. The bootstrap process from older version of current is a bit fragile. +20150916: p20 FreeBSD-EN-15:18.pkg + + Implement pubkey support for pkg(7) bootstrap. [EN-15:18] + 20150825: p19 FreeBSD-SA-15:21.amd64 FreeBSD-SA-15:22.openssh

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

2015-09-16 Thread Alexander Motin
Author: mav Date: Wed Sep 16 21:43:51 2015 New Revision: 287875 URL: https://svnweb.freebsd.org/changeset/base/287875 Log: Fix reading after end of file for file-backed LUNs. If backing file is smaller then the LUN size, we have to explicitly clear the rest of the buffer to not leak some

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

2015-09-16 Thread Gleb Smirnoff
Hans, 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: https://svnweb.freebsd.org/changeset/base/287780 H> H> Log: H> Implement callout_drain_async(), inspired by the projects/hps_head

svn commit: r287874 - head/sys/netinet

2015-09-16 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 16 21:42:33 2015 New Revision: 287874 URL: https://svnweb.freebsd.org/changeset/base/287874 Log: In tcp_ctlinput() separate the (ip == NULL) block from the rest of the function to reduce so many levels of indentation. Style the lines that got now indentation

svn commit: r287871 - head/share/mk

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Wed Sep 16 20:58:43 2015 New Revision: 287871 URL: https://svnweb.freebsd.org/changeset/base/287871 Log: META_MODE: Fix OBJROOT ending in two // when it does not yet exist. This would lead to the 2nd build (after the first with a missing OBJROOT) to always rebuild

svn commit: r287870 - head/sys/kern

2015-09-16 Thread John Baldwin
Author: jhb Date: Wed Sep 16 20:55:00 2015 New Revision: 287870 URL: https://svnweb.freebsd.org/changeset/base/287870 Log: Always clear TDB_USERWR before fetching system call arguments. The TDB_USERWR flag may still be set after a debugger detaches from a process via PT_DETACH. Previously

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

2015-09-16 Thread Randall Stewart via svn-src-all
Hans: By outside prompting, I have finally had a chance to look at this: What it appears you do here is: a) stop the callout, not paying attention to if it stopped or not. b) Then get the callout systems lock and check if your callout is up and running, storing that in your retval. Where

svn commit: r287891 - stable/9/usr.bin/calendar/calendars

2015-09-16 Thread Pedro F. Giffuni
Author: pfg Date: Thu Sep 17 00:37:40 2015 New Revision: 287891 URL: https://svnweb.freebsd.org/changeset/base/287891 Log: MFC r286891, r286893: calendar(1): add a few more dates to the Christian calendar Bring some well established holidays that also happen to be legal holidays in

svn commit: r287887 - head/share/mk

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 00:17:32 2015 New Revision: 287887 URL: https://svnweb.freebsd.org/changeset/base/287887 Log: META_MODE: Don't define the default MAKEOBJDIR twice. Just expand the default. Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r287889 - stable/10/share/mk

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 00:24:50 2015 New Revision: 287889 URL: https://svnweb.freebsd.org/changeset/base/287889 Log: MFC r287436: Avoid sub-shell for realpath(1) for bmake by using its built-in :tA. Modified: stable/10/share/mk/bsd.port.mk

svn commit: r287879 - head/share/mk

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Wed Sep 16 23:01:16 2015 New Revision: 287879 URL: https://svnweb.freebsd.org/changeset/base/287879 Log: META_MODE: Don't create obj directories automatically when running make -V. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/sys.mk

svn commit: r287880 - head/usr.sbin/unbound/local-setup

2015-09-16 Thread Dag-Erling Smørgrav
Author: des Date: Wed Sep 16 23:09:31 2015 New Revision: 287880 URL: https://svnweb.freebsd.org/changeset/base/287880 Log: If forwarders were specified on the command line, create an empty resolvconf.conf so that resolvconf won't replace the manually configured forwarders with dynamically

svn commit: r287881 - in stable: 10/release/doc/share/xml 9/release/doc/share/xml

2015-09-16 Thread Glen Barber
Author: gjb Date: Wed Sep 16 23:33:12 2015 New Revision: 287881 URL: https://svnweb.freebsd.org/changeset/base/287881 Log: Document EN-15:16, EN-15:17, EN-15:18. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/share/xml/errata.xml Changes in other areas also in

svn commit: r287881 - in stable: 10/release/doc/share/xml 9/release/doc/share/xml

2015-09-16 Thread Glen Barber
Author: gjb Date: Wed Sep 16 23:33:12 2015 New Revision: 287881 URL: https://svnweb.freebsd.org/changeset/base/287881 Log: Document EN-15:16, EN-15:17, EN-15:18. Sponsored by: The FreeBSD Foundation Modified: stable/9/release/doc/share/xml/errata.xml Changes in other areas also in this

svn commit: r287885 - head/share/mk

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Wed Sep 16 23:59:53 2015 New Revision: 287885 URL: https://svnweb.freebsd.org/changeset/base/287885 Log: Update META_MODE architectures for universe Modified: head/share/mk/local.meta.sys.mk Modified: head/share/mk/local.meta.sys.mk

svn commit: r287890 - stable/10/usr.bin/calendar/calendars

2015-09-16 Thread Pedro F. Giffuni
Author: pfg Date: Thu Sep 17 00:36:18 2015 New Revision: 287890 URL: https://svnweb.freebsd.org/changeset/base/287890 Log: MFC r286891, r286893: calendar(1): add a few more dates to the Christian calendar Bring some well established holidays that also happen to be legal holidays in

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

2015-09-16 Thread Zbigniew Bodek
Author: zbb Date: Wed Sep 16 23:59:45 2015 New Revision: 287884 URL: https://svnweb.freebsd.org/changeset/base/287884 Log: Block secondary ITS instances from attaching on ARM64 Currently FreeBSD supports only single PIC controller. Some systems that have more than one (like ThunderX

Re: svn commit: r287864 - head/sys/kern

2015-09-16 Thread John Baldwin
On Wednesday, September 16, 2015 04:40:08 PM John Baldwin wrote: > Author: jhb > Date: Wed Sep 16 16:40:07 2015 > New Revision: 287864 > URL: https://svnweb.freebsd.org/changeset/base/287864 > > Log: > When a process group leader exits, all of the processes in the group are > sent SIGHUP and

svn commit: r287886 - head/sys/sys

2015-09-16 Thread Steven Hartland
Author: smh Date: Thu Sep 17 00:03:55 2015 New Revision: 287886 URL: https://svnweb.freebsd.org/changeset/base/287886 Log: Fix kqueue write events for files > 2GB Due to the use of int's for file offsets in the VOP_WRITE_(PRE|POST) macros, kqueue write events for files greater 2GB where

svn commit: r287882 - in head/sys: arm/versatile arm/xscale/i80321 arm/xscale/i8134x dev/acpica dev/pci dev/xen/pcifront mips/adm5120 mips/atheros mips/cavium mips/idt mips/malta mips/nlm mips/rmi ...

2015-09-16 Thread Zbigniew Bodek
Author: zbb Date: Wed Sep 16 23:34:51 2015 New Revision: 287882 URL: https://svnweb.freebsd.org/changeset/base/287882 Log: Add domain support to PCI bus allocation When the system has more than a single PCI domain, the bus numbers are not unique, thus they cannot be used for "pci" device

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

2015-09-16 Thread Zbigniew Bodek
Author: zbb Date: Wed Sep 16 23:46:20 2015 New Revision: 287883 URL: https://svnweb.freebsd.org/changeset/base/287883 Log: Release memory for CPUs that fail to init on ARM64 cpu_init_fdt will now release memory allocated for structures serving CPUs that have failed to init. Obtained

svn commit: r287888 - stable/7/sys/dev/sound/midi

2015-09-16 Thread Tai-hwa Liang
Author: avatar Date: Thu Sep 17 00:19:27 2015 New Revision: 287888 URL: https://svnweb.freebsd.org/changeset/base/287888 Log: MFC r286887: Using the error return code documented in the comment. Though there is no direct midi_uninit() caller amongst existing drivers at this moment, a

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

2015-09-16 Thread Adrian Chadd
Author: adrian Date: Thu Sep 17 03:08:02 2015 New Revision: 287894 URL: https://svnweb.freebsd.org/changeset/base/287894 Log: Prepare for 11n - get the number of endpoints and whether 11n is available. Modified: head/sys/dev/usb/wlan/if_rsu.c head/sys/dev/usb/wlan/if_rsureg.h Modified:

svn commit: r287899 - head/share/mk

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 04:22:00 2015 New Revision: 287899 URL: https://svnweb.freebsd.org/changeset/base/287899 Log: META_MODE: Default OBJROOT to the traditional /usr/src/SRCTOP/. This avoids easily colliding multiple src trees with the same objects. Having multiple

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

2015-09-16 Thread Adrian Chadd
Author: adrian Date: Thu Sep 17 04:45:29 2015 New Revision: 287901 URL: https://svnweb.freebsd.org/changeset/base/287901 Log: Bring over the QoS logic from the Linux r92su driver. * the tx descriptor TID is priority, not TID. * the tx descriptor queue id mapping is separate from the

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

2015-09-16 Thread Adrian Chadd
Author: adrian Date: Thu Sep 17 03:01:19 2015 New Revision: 287892 URL: https://svnweb.freebsd.org/changeset/base/287892 Log: Use DELAY() rather than usb_pause_mtx() - the latter releases the lock before waiting, which prevents the lock from really acting like a hardware serialiser. Sigh.

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

2015-09-16 Thread Adrian Chadd
Author: adrian Date: Thu Sep 17 03:01:55 2015 New Revision: 287893 URL: https://svnweb.freebsd.org/changeset/base/287893 Log: Bump RX_LIST_COUNT so we don't fall behind during active traffic. Modified: head/sys/dev/usb/wlan/if_rsureg.h Modified: head/sys/dev/usb/wlan/if_rsureg.h

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

2015-09-16 Thread Adrian Chadd
Author: adrian Date: Thu Sep 17 03:42:18 2015 New Revision: 287897 URL: https://svnweb.freebsd.org/changeset/base/287897 Log: Program the firmware setup stuff with the current hardware setup: * Do 1T1R for now, until we read the config out of ROM and use it. * Disable turbo mode, I dunno

svn commit: r287900 - head

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 04:43:07 2015 New Revision: 287900 URL: https://svnweb.freebsd.org/changeset/base/287900 Log: Get arm64/aarch64 into 'make targets' output to fix makeman. Modified: head/Makefile Modified: head/Makefile

svn commit: r287904 - in head: share/man/man5 tools/build/options

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 05:01:04 2015 New Revision: 287904 URL: https://svnweb.freebsd.org/changeset/base/287904 Log: Document NO_SILENT for META_MODE. Reword and add some formatting as well. Modified: head/share/man/man5/src.conf.5 head/tools/build/options/WITH_META_MODE

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

2015-09-16 Thread Adrian Chadd
Author: adrian Date: Thu Sep 17 03:19:09 2015 New Revision: 287896 URL: https://svnweb.freebsd.org/changeset/base/287896 Log: Use the H2C endpoint for sending firmware commands, rather than the voice data queues. This is similar to the openbsd and rtlwifi/r92su drivers. Note: this

svn commit: r287898 - head/share/mk

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 04:01:05 2015 New Revision: 287898 URL: https://svnweb.freebsd.org/changeset/base/287898 Log: META_MODE: Allow MAKEOBJDIRPREFIX to work more closely to its traditional behavior. The preferred way to modify the object directory root is to use OBJROOT.

svn commit: r287902 - head

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 04:48:15 2015 New Revision: 287902 URL: https://svnweb.freebsd.org/changeset/base/287902 Log: Let makeman run 'make showconfig' without hitting the aarch64 error. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

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

2015-09-16 Thread Adrian Chadd
Author: adrian Date: Thu Sep 17 03:13:01 2015 New Revision: 287895 URL: https://svnweb.freebsd.org/changeset/base/287895 Log: Add 11n and QoS methods. The firmware takes care of ampdu tx/rx (except for RX reordering, grr), QoS/WME and other bits/pieces. So they're stubs, just in case.

svn commit: r287903 - head

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 04:54:49 2015 New Revision: 287903 URL: https://svnweb.freebsd.org/changeset/base/287903 Log: Rework r287900 to keep arm64/aarch64 stable in the TARGETS list. This is relevant for makeman using the 'make targets' output in src.conf(5). This makes a

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

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 05:07:39 2015 New Revision: 287906 URL: https://svnweb.freebsd.org/changeset/base/287906 Log: Regenerate Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r287905 - in head: bin/ps lib/libc lib/libsm lib/libxo sbin/ipf/ipftest sbin/savecore usr.bin/netstat usr.bin/procstat usr.bin/wc usr.sbin/yppoll

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 05:06:34 2015 New Revision: 287905 URL: https://svnweb.freebsd.org/changeset/base/287905 Log: Update META_MODE dependencies. Modified: head/bin/ps/Makefile.depend head/lib/libc/Makefile.depend head/lib/libsm/Makefile.depend

svn commit: r287865 - head/share/mk

2015-09-16 Thread Bryan Drewery
Author: bdrewery Date: Wed Sep 16 17:44:45 2015 New Revision: 287865 URL: https://svnweb.freebsd.org/changeset/base/287865 Log: Ignore CCACHE_DIR for meta mode decisions. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/local.meta.sys.mk Modified: