svn commit: r290580 - stable/10/tools/regression/security/open_to_operation

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:26:34 2015 New Revision: 290580 URL: https://svnweb.freebsd.org/changeset/base/290580 Log: MFC r290190,r290251: r290190: Fix compiler warnings with open_to_operation.c Other sidenotes: - Remove unused variables with main(..) - Convert

svn commit: r290575 - stable/10/secure/lib/libcrypto/engines/libgost

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 06:55:04 2015 New Revision: 290575 URL: https://svnweb.freebsd.org/changeset/base/290575 Log: MFC r290178: Fix GOST engine cipher linkage by adding e_gost_err.c to SRCS so it picks up undefined symbols, like "ERR_load_GOST_strings" PR: 184805

svn commit: r290577 - stable/9/usr.sbin/rtsold

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:10:32 2015 New Revision: 290577 URL: https://svnweb.freebsd.org/changeset/base/290577 Log: MFstable/10 r290576: MFC r290182: Fix rtsold's usage message - Remove -a from the usage message example dealing with specific interfaces. -a only makes

svn commit: r290583 - stable/9/lib/libc/gen

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:36:55 2015 New Revision: 290583 URL: https://svnweb.freebsd.org/changeset/base/290583 Log: MFstable/10 r290582: MFC r290179: Remove a set but unused variable in __getgroupmembership to fix a gcc 4.9+ warning Sponsored by: EMC / Isilon Storage

svn commit: r290585 - in stable/10: etc/mtree tests/sys tests/sys/posixshm tools/regression/posixshm tools/test/posixshm

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:49:39 2015 New Revision: 290585 URL: https://svnweb.freebsd.org/changeset/base/290585 Log: MFC r289441: Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSD test suite as tests/sys/posixshm Some other highlights: - Convert

svn commit: r290584 - in stable/10: etc/mtree lib/libc/tests

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:41:28 2015 New Revision: 290584 URL: https://svnweb.freebsd.org/changeset/base/290584 Log: MFC r290177: Integrate contrib/netbsd-tests/lib/libc/rpc into the FreeBSD test suite as lib/libc/rpc This testcase requires rpcbind be up in running; otherwise

svn commit: r290586 - in stable/10: etc/mtree usr.sbin/makefs usr.sbin/makefs/tests

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:56:06 2015 New Revision: 290586 URL: https://svnweb.freebsd.org/changeset/base/290586 Log: MFC r289739,r289743,r289897,r289901: r289739: Correctly reintroduce the rudimentary smoke tests I botched up in r289684 Sponsored by: EMC / Isilon Storage

svn commit: r290540 - head/lib/libc/tests/stdio

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 08:27:51 2015 New Revision: 290540 URL: https://svnweb.freebsd.org/changeset/base/290540 Log: printfloat_test and scanfloat_test need symbols from msun; these are automatically provided on amd64, but not i386. Add libm to DPADD/LDADD to unbreak the i386

svn commit: r290527 - in stable/9: sbin/camcontrol share/misc

2015-11-07 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 00:50:46 2015 New Revision: 290527 URL: https://svnweb.freebsd.org/changeset/base/290527 Log: MFstable/10 r290385: MFC r289913,r289916: r289913: Use 't' (bits) not 'i' (bytes) for describing MRIE (aka "Method of Reporting Informational Exceptions")

svn commit: r290532 - in head: lib/libc/tests/locale tools/regression/lib/libc/locale

2015-11-07 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 02:06:17 2015 New Revision: 290532 URL: https://svnweb.freebsd.org/changeset/base/290532 Log: Integrate tools/regression/lib/libc/locale into the FreeBSD test suite as lib/libc/tests/locale MFC after: 1 week Sponsored by: EMC / Isilon Storage Division

svn commit: r290537 - in head: lib/libc/tests/stdio tools/regression/lib/libc/stdio

2015-11-07 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 06:37:50 2015 New Revision: 290537 URL: https://svnweb.freebsd.org/changeset/base/290537 Log: Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite as lib/libc/tests/stdio - Fix some whitespace - Convert the testcases to ATF - Convert

svn commit: r290538 - in head: lib/libc/tests/stdlib tools/regression/lib/libc/stdlib

2015-11-07 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 07:03:17 2015 New Revision: 290538 URL: https://svnweb.freebsd.org/changeset/base/290538 Log: Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite as lib/libc/tests/stdlib - Make the code a bit more style(9) compliant - Convert a

