svn commit: r289680 - head/sys/ofed/include/linux

2015-10-21 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 21 07:59:46 2015 New Revision: 289680 URL: https://svnweb.freebsd.org/changeset/base/289680 Log: Reimplement header file, remove all comments deriving from Linux and update copyright to 2-clause BSD. Suggested by: emaste @ Sponsored by: Mellanox Technologi

Re: svn commit: r289203 - head/usr.sbin/makefs

2015-10-21 Thread NGie Cooper
> On Oct 12, 2015, at 19:32, Adrian Chadd wrote: > > Author: adrian > Date: Tue Oct 13 02:32:15 2015 > New Revision: 289203 > URL: https://svnweb.freebsd.org/changeset/base/289203 > > Log: > makefs: introduce a new option to specify what to round the resulting > image up to. > > From ticket

svn commit: r289681 - head/sys/dev/isp

2015-10-21 Thread Alexander Motin
Author: mav Date: Wed Oct 21 08:23:19 2015 New Revision: 289681 URL: https://svnweb.freebsd.org/changeset/base/289681 Log: Some more defines and polishing for INIT_FIRMWARE. Modified: head/sys/dev/isp/isp.c head/sys/dev/isp/ispmbox.h Modified: head/sys/dev/isp/isp.c ===

svn commit: r289682 - head/sys/ofed/include/linux

2015-10-21 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 21 08:51:49 2015 New Revision: 289682 URL: https://svnweb.freebsd.org/changeset/base/289682 Log: Remove all comments deriving from Linux. Style file for FreeBSD. Suggested by: emaste @ Sponsored by: Mellanox Technologies Modified: head/sys/ofed/include/li

svn commit: r289683 - head/sys/ofed/include/linux

2015-10-21 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 21 09:37:34 2015 New Revision: 289683 URL: https://svnweb.freebsd.org/changeset/base/289683 Log: Remove all comments deriving from Linux. Minor rework of ilog2() function. Suggested by: emaste @ Sponsored by: Mellanox Technologies Modified: head/sys/ofe

svn commit: r289685 - in head/sys: amd64/include/xen i386/include/xen x86/include/xen

2015-10-21 Thread Roger Pau Monné
Author: royger Date: Wed Oct 21 10:04:35 2015 New Revision: 289685 URL: https://svnweb.freebsd.org/changeset/base/289685 Log: x86/xen: Consolidate xen-os.h in a single place amd64 and i386 platform code contain very similar xen/xen-os.h The only differences are: - Functions/variable

svn commit: r289686 - in head/sys: dev/xen/balloon dev/xen/blkback dev/xen/control dev/xen/grant_table dev/xen/netback dev/xen/netfront dev/xen/xenpci dev/xen/xenstore x86/include x86/include/xen x...

2015-10-21 Thread Roger Pau Monné
Author: royger Date: Wed Oct 21 10:44:07 2015 New Revision: 289686 URL: https://svnweb.freebsd.org/changeset/base/289686 Log: xen: Code cleanup and small bug fixes xen/hypervisor.h: - Remove unused helpers: MULTI_update_va_mapping, is_initial_xendomain, is_running_on_xen - Remove

svn commit: r289687 - head/usr.sbin/makefs/cd9660

2015-10-21 Thread Garrett Cooper
Author: ngie Date: Wed Oct 21 11:38:48 2015 New Revision: 289687 URL: https://svnweb.freebsd.org/changeset/base/289687 Log: Free buffer before returning from cd9660_write_path_table to avoid leaking it after returning from the function MFC after: 1 week PR: 203647 Submitted by: Thomas

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

2015-10-21 Thread Anton Yuzhaninov
On 10/20/15 23:42, Bryan Drewery wrote: On 10/20/2015 1:38 PM, Konstantin Belousov wrote: Author: kib Date: Tue Oct 20 20:38:20 2015 New Revision: 289664 URL: https://svnweb.freebsd.org/changeset/base/289664 Log: Trim spaces at end of line to record the proper commit message for r289660:

svn commit: r289690 - in head/cddl/contrib/opensolaris: . cmd/zfs

2015-10-21 Thread Alexander Motin
Author: mav Date: Wed Oct 21 12:16:38 2015 New Revision: 289690 URL: https://svnweb.freebsd.org/changeset/base/289690 Log: Record MFV r289689. The change itself was directly committed earlier at r284309. Modified: Directory Properties: head/cddl/contrib/opensolaris/ (props changed) h

svn commit: r289693 - head/usr.sbin/makefs/cd9660

2015-10-21 Thread Garrett Cooper
Author: ngie Date: Wed Oct 21 12:54:15 2015 New Revision: 289693 URL: https://svnweb.freebsd.org/changeset/base/289693 Log: Unbreak makefs -t cd9660 after r289687 buffer_head needs to be freed -- not buffer Detected by jemalloc, i.e. running makefs failed the arena assert because my

svn commit: r289694 - in head: etc/mtree usr.sbin/makefs usr.sbin/makefs/cd9660 usr.sbin/makefs/tests

2015-10-21 Thread Garrett Cooper
Author: ngie Date: Wed Oct 21 13:13:38 2015 New Revision: 289694 URL: https://svnweb.freebsd.org/changeset/base/289694 Log: Add some rudimentary [smoke] testcases for makefs MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division Added: head/usr.sbin/makefs/tests/ head/usr.sbi

svn commit: r289695 - in head: etc/mtree lib/libc/gen usr.sbin/makefs usr.sbin/makefs/cd9660 usr.sbin/makefs/tests

2015-10-21 Thread Garrett Cooper
Author: ngie Date: Wed Oct 21 13:15:04 2015 New Revision: 289695 URL: https://svnweb.freebsd.org/changeset/base/289695 Log: Revert r289694 I committed some other undesirable local changes by accident Deleted: head/usr.sbin/makefs/tests/ Modified: head/etc/mtree/BSD.tests.dist head/li

svn commit: r289696 - head/lib/libc/gen

2015-10-21 Thread Garrett Cooper
Author: ngie Date: Wed Oct 21 13:16:03 2015 New Revision: 289696 URL: https://svnweb.freebsd.org/changeset/base/289696 Log: Revert lib/libc/gen/dirname.3@r289695 This is why I use branches usually, not commit directly to head Modified: head/lib/libc/gen/dirname.3 Modified: head/lib/libc

svn commit: r289697 - head/sys/dev/xen/netfront

2015-10-21 Thread Roger Pau Monné
Author: royger Date: Wed Oct 21 13:53:07 2015 New Revision: 289697 URL: https://svnweb.freebsd.org/changeset/base/289697 Log: netfront: fix LINT-NOIP r289587 broke LINT-NOIP kernels because the lro and queued local variables are defined but not used. Add preprocessor guards around them.

svn commit: r289698 - head/sys/arm/arm

2015-10-21 Thread Ian Lepore
Author: ian Date: Wed Oct 21 13:59:00 2015 New Revision: 289698 URL: https://svnweb.freebsd.org/changeset/base/289698 Log: Move arm_gic_bind() out of the #ifdef SMP block to fix compile errors in the not-SMP case. This is safe because arm_irq_next_cpu() will return the cpuid of the current/

svn commit: r289699 - in head/sys/mips: include mips

2015-10-21 Thread Ian Lepore
Author: ian Date: Wed Oct 21 14:57:59 2015 New Revision: 289699 URL: https://svnweb.freebsd.org/changeset/base/289699 Log: Switch from a stub to a real implementation of pmap_page_set_attr() for mips, and implement support for VM_MEMATTR_UNCACHEABLE. This will be used in upcoming changes to

svn commit: r289700 - in head/sys/compat/linuxkpi: . common common/include common/include/asm common/include/linux common/src

