svn commit: r309518 - stable/10/sbin/umount

2016-12-03 Thread Rick Macklem
Author: rmacklem Date: Sat Dec 3 21:56:46 2016 New Revision: 309518 URL: https://svnweb.freebsd.org/changeset/base/309518 Log: MFC: r308871 Modify umount so that it does not do an Unmount RPC for NFSv4 mounts and uses TCP for the Unmount RPC if the mount is over TCP. Without this patch, u

svn commit: r309512 - in stable/10/contrib/subversion: . subversion/include subversion/include/private subversion/libsvn_client subversion/libsvn_fs_fs subversion/libsvn_fs_x subversion/libsvn_ra_s...

2016-12-03 Thread Peter Wemm
Author: peter Date: Sat Dec 3 20:30:25 2016 New Revision: 309512 URL: https://svnweb.freebsd.org/changeset/base/309512 Log: MFC r309356: svn 1.9.4 -> 1.9.5 Modified: stable/10/contrib/subversion/CHANGES stable/10/contrib/subversion/README stable/10/contrib/subversion/build-outputs.mk s

svn commit: r309510 - stable/10/lib/msun/src

2016-12-03 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Dec 3 20:01:12 2016 New Revision: 309510 URL: https://svnweb.freebsd.org/changeset/base/309510 Log: MFC r301761: Fix frexpl() declaration to not include the field name. Modified: stable/10/lib/msun/src/math.h Directory Properties: stable/10/ (props changed)

svn commit: r309509 - stable/10/usr.sbin/autofs

2016-12-03 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Dec 3 19:55:55 2016 New Revision: 309509 URL: https://svnweb.freebsd.org/changeset/base/309509 Log: MFC r308206: Make autounmountd(8) not die when traced with "truss -p". Modified: stable/10/usr.sbin/autofs/autounmountd.c Directory Properties: stable/10/ (pro

svn commit: r309507 - stable/10/lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 19:52:33 2016 New Revision: 309507 URL: https://svnweb.freebsd.org/changeset/base/309507 Log: MFC r264196: r264196 (by theraven): Move definitions out of rpc_com so that the linker doesn't complain about multiple definitions. Modified: stable/10/lib/libc

svn commit: r309506 - stable/10/usr.sbin/rpcbind

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 19:21:35 2016 New Revision: 309506 URL: https://svnweb.freebsd.org/changeset/base/309506 Log: MFC r301770: r301770 (by pfg): rpcbind(8): Make use of some xdr_* macros. xdr_rpcproc, xdr_rpcprog and xdr_rpcvers were broken in older versions of FreeBSD bu

svn commit: r309505 - stable/10/usr.bin/rpcgen

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 19:15:26 2016 New Revision: 309505 URL: https://svnweb.freebsd.org/changeset/base/309505 Log: MFC r298183,r304226: r298183 (by araujo): Use NULL for pointers. strrchr(3) will return NULL if the character does not appears in the string. r304226

svn commit: r309503 - in stable/10/sys: rpc xdr

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 19:03:25 2016 New Revision: 309503 URL: https://svnweb.freebsd.org/changeset/base/309503 Log: MFC r297975: r297975 (by pfg): RPC: for pointers replace 0 with NULL. These are mostly cosmetical, no functional change. Found with devel/coccinelle. Modi

svn commit: r309502 - in stable/10: include/rpc lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 18:56:28 2016 New Revision: 309502 URL: https://svnweb.freebsd.org/changeset/base/309502 Log: MFC r296133: r296133 (by pfg): RPC: update the getrpcbyname() definition to include a const qualifier. Add const qualifier making getrpcbyname() and getrpcbynam

svn commit: r309501 - in stable/10: lib/libc/rpc sys/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 18:53:03 2016 New Revision: 309501 URL: https://svnweb.freebsd.org/changeset/base/309501 Log: MFC r301734: r301734 (by kevlo): Fix the rpcb_getaddr() definition to match its declaration. Modified: stable/10/lib/libc/rpc/rpcb_clnt.c stable/10/sys/rpc/rpcb

svn commit: r309500 - stable/10/lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 18:48:39 2016 New Revision: 309500 URL: https://svnweb.freebsd.org/changeset/base/309500 Log: MFC r296404: r296404 (by pfg): Stray tabs and spaces. No functional change. Modified: stable/10/lib/libc/rpc/rtime.c Directory Properties: stable/10/ (pr

svn commit: r309499 - stable/10/lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 18:45:12 2016 New Revision: 309499 URL: https://svnweb.freebsd.org/changeset/base/309499 Log: MFC r287353: r287353 (by rodrigc): Use unsigned variable. Eliminates gcc 4.9 compiler warning. Modified: stable/10/lib/libc/rpc/clnt_bcast.c Directory Proper