svn commit: r290539 - in head: lib/libc/tests/string tools/regression/lib/libc/string

2015-11-07 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 07:53:31 2015 New Revision: 290539 URL: https://svnweb.freebsd.org/changeset/base/290539 Log: Integrate tools/regression/lib/libc/string into the FreeBSD test suite as lib/libc/tests/string MFC after: 1 week Sponsored by: EMC / Isilon Storage Division

svn commit: r290437 - head/usr.bin/netstat

2015-11-06 Thread Garrett Cooper
Author: ngie Date: Fri Nov 6 08:43:12 2015 New Revision: 290437 URL: https://svnweb.freebsd.org/changeset/base/290437 Log: Fix compiling netstat after r290367 by substituting sys/types.h for sys/param.h, as sys/param.h defines the MAX(..) macro Reported by: O. Hartmann

Re: svn commit: r290445 - head/contrib/libxo/libxo

2015-11-06 Thread Garrett Cooper
Hi Umemoto-san, > On Nov 6, 2015, at 06:29, Hajimu UMEMOTO wrote: > > Author: ume > Date: Fri Nov 6 14:29:25 2015 > New Revision: 290445 > URL: https://svnweb.freebsd.org/changeset/base/290445 > > Log: > The field modifier for trimming whitespace > is not `q' but `t'.

Re: svn commit: r290433 - in head: share/mk sys/conf tools/build/options

2015-11-06 Thread Garrett Cooper
> On Nov 6, 2015, at 02:25, Kubilay Kocak wrote: > >> On 6/11/2015 4:52 PM, Dmitry Sivachenko wrote: >> >> 6 нояб. 2015 г., в 8:00, Bryan Drewery написал(а): > On 11/5/15 8:59 PM, Dmitry Sivachenko wrote: > > On 06 Nov 2015, at

Re: svn commit: r290433 - in head: share/mk sys/conf tools/build/options

2015-11-06 Thread Garrett Cooper
> On Nov 5, 2015, at 20:45, Bryan Drewery wrote: > > Author: bdrewery > Date: Fri Nov 6 04:45:29 2015 > New Revision: 290433 > URL: https://svnweb.freebsd.org/changeset/base/290433 Should this be announced on current? ___

svn commit: r290386 - stable/10/usr.sbin/bhyve

2015-11-05 Thread Garrett Cooper
Author: ngie Date: Thu Nov 5 08:27:45 2015 New Revision: 290386 URL: https://svnweb.freebsd.org/changeset/base/290386 Log: MFC r289746: Exit with a user-friendly message instead of tripping an assert if vm_activate_cpu(..) fails when called from fbsdrun_addcpu(..) PR: 203884

Re: svn commit: r290435 - head/tools/build/options

2015-11-05 Thread Garrett Cooper
Thank you > On Nov 5, 2015, at 21:28, Bryan Drewery wrote: > > Author: bdrewery > Date: Fri Nov 6 05:28:08 2015 > New Revision: 290435 > URL: https://svnweb.freebsd.org/changeset/base/290435 > > Log: > Don't allow environment-set options to bleed into src.conf.5

svn commit: r290385 - in stable/10: sbin/camcontrol share/misc

2015-11-04 Thread Garrett Cooper
Author: ngie Date: Thu Nov 5 07:48:48 2015 New Revision: 290385 URL: https://svnweb.freebsd.org/changeset/base/290385 Log: MFC r289913,r289916: r289913: Use 't' (bits) not 'i' (bytes) for describing MRIE (aka "Method of Reporting Informational Exceptions") in the SCSI mode database

svn commit: r290264 - head/usr.sbin/makefs

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 08:43:15 2015 New Revision: 290264 URL: https://svnweb.freebsd.org/changeset/base/290264 Log: Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 by dereferencing a NULL function pointer Add some asserts to ensure that isolevel is always

svn commit: r290265 - head/usr.sbin/makefs/tests

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 09:16:51 2015 New Revision: 290265 URL: https://svnweb.freebsd.org/changeset/base/290265 Log: Add testcases for -t cd9660 -o isolevel=[1-3] -- -o isolevel=1 currently fails because of path comparison issues, so mark it as an expected failure. -- -o

svn commit: r290268 - head/usr.sbin/makefs/ffs

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 10:09:09 2015 New Revision: 290268 URL: https://svnweb.freebsd.org/changeset/base/290268 Log: Sync minor whitespace / type changes in ffs_csum_swap and ffs_sb_swap with src/sys/ufs/ffs/ffs_bswap.c@1.39 Obtained from: NetBSD MFC after: 1 week Sponsored