2015-10-21 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 21 15:01:51 2015 New Revision: 289700 URL: https://svnweb.freebsd.org/changeset/base/289700 Log: Start process of moving the LinuxKPI into the default kernel build by creating an empty directory tree. Sponsored by: Mellanox Technologies Added: head/sys/co

svn commit: r289701 - in head/sys: conf mips/mips

2015-10-21 Thread Ian Lepore
Author: ian Date: Wed Oct 21 15:06:48 2015 New Revision: 289701 URL: https://svnweb.freebsd.org/changeset/base/289701 Log: Switch mips busdma to using the common busdma_buffalloc code. This amounts to copying in some code from the armv4 busdma, and adapting a few variable and flag names to

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

2015-10-21 Thread Alexander Motin
Author: mav Date: Wed Oct 21 15:31:26 2015 New Revision: 289702 URL: https://svnweb.freebsd.org/changeset/base/289702 Log: Make some panic strings mode informative. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_backend_block.c Modified: head/sys/cam/ctl/ctl.c ==

Re: svn commit: r289700 - in head/sys/compat/linuxkpi: . common common/include common/include/asm common/include/linux common/src

2015-10-21 Thread Bryan Drewery
On 10/21/2015 8:01 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Wed Oct 21 15:01:51 2015 > New Revision: 289700 > URL: https://svnweb.freebsd.org/changeset/base/289700 > > Log: > Start process of moving the LinuxKPI into the default kernel build by > creating an empty directory tr

Re: svn commit: r289700 - in head/sys/compat/linuxkpi: . common common/include common/include/asm common/include/linux common/src

2015-10-21 Thread Hans Petter Selasky
On 10/21/15 17:28, Bryan Drewery wrote: On 10/21/2015 8:01 AM, Hans Petter Selasky wrote: Author: hselasky Date: Wed Oct 21 15:01:51 2015 New Revision: 289700 URL: https://svnweb.freebsd.org/changeset/base/289700 Log: Start process of moving the LinuxKPI into the default kernel build by c

svn commit: r289704 - in head/sys: arm/ti/am335x dev/ofw

2015-10-21 Thread Ian Lepore
Author: ian Date: Wed Oct 21 15:41:16 2015 New Revision: 289704 URL: https://svnweb.freebsd.org/changeset/base/289704 Log: Fix parsing of I2C addresses properties in fdt data. I2C address is represented in 7-bits format in DT files, but system expect it in 8-bit format. Also, fix two drive

Re: svn commit: r289700 - in head/sys/compat/linuxkpi: . common common/include common/include/asm common/include/linux common/src

2015-10-21 Thread Bryan Drewery
On 10/21/2015 8:39 AM, Hans Petter Selasky wrote: > On 10/21/15 17:28, Bryan Drewery wrote: >> On 10/21/2015 8:01 AM, Hans Petter Selasky wrote: >>> Author: hselasky >>> Date: Wed Oct 21 15:01:51 2015 >>> New Revision: 289700 >>> URL: https://svnweb.freebsd.org/changeset/base/289700 >>> >>> Log: >>

Re: svn commit: r289700 - in head/sys/compat/linuxkpi: . common common/include common/include/asm common/include/linux common/src

2015-10-21 Thread Hans Petter Selasky
On 10/21/15 17:42, Bryan Drewery wrote: On 10/21/2015 8:39 AM, Hans Petter Selasky wrote: On 10/21/15 17:28, Bryan Drewery wrote: On 10/21/2015 8:01 AM, Hans Petter Selasky wrote: Author: hselasky Date: Wed Oct 21 15:01:51 2015 New Revision: 289700 URL: https://svnweb.freebsd.org/changeset/bas

Re: svn commit: r289700 - in head/sys/compat/linuxkpi: . common common/include common/include/asm common/include/linux common/src

