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: 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: 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 u

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: 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 Sponsore

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: EMC

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: 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: 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: 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 out

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 Pr

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 stable/9/sbin

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: 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: stable/9/tool

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 from:

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 then

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: 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 s

svn commit: r290581 - stable/9/tools/regression/security/open_to_operation

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:28:17 2015 New Revision: 290581 URL: https://svnweb.freebsd.org/changeset/base/290581 Log: MFstable/10 r290580: MFC r290190,r290251: r290190: Fix compiler warnings with open_to_operation.c Other sidenotes: - Remove unused variables with main

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 Divi

svn commit: r290588 - stable/9/usr.sbin/makefs/cd9660

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 08:05:15 2015 New Revision: 290588 URL: https://svnweb.freebsd.org/changeset/base/290588 Log: MFstable/10 r290587: MFC r289687,r289693: r289687: Free buffer before returning from cd9660_write_path_table to avoid leaking it after returning from the f

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

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:02:30 2015 New Revision: 290590 URL: https://svnweb.freebsd.org/changeset/base/290590 Log: MFstable/10 r290589: MFC r289203,r290180: r289203 (by adrian): makefs: introduce a new option to specify what to round the resulting image up to. From

svn commit: r290593 - stable/9/usr.sbin/makefs/cd9660

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:05:09 2015 New Revision: 290593 URL: https://svnweb.freebsd.org/changeset/base/290593 Log: MFstable/10 r290591: MFC r289899: Import the fix from NetBSD kern/48852 (sic) to fix rockridge encoding of device nodes In particular, use st_rdev (the dev

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

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:23:13 2015 New Revision: 290596 URL: https://svnweb.freebsd.org/changeset/base/290596 Log: MFstable/10 r290595: MFC r290264: Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 by dereferencing a NULL function pointer Add som

svn commit: r290598 - stable/9/usr.sbin/makefs/ffs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:24:28 2015 New Revision: 290598 URL: https://svnweb.freebsd.org/changeset/base/290598 Log: MFstable/10 r290597: MFC r290268: 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

svn commit: r290600 - stable/9/usr.sbin/makefs/ffs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:29:38 2015 New Revision: 290600 URL: https://svnweb.freebsd.org/changeset/base/290600 Log: MFstable/10 r290599: MFC r266930,r289225: r266930 (by jmg): convert to using the _daddr_t types like newfs was... Put the superblock in the correct poss

svn commit: r290878 - stable/9/sys/boot/common

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 20:20:03 2015 New Revision: 290878 URL: https://svnweb.freebsd.org/changeset/base/290878 Log: MFstable/10 r290877: MFC r289896: Make vers.c creation atomic by using a temporary file, then moving the temporary file to vers.c at the end of the script

svn commit: r290880 - in stable/9: share/man/man4 share/man/man5 tools/build/mk

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 20:25:26 2015 New Revision: 290880 URL: https://svnweb.freebsd.org/changeset/base/290880 Log: MFstable/10 r290879: MFC r290659,r290660: r290659: - Move ng_bluetooth.4 under MK_BLUETOOTH != no - Move all section 5 bluetooth manpages under MK_BLUETOOT

svn commit: r290886 - in stable/9/share/man: man4 man4/man4.powerpc man7 man9

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 21:16:13 2015 New Revision: 290886 URL: https://svnweb.freebsd.org/changeset/base/290886 Log: MFstable/10 r233422: r233422 (by joel): Remove superfluous paragraph macro. Command used: $ svn merge --accept mine-conflict -c 233422 ^/stable/10

svn commit: r290887 - in stable/9: lib/libc/db/man lib/libc/gen lib/libc/net lib/libc/rpc lib/libc/sys lib/libcam lib/libdevstat lib/libradius sbin/bsdlabel sbin/newfs_msdos share/man/man4 share/ma...

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 21:27:50 2015 New Revision: 290887 URL: https://svnweb.freebsd.org/changeset/base/290887 Log: MFstable/10 r231564: r231564 (by ed): Globally replace u_int*_t from (non-contributed) man pages. The reasoning behind this, is that if we are consistent in our