svn commit: r290267 - head/usr.sbin/makefs/tests

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 10:08:00 2015 New Revision: 290267 URL: https://svnweb.freebsd.org/changeset/base/290267 Log: Clean up mtree keyword support a slight bit and add a few more default keywords - Parameterize the mtree keywords as $DEFAULT_MTREE_KEYWORDS - Test with the extra

svn commit: r290270 - head/usr.sbin/makefs/tests

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 11:06:51 2015 New Revision: 290270 URL: https://svnweb.freebsd.org/changeset/base/290270 Log: Add testcases for -t ffs -o version=[12] Verify the filesystem type using dumpfs. Add preliminary support for NetBSD (needs to be validated) MFC after: 1 week

svn commit: r290252 - in head: . etc/defaults etc/periodic/daily tools/build/mk

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 01:05:34 2015 New Revision: 290252 URL: https://svnweb.freebsd.org/changeset/base/290252 Log: Rename etc/periodic/daily/430.status-rwho to periodic/daily/430.status-uptime The command was checking local/remote system uptime, so rename the script to match its

svn commit: r290256 - head/sys/kern

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 01:47:26 2015 New Revision: 290256 URL: https://svnweb.freebsd.org/changeset/base/290256 Log: Define `compress` in `__elfN(coredump)` when #ifdef GZIO is true to mute an -Wunused-but-set-variable warning Reported by: FreeBSD_HEAD_amd64_gcc4.9 jenkins job

svn commit: r290253 - head/lib/libc/rpc

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 01:22:06 2015 New Revision: 290253 URL: https://svnweb.freebsd.org/changeset/base/290253 Log: Remove unnecessary `if (x)` tests before calling `free(x)`; free(3) already employs this check MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division

svn commit: r290254 - head/lib/libc/tests/tls_dso

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 01:23:04 2015 New Revision: 290254 URL: https://svnweb.freebsd.org/changeset/base/290254 Log: Remove unused variable (SRCDIR) MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libc/tests/tls_dso/Makefile Modified:

svn commit: r290257 - head/sys/kern

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 03:14:37 2015 New Revision: 290257 URL: https://svnweb.freebsd.org/changeset/base/290257 Log: Define `fhard` in pps_event(..) only when PPS_SYNC is defined to mute an -Wunused-but-set-variable warning Reported by: FreeBSD_HEAD_amd64_gcc4.9 jenkins job

svn commit: r290255 - in head: . lib/libc/tests/c063 lib/libc/tests/setjmp lib/libc/tests/string

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 01:29:01 2015 New Revision: 290255 URL: https://svnweb.freebsd.org/changeset/base/290255 Log: Add _test suffix to multiple tests in lib/libc to conform to the design noted in the FreeBSD Test Suite wiki MFC after: 3 days Sponsored by: EMC / Isilon Storage

svn commit: r290250 - in head: share/man/man4 tools/build/mk

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 00:39:28 2015 New Revision: 290250 URL: https://svnweb.freebsd.org/changeset/base/290250 Log: Conditionally install (if_)?(otus|rsu).4, otusfw.4, rsufw.4, and urtwn.4 if MK_USB != no Add the manpages to OptionalObsoleteFiles.inc As a side-effect, this

svn commit: r290246 - in stable/10: sbin/mount share/man/man5

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Sun Nov 1 22:27:40 2015 New Revision: 290246 URL: https://svnweb.freebsd.org/changeset/base/290246 Log: MFC r289229: Replace references to /dev/acd0 with /dev/cd0 atapicd(4) was replaced by cd(4) with the atacam work done by mav@ and then removed in r249083

svn commit: r290251 - head/tools/regression/security/open_to_operation

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 00:42:31 2015 New Revision: 290251 URL: https://svnweb.freebsd.org/changeset/base/290251 Log: Use nitems(x) instead of sizeof(x)/sizeof(x[0]) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290247 - in stable/9: sbin/mount share/man/man5

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Sun Nov 1 22:30:23 2015 New Revision: 290247 URL: https://svnweb.freebsd.org/changeset/base/290247 Log: MFstable/10 r290246: MFC r289229: Replace references to /dev/acd0 with /dev/cd0 atapicd(4) was replaced by cd(4) with the atacam work done by mav@ and