2015-10-21 Thread Bryan Drewery
On 10/21/2015 8:56 AM, Hans Petter Selasky wrote: > On 10/21/15 17:42, Bryan Drewery wrote: >> On 10/21/2015 8:39 AM, Hans Petter Selasky wrote: >>> On 10/21/15 17:28, Bryan Drewery wrote: On 10/21/2015 8:01 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Wed Oct 21 15:01:51

svn commit: r289705 - head/share/mk

2015-10-21 Thread Bryan Drewery
Author: bdrewery Date: Wed Oct 21 16:24:44 2015 New Revision: 289705 URL: https://svnweb.freebsd.org/changeset/base/289705 Log: Remove indirection of _sub target for using _SUBDIR. This reverts r266473 as the need for it, working around .MAKE and '+' issues, is no longer needed after r289

svn commit: r289706 - head/sys/sys

2015-10-21 Thread Ed Schouten
Author: ed Date: Wed Oct 21 16:32:01 2015 New Revision: 289706 URL: https://svnweb.freebsd.org/changeset/base/289706 Log: Add missing forward declaration of struct image_params. Modified: head/sys/sys/imgact_elf.h Modified: head/sys/sys/imgact_elf.h ==

svn commit: r289707 - head/sys/dev/ata/chipsets

2015-10-21 Thread Alexander Motin
Author: mav Date: Wed Oct 21 17:27:43 2015 New Revision: 289707 URL: https://svnweb.freebsd.org/changeset/base/289707 Log: Pass proper device to pci_read_config(). For some reason JMicron driver was different from others at this point. Modified: head/sys/dev/ata/chipsets/ata-jmicron.c M

svn commit: r289708 - head/sys/mips/mips

2015-10-21 Thread Ian Lepore
Author: ian Date: Wed Oct 21 17:41:20 2015 New Revision: 289708 URL: https://svnweb.freebsd.org/changeset/base/289708 Log: Free memory back into the categories it was allocated from. Noticed by: sbruno Pointy hat: ian Modified: head/sys/mips/mips/busdma_machdep.c Modified: head/sys/mi

svn commit: r289710 - in head/sys/modules: i2c/iicbb uart

2015-10-21 Thread Ed Maste
Author: emaste Date: Wed Oct 21 18:30:42 2015 New Revision: 289710 URL: https://svnweb.freebsd.org/changeset/base/289710 Log: Build ofw_bus_if.h for modules that need it on arm64 Modified: head/sys/modules/i2c/iicbb/Makefile head/sys/modules/uart/Makefile Modified: head/sys/modules/i2c/iic

svn commit: r289712 - head

2015-10-21 Thread Bryan Drewery
Author: bdrewery Date: Wed Oct 21 18:58:46 2015 New Revision: 289712 URL: https://svnweb.freebsd.org/changeset/base/289712 Log: Fix my change in r289435 causing 'etc' to be added to SUBDIR when using SUBDIR_OVERRIDE. MFC after:2 weeks X-MFC-With: r289435 Sponsored by: EMC / Isil

svn commit: r289714 - head/sys/arm64/conf

2015-10-21 Thread Ed Maste
Author: emaste Date: Wed Oct 21 19:08:16 2015 New Revision: 289714 URL: https://svnweb.freebsd.org/changeset/base/289714 Log: arm64: Enable CTF for DTrace support Sponsored by: The FreeBSD Foundation Modified: head/sys/arm64/conf/GENERIC Modified: head/sys/arm64/conf/GENERIC ===

Re: svn commit: r289710 - in head/sys/modules: i2c/iicbb uart

2015-10-21 Thread Ed Maste
On 21 October 2015 at 14:30, Ed Maste wrote: > Author: emaste > Date: Wed Oct 21 18:30:42 2015 > New Revision: 289710 > URL: https://svnweb.freebsd.org/changeset/base/289710 > > Log: > Build ofw_bus_if.h for modules that need it on arm64 Module Makefile build rules for ofw_bus_if.h are a bit of