svn commit: r290888 - in stable/9: sbin/camcontrol sbin/kldload sbin/newfs share/man/man3 share/man/man4 usr.sbin/bluetooth/l2ping usr.sbin/ctladm usr.sbin/makefs usr.sbin/mptutil usr.sbin/services...

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 21:41:51 2015 New Revision: 290888 URL: https://svnweb.freebsd.org/changeset/base/290888 Log: MFstable/10 r249373: r249373 (by joel): Remove contractions. Command used: $ svn merge --accept mine-full -c r249373 ^/stable/10 Conflicts:

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

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 21:44:10 2015 New Revision: 290889 URL: https://svnweb.freebsd.org/changeset/base/290889 Log: MFstable/10 r290882,r290884,r290885: r290882: MFC r290260,r290262: r290260: Document undocumented long options for -t cd9660 Note which options hav

svn commit: r290891 - stable/9/usr.bin/tar

2015-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 21:58:04 2015 New Revision: 290891 URL: https://svnweb.freebsd.org/changeset/base/290891 Log: MFstable/10 r290890: MFC r283245: r283245 (by imp): Remove stray DEBUG_FLAGS=-g that snuck in with r184761. Modified: stable/9/usr.bin/tar/Makefile Direct

svn commit: r291043 - stable/9/usr.sbin/bootparamd/bootparamd

2015-11-18 Thread Garrett Cooper
Author: ngie Date: Thu Nov 19 00:19:09 2015 New Revision: 291043 URL: https://svnweb.freebsd.org/changeset/base/291043 Log: MFstable/10 r291042: MFC r290645: Fix some trivial warnings with bootparamd/main.c - Convert K&R to something a bit less ancient - Remove an incorrect, dup

svn commit: r291054 - stable/9/lib/libc/rpc

2015-11-18 Thread Garrett Cooper
Author: ngie Date: Thu Nov 19 03:53:31 2015 New Revision: 291054 URL: https://svnweb.freebsd.org/changeset/base/291054 Log: MFstable/10 r290899: MFC r290253: Remove unnecessary `if (x)` tests before calling `free(x)`; free(3) already employs this check Sponsored by: EMC / Isilon

svn commit: r291186 - stable/9/sys/ofed/drivers/net/mlx4

2015-11-23 Thread Garrett Cooper
Author: ngie Date: Mon Nov 23 09:36:25 2015 New Revision: 291186 URL: https://svnweb.freebsd.org/changeset/base/291186 Log: MFstable/10 r291185: MFC r291047: Don't leak work if __mlx4_register_vlan(..) fails in mlx4_master_immediate_activate_vlan_qos(..) Differential Revision: h

svn commit: r291297 - stable/9/lib/libc/stdio

2015-11-25 Thread Garrett Cooper
Author: ngie Date: Wed Nov 25 09:19:32 2015 New Revision: 291297 URL: https://svnweb.freebsd.org/changeset/base/291297 Log: MFstable/10 r291294: MFC r258245: r258245 (by eadler): Add missing include files for the printf_l and scanf_l man pages. Reported by: swild...@dragonflybs

svn commit: r291571 - stable/9/lib/libc/stdio

2015-11-30 Thread Garrett Cooper
Author: ngie Date: Tue Dec 1 06:51:59 2015 New Revision: 291571 URL: https://svnweb.freebsd.org/changeset/base/291571 Log: MFstable/10 r291336: MFC r288006,r288031,r288032,r288033: r288006 (by rodrigc): Add declarations to eliminate -Wmissing-prototypes warnings r288031 (by

svn commit: r291574 - stable/9/lib/libc/stdio

2015-11-30 Thread Garrett Cooper
Author: ngie Date: Tue Dec 1 07:33:30 2015 New Revision: 291574 URL: https://svnweb.freebsd.org/changeset/base/291574 Log: MFstable/10 r291572: MFC r269326: r269326 (by n_hibma): Fix the example: free the memory that was allocated by getline(). Modified: stable/9/lib/libc/stdio/g

svn commit: r291755 - in stable/9/lib/libc: rpc stdio

2015-12-04 Thread Garrett Cooper
Author: ngie Date: Fri Dec 4 09:07:54 2015 New Revision: 291755 URL: https://svnweb.freebsd.org/changeset/base/291755 Log: MFstable/10 r291573: MFC r278932: r278932 (by pfg): libc: clean some set-but-not-used errors. These were found by gcc 5.0 on Dragonfly BSD, however I mad