svn commit: r290261 - head/usr.sbin/makefs

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 07:42:42 2015 New Revision: 290261 URL: https://svnweb.freebsd.org/changeset/base/290261 Log: Bump .Dd for r290259 and r290260 Modified: head/usr.sbin/makefs/makefs.8 Modified: head/usr.sbin/makefs/makefs.8

svn commit: r290259 - head/usr.sbin/makefs

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 07:36:42 2015 New Revision: 290259 URL: https://svnweb.freebsd.org/changeset/base/290259 Log: Sync makefs(8) content a bit with src/usr.sbin/makefs/makefs.8@1.53 Sections involving unimplemented filesystems (chfs, msdosfs, udf, v7fs) and options have been

svn commit: r290260 - head/usr.sbin/makefs

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 07:40:18 2015 New Revision: 290260 URL: https://svnweb.freebsd.org/changeset/base/290260 Log: Document undocumented long options for -t cd9660 Note which options have been implemented and which options haven't been implemented Submitted as the following

svn commit: r290262 - head/usr.sbin/makefs

2015-11-01 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 07:46:47 2015 New Revision: 290262 URL: https://svnweb.freebsd.org/changeset/base/290262 Log: Fix spelling of `isolevel` cd9660 option MFC after: 1 week X-MFC with: r290260 Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290184 - head/contrib/netbsd-tests/lib/libc/ssp

2015-10-30 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 08:01:53 2015 New Revision: 290184 URL: https://svnweb.freebsd.org/changeset/base/290184 Log: Fix a set but not used variable warning flagged by gcc 4.9 with lib/libc/ssp/h_readlink MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290183 - head/lib/libc/tests/ssp

2015-10-30 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 07:48:03 2015 New Revision: 290183 URL: https://svnweb.freebsd.org/changeset/base/290183 Log: - Re-enable h_raw with clang 3.7.0+ - Fix the compiler check to allow the test to be compiled for gcc PR: 196430 MFC after: never Sponsored by: EMC / Isilon

svn commit: r290181 - head/share/mk

2015-10-30 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 06:07:41 2015 New Revision: 290181 URL: https://svnweb.freebsd.org/changeset/base/290181 Log: Unbreak bsd.progs.mk with PROGS (but not PROGS_CXX) and when invoking the "one of many" targets, e.g. `make hello_world`, where hello_world is a C program Tested

svn commit: r290185 - head/lib/libc/tests/ssp

2015-10-30 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 08:06:24 2015 New Revision: 290185 URL: https://svnweb.freebsd.org/changeset/base/290185 Log: Disable h_raw/h_read with gcc I forgot that these testcases fail with gcc 4.2.1; add a note to that effect MFC after: never Sponsored by: EMC / Isilon Storage

svn commit: r290182 - head/usr.sbin/rtsold

2015-10-30 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 07:36:43 2015 New Revision: 290182 URL: https://svnweb.freebsd.org/changeset/base/290182 Log: Fix rtsold's usage message - Remove -a from the usage message example dealing with specific interfaces. -a only makes sense when not specifying an interface,

svn commit: r290190 - head/tools/regression/security/open_to_operation

2015-10-30 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 10:09:04 2015 New Revision: 290190 URL: https://svnweb.freebsd.org/changeset/base/290190 Log: Fix compiler warnings with open_to_operation.c Other sidenotes: - Remove unused variables with main(..) - Convert errx/exit with -1 to errx/exit with 1 - Fix a

svn commit: r290180 - head/usr.sbin/makefs

2015-10-29 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 05:55:56 2015 New Revision: 290180 URL: https://svnweb.freebsd.org/changeset/base/290180 Log: Follow up to roundup feature addition in r289203 - Rename -r to -R to avoid the clash with makefs -r in NetBSD - Note that -R is an FFS-specific option because it's

svn commit: r290177 - in head: etc/mtree lib/libc/tests

2015-10-29 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 03:28:00 2015 New Revision: 290177 URL: https://svnweb.freebsd.org/changeset/base/290177 Log: Integrate contrib/netbsd-tests/lib/libc/rpc into the FreeBSD test suite as lib/libc/rpc This testcase requires rpcbind be up in running; otherwise the testcases

svn commit: r290178 - head/secure/lib/libcrypto/engines/libgost

2015-10-29 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 05:33:38 2015 New Revision: 290178 URL: https://svnweb.freebsd.org/changeset/base/290178 Log: Fix GOST engine cipher linkage by adding e_gost_err.c to SRCS so it picks up undefined symbols, like "ERR_load_GOST_strings" MFC after: 3 days PR: 184805

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

