Re: svn commit: r323304 - stable/11/share/man/man5

2017-12-16 Thread Ngie Cooper
> On Dec 15, 2017, at 22:57, Herbert J. Skuhra <herb...@mailbox.org> wrote: > >> On Fri, 08 Sep 2017 06:51:16 +0200, Ngie Cooper wrote: >> >> Author: ngie >> Date: Fri Sep 8 04:51:16 2017 >> New Revision: 323304 >> URL: https://svn

Re: svn commit: r325504 - head/lib/libclang_rt

2017-11-07 Thread Ngie Cooper (yaneurabeya)
> On Nov 7, 2017, at 11:20, Bryan Drewery <bdrew...@freebsd.org> wrote: > > On 11/6/2017 10:26 PM, Ngie Cooper wrote: >> Author: ngie >> Date: Tue Nov 7 06:26:48 2017 >> New Revision: 325504 >> URL: https://svnweb.freebsd.org/changeset/base/325504 >&

svn commit: r325504 - head/lib/libclang_rt

2017-11-06 Thread Ngie Cooper
Author: ngie Date: Tue Nov 7 06:26:48 2017 New Revision: 325504 URL: https://svnweb.freebsd.org/changeset/base/325504 Log: Redo r325502 :U:Mfoo expands to :Mfoo, apparently. Explicit check for CPUTYPE being defined, and test for it's value not containing *soft* before calling CRTARCH

svn commit: r325502 - head/lib/libclang_rt

2017-11-06 Thread Ngie Cooper
Author: ngie Date: Tue Nov 7 05:02:36 2017 New Revision: 325502 URL: https://svnweb.freebsd.org/changeset/base/325502 Log: Handle arm/armv[67] hosted/targeted builds gracefully CPUTYPE (apparently) isn't defined in non-cross-builds, which caused arm/armv[67] hosted/targeted builds to

svn commit: r325501 - head/lib/libclang_rt

2017-11-06 Thread Ngie Cooper
Author: ngie Date: Tue Nov 7 04:56:53 2017 New Revision: 325501 URL: https://svnweb.freebsd.org/changeset/base/325501 Log: Remove unnecessary src.opts.mk .include MK_ isn't used in lib/libcompiler_rt/Makefile at all. Remove it to reduce namespace pollution. MFC after:1 week

svn commit: r325500 - head/lib/libclang_rt

2017-11-06 Thread Ngie Cooper
Author: ngie Date: Tue Nov 7 04:55:23 2017 New Revision: 325500 URL: https://svnweb.freebsd.org/changeset/base/325500 Log: Use bsd.compiler.mk instead of src.opts.mk - MK_PROFILE is controlled in bsd.opts.mk, which is pulled in via bsd.own.mk, which is pulled in via bsd.init.mk . All

svn commit: r325462 - stable/10/lib/libugidfw

2017-11-05 Thread Ngie Cooper
Author: ngie Date: Sun Nov 5 22:36:32 2017 New Revision: 325462 URL: https://svnweb.freebsd.org/changeset/base/325462 Log: MFC r324928: Remove dead stores The return value of various snprintf calls was stored in `len` and not used in many functions. Modified:

svn commit: r325461 - stable/11/lib/libugidfw

2017-11-05 Thread Ngie Cooper
Author: ngie Date: Sun Nov 5 22:36:02 2017 New Revision: 325461 URL: https://svnweb.freebsd.org/changeset/base/325461 Log: MFC r324928,r324929: r324928: Remove dead stores The return value of various snprintf calls was stored in `len` and not used in many functions.

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

2017-11-05 Thread Ngie Cooper
Author: ngie Date: Sun Nov 5 22:34:27 2017 New Revision: 325460 URL: https://svnweb.freebsd.org/changeset/base/325460 Log: MFC r324862: Clean up trailing whitespace in kdb_thr_ctx(..) Modified: stable/10/sys/kern/subr_kdb.c Directory Properties: stable/10/ (props changed)

svn commit: r325459 - stable/11/sys/kern

2017-11-05 Thread Ngie Cooper
Author: ngie Date: Sun Nov 5 22:33:41 2017 New Revision: 325459 URL: https://svnweb.freebsd.org/changeset/base/325459 Log: MFC r324862: Clean up trailing whitespace in kdb_thr_ctx(..) Modified: stable/11/sys/kern/subr_kdb.c Directory Properties: stable/11/ (props changed)

svn commit: r325450 - head/bin/rm

2017-11-05 Thread Ngie Cooper
Author: ngie Date: Sun Nov 5 21:43:26 2017 New Revision: 325450 URL: https://svnweb.freebsd.org/changeset/base/325450 Log: Fix cosmetic nit when printing out "override $mode" and "$owner/$group ..." The wrong index was being checked for == ' ' in the resulting stringified mode from

svn commit: r325449 - in head: . lib/libclang_rt

2017-11-05 Thread Ngie Cooper
Author: ngie Date: Sun Nov 5 20:38:40 2017 New Revision: 325449 URL: https://svnweb.freebsd.org/changeset/base/325449 Log: Choose a simpler, more philosophically correct version for CRTARCH with armv[67] This is a rework of r325443. PR: 222925 Tested with: make buildenv

svn commit: r325446 - in head: . lib/libclang_rt share/mk

2017-11-05 Thread Ngie Cooper
Author: ngie Date: Sun Nov 5 20:01:00 2017 New Revision: 325446 URL: https://svnweb.freebsd.org/changeset/base/325446 Log: Revert r325443 Despite the fact that it's a working solution, it doesn't follow the design philosophy of only doing TARGET_* in Makefile.inc1 and special locations