svn commit: r289716 - head/sys/mips/mips

2015-10-21 Thread Ian Lepore
Author: ian Date: Wed Oct 21 19:24:20 2015 New Revision: 289716 URL: https://svnweb.freebsd.org/changeset/base/289716 Log: Treat mbufs as cacheline-aligned. Even when the transfer begins at an offset within the buffer to align the L3 headers we know the buffer itself was allocated and sized

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

2015-10-21 Thread Jason A. Harmening
Author: jah Date: Wed Oct 21 19:44:20 2015 New Revision: 289717 URL: https://svnweb.freebsd.org/changeset/base/289717 Log: Use pmap_quick* functions in arm64 busdma to make bounce buffer synchronization more flexible and avoid borrowing UVAs for userspace buffers. This is mostly equivalent to

svn commit: r289718 - head/sys/net

2015-10-21 Thread Ed Maste
Author: emaste Date: Wed Oct 21 19:56:16 2015 New Revision: 289718 URL: https://svnweb.freebsd.org/changeset/base/289718 Log: if_tap: correct typo in sysctl description (Enably) Sponsored by: The FreeBSD Foundation Modified: head/sys/net/if_tap.c Modified: head/sys/net/if_tap.c

svn commit: r289719 - head/sys/dev/drm2/i915

2015-10-21 Thread John Baldwin
Author: jhb Date: Wed Oct 21 20:49:45 2015 New Revision: 289719 URL: https://svnweb.freebsd.org/changeset/base/289719 Log: i915_gem_do_execbuffer() holds the pages backing each relocation region for various reasons while executing user commands. After these commands are completed, the pages

Re: svn commit: r289719 - head/sys/dev/drm2/i915

2015-10-21 Thread John Baldwin
On Wednesday, October 21, 2015 08:49:46 PM John Baldwin wrote: > Author: jhb > Date: Wed Oct 21 20:49:45 2015 > New Revision: 289719 > URL: https://svnweb.freebsd.org/changeset/base/289719 > > Log: > i915_gem_do_execbuffer() holds the pages backing each relocation region for > various reasons

svn commit: r289724 - head/share/misc

2015-10-21 Thread Andriy Voskoboinyk
Author: avos Date: Wed Oct 21 22:31:17 2015 New Revision: 289724 URL: https://svnweb.freebsd.org/changeset/base/289724 Log: Add myself (avos) to committers-src.dot Approved by: adrian (mentor) Differential Revision:https://reviews.freebsd.org/D3941 Modified: head/share/misc/co

svn commit: r289725 - in head: . share/man/man7

2015-10-21 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 22 00:07:48 2015 New Revision: 289725 URL: https://svnweb.freebsd.org/changeset/base/289725 Log: Let SUBDIR_OVERRIDE with 'make buildworld' be more useful. Now it can be used to effectively "build in a subdir". It will use the 'cross-tools', 'libraries', an

Re: svn commit: r289725 - in head: . share/man/man7

2015-10-21 Thread Bryan Drewery
On 10/21/2015 5:07 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Thu Oct 22 00:07:48 2015 > New Revision: 289725 > URL: https://svnweb.freebsd.org/changeset/base/289725 > > Log: > Let SUBDIR_OVERRIDE with 'make buildworld' be more useful. > The main point is that it used to require a f

svn commit: r289726 - head/sys/dev/iicbus

2015-10-21 Thread Ian Lepore
Author: ian Date: Thu Oct 22 00:54:59 2015 New Revision: 289726 URL: https://svnweb.freebsd.org/changeset/base/289726 Log: Add iicbus_transfer_excl(), a helper routine to do an i2c bus transaction while holding exclusive ownership of the bus. This is the routine most slave drivers should us

svn commit: r289727 - head/sys/dev/iicbus