svn commit: r309498 - stable/10/lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 18:40:39 2016 New Revision: 309498 URL: https://svnweb.freebsd.org/changeset/base/309498 Log: MFC r296386: r296386 (by pfg): Work around aliasing issues detected in modern GCC. Avoid casting gymnastics that lead to pointer aliasing by introducing an in

svn commit: r309497 - stable/10/lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 18:26:41 2016 New Revision: 309497 URL: https://svnweb.freebsd.org/changeset/base/309497 Log: MFC r278039: r278039 (by pfg): Resource leak CID: 1016703 Modified: stable/10/lib/libc/rpc/crypt_client.c Directory Properties: stable/10/ (props change

svn commit: r309496 - stable/10/lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 18:25:23 2016 New Revision: 309496 URL: https://svnweb.freebsd.org/changeset/base/309496 Log: MFC r288017: r288017 (by rodrigc): Use ANSI C prototypes. Eliminates gcc 4.9 warnings. Modified: stable/10/lib/libc/rpc/svc.c Directory Properties: stable/

svn commit: r309495 - stable/10/lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 18:21:28 2016 New Revision: 309495 URL: https://svnweb.freebsd.org/changeset/base/309495 Log: MFC r288995: r288995 (by rodrigc): Use proper function prototypes. Eliminates -Wstrict-prototypes warning Modified: stable/10/lib/libc/rpc/getpublickey.c stab

svn commit: r309494 - stable/10/lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 18:17:06 2016 New Revision: 309494 URL: https://svnweb.freebsd.org/changeset/base/309494 Log: MFC r287347: r287347 (by rodrigc): Use ANSI C prototypes. Eliminates gcc 4.9 warnings. Modified: stable/10/lib/libc/rpc/rpc_prot.c Modified: stable/10/lib/l

svn commit: r309493 - stable/10/lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 18:14:29 2016 New Revision: 309493 URL: https://svnweb.freebsd.org/changeset/base/309493 Log: MFC r301754,r301769: r301754 (by pfg): libc/rpc: Make use of some xdr_* macros. xdr_rpcprog and xdr_rpcvers were broken in older versions of FreeBSD but we

svn commit: r309492 - stable/10/lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 18:08:49 2016 New Revision: 309492 URL: https://svnweb.freebsd.org/changeset/base/309492 Log: MFC r278041: r278041 (by pfg): rpc: Uninitialized pointer read Initialize *xprt to avoid exposing a random value in cleanup_svc_vc_create. CID:

svn commit: r309489 - stable/10/lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 17:40:58 2016 New Revision: 309489 URL: https://svnweb.freebsd.org/changeset/base/309489 Log: MFC r287341,r287342,r287348: r287341 (by rodrigc): Use ANSI C prototypes. Eliminates gcc 4.9 warnings. r287342 (by rodrigc): Mark unused parameters

svn commit: r309487 - stable/10/lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 17:27:28 2016 New Revision: 309487 URL: https://svnweb.freebsd.org/changeset/base/309487 Log: MFC r288113: r288113 (by rodrigc): Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. Modified: stable/10/lib/libc/rpc/auth_unix.c stable/10/li

svn commit: r309485 - in stable/10/lib/libc: db/hash gen locale net posix1e resolv rpc softfloat uuid xdr

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 17:17:42 2016 New Revision: 309485 URL: https://svnweb.freebsd.org/changeset/base/309485 Log: MFC r297790: r297790 (by pfg): libc: replace 0 with NULL for pointers. While here also cleanup some surrounding code; particularly drop some malloc() casts.

svn commit: r309484 - stable/10/lib/libc/rpc

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 17:10:37 2016 New Revision: 309484 URL: https://svnweb.freebsd.org/changeset/base/309484 Log: MFC r287350: r287350 (by rodrigc): Use ANSI C prototypes. Eliminates gcc 4.9 warnings. Modified: stable/10/lib/libc/rpc/auth_des.c stable/10/lib/libc/rpc/a

Re: svn commit: r309454 - stable/10/lib/libc/tests

2016-12-03 Thread Ngie Cooper (yaneurabeya)
> On Dec 2, 2016, at 19:37, Ngie Cooper (yaneurabeya) > wrote: … > I’m aware of the fact that this causes a build failure (I missed the > fact that it added the directory instead of shifting it from the existing > TESTS_SUBDIRS definition). I’ll either revert this commit or bring in th

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

2016-12-03 Thread Ngie Cooper
Author: ngie Date: Sat Dec 3 16:52:40 2016 New Revision: 309482 URL: https://svnweb.freebsd.org/changeset/base/309482 Log: MFC r299704: r299704 (by vangyzen): iconvctl(3): remove superfluous NULL pointer tests convname and dst are guaranteed to be non-NULL by iconv_open(3). src is