Re: svn commit: r325443 - in head: . lib/libclang_rt share/mk

2017-11-05 Thread Ngie Cooper (yaneurabeya)
> On Nov 5, 2017, at 11:38, Ngie Cooper <n...@freebsd.org> wrote: > > Author: ngie > Date: Sun Nov 5 19:38:51 2017 > New Revision: 325443 > URL: https://svnweb.freebsd.org/changeset/base/325443 > > Log: > Fix paths for cross-built versions of lib/libclang

Re: svn commit: r325442 - in head/lib/libclang_rt: . profile

2017-11-05 Thread Ngie Cooper (yaneurabeya)
> On Nov 5, 2017, at 11:25, Ngie Cooper <n...@freebsd.org> wrote: > > Author: ngie > Date: Sun Nov 5 19:25:06 2017 > New Revision: 325442 > URL: https://svnweb.freebsd.org/changeset/base/325442 > > Log: > Support compiling lib/libclang_rt/profile a bit mo

svn commit: r325443 - in head: . lib/libclang_rt share/mk

2017-11-05 Thread Ngie Cooper
Author: ngie Date: Sun Nov 5 19:38:51 2017 New Revision: 325443 URL: https://svnweb.freebsd.org/changeset/base/325443 Log: Fix paths for cross-built versions of lib/libclang_rt and hardfloat arm variants - Define TARGET_CPUARCH and use in libclang_rt as the basis for CRTARCH When

svn commit: r325442 - in head/lib/libclang_rt: . profile

2017-11-05 Thread Ngie Cooper
Author: ngie Date: Sun Nov 5 19:25:06 2017 New Revision: 325442 URL: https://svnweb.freebsd.org/changeset/base/325442 Log: Support compiling lib/libclang_rt/profile a bit more with recent versions of gcc Several of the flags were being treated as CFLAGS, when they were actually

Re: svn commit: r325116 - head

2017-11-04 Thread Ngie Cooper (yaneurabeya)
> On Nov 4, 2017, at 08:31, Bryan Drewery <bdrew...@freebsd.org> wrote: > > On 11/4/2017 12:08 AM, Ngie Cooper (yaneurabeya) wrote: >> I just ran into this with bash on universe12a.freebsd.org by doing ^d. >> I think the change should be reverted. >&g

Re: svn commit: r325116 - head

2017-11-04 Thread Ngie Cooper (yaneurabeya)
I just ran into this with bash on universe12a.freebsd.org by doing ^d. I think the change should be reverted. Thanks, -Ngie $ exit *** Error code 130 Stop. make[1]: stopped in /scratch/tmp/ngie/svn *** Error code 1 Stop. make: stopped in /scratch/tmp/ngie/svn signature.asc

Re: svn commit: r325320 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-11-02 Thread Ngie Cooper
> On Nov 2, 2017, at 06:49, Andriy Gapon wrote: > > Author: avg > Date: Thu Nov 2 13:49:08 2017 > New Revision: 325320 > URL: https://svnweb.freebsd.org/changeset/base/325320 > > Log: > Disable posix_fallocate(2) for ZFS > > The generic (naive) implementation of

Re: svn commit: r325192 - head/etc/mtree

2017-10-31 Thread Ngie Cooper
> On Oct 30, 2017, at 18:43, Bryan Drewery wrote: > > Author: bdrewery > Date: Tue Oct 31 01:43:36 2017 > New Revision: 325192 > URL: https://svnweb.freebsd.org/changeset/base/325192 > > Log: > Fix installworld/distrib-dirs for pathconv after r325186. *sigh* Julian

svn commit: r325208 - head/lib/libcasper/services/cap_grp

2017-10-30 Thread Ngie Cooper
Author: ngie Date: Tue Oct 31 04:02:50 2017 New Revision: 325208 URL: https://svnweb.freebsd.org/changeset/base/325208 Log: Add `static` to `cap_setgrent` prototype in !WITH_CASPER case This unbreaks the default powerpc/sparc64 build configuration after r325062. Modified:

Re: svn commit: r325062 - in head/lib: . libcasper libcasper/libcasper libcasper/services libcasper/services/cap_dns libcasper/services/cap_dns/tests libcasper/services/cap_grp libcasper/services/cap_

2017-10-30 Thread Ngie Cooper (yaneurabeya)
> On Oct 28, 2017, at 12:23, Mariusz Zaborski wrote: > > Author: oshogbo > Date: Sat Oct 28 19:23:57 2017 > New Revision: 325062 > URL: https://svnweb.freebsd.org/changeset/base/325062 > > Log: > Introduce caspermocks. > > The idea behinds mocks is that we don't need to

Re: svn commit: r322951 - head

2017-10-30 Thread Ngie Cooper (yaneurabeya)
> On Oct 25, 2017, at 13:34, Bryan Drewery wrote: … > I don't understand what you're saying here. If I build with MK_TCSH=yes > and the host does not have tcsh, a failure occurs AFTER or BEFORE this > change? > Neither case makes sense to me. > What is the failure? > >

svn commit: r325125 - head/sys/conf

2017-10-30 Thread Ngie Cooper
Author: ngie Date: Mon Oct 30 06:51:03 2017 New Revision: 325125 URL: https://svnweb.freebsd.org/changeset/base/325125 Log: Remove unnecessary C in .fwo file I accidentally made consistent MFC after:1 month MFC with: r325122, r325124 Modified: head/sys/conf/files Modified:

svn commit: r325124 - head/sys/conf

2017-10-30 Thread Ngie Cooper
Author: ngie Date: Mon Oct 30 06:48:38 2017 New Revision: 325124 URL: https://svnweb.freebsd.org/changeset/base/325124 Log: Fix a bad copy-paste (8000C -> 8265) done in r325122 This fixes the clean rule for "device iwm8265fw". MFC after:1 month MFC with: r325122 Modified:

svn commit: r325123 - head/share/man/man4

2017-10-30 Thread Ngie Cooper
Author: ngie Date: Mon Oct 30 06:43:40 2017 New Revision: 325123 URL: https://svnweb.freebsd.org/changeset/base/325123 Log: Reference iwm8265fw support in iwm(4) as well This documentation update is similar to what was done in iwmfw(4) in r325121. MFC after:1 month MFC with:

svn commit: r325122 - head/sys/conf

2017-10-30 Thread Ngie Cooper
Author: ngie Date: Mon Oct 30 06:35:09 2017 New Revision: 325122 URL: https://svnweb.freebsd.org/changeset/base/325122 Log: Fill in the blanks for iwm8265fw(4) rules, missed in r324434 Now using "device iwmfw" or "device iwm8265fw" in one's kernel configuration will potentially result in

svn commit: r325121 - head/share/man/man4

2017-10-30 Thread Ngie Cooper
Author: ngie Date: Mon Oct 30 06:06:37 2017 New Revision: 325121 URL: https://svnweb.freebsd.org/changeset/base/325121 Log: iwmfw(4): update support info - Document iwm8265fw firmware knobs. - Note that 8000 series cards are also covered by the iwmfw(4) firmware module set.

Re: svn commit: r325016 - head/lib/libdevdctl

2017-10-27 Thread Ngie Cooper
> On Oct 26, 2017, at 10:56, Alan Somers wrote: > > Author: asomers > Date: Thu Oct 26 17:56:34 2017 > New Revision: 325016 > URL: https://svnweb.freebsd.org/changeset/base/325016 > > Log: > Partially revert r325011: restore Guid's default constructor > > Reported by:

svn commit: r324929 - head/lib/libugidfw

2017-10-23 Thread Ngie Cooper
Author: ngie Date: Mon Oct 23 16:55:22 2017 New Revision: 324929 URL: https://svnweb.freebsd.org/changeset/base/324929 Log: Clean up trailing whitespace MFC after:1 week Modified: head/lib/libugidfw/Makefile head/lib/libugidfw/ugidfw.c Modified: head/lib/libugidfw/Makefile

svn commit: r324928 - head/lib/libugidfw

2017-10-23 Thread Ngie Cooper
Author: ngie Date: Mon Oct 23 16:54:30 2017 New Revision: 324928 URL: https://svnweb.freebsd.org/changeset/base/324928 Log: Remove dead stores The return value of various snprintf calls was stored in `len` and not used in many functions. MFC after:1 week Reported by:

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

2017-10-23 Thread Ngie Cooper
> On Oct 23, 2017, at 01:48, Konstantin Belousov <kostik...@gmail.com> wrote: > >> On Mon, Oct 23, 2017 at 07:56:56AM +, Ngie Cooper wrote: >> Author: ngie >> Date: Mon Oct 23 07:56:56 2017 >> New Revision: 324911 >> URL: https://svnweb.freebsd.org

svn commit: r324911 - head/share/mk

2017-10-23 Thread Ngie Cooper
Author: ngie Date: Mon Oct 23 07:56:56 2017 New Revision: 324911 URL: https://svnweb.freebsd.org/changeset/base/324911 Log: Fix an omission in a comment Soft float API support applies to armv7 too after r324340 Modified: head/share/mk/src.opts.mk Modified: head/share/mk/src.opts.mk

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

2017-10-22 Thread Ngie Cooper (yaneurabeya)
> On Oct 22, 2017, at 18:00, Mateusz Guzik wrote: > > Author: mjg > Date: Mon Oct 23 01:00:35 2017 > New Revision: 324890 > URL: https://svnweb.freebsd.org/changeset/base/324890 > > Log: > Bump WITNESS_PENDLIST to accomodate sleepq chain bump. > > Reported by: ngie

Re: svn commit: r324870 - in head/sys: amd64/include kern

2017-10-22 Thread Ngie Cooper (yaneurabeya)
> On Oct 22, 2017, at 13:43, Mateusz Guzik wrote: > > Author: mjg > Date: Sun Oct 22 20:43:50 2017 > New Revision: 324870 > URL: https://svnweb.freebsd.org/changeset/base/324870 > > Log: > Make the sleepq chain hash size configurable per-arch and bump on amd64. > > While

Re: svn commit: r324863 - in head/sys: kern sys

2017-10-22 Thread Ngie Cooper (yaneurabeya)
> On Oct 22, 2017, at 06:42, Mateusz Guzik wrote: > > Author: mjg > Date: Sun Oct 22 13:42:56 2017 > New Revision: 324863 > URL: https://svnweb.freebsd.org/changeset/base/324863 > > Log: > Change kdb_active type to u_char. > > Fixes warnings from gcc and keeps the small

svn commit: r324872 - stable/10/usr.bin/bsdcat/tests