svn commit: r291756 - stable/9/share/man/man9

2015-12-04 Thread Garrett Cooper
Author: ngie Date: Fri Dec 4 09:08:39 2015 New Revision: 291756 URL: https://svnweb.freebsd.org/changeset/base/291756 Log: MFstable/10 r291754: MFC r284527,r284528,r284608,r285219,r291166,r291167: r284527 (by imp): Update style.9 to reflect consensus on developer's mailing list

svn commit: r291760 - stable/9/tools/regression/lib/libc/nss

2015-12-04 Thread Garrett Cooper
Author: ngie Date: Fri Dec 4 09:18:59 2015 New Revision: 291760 URL: https://svnweb.freebsd.org/changeset/base/291760 Log: MFstable/10 r291759: MFC r291363: Clean up trailing whitespace Modified: stable/9/tools/regression/lib/libc/nss/test-getaddr.c stable/9/tools/regression/lib/

svn commit: r291762 - stable/9/tools/regression/lib/libc/resolv

2015-12-04 Thread Garrett Cooper
Author: ngie Date: Fri Dec 4 09:27:56 2015 New Revision: 291762 URL: https://svnweb.freebsd.org/changeset/base/291762 Log: MFstable/10 r243346,r291761: r243346 (by emaste): Non-void function should return a value. Found by: clang r291761: MFC r291359,r291362: r2913

svn commit: r291765 - in stable/9/tools/regression/lib/libc: nss resolv

2015-12-04 Thread Garrett Cooper
Author: ngie Date: Fri Dec 4 10:02:14 2015 New Revision: 291765 URL: https://svnweb.freebsd.org/changeset/base/291765 Log: MFstable/10 r291758: MFC r291358: Remove cnftp.bjpu.edu.cn (it no longer resolves) Add localhost to resolv/mach for parity with nss/mach Modified: stable/9/t

svn commit: r291875 - in stable/9: include include/xlocale lib/libc/locale sys/sys tools/regression/lib/libc/locale

2015-12-05 Thread Garrett Cooper
Author: ngie Date: Sat Dec 5 22:56:57 2015 New Revision: 291875 URL: https://svnweb.freebsd.org/changeset/base/291875 Log: MFstable/10 r250883,r251314: r250883 (by ed): Add . The header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters

svn commit: r291878 - stable/9/lib/libc/locale

2015-12-05 Thread Garrett Cooper
Author: ngie Date: Sun Dec 6 00:27:35 2015 New Revision: 291878 URL: https://svnweb.freebsd.org/changeset/base/291878 Log: MFstable/10 r291871: MFC r291296: Link localeconv(3) to localeconv_l(3) Modified: stable/9/lib/libc/locale/Makefile.inc Directory Properties: stable/9/ (pr

svn commit: r292137 - stable/9/sys/ofed/drivers/infiniband/hw/mthca

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:35:54 2015 New Revision: 292137 URL: https://svnweb.freebsd.org/changeset/base/292137 Log: MFstable/10 r292136: MFC r291753: Fix scope of bridge_header and bridge_pcix_cap in mthca_reset(..) They're only used in the __linux__ case Differential

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

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:38:19 2015 New Revision: 292139 URL: https://svnweb.freebsd.org/changeset/base/292139 Log: MFstable/10 r292138: MFC r291979: Unbreak compiling getnetgrent.c with -DDEBUG after r236402 by adding a missing "}" Sponsored by: EMC / Isilon Storage Div

svn commit: r292141 - stable/9/lib/libc/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:41:50 2015 New Revision: 292141 URL: https://svnweb.freebsd.org/changeset/base/292141 Log: MFstable/10 r292140: MFC r292004: Fix compilation when -DDEBUG is defined by adding inttypes.h #include for intmax_t Differential Revision: https://reviews

svn commit: r292143 - in stable/9/tools/regression/tls: ttls2 ttls4

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:47:56 2015 New Revision: 292143 URL: https://svnweb.freebsd.org/changeset/base/292143 Log: MFstable/10 r292142: MFC r291983,r291984: r291983: Fix compilation warnings by adding unistd.h #include and missing return statements Sponsored by: EM