2015-10-21 Thread Ian Lepore
Author: ian Date: Thu Oct 22 01:04:31 2015 New Revision: 289727 URL: https://svnweb.freebsd.org/changeset/base/289727 Log: Add FDT compatibility to the icee driver. The FDT bindings for eeprom parts don't include any metadata about the device other than the part name encoded in the compat

svn commit: r289728 - head

2015-10-21 Thread Ed Maste
Author: emaste Date: Thu Oct 22 01:32:11 2015 New Revision: 289728 URL: https://svnweb.freebsd.org/changeset/base/289728 Log: Warn that NOCLEAN is deprecated - use NO_CLEAN instead NO_CLEAN has been the correct spelling for over a decade. Modified: head/Makefile.inc1 Modified: head/Make

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

2015-10-21 Thread Kevin Lo
Author: kevlo Date: Thu Oct 22 01:36:16 2015 New Revision: 289729 URL: https://svnweb.freebsd.org/changeset/base/289729 Log: Fix IEEE80211_ADDR_COPY() usage. Reviewed by: adrian Modified: head/sys/dev/iwm/if_iwm.c Modified: head/sys/dev/iwm/if_iwm.c

Re: svn commit: r289728 - head

2015-10-21 Thread Alexander Kabaev
On Thu, 22 Oct 2015 01:32:11 + (UTC) Ed Maste wrote: > Author: emaste > Date: Thu Oct 22 01:32:11 2015 > New Revision: 289728 > URL: https://svnweb.freebsd.org/changeset/base/289728 > > Log: > Warn that NOCLEAN is deprecated - use NO_CLEAN instead > > NO_CLEAN has been the correct spe

Re: svn commit: r289728 - head

2015-10-21 Thread Bryan Drewery
On 10/21/2015 6:45 PM, Alexander Kabaev wrote: > On Thu, 22 Oct 2015 01:32:11 + (UTC) > Ed Maste wrote: > >> Author: emaste >> Date: Thu Oct 22 01:32:11 2015 >> New Revision: 289728 >> URL: https://svnweb.freebsd.org/changeset/base/289728 >> >> Log: >> Warn that NOCLEAN is deprecated - use

Re: svn commit: r289728 - head

2015-10-21 Thread Ed Maste
On 22 October 2015 at 01:59, Bryan Drewery wrote: > > I've always been confused on the "correct" spelling and usually go open > the file to see which is supported. That's why I added it, to avoid developers having to go spelunking in search of the "correct" spelling. I'll track down mentions of N

Re: svn commit: r289728 - head

2015-10-21 Thread Bryan Drewery
On 10/21/2015 7:08 PM, Ed Maste wrote: > On 22 October 2015 at 01:59, Bryan Drewery wrote: >> >> I've always been confused on the "correct" spelling and usually go open >> the file to see which is supported. > > That's why I added it, to avoid developers having to go spelunking in > search of the

Re: svn commit: r289728 - head

2015-10-21 Thread Warner Losh
> On Oct 21, 2015, at 7:45 PM, Alexander Kabaev wrote: > > On Thu, 22 Oct 2015 01:32:11 + (UTC) > Ed Maste wrote: > >> Author: emaste >> Date: Thu Oct 22 01:32:11 2015 >> New Revision: 289728 >> URL: https://svnweb.freebsd.org/changeset/base/289728 >> >> Log: >> Warn that NOCLEAN is depr

svn commit: r289730 - in head: contrib/groff/tmac contrib/mdocml lib/libgpib targets/pseudo/userland/lib

2015-10-21 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 22 03:51:25 2015 New Revision: 289730 URL: https://svnweb.freebsd.org/changeset/base/289730 Log: Remove more disconnected libgpib items missed in r276214. Sponsored by: EMC / Isilon Storage Division Deleted: head/lib/libgpib/ Modified: head/contrib/groff/

svn commit: r289731 - head/share/mk