2017-10-22 Thread Ngie Cooper
Author: ngie Date: Sun Oct 22 21:11:59 2017 New Revision: 324872 URL: https://svnweb.freebsd.org/changeset/base/324872 Log: Install missing test input file missed in r324418 While here, remove an unnecessary PACKAGE variable definition (only applies to ^/stable/11+). This is a

svn commit: r324862 - head/sys/kern

2017-10-22 Thread Ngie Cooper
Author: ngie Date: Sun Oct 22 12:12:52 2017 New Revision: 324862 URL: https://svnweb.freebsd.org/changeset/base/324862 Log: Clean up trailing whitespace in kdb_thr_ctx(..) MFC after:1 week Modified: head/sys/kern/subr_kdb.c Modified: head/sys/kern/subr_kdb.c

Re: svn commit: r324789 - in head/sys: kern sys

2017-10-22 Thread Ngie Cooper (yaneurabeya)
> On Oct 19, 2017, at 21:02, Mateusz Guzik wrote: > > Author: mjg > Date: Fri Oct 20 04:02:53 2017 > New Revision: 324789 > URL: https://svnweb.freebsd.org/changeset/base/324789 > > Log: > Mark kdb_active as __read_frequently and switch to bool to eat less space. > >

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

2017-10-22 Thread Ngie Cooper
Author: ngie Date: Sun Oct 22 07:36:28 2017 New Revision: 324851 URL: https://svnweb.freebsd.org/changeset/base/324851 Log: Regenerate src.conf(5) after r324340 (armv7 addition) Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

Re: svn commit: r324835 - head/etc

2017-10-21 Thread Ngie Cooper (yaneurabeya)
> On Oct 21, 2017, at 14:58, Brad Davis wrote: > > Author: brd (doc,ports committer) > Date: Sat Oct 21 21:58:24 2017 > New Revision: 324835 > URL: https://svnweb.freebsd.org/changeset/base/324835 > > Log: > Remove a atrun check that is nullified by r318443. > > Approved

Re: svn commit: r324811 - in head/sys/dev/pms/freebsd/driver: common ini/src

2017-10-21 Thread Ngie Cooper (yaneurabeya)
> On Oct 21, 2017, at 00:23, Ryan Libby wrote: > > Author: rlibby > Date: Sat Oct 21 07:23:45 2017 > New Revision: 324811 > URL: https://svnweb.freebsd.org/changeset/base/324811 > > Log: > pms/freebsd: fix compiler warnings > > - A number of unused variable warnings, >

svn commit: r324692 - stable/10/usr.bin/su

2017-10-17 Thread Ngie Cooper
Author: ngie Date: Tue Oct 17 15:53:19 2017 New Revision: 324692 URL: https://svnweb.freebsd.org/changeset/base/324692 Log: MFC r324497: Mute gcc warning about p not being possibly initialized I'm running into this warning on a tinderbox run with gcc 4.2.1 with mips and powerpc.

svn commit: r324693 - stable/11/usr.bin/su

2017-10-17 Thread Ngie Cooper
Author: ngie Date: Tue Oct 17 15:53:22 2017 New Revision: 324693 URL: https://svnweb.freebsd.org/changeset/base/324693 Log: MFC r324497: Mute gcc warning about p not being possibly initialized I'm running into this warning on a tinderbox run with gcc 4.2.1 with mips and powerpc.

svn commit: r324691 - in stable/11: sbin/growfs/tests tests/sys/geom/class/eli

2017-10-17 Thread Ngie Cooper
Author: ngie Date: Tue Oct 17 15:52:02 2017 New Revision: 324691 URL: https://svnweb.freebsd.org/changeset/base/324691 Log: MFC r324478: Check the exit code from fsck_ffs instead of relying on MODIFIED being in the output ^/head@r323923 changed when MODIFIED is printed at exit. It's

svn commit: r324690 - in stable/10: sbin/growfs/tests tests/sys/geom/class/eli

2017-10-17 Thread Ngie Cooper
Author: ngie Date: Tue Oct 17 15:49:36 2017 New Revision: 324690 URL: https://svnweb.freebsd.org/changeset/base/324690 Log: MFC r324478: Check the exit code from fsck_ffs instead of relying on MODIFIED being in the output ^/head@r323923 changed when MODIFIED is printed at exit. It's

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

2017-10-17 Thread Ngie Cooper (yaneurabeya)
> On Oct 16, 2017, at 09:14, Matt Joras wrote: > > Author: mjoras > Date: Mon Oct 16 16:14:50 2017 > New Revision: 324666 > URL: https://svnweb.freebsd.org/changeset/base/324666 > > Log: > Properly reset the fields in clean_unrhdr. > > In r324542 I neglected to reset the

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

2017-10-13 Thread Ngie Cooper (yaneurabeya)
> On Oct 11, 2017, at 14:53, Matt Joras wrote: > > Author: mjoras > Date: Wed Oct 11 21:53:50 2017 > New Revision: 324541 > URL: https://svnweb.freebsd.org/changeset/base/324541 > > Log: > Add clearing function for unr(9). > > Previously before you could call

Re: svn commit: r324471 - head/sys/boot

2017-10-13 Thread Ngie Cooper
> On Oct 9, 2017, at 21:57, Ngie Cooper (yaneurabeya) <yaneurab...@gmail.com> > wrote: > > >> On Oct 9, 2017, at 21:56, Warner Losh <i...@bsdimp.com> wrote: >> >> DO NOT MAKE EDITS TO sys/boot. YOU ARE CREATING CONFLICTS FOR ME. >> >>