2015-10-29 Thread Garrett Cooper
Author: ngie Date: Fri Oct 30 05:50:05 2015 New Revision: 290179 URL: https://svnweb.freebsd.org/changeset/base/290179 Log: Remove a set but unused variable in __getgroupmembership to fix a gcc 4.9+ warning MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290041 - in stable/9/contrib/nvi: common include

2015-10-27 Thread Garrett Cooper
Author: ngie Date: Tue Oct 27 07:23:40 2015 New Revision: 290041 URL: https://svnweb.freebsd.org/changeset/base/290041 Log: MFC r250667: r250667 (by jh): Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid shadowing the fcntl.h O_DIRECTORY flag. PR: bin/173924 Obtained

svn commit: r289992 - stable/9/tools/build/mk

2015-10-26 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 07:19:03 2015 New Revision: 289992 URL: https://svnweb.freebsd.org/changeset/base/289992 Log: MFstable/10 r286636: r286636 (by garga): MFC 256710: Add lot of missed files and dirs Approved by: loos Sponsored by: Netgate Modified:

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

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 07:42:56 2015 New Revision: 289925 URL: https://svnweb.freebsd.org/changeset/base/289925 Log: Fix compiling with gcc [4.2.1] after r287797 when MK_HESOID == no and MK_NIS == no by converting `i` back to an int, and instead cast the loop comparison to `int`

svn commit: r289954 - stable/10/tools/regression/p1003_1b

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:30:45 2015 New Revision: 289954 URL: https://svnweb.freebsd.org/changeset/base/289954 Log: MFC r282072,r283018: r282072: - Fix compilation (MAP_INHERIT's dead) - Fix warnings - Use mkstemp instead of tmpnam r283018: Fix more warnings

svn commit: r289955 - stable/9/tools/regression/p1003_1b

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:33:04 2015 New Revision: 289955 URL: https://svnweb.freebsd.org/changeset/base/289955 Log: MFstable/10 r289954: MFC r282072,r283018: r282072: - Fix compilation (MAP_INHERIT's dead) - Fix warnings - Use mkstemp instead of tmpnam r283018:

svn commit: r289975 - stable/9/share/zoneinfo

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:12:00 2015 New Revision: 289975 URL: https://svnweb.freebsd.org/changeset/base/289975 Log: MFstable/10 r289974: MFC r289451: Install share/zoneinfo in a deterministic way by sorting the results from find This helps produce deterministic METALOG

svn commit: r289989 - stable/10/usr.sbin/makefs

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:53:48 2015 New Revision: 289989 URL: https://svnweb.freebsd.org/changeset/base/289989 Log: MFC r289601: Don't check if `val` is NULL before calling free; free(3) already handles this PR: 203649 Submitted by: Thomas Schmitt

svn commit: r289944 - stable/9/usr.bin/passwd

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 21:48:45 2015 New Revision: 289944 URL: https://svnweb.freebsd.org/changeset/base/289944 Log: MFC r243617 (to fix a longstanding bug): PR: 171779 r243617 (by pjd): Respect NO_FSCHG and don't set 'schg' flag on passwd/yppasswd is defined. Modified:

svn commit: r289952 - stable/10/sys/geom/uzip

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:21:19 2015 New Revision: 289952 URL: https://svnweb.freebsd.org/changeset/base/289952 Log: MFC r286367: Make some debug printf's into DPRINTF's to reduce noise on attach/detach Differential Revision: https://reviews.freebsd.org/D3306 Reviewed by:

svn commit: r289968 - stable/9

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 23:59:41 2015 New Revision: 289968 URL: https://svnweb.freebsd.org/changeset/base/289968 Log: MFstable/10 r276311: MFC r275867: Fix sporadic build failures due to race when running make installworld when strip gets replaced at install time by adding

svn commit: r289981 - in stable/10: etc/mtree usr.bin/col usr.bin/col/tests

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:15:06 2015 New Revision: 289981 URL: https://svnweb.freebsd.org/changeset/base/289981 Log: MFC r282339,r282341: r282339 (by bapt): Add regression test about reverse line feed to col(1) r282341 (by bapt): Actually push the right tests Added:

svn commit: r289985 - in stable/10: etc/mtree tests/sys tests/sys/vfs tools/regression/vfs

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:37:01 2015 New Revision: 289985 URL: https://svnweb.freebsd.org/changeset/base/289985 Log: MFC r289300: Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfs Sponsored by: EMC / Isilon Storage Division Added:

svn commit: r289956 - stable/10/cddl/lib

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:34:49 2015 New Revision: 289956 URL: https://svnweb.freebsd.org/changeset/base/289956 Log: MFC r283144: Articulate dependencies for cddl/lib/libdtrace and cddl/lib/libzfs Parallelize the build in this subdirectory Sponsored by: EMC / Isilon

svn commit: r289957 - stable/9/cddl/lib

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:35:43 2015 New Revision: 289957 URL: https://svnweb.freebsd.org/changeset/base/289957 Log: MFstable/10 r289956: MFC r283144: Articulate dependencies for cddl/lib/libdtrace and cddl/lib/libzfs Parallelize the build in this subdirectory

svn commit: r289959 - in stable/10: share/mk tools/build/options tools/tools/nanobsd/gateworks

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:41:26 2015 New Revision: 289959 URL: https://svnweb.freebsd.org/changeset/base/289959 Log: MFC r286822: Reap MK_SYSINSTALL It's no longer in use in the tree (most likely missed when sade/sysinstall were removed) Deleted:

svn commit: r289963 - in stable/10: . share/man/man9

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:55:19 2015 New Revision: 289963 URL: https://svnweb.freebsd.org/changeset/base/289963 Log: MFC r288295,r288298: r288295: Posthumously remove all references to MFREE(9) The macro was removed in r90227 Sponsored by: EMC / Isilon Storage

svn commit: r289949 - stable/10/usr.sbin/syslogd

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:17:43 2015 New Revision: 289949 URL: https://svnweb.freebsd.org/changeset/base/289949 Log: MFC r286304: Set f_file to -1/F_UNUSED when after closing when possible This will help ensure we don't trash file descriptors that get used later on in the

svn commit: r289950 - stable/9/usr.sbin/syslogd

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:19:11 2015 New Revision: 289950 URL: https://svnweb.freebsd.org/changeset/base/289950 Log: MFstable/10 r289949: MFC r286304: Set f_file to -1/F_UNUSED when after closing when possible This will help ensure we don't trash file descriptors that get

svn commit: r289964 - in stable/9: . share/man/man9

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:57:05 2015 New Revision: 289964 URL: https://svnweb.freebsd.org/changeset/base/289964 Log: MFstable/10 r289963: MFC r288295,r288298: r288295: Posthumously remove all references to MFREE(9) The macro was removed in r90227 Sponsored by:

svn commit: r289953 - in stable/10: . share/mk

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:23:04 2015 New Revision: 289953 URL: https://svnweb.freebsd.org/changeset/base/289953 Log: MFC r284405: Remove ALLOW_DEPRECATED_ATF_TOOLS/ATFFILE support from atf.test.mk The legacy atf tools were removed in atf 0.20 Modified: stable/10/UPDATING

svn commit: r289958 - stable/10/sys/geom/uncompress

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:38:17 2015 New Revision: 289958 URL: https://svnweb.freebsd.org/changeset/base/289958 Log: MFC r286512: Make some debug printf's into DPRINTF's to reduce noise on attach/detahh Similar reasoning to what was done in r286367 with geom_uzip(4)

svn commit: r289969 - stable/10/bin/test/tests

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:05:02 2015 New Revision: 289969 URL: https://svnweb.freebsd.org/changeset/base/289969 Log: MFC r289488: Clean up trailing whitespace Modified: stable/10/bin/test/tests/legacy_test.sh Directory Properties: stable/10/ (props changed) Modified:

svn commit: r289987 - stable/9/sbin/ifconfig

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:48:14 2015 New Revision: 289987 URL: https://svnweb.freebsd.org/changeset/base/289987 Log: MFstable/10 r289986: MFC r288305: Replace N #defines with nitems to simplify ifconfig code slightly Modified: stable/9/sbin/ifconfig/af_atalk.c

svn commit: r289976 - stable/10/sys/modules/netgraph

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:13:49 2015 New Revision: 289976 URL: https://svnweb.freebsd.org/changeset/base/289976 Log: MFC r288304: Enable parallel subdirectory building with sys/modules/netgraph Modified: stable/10/sys/modules/netgraph/Makefile Directory Properties: stable/10/

svn commit: r289977 - stable/9/sys/modules/netgraph

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:15:02 2015 New Revision: 289977 URL: https://svnweb.freebsd.org/changeset/base/289977 Log: MFstable/10 r289976: MFC r288304: Enable parallel subdirectory building with sys/modules/netgraph Modified: stable/9/sys/modules/netgraph/Makefile Directory