svn commit: r292145 - stable/9/lib/libc/regex/grot

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:53:18 2015 New Revision: 292145 URL: https://svnweb.freebsd.org/changeset/base/292145 Log: MFstable/10 r292144: MFC r291832,r291833,r291834,r291835,r291836,r291838: r291832: Fix -Wformat warnings by using the correct format qualifiers Sponsore

svn commit: r292151 - stable/9/lib/libc/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 04:24:59 2015 New Revision: 292151 URL: https://svnweb.freebsd.org/changeset/base/292151 Log: MFstable/10 r292150: MFC r292013: Use stdint.h instead of inttypes.h as the latter pollutes namespace more Submitted by: bde Sponsored by: EMC / Isilon Sto

svn commit: r292154 - in stable/9: include lib/libc/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 06:54:53 2015 New Revision: 292154 URL: https://svnweb.freebsd.org/changeset/base/292154 Log: MFstable/10 r291602: MFC r285140: r285140 (by oshogbo): Add fdclose(3) function. This function is equivalent to fclose(3) function except that it does no

svn commit: r292171 - stable/9/lib/libc/regex/grot

2015-12-13 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 21:15:56 2015 New Revision: 292171 URL: https://svnweb.freebsd.org/changeset/base/292171 Log: MFstable/10 r292170: MFC r291837: split.ih: - Create automatically generated include header for split.c main.c: - Use function definitions from debug.ih

svn commit: r292252 - stable/9/tools/regression/mac/mac_portacl

2015-12-14 Thread Garrett Cooper
Author: ngie Date: Tue Dec 15 05:47:56 2015 New Revision: 292252 URL: https://svnweb.freebsd.org/changeset/base/292252 Log: MFstable/10 r292251: MFC r291982: Skip the MAC portacl tests if MAC_PORTACL support is missing instead of marking them failed Sponsored by: EMC / Isilon St

svn commit: r292281 - in stable/9: tools/build/mk tools/build/options usr.sbin

2015-12-15 Thread Garrett Cooper
Author: ngie Date: Tue Dec 15 18:02:56 2015 New Revision: 292281 URL: https://svnweb.freebsd.org/changeset/base/292281 Log: MFstable/10 r292280: MFC r271401: r271401 (by asomers): Conditionalize build of etcupdate(8) on MK_RCS. Since etcupdate calls merge(1), which is part of the R

svn commit: r292396 - stable/9/sbin/geom/class/multipath

2015-12-16 Thread Garrett Cooper
Author: ngie Date: Thu Dec 17 06:35:31 2015 New Revision: 292396 URL: https://svnweb.freebsd.org/changeset/base/292396 Log: MFstable/10 r292395: MFC r292048: Don't leak rsector/sector in mp_label(..) Use calloc instead of malloc + memset(.., 0, ..) when allocating sector Diff

svn commit: r292431 - stable/9/lib/libc/resolv

2015-12-17 Thread Garrett Cooper
Author: ngie Date: Fri Dec 18 07:00:42 2015 New Revision: 292431 URL: https://svnweb.freebsd.org/changeset/base/292431 Log: MFstable/10 r292430: MFC r292250: Allow users override `DEBUG` on the command line via DEBUG_FLAGS="-DDEBUG" with lib/libc/resolv by conditionalizing its defin

svn commit: r292482 - stable/9/lib/libc/regex/grot

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 00:45:34 2015 New Revision: 292482 URL: https://svnweb.freebsd.org/changeset/base/292482 Log: MFstable/10 r292481: MFC r292153: Add -static to CFLAGS to unbreak the tests by using a libc.a with the xlocale private symbols exposed which aren't exposed pub

svn commit: r292657 - in stable/9/tools/regression/lib/libc: nss resolv