svn commit: r324497 - head/usr.bin/su

2017-10-10 Thread Ngie Cooper
Author: ngie Date: Tue Oct 10 15:41:35 2017 New Revision: 324497 URL: https://svnweb.freebsd.org/changeset/base/324497 Log: Mute gcc warning about p not being possibly initialized I'm running into this warning on a tinderbox run with gcc 4.2.1 with mips and powerpc. MFC after:1

svn commit: r324478 - in head: sbin/growfs/tests tests/sys/geom/class/eli

2017-10-09 Thread Ngie Cooper
Author: ngie Date: Tue Oct 10 05:58:33 2017 New Revision: 324478 URL: https://svnweb.freebsd.org/changeset/base/324478 Log: Check the exit code from fsck_ffs instead of relying on MODIFIED being in the output ^/head@r323923 changed when MODIFIED is printed at exit. It's better to follow

Re: svn commit: r324471 - head/sys/boot

2017-10-09 Thread Ngie Cooper (yaneurabeya)
> On Oct 9, 2017, at 21:56, Warner Losh wrote: > > DO NOT MAKE EDITS TO sys/boot. YOU ARE CREATING CONFLICTS FOR ME. > > DO NOT MAKE ANY COMMITS TO sys/boot. > > BACK OFF. > > Seriously, though, extra changes create extra friction, and these changes > aren't worth any

svn commit: r324471 - head/sys/boot

2017-10-09 Thread Ngie Cooper
Author: ngie Date: Tue Oct 10 04:53:26 2017 New Revision: 324471 URL: https://svnweb.freebsd.org/changeset/base/324471 Log: Fix typos: `stand alon{e,g}` should be spelled like `standalone` Modified: head/sys/boot/Makefile.inc Modified: head/sys/boot/Makefile.inc

svn commit: r324470 - head/sys/modules/iwmfw

2017-10-09 Thread Ngie Cooper
Author: ngie Date: Tue Oct 10 04:50:05 2017 New Revision: 324470 URL: https://svnweb.freebsd.org/changeset/base/324470 Log: Add missing SUBDIR needed for iwmfw to load after ^/head@r324434 Submitted by: Pete Wright MFC after:1 month MFC with: r324434

svn commit: r324469 - head/sys/modules/iwmfw

2017-10-09 Thread Ngie Cooper
Author: ngie Date: Tue Oct 10 04:47:01 2017 New Revision: 324469 URL: https://svnweb.freebsd.org/changeset/base/324469 Log: Sort SUBDIR and put entries on a single list This is to aid with identifying diffs between commits. MFC after:3 days Modified:

Re: svn commit: r324452 - in head/sys/boot: . arm/uboot efi/boot1 efi/loader i386/gptboot i386/gptzfsboot i386/loader i386/zfsboot mips/beri/boot2 mips/beri/loader mips/uboot powerpc/kboot powerpc/ofw

2017-10-09 Thread Ngie Cooper (yaneurabeya)
> On Oct 9, 2017, at 16:23, John Baldwin wrote: … > s/along/alone/. bde@ probably prefers that the comments start with a capital > letter as well. Also: standalone is one word, not 2. -Ngie signature.asc Description: Message signed with OpenPGP using GPGMail

Re: svn commit: r324406 - head/sys/modules/em

2017-10-09 Thread Ngie Cooper (yaneurabeya)
> On Oct 9, 2017, at 18:54, Ian Lepore wrote: ... > I think the right answer here is just > > LINKS= ${KMODDIR}/${KMOD}.ko ${KMODDIR}/if_igb.ko That will definitely work and is probably the best pattern. Thanks, -Ngie signature.asc Description: Message signed

Re: svn commit: r324406 - head/sys/modules/em

2017-10-08 Thread Ngie Cooper
> On Oct 7, 2017, at 16:33, Sean Bruno wrote: > > Author: sbruno > Date: Sat Oct 7 23:33:14 2017 > New Revision: 324406 > URL: https://svnweb.freebsd.org/changeset/base/324406 > > Log: > Fix symlink if_igb.ko in -current such that its relative and doesn't > end up with

svn commit: r324404 - in stable/11/tests: etc/rc.d sys/acl sys/file sys/geom/class/eli sys/geom/class/gate sys/geom/class/mirror sys/geom/class/nop sys/geom/class/uzip sys/kqueue/libkqueue sys/mac/...

2017-10-07 Thread Ngie Cooper
Author: ngie Date: Sat Oct 7 23:10:16 2017 New Revision: 324404 URL: https://svnweb.freebsd.org/changeset/base/324404 Log: MFC note: tests/sys/kern/coredump_phnum_test.sh changes omitted MFC r322214: Make test scripts under tests/... non-executable Executable bits should be

svn commit: r324403 - stable/11/tests/sys/geom/class/mirror

2017-10-07 Thread Ngie Cooper
Author: ngie Date: Sat Oct 7 23:08:36 2017 New Revision: 324403 URL: https://svnweb.freebsd.org/changeset/base/324403 Log: MFC r317713: r317713 (by markj): Add regression tests for r317712 and r306743. Added: stable/11/tests/sys/geom/class/mirror/8_test.sh - copied unchanged

svn commit: r324402 - stable/11/sys/geom/mirror

2017-10-07 Thread Ngie Cooper
Author: ngie Date: Sat Oct 7 23:06:49 2017 New Revision: 324402 URL: https://svnweb.freebsd.org/changeset/base/324402 Log: MFC r305508: r305508 (by markj): Add some fail points to gmirror. These are useful for testing changes to I/O error handling, and for reproducing existing