svn commit: r289978 - stable/10/usr.sbin/pw

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:28:05 2015 New Revision: 289978 URL: https://svnweb.freebsd.org/changeset/base/289978 Log: MFC r289600: Initialize `quiet` to false so `pw groupnext` again prints out the next gid by default Reported by: Florian Degner PR: 203876

svn commit: r289962 - stable/10/tools/build/mk

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:50:33 2015 New Revision: 289962 URL: https://svnweb.freebsd.org/changeset/base/289962 Log: MFC r288057: Delete /etc/autofs/special_noauto when MK_AUTOFS == no Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc Directory Properties: stable/10/

svn commit: r289990 - stable/9/usr.sbin/makefs

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:55:13 2015 New Revision: 289990 URL: https://svnweb.freebsd.org/changeset/base/289990 Log: MFstable/10 r289989: MFC r289601: Don't check if `val` is NULL before calling free; free(3) already handles this PR: 203649 Submitted by: Thomas Schmitt

svn commit: r289946 - in stable/9: . etc/mtree

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:05:26 2015 New Revision: 289946 URL: https://svnweb.freebsd.org/changeset/base/289946 Log: MFstable/10 r286637 (made some minor adjustments due to other commits not MFCed): r286637 (by garga): MFC r257077: Cleanup empty directories PR:

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

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:43:10 2015 New Revision: 289960 URL: https://svnweb.freebsd.org/changeset/base/289960 Log: Regen src.conf(5) after r289959 Modified: stable/10/share/man/man5/src.conf.5 Modified: stable/10/share/man/man5/src.conf.5

svn commit: r289961 - stable/10/usr.sbin/ntp

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:44:37 2015 New Revision: 289961 URL: https://svnweb.freebsd.org/changeset/base/289961 Log: MFC r287520: Parallelize the usr.sbin/ntp subdirectory build Articulate all needed dependencies for the subdirectories Modified:

svn commit: r289965 - in stable/10: bin/ls bin/ls/tests etc/mtree

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 23:03:04 2015 New Revision: 289965 URL: https://svnweb.freebsd.org/changeset/base/289965 Log: MFC r288330,r288423,r288678,r288905,r288906,r288907,r289102: r288330: Add initial testcases for bin/ls Sponsored by: EMC / Isilon Storage Division

svn commit: r289970 - stable/10/tools/regression/lib/msun

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:06:04 2015 New Revision: 289970 URL: https://svnweb.freebsd.org/changeset/base/289970 Log: MFC r289332: Fix test-fenv:test_dfl_env when run on some amd64 CPUs Compare the fields that the AMD [1] and Intel [2] specs say will be set once fnstenv

svn commit: r289971 - stable/9/tools/regression/lib/msun

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:07:11 2015 New Revision: 289971 URL: https://svnweb.freebsd.org/changeset/base/289971 Log: MFstable/10 r289970: MFC r289332: Fix test-fenv:test_dfl_env when run on some amd64 CPUs Compare the fields that the AMD [1] and Intel [2] specs say will be

svn commit: r289974 - stable/10/share/zoneinfo

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:11:07 2015 New Revision: 289974 URL: https://svnweb.freebsd.org/changeset/base/289974 Log: MFC r289451: Install share/zoneinfo in a deterministic way by sorting the results from find This helps produce deterministic METALOG output PR: 200674

svn commit: r289973 - stable/9/lib/libcam

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:09:30 2015 New Revision: 289973 URL: https://svnweb.freebsd.org/changeset/base/289973 Log: MFstable/10 r289972: MFC r289450: Set dev->fd to -1 when calling cam_close_spec_device with a valid dev->fd descriptor to avoid trashing valid file descriptors

svn commit: r289972 - stable/10/lib/libcam

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:08:40 2015 New Revision: 289972 URL: https://svnweb.freebsd.org/changeset/base/289972 Log: MFC r289450: Set dev->fd to -1 when calling cam_close_spec_device with a valid dev->fd descriptor to avoid trashing valid file descriptors that access dev->fd at a

svn commit: r289984 - stable/10/tools/regression/vfs

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:33:40 2015 New Revision: 289984 URL: https://svnweb.freebsd.org/changeset/base/289984 Log: MFC r264965: r264965 (by des): Note that the bug was fixed, and when. Modified: stable/10/tools/regression/vfs/trailing_slash.t Directory Properties:

svn commit: r289986 - stable/10/sbin/ifconfig

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:43:28 2015 New Revision: 289986 URL: https://svnweb.freebsd.org/changeset/base/289986 Log: MFC r288305: Replace N #defines with nitems to simplify ifconfig code slightly Modified: stable/10/sbin/ifconfig/af_atalk.c stable/10/sbin/ifconfig/af_inet6.c

svn commit: r289897 - head/usr.sbin/makefs/tests

2015-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 24 22:12:23 2015 New Revision: 289897 URL: https://svnweb.freebsd.org/changeset/base/289897 Log: Add more cd9660/FFS makefs testcases General changes: - Parameterize out the mount command. - Use mtree to verify the contents of an image (check_image_contents)

svn commit: r289896 - head/sys/boot/common

2015-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 24 21:59:58 2015 New Revision: 289896 URL: https://svnweb.freebsd.org/changeset/base/289896 Log: Make vers.c creation atomic by using a temporary file, then moving the temporary file to vers.c at the end of the script The previous logic wrote out to vers.c

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

2015-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 24 23:16:13 2015 New Revision: 289899 URL: https://svnweb.freebsd.org/changeset/base/289899 Log: Import the fix from NetBSD kern/48852 (sic) to fix rockridge encoding of device nodes In particular, use st_rdev (the device type), not st_dev (the device inode),

svn commit: r289903 - head/tools/build/mk

2015-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 24 23:25:43 2015 New Revision: 289903 URL: https://svnweb.freebsd.org/changeset/base/289903 Log: Add libvmmapi to OptionalObsoleteFiles.inc when MK_BHYVE == no MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r289902 - head/usr.sbin/makefs/tests

2015-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 24 23:21:08 2015 New Revision: 289902 URL: https://svnweb.freebsd.org/changeset/base/289902 Log: Add a regression test for r289899 to validate rockridge encoding of device types X-MFC with: r289899 MFC after: 2 weeks Sponsored by: EMC / Isilon Storage

svn commit: r289901 - head/usr.sbin/makefs/tests

2015-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 24 23:19:24 2015 New Revision: 289901 URL: https://svnweb.freebsd.org/changeset/base/289901 Log: Remove an ls -l I was using for debugging MFC after: 2 weeks X-MFC with: r289897 Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r289913 - head/share/misc

2015-10-24 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 03:16:08 2015 New Revision: 289913 URL: https://svnweb.freebsd.org/changeset/base/289913 Log: Use 't' (bits) not 'i' (bytes) for describing MRIE (aka "Method of Reporting Informational Exceptions") in the SCSI mode database as the field described in

svn commit: r289915 - head/share/misc

2015-10-24 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 04:04:25 2015 New Revision: 289915 URL: https://svnweb.freebsd.org/changeset/base/289915 Log: Use 't' (bit-field) not 'b' (bit-sized integral type) for describing MRIE (aka "Method of Reporting Informational Exceptions") in the SCSI mode database. T10/04-371

svn commit: r289914 - head/share/misc

2015-10-24 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 03:22:21 2015 New Revision: 289914 URL: https://svnweb.freebsd.org/changeset/base/289914 Log: Revert r289913 -- I botched up the commit message by accident Will redo the commit shortly Modified: head/share/misc/scsi_modes Modified:

svn commit: r289916 - head/sbin/camcontrol

2015-10-24 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 04:37:00 2015 New Revision: 289916 URL: https://svnweb.freebsd.org/changeset/base/289916 Log: Limit RESOLUTION_MAX to INT_MAX, not UINT_MAX (all spelled out) so the mode value isn't always clipped to -1 when (resolution * size) == 32, which would have been the

svn commit: r289743 - head/usr.sbin/makefs/tests

2015-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 22 07:22:05 2015 New Revision: 289743 URL: https://svnweb.freebsd.org/changeset/base/289743 Log: Revise "create_test_inputs" to simplify the file structure as these testcases don't need to be nested as much as bin/ls/ls_tests.sh do when verifying ls -a, ls -A,

svn commit: r289746 - head/usr.sbin/bhyve

2015-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 22 08:37:11 2015 New Revision: 289746 URL: https://svnweb.freebsd.org/changeset/base/289746 Log: Exit with a user-friendly message instead of tripping an assert if vm_activate_cpu(..) fails when called from fbsdrun_addcpu(..) MFC after: 1 week PR: 203884

<    5   6   7   8   9   10   11   12   13   14   >