2015-12-23 Thread Garrett Cooper
Author: ngie Date: Wed Dec 23 10:38:44 2015 New Revision: 292657 URL: https://svnweb.freebsd.org/changeset/base/292657 Log: MFstable/10 r292652: MFC r292316: Remove hosts that don't resolve properly with the nss and resolv tests Sponsored by: EMC / Isilon Storage Division Modifie

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

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:15:58 2015 New Revision: 292800 URL: https://svnweb.freebsd.org/changeset/base/292800 Log: MFstable/10 r226377,r292799: r226377 (by das): Add some tests for double-rounding bugs in fma(). r292799: MFC r292492,r292495,r292647: r292492:

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

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:34:37 2015 New Revision: 292802 URL: https://svnweb.freebsd.org/changeset/base/292802 Log: MFstable/10 r292795: MFC r292491,r292493,r292496: r292491: Disable test-ctrig.t testcases which fail assertions on i386 [*] Also, don't compile the exp2

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

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:39:28 2015 New Revision: 292803 URL: https://svnweb.freebsd.org/changeset/base/292803 Log: MFstable/10 r226603,r251119: r226603 (by das): Tests for complex trig and hyperbolic functions. r251119 (by das): Basic tests for complex inverse trig a

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

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:47:12 2015 New Revision: 292804 URL: https://svnweb.freebsd.org/changeset/base/292804 Log: Revert r292803 Some of the hyperbolic functions (sinh, etc) haven't been implemented on stable/9, so the tests that were MFCed were invalid. A corrected MFC wil

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

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:53:21 2015 New Revision: 292805 URL: https://svnweb.freebsd.org/changeset/base/292805 Log: MFstable/10 r292769,r292799: r292769: MFC r292493: Don't run test-fma on i386 It completely fails all assertions on i386 on both stable/9 and stable/10

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

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:55:26 2015 New Revision: 292806 URL: https://svnweb.freebsd.org/changeset/base/292806 Log: MFstable/10 r251053: r251053 (by tijl): Fix cexp regression tests that have an infinite real part. The signs of the result depend on the cosine and sine of the ima

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

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:58:13 2015 New Revision: 292807 URL: https://svnweb.freebsd.org/changeset/base/292807 Log: MFstable/10 r226602: r226602 (by das): Tests for cancellation in fma(). Also include more tests for 128-bit long doubles. Thanks for clusteradm (simon) for making

svn commit: r292848 - stable/9/tools/regression/mac/mac_portacl

2015-12-28 Thread Garrett Cooper
Author: ngie Date: Tue Dec 29 00:04:21 2015 New Revision: 292848 URL: https://svnweb.freebsd.org/changeset/base/292848 Log: MFstable/10 r292845: MFC r292569: Make the mac_portacl testcases work / more robust - A trap(1) call has been added to the test scripts to better ensure

svn commit: r292856 - stable/9/usr.sbin/uhsoctl

2015-12-28 Thread Garrett Cooper
Author: ngie Date: Tue Dec 29 01:09:53 2015 New Revision: 292856 URL: https://svnweb.freebsd.org/changeset/base/292856 Log: MFstable/10 r292855: MFC r292585: Prevent use-after-free with ctx->ns in set_nameservers(..), which could occur if the memory wasn't allocated again later on

svn commit: r292880 - stable/9

2015-12-29 Thread Garrett Cooper
Author: ngie Date: Tue Dec 29 18:33:43 2015 New Revision: 292880 URL: https://svnweb.freebsd.org/changeset/base/292880 Log: MFstable/10 r292879: MFC r265842,r266120,r266121,r266959,r267148,r269985,r281789,r282261,r285064: r265842 (by eadler): arcconfig: add one Add a .arcconf

svn commit: r292976 - stable/9/sys/dev/pci

2015-12-30 Thread Garrett Cooper
Author: ngie Date: Thu Dec 31 04:01:52 2015 New Revision: 292976 URL: https://svnweb.freebsd.org/changeset/base/292976 Log: MFstable/10 r292975: MFC r278860: r278860 (by jmg): remove NULL check as M_WAITOK will not return NULL Reviewed by: jhb Sponsored by: FreeBSD Foundation

svn commit: r293004 - stable/9/contrib/bsnmp/snmpd

2015-12-31 Thread Garrett Cooper
Author: ngie Date: Thu Dec 31 20:51:05 2015 New Revision: 293004 URL: https://svnweb.freebsd.org/changeset/base/293004 Log: MFstable/10 r292998: MFC r292710: Remove unused function `act_getkernstring` This fixes a clang -Wunused warning Differential Revision: https://reviews.