svn commit: r324401 - stable/11/sys/geom/mirror

2017-10-07 Thread Ngie Cooper
Author: ngie Date: Sat Oct 7 22:59:09 2017 New Revision: 324401 URL: https://svnweb.freebsd.org/changeset/base/324401 Log: MFC r306743,r317712: r306743 (by markj): gmirror: Bump the syncid if broken disks are found during startup. Consider a mirror with two components, m1 and

svn commit: r324392 - stable/10

2017-10-07 Thread Ngie Cooper
Author: ngie Date: Sat Oct 7 18:49:39 2017 New Revision: 324392 URL: https://svnweb.freebsd.org/changeset/base/324392 Log: MFC note: MK_LIBSOFT doesn't apply to ^/stable/10 . MFC r322633,r324143: r322633: Honor NO_RTLD for rtld-elf, similar to what's done in

svn commit: r324391 - stable/11

2017-10-07 Thread Ngie Cooper
Author: ngie Date: Sat Oct 7 18:46:50 2017 New Revision: 324391 URL: https://svnweb.freebsd.org/changeset/base/324391 Log: MFC r324143: Adjust r322633 to only apply to libexec/rtld-elf, and not usr.bin/ldd, when running build32/install32 This unbreaks installing usr.bin/ldd as

Re: svn commit: r324360 - in head/sys/boot/efi: include libefi loader

2017-10-07 Thread Ngie Cooper (yaneurabeya)
> On Oct 7, 2017, at 09:29, Guy Yur wrote: > > On 6 October 2017 at 15:21, Warner Losh wrote: >> Author: imp >> Date: Fri Oct 6 12:21:46 2017 >> New Revision: 324360 >> URL: https://svnweb.freebsd.org/changeset/base/324360 >> >> Log: >> Encapsulate ZFS

svn commit: r324388 - head/sys/boot/efi/loader

2017-10-07 Thread Ngie Cooper
Author: ngie Date: Sat Oct 7 17:40:31 2017 New Revision: 324388 URL: https://svnweb.freebsd.org/changeset/base/324388 Log: Unbreak building efiboot with MK_ZFS == no Wrap `efi_zfs_is_preferred` with `#ifdef EFI_ZFS_BOOT`. Reported by: Guy Yur Modified:

svn commit: r324284 - stable/10

2017-10-04 Thread Ngie Cooper
Author: ngie Date: Wed Oct 4 16:35:58 2017 New Revision: 324284 URL: https://svnweb.freebsd.org/changeset/base/324284 Log: MFC r322951: Respect MK_TCSH with build-tools and native-xtools This helps reduce the WORLDTMP footprint slightly. Based on a patch I submitted 5 years ago

svn commit: r324283 - stable/10

2017-10-04 Thread Ngie Cooper
Author: ngie Date: Wed Oct 4 16:33:22 2017 New Revision: 324283 URL: https://svnweb.freebsd.org/changeset/base/324283 Log: Revert r324132 I accidentally used the wrong commit message Reported by: rgrimes Modified: stable/10/Makefile.inc1 Directory Properties: stable/10/

Re: svn commit: r324249 - head/lib/libc/net

2017-10-04 Thread Ngie Cooper
> On Oct 3, 2017, at 23:06, Cy Schubert wrote: > > Author: cy > Date: Wed Oct 4 06:06:22 2017 > New Revision: 324249 > URL: https://svnweb.freebsd.org/changeset/base/324249 > > Log: > Clarify the wording describing the stayopen flag. > > MFC after:1 week > >

Re: svn commit: r324257 - head/usr.sbin/mountd

2017-10-04 Thread Ngie Cooper
> On Oct 4, 2017, at 01:43, Emmanuel Vadot wrote: > > Author: manu > Date: Wed Oct 4 08:43:56 2017 > New Revision: 324257 > URL: https://svnweb.freebsd.org/changeset/base/324257 > > Log: > mountd: Convert exportlist to SLIST > > Use SLIST from sys/queue.h instead of

svn commit: r324143 - head

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 21:00:08 2017 New Revision: 324143 URL: https://svnweb.freebsd.org/changeset/base/324143 Log: Adjust r322633 to only apply to libexec/rtld-elf, and not usr.bin/ldd, when running build32/install32 This unbreaks installing usr.bin/ldd as ldd32 when NO_RTLD is

svn commit: r324142 - stable/10/usr.sbin/bootparamd/callbootd

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:50:31 2017 New Revision: 324142 URL: https://svnweb.freebsd.org/changeset/base/324142 Log: MFC r322635: Fix WARNS - Remove ad hoc inet_ntoa prototype declaration; it's already handled by the included headers. - De-K the function prototypes for

svn commit: r324141 - stable/10/share/man/man5

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:48:02 2017 New Revision: 324141 URL: https://svnweb.freebsd.org/changeset/base/324141 Log: Regenerate src.conf(5) per r324140 Modified: stable/10/share/man/man5/src.conf.5 Modified: stable/10/share/man/man5/src.conf.5

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

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:46:34 2017 New Revision: 324140 URL: https://svnweb.freebsd.org/changeset/base/324140 Log: MFC r321952: Allowing MK_NLS_CATALOGS to be enabled if MK_NLS == no doesn't make a whole lot of sense. Anchor MK_NLS_CATALOGS being enabled off of MK_NLS.