2015-10-21 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 22 04:28:22 2015 New Revision: 289731 URL: https://svnweb.freebsd.org/changeset/base/289731 Log: Clean up some bsd.crunchgen.mk issues. - Remove handling of 'make -P' since that is for fmake only. - Add '+' where appropriate for sub-make calls. - Pass MK_T

svn commit: r289732 - head/sys/dev/ioat

2015-10-21 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 22 04:33:05 2015 New Revision: 289732 URL: https://svnweb.freebsd.org/changeset/base/289732 Log: ioat: Define IOAT_XFERCAP_VALID_MASK and use in ioat_read_xfercap Instead of ANDing a magic constant later. Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r289733 - in head: sys/dev/ioat tools/tools/ioat

2015-10-21 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 22 04:38:05 2015 New Revision: 289733 URL: https://svnweb.freebsd.org/changeset/base/289733 Log: Improve flexibility of ioat_test / ioatcontrol(8) The test logic now preallocates memory before running the test. The buffer size is now configurable. Post-copy v

svn commit: r289734 - head/share/mk

2015-10-21 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 22 04:42:17 2015 New Revision: 289734 URL: https://svnweb.freebsd.org/changeset/base/289734 Log: Rewrite crunchgen target handling for progs so that it can be parallelized. This covers 'clean', 'cleandepend', 'cleandir', 'obj', 'objlink' and 'build-tools'.

svn commit: r289735 - head/share/mk

2015-10-21 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 22 04:47:52 2015 New Revision: 289735 URL: https://svnweb.freebsd.org/changeset/base/289735 Log: Fix style. Namely use {} rather than (). MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/bsd.crunchgen.mk Modified

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

2015-10-21 Thread NGie Cooper
> On Oct 21, 2015, at 21:47, Bryan Drewery wrote: > > +.if defined{MAKEOBJDIRPREFIX} Uh... ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@fre

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

2015-10-21 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 22 04:50:52 2015 New Revision: 289736 URL: https://svnweb.freebsd.org/changeset/base/289736 Log: Document that we use {} for variable expansion. MFC after:1 week Sponsored by: EMC / Isilon Storage Division Modified: head/share/man/man5/style.Makefile.

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

2015-10-21 Thread Bryan Drewery
On 10/21/2015 9:49 PM, NGie Cooper wrote: > >> On Oct 21, 2015, at 21:47, Bryan Drewery wrote: >> >> +.if defined{MAKEOBJDIRPREFIX} > > Uh... > Hah. Thanks. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

svn commit: r289737 - head/share/mk

2015-10-21 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 22 04:52:37 2015 New Revision: 289737 URL: https://svnweb.freebsd.org/changeset/base/289737 Log: Fix incorrect defined() usage from style clean up in r289735. Submitted by: ngie MFC after:2 weeks X-MFC-With: r289735 Sponsored by: EMC / Isilon Stora

svn commit: r289738 - head

2015-10-21 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 22 05:01:14 2015 New Revision: 289738 URL: https://svnweb.freebsd.org/changeset/base/289738 Log: Parallelize build-tools. MFC after:3 weeks Sponsored by: EMC / Isilon Storage Division Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

Re: svn commit: r289438 - head

2015-10-21 Thread Bryan Drewery
On 10/16/2015 8:51 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Sat Oct 17 03:51:50 2015 > New Revision: 289438 > URL: https://svnweb.freebsd.org/changeset/base/289438 > > Log: > Rework the world subdir build targets to use the standard SUBDIR_PARALLEL > mechanism. This accidentally dep

svn commit: r289739 - in head: etc/mtree usr.sbin/makefs usr.sbin/makefs/tests

2015-10-21 Thread Garrett Cooper
Author: ngie Date: Thu Oct 22 05:32:45 2015 New Revision: 289739 URL: https://svnweb.freebsd.org/changeset/base/289739 Log: Correctly reintroduce the rudimentary smoke tests I botched up in r289684 MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division Added: head/usr.sbin/ma