svn commit: r293005 - stable/9/sys/kern

2015-12-31 Thread Garrett Cooper
Author: ngie Date: Thu Dec 31 20:52:39 2015 New Revision: 293005 URL: https://svnweb.freebsd.org/changeset/base/293005 Log: MFstable/10 r293003: MFC r292640,r292641: r292640: Clean up trailing whitespace; no functional change r292641: Fix r292640 vim overzealously r

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

2015-12-31 Thread Garrett Cooper
Author: ngie Date: Fri Jan 1 00:38:17 2016 New Revision: 293026 URL: https://svnweb.freebsd.org/changeset/base/293026 Log: MFstable/10 r293025: MFC r292884: Fix getopt(3) argument after r290180; I forgot to change -r to -R by accident Pointyhat to: ngie Modified: stable/9/us

svn commit: r293139 - stable/9/tools/regression/mac/mac_bsdextended

2016-01-03 Thread Garrett Cooper
Author: ngie Date: Mon Jan 4 06:58:39 2016 New Revision: 293139 URL: https://svnweb.freebsd.org/changeset/base/293139 Log: MFstable/10 r293138: MFC r292531,r292532,r292533,r292545: r292531: Make test_matches.sh into a series of TAP testcases Use temporary filesystems / memor

svn commit: r293142 - stable/9/contrib/bsnmp/snmpd

2016-01-03 Thread Garrett Cooper
Author: ngie Date: Mon Jan 4 07:04:58 2016 New Revision: 293142 URL: https://svnweb.freebsd.org/changeset/base/293142 Log: MFstable/10 r293141: MFC r292815: Staticize several variables that are used exclusively in bsnmpd/main.c and bsnmpd/trap.c This fixes several -Wmissing-var

svn commit: r293260 - stable/9/tools/regression/mac/mac_bsdextended

2016-01-06 Thread Garrett Cooper
Author: ngie Date: Wed Jan 6 20:09:51 2016 New Revision: 293260 URL: https://svnweb.freebsd.org/changeset/base/293260 Log: MFstable/10 r293246,r293257: r293246: MFC r292530,r292546: r292530: - Use 1 for an exit code instead of -1 with err, errx, and exit - Add unistd.h for

svn commit: r293615 - stable/9/contrib/bsnmp/lib

2016-01-09 Thread Garrett Cooper
Author: ngie Date: Sat Jan 9 21:33:31 2016 New Revision: 293615 URL: https://svnweb.freebsd.org/changeset/base/293615 Log: MFstable/10 r276677: MFC r276319: Fix the function signatures when MK_CRYPT == no for snmp_get_local_keys and snmp_passwd_to_keys Modified: stable/9/cont

svn commit: r294065 - stable/9/tools/regression

2016-01-14 Thread Garrett Cooper
Author: ngie Date: Fri Jan 15 02:19:26 2016 New Revision: 294065 URL: https://svnweb.freebsd.org/changeset/base/294065 Log: MFstable/10 r294063: MFC r293028,r293029: r293028: - Use geom load instead of g load; g doesn't exist for all geom classes, e.g. geom_uzip(4) - These

svn commit: r294067 - in stable/9/tools/regression: geom_concat geom_mirror geom_raid3 geom_shsec geom_stripe

2016-01-14 Thread Garrett Cooper
Author: ngie Date: Fri Jan 15 02:32:57 2016 New Revision: 294067 URL: https://svnweb.freebsd.org/changeset/base/294067 Log: MFstable/10 r294066: MFC r293032: Use randomly generated device names in testcases via mktemp -u instead of using the hardcoded device name, "test" Modified:

svn commit: r294241 - stable/9/lib/libc/rpc

2016-01-17 Thread Garrett Cooper
Author: ngie Date: Mon Jan 18 03:51:38 2016 New Revision: 294241 URL: https://svnweb.freebsd.org/changeset/base/294241 Log: MFstable/10 r294239: MFC r293704: Fix theoretical leak of netconfig(3) resources in svcunix_create(..) In the event that the getconfig(3) call in svcunix_cre

svn commit: r294242 - stable/9/lib/libc/rpc