svn commit: r324139 - in stable/10: bin sbin usr.bin usr.sbin

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:44:25 2017 New Revision: 324139 URL: https://svnweb.freebsd.org/changeset/base/324139 Log: MFC r322951: Respect MK_TCSH with build-tools and native-xtools This helps reduce the WORLDTMP footprint slightly. Based on a patch I submitted 5 years ago

svn commit: r324138 - in stable/11/etc: . mtree

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:31:37 2017 New Revision: 324138 URL: https://svnweb.freebsd.org/changeset/base/324138 Log: MFC r321444,r321446: r321444: Remove ${MTREE} and leverage etc/mtree/Makefile instead with "make distribution". This also fixes the fact that

svn commit: r324137 - stable/10/crypto/openssh

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:31:27 2017 New Revision: 324137 URL: https://svnweb.freebsd.org/changeset/base/324137 Log: MFC r314601: r314601 (by des): Re-apply part of r311585 which was inadvertantly reverted in the upgrade to 7.3p1. The other part (which adds -DLIBWRAP to sshd's

svn commit: r324134 - stable/11/share/mk

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:07:54 2017 New Revision: 324134 URL: https://svnweb.freebsd.org/changeset/base/324134 Log: MFC r322441: Delete trailing whitespace Modified: stable/11/share/mk/bsd.cpu.mk Directory Properties: stable/11/ (props changed) Modified:

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

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:07:57 2017 New Revision: 324135 URL: https://svnweb.freebsd.org/changeset/base/324135 Log: MFC r322441: Delete trailing whitespace Modified: stable/10/share/mk/bsd.cpu.mk Directory Properties: stable/10/ (props changed) Modified:

svn commit: r324133 - stable/11

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:06:44 2017 New Revision: 324133 URL: https://svnweb.freebsd.org/changeset/base/324133 Log: MFC r322951: Respect MK_TCSH with build-tools and native-xtools This helps reduce the WORLDTMP footprint slightly. Based on a patch I submitted 5 years ago

svn commit: r324132 - stable/10

2017-09-30 Thread Ngie Cooper
Author: ngie Date: Sat Sep 30 20:06:36 2017 New Revision: 324132 URL: https://svnweb.freebsd.org/changeset/base/324132 Log: MFC r321845: Standardize on SRCTOP instead of .CURDIR-relative paths Modified: stable/10/Makefile.inc1 Directory Properties: stable/10/ (props changed)

Re: svn commit: r324109 - in head: sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/dispatcher sys/contrib/dev/acpica/components/h

2017-09-30 Thread Ngie Cooper (yaneurabeya)
> On Sep 30, 2017, at 09:16, Konstantin Belousov wrote: Given the number of panic reports, could the commit be reverted and a fix be submitted later so others can develop on ^/head? Thanks, -Ngie signature.asc Description: Message signed with OpenPGP using

svn commit: r323960 - head/tests/sys/opencrypto

2017-09-23 Thread Ngie Cooper
Author: ngie Date: Sun Sep 24 00:14:48 2017 New Revision: 323960 URL: https://svnweb.freebsd.org/changeset/base/323960 Log: Convert some idioms over to py3k-compatible idioms - Import print_function from __future__ and use print(..) instead of `print ..`. - Use repr instead of backticks

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

2017-09-23 Thread Ngie Cooper (yaneurabeya)
> On Sep 22, 2017, at 13:01, Conrad Meyer wrote: > > Author: cem > Date: Fri Sep 22 20:01:12 2017 > New Revision: 323935 > URL: https://svnweb.freebsd.org/changeset/base/323935 > > Log: > ddb(4): Add 'show badstacks' command to show witness badstacks > > Add a DDB command

Re: svn commit: r323899 - head/tests/sys/opencrypto

2017-09-23 Thread Ngie Cooper (yaneurabeya)
> On Sep 21, 2017, at 21:41, Conrad Meyer wrote: > > Author: cem > Date: Fri Sep 22 04:41:48 2017 > New Revision: 323899 > URL: https://svnweb.freebsd.org/changeset/base/323899 > > Log: > cryptotest.py: Like r323869, skip SHA HMAC tests on non-SHA drivers > > Sponsored by:

Re: svn commit: r323770 - in stable/11/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-20 Thread Ngie Cooper (yaneurabeya)
> On Sep 19, 2017, at 09:51, Josh Paetzel wrote: > > Author: jpaetzel > Date: Tue Sep 19 16:51:51 2017 > New Revision: 323770 > URL: https://svnweb.freebsd.org/changeset/base/323770 > > Log: > MFC: 323068 > >Allow kldload tcpmd5 Wasn’t this reverted on ^/head ?

Re: svn commit: r323635 - in head/sys: dev/bnxt dev/e1000 kern net sys

2017-09-15 Thread Ngie Cooper (yaneurabeya)
> On Sep 15, 2017, at 19:41, Stephen Hurd wrote: > > Author: shurd > Date: Sat Sep 16 02:41:38 2017 > New Revision: 323635 > URL: https://svnweb.freebsd.org/changeset/base/323635 > > Log: > Revert r323516 (iflib rollup) > > This was really too big of a commit even if

Re: svn commit: r323516 - in head/sys: dev/bnxt dev/e1000 kern net sys