2016-01-17 Thread Garrett Cooper
Author: ngie Date: Mon Jan 18 03:52:44 2016 New Revision: 294242 URL: https://svnweb.freebsd.org/changeset/base/294242 Log: MFstable/10 r294240: MFC r293705: Similar to r293704, fix theoretical leak of netconfig(3) resources in __rpcbind_is_up(..) if getnetconfig(3) is partly success

svn commit: r294301 - stable/9/lib/libc/rpc

2016-01-18 Thread Garrett Cooper
Author: ngie Date: Tue Jan 19 01:33:27 2016 New Revision: 294301 URL: https://svnweb.freebsd.org/changeset/base/294301 Log: MFstable/10 r294300: MFC r293715: Fix a mismerge from NetBSD in r162194 with `xdr_rpcb_entry_list_ptr(..)` This fixes the potential NULL pointer dereference

svn commit: r294304 - stable/9/tools/regression/sockets/accf_data_attach

2016-01-18 Thread Garrett Cooper
Author: ngie Date: Tue Jan 19 01:39:29 2016 New Revision: 294304 URL: https://svnweb.freebsd.org/changeset/base/294304 Log: MFstable/10 r294303: MFC r294103: - Check for accf_filter before running the tests, otherwise it will always fail at subtest 9/11 - Use strncpy instead of s

svn commit: r294306 - stable/9/tools/regression/sockets/unix_gc

2016-01-18 Thread Garrett Cooper
Author: ngie Date: Tue Jan 19 01:42:31 2016 New Revision: 294306 URL: https://svnweb.freebsd.org/changeset/base/294306 Log: MFstable/10 r294305: MFC r294128: Fix -Wunused warning with clang/gcc - Get rid of unused argc/argv variables in main - Bump WARNS to 6 Modified: stable

svn commit: r294551 - stable/9/tools/regression

2016-01-21 Thread Garrett Cooper
Author: ngie Date: Fri Jan 22 07:25:41 2016 New Revision: 294551 URL: https://svnweb.freebsd.org/changeset/base/294551 Log: MFstable/10 r294550: MFC r293048,r293444: r293048: - Use a temporary file for the temporary md(4) devices instead of hardcoding it - Remove the tempora

svn commit: r294658 - stable/9/tools/regression/geom_mirror

2016-01-23 Thread Garrett Cooper
Author: ngie Date: Sun Jan 24 06:20:57 2016 New Revision: 294658 URL: https://svnweb.freebsd.org/changeset/base/294658 Log: MFstable/10 r294657: MFC r293073: - Use attach_md instead of hardcoding md(4) provider unit numbers - Implement a gmirror_test_cleanup function, which in turn c

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

2016-01-25 Thread Garrett Cooper
Author: ngie Date: Tue Jan 26 06:39:11 2016 New Revision: 294771 URL: https://svnweb.freebsd.org/changeset/base/294771 Log: MFstable/10 r294770: MFC r278047: PR: 206622 r278047 (by amdmi3): - Remove more files when MK_BSNMP == no Modified: stable/9/tools/build/mk/OptionalO

svn commit: r296734 - stable/9/contrib/smbfs/smbutil

2016-03-12 Thread Garrett Cooper
Author: ngie Date: Sat Mar 12 18:38:13 2016 New Revision: 296734 URL: https://svnweb.freebsd.org/changeset/base/296734 Log: MFstable/10 r296733: MFC r295118: Add #include to mute warning from clang/gcc about implicitly declaring strcmp(3) Modified: stable/9/contrib/smbfs/smbutil/

svn commit: r296738 - stable/9/sbin/rcorder

2016-03-12 Thread Garrett Cooper
Author: ngie Date: Sat Mar 12 18:47:28 2016 New Revision: 296738 URL: https://svnweb.freebsd.org/changeset/base/296738 Log: MFstable/10 r296736: MFC r295119: Remove `r_tmp` to fix a -Wunused-but-set-variable warning with gcc 4.9 Modified: stable/9/sbin/rcorder/rcorder.c Directory Pr

svn commit: r296757 - stable/9/libexec/atrun

2016-03-12 Thread Garrett Cooper
Author: ngie Date: Sat Mar 12 19:11:45 2016 New Revision: 296757 URL: https://svnweb.freebsd.org/changeset/base/296757 Log: MFstable/10 r296756: MFC r295079: Fix the type for hw.ncpu, so sysctlbyname doesn't consistently fail on 64-bit architectures where sizeof(int) != sizeof(size_t

svn commit: r296778 - stable/9/tools/regression/geom_concat

2016-03-12 Thread Garrett Cooper
Author: ngie Date: Sat Mar 12 23:12:23 2016 New Revision: 296778 URL: https://svnweb.freebsd.org/changeset/base/296778 Log: MFstable/10 r296777: MFC r293434: - Use attach_md for memory disks so they can be tracked. - Add a geom_concat specific cleanup function and trap on that functi

svn commit: r296791 - stable/9/tools/regression/geom_eli

2016-03-12 Thread Garrett Cooper
Author: ngie Date: Sun Mar 13 02:05:16 2016 New Revision: 296791 URL: https://svnweb.freebsd.org/changeset/base/296791 Log: MFstable/10 r296782: MFC r293436: - Add a conf.sh file for executing common functions with geli -- Use linear probing to find the first unique md(4) device, unl

svn commit: r296793 - stable/9/tools/regression/geom_raid3

2016-03-12 Thread Garrett Cooper
Author: ngie Date: Sun Mar 13 02:06:57 2016 New Revision: 296793 URL: https://svnweb.freebsd.org/changeset/base/296793 Log: MFstable/10 r296784: MFC r293438: - Add a geom_raid3 specific cleanup function and trap on that function at exit so things are cleaned up properly - Use att

svn commit: r296792 - stable/9/tools/regression/geom_nop

2016-03-12 Thread Garrett Cooper
Author: ngie Date: Sun Mar 13 02:06:09 2016 New Revision: 296792 URL: https://svnweb.freebsd.org/changeset/base/296792 Log: MFstable/10 r296783: MFC r293437: - Add a conf.sh file for executing common functions with gnop - Use attach_md for attaching md(4) devices - Don't hardcode /

svn commit: r296794 - stable/9/tools/regression/geom_shsec

2016-03-12 Thread Garrett Cooper
Author: ngie Date: Sun Mar 13 02:07:45 2016 New Revision: 296794 URL: https://svnweb.freebsd.org/changeset/base/296794 Log: MFstable/10 r296785: MFC r293441: - Add a geom_shsec specific cleanup function and trap on that function at exit so things are cleaned up properly - Use att

svn commit: r296795 - stable/9/tools/regression/geom_stripe

2016-03-12 Thread Garrett Cooper
Author: ngie Date: Sun Mar 13 02:08:23 2016 New Revision: 296795 URL: https://svnweb.freebsd.org/changeset/base/296795 Log: MFstable/10 r296786: MFC r293442: - Add a geom_stripe specific cleanup function and trap on that function at exit so things are cleaned up properly - Use at

svn commit: r296796 - stable/9/tools/regression/geom_uzip

2016-03-12 Thread Garrett Cooper
Author: ngie Date: Sun Mar 13 02:09:01 2016 New Revision: 296796 URL: https://svnweb.freebsd.org/changeset/base/296796 Log: MFstable/10 r296787: MFC r293443: - Make test-1.sh into a TAP testable testcase - Delete test-2.sh as it was an incomplete testcase, and the contents were b

svn commit: r296817 - stable/9/tools/regression/geom_gate

2016-03-13 Thread Garrett Cooper
Author: ngie Date: Mon Mar 14 00:40:57 2016 New Revision: 296817 URL: https://svnweb.freebsd.org/changeset/base/296817 Log: MFstable/10 r296814: MFC r293621,r293622,r293815: r293621: - Delete non-TAP testcases - Add a conf.sh file for executing common functions with geom_gate

svn commit: r296818 - stable/9/sbin/ggate/ggated

2016-03-13 Thread Garrett Cooper
Author: ngie Date: Mon Mar 14 00:42:19 2016 New Revision: 296818 URL: https://svnweb.freebsd.org/changeset/base/296818 Log: MFstable/10 r296815: MFC r294973: Add pidfile support to ggated(8) The tests will manipulate the system daemon today, which can cause undesired service int

  1   2   3   >