2017-09-13 Thread Ngie Cooper
> On Sep 12, 2017, at 18:18, Stephen Hurd wrote: > > Author: shurd > Date: Wed Sep 13 01:18:42 2017 > New Revision: 323516 > URL: https://svnweb.freebsd.org/changeset/base/323516 > > Log: > Roll up iflib commits from github. This pulls in most of the work done > by Matt

Re: svn commit: r323508 - head/usr.sbin/bsdinstall/partedit

2017-09-13 Thread Ngie Cooper
> On Sep 12, 2017, at 15:19, Ravi Pokala wrote: > > Author: rpokala > Date: Tue Sep 12 22:19:21 2017 > New Revision: 323508 > URL: https://svnweb.freebsd.org/changeset/base/323508 > > Log: > When doing a non-interactive installation, don't display an interactive >

Re: svn commit: r323515 - stable/11/lib/msun/tests

2017-09-12 Thread Ngie Cooper
> On Sep 12, 2017, at 17:51, Ryan Libby wrote: > > Author: rlibby > Date: Wed Sep 13 00:51:36 2017 > New Revision: 323515 > URL: https://svnweb.freebsd.org/changeset/base/323515 > > Log: > MFC r321483 (by ngie): > >Mask issues with duplicate definitions for __fnstcw,

Re: svn commit: r323365 - in head: cddl/lib/libzpool gnu/usr.bin/binutils/libbfd usr.bin/svn/lib/libsvn_client

2017-09-09 Thread Ngie Cooper (yaneurabeya)
> On Sep 9, 2017, at 14:51, Konstantin Belousov wrote: … > Then, why peigen.c was left in the SRCS ? I’m not sure, but you might have thought peigen.c and pepigen.c were the same file. If so, they’re not — they have slightly different spelling. HTH, -Ngie signature.asc

Re: svn commit: r323365 - in head: cddl/lib/libzpool gnu/usr.bin/binutils/libbfd usr.bin/svn/lib/libsvn_client

2017-09-09 Thread Ngie Cooper (yaneurabeya)
> On Sep 9, 2017, at 11:35, Konstantin Belousov wrote: > > On Sat, Sep 09, 2017 at 01:18:33PM +, Jonathan Anderson wrote: >> Author: jonathan >> Date: Sat Sep 9 13:18:32 2017 >> New Revision: 323365 >> URL: https://svnweb.freebsd.org/changeset/base/323365 >> >> Log:

svn commit: r323348 - head/usr.bin/tail/tests

2017-09-09 Thread Ngie Cooper
Author: ngie Date: Sat Sep 9 06:24:21 2017 New Revision: 323348 URL: https://svnweb.freebsd.org/changeset/base/323348 Log: Unbreak :broken_pipe - Capture exit code in pipeline and test in output. - Drop awk use in favor of `sleep 2`. This helps guarantee the EPIPE behavior without

svn commit: r323345 - head/usr.bin/tail/tests

2017-09-08 Thread Ngie Cooper
Author: ngie Date: Sat Sep 9 05:50:47 2017 New Revision: 323345 URL: https://svnweb.freebsd.org/changeset/base/323345 Log: Check result of seq call and save output via atf_check -o This ensures that seq outputting to ints will not fail as silently if there's an error. Modified:

Re: svn commit: r323329 - head/sys/sys

2017-09-08 Thread Ngie Cooper (yaneurabeya)
> On Sep 8, 2017, at 13:09, Mateusz Guzik wrote: > > Author: mjg > Date: Fri Sep 8 20:09:14 2017 > New Revision: 323329 > URL: https://svnweb.freebsd.org/changeset/base/323329 > > Log: > Allow __builtin_memset instead of bzero for small buffers of known size > > In

svn commit: r323304 - stable/11/share/man/man5

2017-09-07 Thread Ngie Cooper
Author: ngie Date: Fri Sep 8 04:51:16 2017 New Revision: 323304 URL: https://svnweb.freebsd.org/changeset/base/323304 Log: Regenerate src.conf(5) based on recent changes to src.opts.mk, etc. Modified: stable/11/share/man/man5/src.conf.5 Modified: stable/11/share/man/man5/src.conf.5

svn commit: r323303 - stable/11/share/mk

2017-09-07 Thread Ngie Cooper
Author: ngie Date: Fri Sep 8 04:48:25 2017 New Revision: 323303 URL: https://svnweb.freebsd.org/changeset/base/323303 Log: MFC r321952: Allowing MK_NLS_CATALOGS to be enabled if MK_NLS == no doesn't make a whole lot of sense. Anchor MK_NLS_CATALOGS being enabled off of MK_NLS.

svn commit: r323302 - in stable/11: bin sbin usr.bin usr.sbin

2017-09-07 Thread Ngie Cooper
Author: ngie Date: Fri Sep 8 04:46:55 2017 New Revision: 323302 URL: https://svnweb.freebsd.org/changeset/base/323302 Log: MFC r320701: Remove SUBDIR ordering/uniquifying in *bin/Makefile After the addition of SUBDIR.yes, uniquifying/ordering the SUBDIRs doesn't make a whole lot of

svn commit: r323301 - stable/11/lib/libprocstat

2017-09-07 Thread Ngie Cooper
Author: ngie Date: Fri Sep 8 04:45:18 2017 New Revision: 323301 URL: https://svnweb.freebsd.org/changeset/base/323301 Log: MFC r321704,r321705,r321706: r321704: Add sys/socket.h to SYNOPSIS for libprocstat(3) sys/socket.h is required for procstat_get_socket_info(3), added in

  1   2   3   4   5   6   7   8   9   10   >