svn commit: r319054 - head/lib/libc/tests/nss

2017-05-28 Thread Ngie Cooper
Author: ngie Date: Sun May 28 07:40:42 2017 New Revision: 319054 URL: https://svnweb.freebsd.org/changeset/base/319054 Log: hostent_test_getaddrinfo_eq(..): call freeaddrinfo on `ai` when done This plugs a leak of memory allocated via getaddrinfo. MFC after:1 week Reported by:

svn commit: r319051 - head/lib/libc/tests/nss

2017-05-28 Thread Ngie Cooper
Author: ngie Date: Sun May 28 07:04:50 2017 New Revision: 319051 URL: https://svnweb.freebsd.org/changeset/base/319051 Log: hostent_test_getnameinfo_eq(..): initialize found_a_host to false MFC after:1 week Reported by: Coverity CID: 1368943 Sponsored by: Dell EMC

svn commit: r319050 - stable/11/lib/libkvm

2017-05-28 Thread Ngie Cooper
Author: ngie Date: Sun May 28 06:31:52 2017 New Revision: 319050 URL: https://svnweb.freebsd.org/changeset/base/319050 Log: MFC r315698: libkvm: bump WARNS to 6 after recent commits done to resolve warnings issues Tested with: make tinderbox; clang 4.0.0 (amd64), gcc 4.2.1/6.3.0

svn commit: r319049 - head/lib/libc/tests/nss

2017-05-28 Thread Ngie Cooper
Author: ngie Date: Sun May 28 06:29:01 2017 New Revision: 319049 URL: https://svnweb.freebsd.org/changeset/base/319049 Log: Bump WARNS from 1 to 3 after recent commits to fix warnings in the directory. Tested with: clang 4.0, gcc 4.2.1, gcc 6.3.0 MFC after:1 week Sponsored by:

svn commit: r319048 - head/lib/libc/tests/nss

2017-05-28 Thread Ngie Cooper
Author: ngie Date: Sun May 28 06:26:43 2017 New Revision: 319048 URL: https://svnweb.freebsd.org/changeset/base/319048 Log: Push `snapshot_file` copying down into run_tests function, and mark snapshot_file const char *. This fixes a bogus set of errors from gcc about strdup not being

svn commit: r319046 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 05:31:18 2017 New Revision: 319046 URL: https://svnweb.freebsd.org/changeset/base/319046 Log: Fix a -Wunused-but-set-variable warning reported by gcc 6.3.0 MFC after:3 days Sponsored by: Dell EMC Isilon Modified:

svn commit: r319045 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 05:26:45 2017 New Revision: 319045 URL: https://svnweb.freebsd.org/changeset/base/319045 Log: Fix -Wunused and -Wshadow warnings MFC after:3 days Sponsored by: Dell EMC Isilon Modified: head/lib/libc/tests/nss/gethostby_test.c Modified:

svn commit: r319044 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 04:43:02 2017 New Revision: 319044 URL: https://svnweb.freebsd.org/changeset/base/319044 Log: getgr_test: fix -Wunused warnings MFC after:3 days Sponsored by: Dell EMC Isilon Modified: head/lib/libc/tests/nss/getgr_test.c Modified:

svn commit: r319043 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 04:41:06 2017 New Revision: 319043 URL: https://svnweb.freebsd.org/changeset/base/319043 Log: getpw_test: fix -Wunused warnings - Mark unused parameters __unused. - Put dump_passwd under DEBUG as it's only used in that case. MFC after:3 days

svn commit: r319042 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 04:34:57 2017 New Revision: 319042 URL: https://svnweb.freebsd.org/changeset/base/319042 Log: gethostby_test: fix multiple warning types - Fix -Wmissing-declaration warning by staticizing run_tests. - Fix -Wsign-compare warnings by casting size_t types to

svn commit: r319040 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 04:15:05 2017 New Revision: 319040 URL: https://svnweb.freebsd.org/changeset/base/319040 Log: getrpc_test: fix -Wunused warnings - Mark unused function parameters unused. - Remove an unused function prototype. MFC after:3 days Sponsored by: Dell

svn commit: r319041 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 04:15:57 2017 New Revision: 319041 URL: https://svnweb.freebsd.org/changeset/base/319041 Log: getproto_test: fix -Wunused warnings Mark unused parameters __unused in functions. MFC after:3 days Sponsored by: Dell EMC Isilon Modified:

svn commit: r319039 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 04:12:52 2017 New Revision: 319039 URL: https://svnweb.freebsd.org/changeset/base/319039 Log: getserv_test: mark unused parameters __unused to fix corresponding warnings MFC after:3 days Sponsored by: Dell EMC Isilon Modified:

svn commit: r319038 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 04:12:02 2017 New Revision: 319038 URL: https://svnweb.freebsd.org/changeset/base/319038 Log: getusershell_test: mark mdata parameter in compare_usershell __unused MFC after:3 days Sponsored by: Dell EMC Isilon Modified:

svn commit: r319037 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 04:11:04 2017 New Revision: 319037 URL: https://svnweb.freebsd.org/changeset/base/319037 Log: getaddrinfo_test: mark unused function parameters __unused to fix -Wunused warnings MFC after:3 days Sponsored by: Dell EMC Isilon Modified:

svn commit: r319036 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 04:05:19 2017 New Revision: 319036 URL: https://svnweb.freebsd.org/changeset/base/319036 Log: getproto_test: fix -Wmissing-prototypes and -Wsign-compare warnings MFC after:3 days Sponsored by: Dell EMC Isilon Modified:

svn commit: r319035 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 04:04:32 2017 New Revision: 319035 URL: https://svnweb.freebsd.org/changeset/base/319035 Log: getrpc_test: fix -Wmissing-prototypes and -Wsign-compare warnings MFC after:3 days Sponsored by: Dell EMC Isilon Modified:

svn commit: r319034 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 04:03:45 2017 New Revision: 319034 URL: https://svnweb.freebsd.org/changeset/base/319034 Log: getaddrinfo_test: fix -Wsign-compare warnings MFC after:3 days Sponsored by: Dell EMC Isilon Modified: head/lib/libc/tests/nss/getaddrinfo_test.c Modified:

svn commit: r319033 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 04:03:06 2017 New Revision: 319033 URL: https://svnweb.freebsd.org/changeset/base/319033 Log: getserv_test: fix -Wsign-compare and -Wmissing-prototypes warnings MFC after:3 days Sponsored by: Dell EMC Isilon Modified:

svn commit: r319031 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 03:58:36 2017 New Revision: 319031 URL: https://svnweb.freebsd.org/changeset/base/319031 Log: getusershell_test: staticize run_tests(..) to fix warnings MFC after:3 days Sponsored by: Dell EMC Isilon Modified:

svn commit: r319030 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 03:47:58 2017 New Revision: 319030 URL: https://svnweb.freebsd.org/changeset/base/319030 Log: Fix -Wsign-compare warnings MFC after:3 days Sponsored by: Dell EMC Isilon Modified: head/lib/libc/tests/nss/getgr_test.c Modified:

svn commit: r319029 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 03:42:49 2017 New Revision: 319029 URL: https://svnweb.freebsd.org/changeset/base/319029 Log: Staticize functions and remove unused variables to aid with bumping WARNS MFC after:3 days Sponsored by: Dell EMC Isilon Modified:

svn commit: r319028 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 03:39:24 2017 New Revision: 319028 URL: https://svnweb.freebsd.org/changeset/base/319028 Log: Sort make variables to suit style.Makefile(5) This is being done prior to functional changes. MFC after:3 days Sponsored by: Dell EMC Isilon Modified:

svn commit: r319027 - head/lib/libc/tests/nss

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 02:55:04 2017 New Revision: 319027 URL: https://svnweb.freebsd.org/changeset/base/319027 Log: lib/libc/tests/nss: use calloc appropriately The pattern used prior to this commit was `calloc(1, n * sizeof(type))`; the pattern that should be used however is

svn commit: r319026 - head/usr.sbin/pw/tests

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 02:15:57 2017 New Revision: 319026 URL: https://svnweb.freebsd.org/changeset/base/319026 Log: pw: add some basic testcases for groupshow and usershow - groupshow: test out -a/-g/-n . - usershow: test out -a/-n/-u . MFC after:1 week Sponsored by:

svn commit: r319025 - in stable/10/sys/boot: . efi/boot1 i386/boot2 i386/pxeldr i386/zfsboot pc98/boot0.5 pc98/boot2 pc98/pc98boot powerpc/boot1.chrp sparc64/boot1

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 01:14:59 2017 New Revision: 319025 URL: https://svnweb.freebsd.org/changeset/base/319025 Log: MFC r309412,r316109,r316132: r309412 (by imp): dd is currently a bootstrap tool. It really doesn't have any business being a bootstrap tool. However, for

svn commit: r319024 - in stable/11: . sys/boot sys/boot/efi/boot1 sys/boot/i386/boot2 sys/boot/i386/pxeldr sys/boot/i386/zfsboot sys/boot/pc98/boot0.5 sys/boot/pc98/boot2 sys/boot/pc98/pc98boot sys...

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 01:08:46 2017 New Revision: 319024 URL: https://svnweb.freebsd.org/changeset/base/319024 Log: MFC r309412,r316109,r316132: r309412 (by imp): dd is currently a bootstrap tool. It really doesn't have any business being a bootstrap tool. However, for

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

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 00:47:02 2017 New Revision: 319023 URL: https://svnweb.freebsd.org/changeset/base/319023 Log: MFC r316131: Fix up r316081 by using nitems(cam_errbuf) instead of sizeof(cam_errbuf) Part of my original reasoning as far as converting the snprintf calls was

svn commit: r319021 - stable/11/lib/libcam

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 00:45:02 2017 New Revision: 319021 URL: https://svnweb.freebsd.org/changeset/base/319021 Log: MFC r316131: Fix up r316081 by using nitems(cam_errbuf) instead of sizeof(cam_errbuf) Part of my original reasoning as far as converting the snprintf calls was

svn commit: r319019 - head/lib/libgeom

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 00:28:11 2017 New Revision: 319019 URL: https://svnweb.freebsd.org/changeset/base/319019 Log: Remove getpagesize(3) error checking added in r317312 getpagesize(3) no longer fails as of r317436. MFC after:3 days Sponsored by: Dell EMC Isilon

svn commit: r319017 - stable/11/lib/libgeom

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 00:25:41 2017 New Revision: 319017 URL: https://svnweb.freebsd.org/changeset/base/319017 Log: MFC r317310,r317316: r317310: Minor style(9) fixups Delete trailing whitespace and sort headers. Leave libgeom.h's placement alone, per reasoning in

svn commit: r319018 - stable/10/lib/libgeom

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sun May 28 00:25:44 2017 New Revision: 319018 URL: https://svnweb.freebsd.org/changeset/base/319018 Log: MFC r317310,r317316: r317310: Minor style(9) fixups Delete trailing whitespace and sort headers. Leave libgeom.h's placement alone, per reasoning in

svn commit: r319015 - head/tools/regression/geom_gpt

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 23:57:09 2017 New Revision: 319015 URL: https://svnweb.freebsd.org/changeset/base/319015 Log: Use calloc instead of malloc + memset MFC after:3 days Sponsored by: Dell EMC Isilon Modified: head/tools/regression/geom_gpt/gctl_test_helper.c Modified:

svn commit: r319014 - stable/10/tools/regression/geom_gpt

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 23:31:59 2017 New Revision: 319014 URL: https://svnweb.freebsd.org/changeset/base/319014 Log: MFC r317290,r317291,r317292,r317293,r317294,r317295,r317304,r317306,r317307,r317308,r317309: r317290: Fix -Wimplicit-function-declaration compilation warning by

svn commit: r319013 - stable/11/tools/regression/geom_gpt

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 23:31:51 2017 New Revision: 319013 URL: https://svnweb.freebsd.org/changeset/base/319013 Log: MFC r317290,r317291,r317292,r317293,r317294,r317295,r317304,r317306,r317307,r317308,r317309: r317290: Fix -Wimplicit-function-declaration compilation warning by

svn commit: r319012 - in stable/10: etc/mtree lib/libkvm lib/libkvm/tests

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 23:26:10 2017 New Revision: 319012 URL: https://svnweb.freebsd.org/changeset/base/319012 Log: MFC r316099: lib/libkvm: start adding basic tests for kvm(3) - kvm_close: add a testcase to verify support for errno = EINVAL / -1 (see D10065) when kd ==

svn commit: r319011 - stable/11/lib/libkvm/tests

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 23:24:33 2017 New Revision: 319011 URL: https://svnweb.freebsd.org/changeset/base/319011 Log: MFC r319010: Fix #if conditional added in r319008 I committed an earlier version of the file by accident This is a no-op on ^/head and ^/stable/11.

svn commit: r319010 - head/lib/libkvm/tests

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 23:23:22 2017 New Revision: 319010 URL: https://svnweb.freebsd.org/changeset/base/319010 Log: Fix #if conditional added in r319008 I committed an earlier version of the file by accident This is a no-op on ^/head and ^/stable/11. MFC after:now

svn commit: r319009 - stable/11/lib/libkvm/tests

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 23:20:28 2017 New Revision: 319009 URL: https://svnweb.freebsd.org/changeset/base/319009 Log: MFC r319008: kvm_geterr_test: Compile out the portions that require kvm_open2(3) on systems that lack the libcall, based on __FreeBSD_version. kvm_open2(3)

svn commit: r319008 - head/lib/libkvm/tests

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 23:19:32 2017 New Revision: 319008 URL: https://svnweb.freebsd.org/changeset/base/319008 Log: kvm_geterr_test: Compile out the portions that require kvm_open2(3) on systems that lack the libcall, based on __FreeBSD_version. kvm_open2(3) wasn't made available

svn commit: r319006 - in stable/11: etc/mtree lib/libkvm lib/libkvm/tests

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 23:04:40 2017 New Revision: 319006 URL: https://svnweb.freebsd.org/changeset/base/319006 Log: MFC r316099: lib/libkvm: start adding basic tests for kvm(3) - kvm_close: add a testcase to verify support for errno = EINVAL / -1 (see D10065) when kd ==

svn commit: r319007 - in stable/10: contrib/netbsd-tests/fs/tmpfs tests/sys/fs/tmpfs

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 23:04:48 2017 New Revision: 319007 URL: https://svnweb.freebsd.org/changeset/base/319007 Log: MFC r318546: sys/fs/tmpfs/vnd_test: make md(4) allocation dynamic The previous logic was flawed in the sense that it assumed that /dev/md3 was always

svn commit: r319005 - in stable/11: contrib/netbsd-tests/fs/tmpfs tests/sys/fs/tmpfs

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 22:59:23 2017 New Revision: 319005 URL: https://svnweb.freebsd.org/changeset/base/319005 Log: MFC r318546: sys/fs/tmpfs/vnd_test: make md(4) allocation dynamic The previous logic was flawed in the sense that it assumed that /dev/md3 was always

svn commit: r319004 - stable/11/lib/libgeom

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 22:57:10 2017 New Revision: 319004 URL: https://svnweb.freebsd.org/changeset/base/319004 Log: MFC r317288,r317289: r317288: libgeom(3): apply minor polish - Use .Dv when mentioning NULL per mdoc(7). - Reword `g_device_path`, `g_open_by_ident`, and

svn commit: r319003 - stable/10/lib/libgeom

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 22:57:07 2017 New Revision: 319003 URL: https://svnweb.freebsd.org/changeset/base/319003 Log: MFC r317288,r317289: r317288: libgeom(3): apply minor polish - Use .Dv when mentioning NULL per mdoc(7). - Reword `g_device_path`, `g_open_by_ident`, and

svn commit: r319002 - head/usr.bin/grep/tests

2017-05-27 Thread Ngie Cooper
Author: ngie Date: Sat May 27 22:40:20 2017 New Revision: 319002 URL: https://svnweb.freebsd.org/changeset/base/319002 Log: :rgrep : use atf-check to check the exit code/save the output of grep -r instead of calling grep -r without it, and saving the output to a file This ensures that

Re: svn commit: r318736 - in head: cddl/lib/libzfs contrib/compiler-rt/lib/sanitizer_common contrib/openbsm/libbsm include lib/libarchive lib/libc/gen lib/libc/include lib/libc/sys lib/libkvm lib/libm

2017-05-24 Thread Ngie Cooper (yaneurabeya)
> On May 24, 2017, at 09:26, Ed Maste wrote: > > On 24 May 2017 at 10:53, Pedro Giffuni wrote: >> >> There is now a bunch of coverity issues (OVERFLOW_BEFORE_WIDEN mostly) >> tied to ino64_t. At least the following CIDs are related: > > On a quick look

Re: svn commit: r318757 - head

2017-05-24 Thread Ngie Cooper (yaneurabeya)
> On May 24, 2017, at 11:10, O. Hartmann wrote: > > Am Wed, 24 May 2017 13:04:30 -0500 > Larry Rosenman schrieb: … > I use the traditional "make" way (via portmaster) There were some reports about needing to do “make clean” before “make

Re: svn commit: r318757 - head

2017-05-23 Thread Ngie Cooper (yaneurabeya)
> On May 23, 2017, at 14:33, Alexey Dokuchaev wrote: > > On Tue, May 23, 2017 at 08:25:49PM +, Ed Maste wrote: >> New Revision: 318757 >> URL: https://svnweb.freebsd.org/changeset/base/318757 >> >> Log: >> Add note to UPDATING for ino64 to follow the standard upgrade

svn commit: r318756 - stable/10/contrib/netbsd-tests/lib/libc/rpc

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 19:45:31 2017 New Revision: 318756 URL: https://svnweb.freebsd.org/changeset/base/318756 Log: :raw no longer SIGSEGVs on FreeBSD; revert the signal expectation This is a direct commit to ^/stable/10, since this expectation was only added to ^/stable/10's

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

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 17:34:10 2017 New Revision: 318753 URL: https://svnweb.freebsd.org/changeset/base/318753 Log: directory(3): add trailing comma after e.g., missed in r318699 Submitted by: bjk MFC after:2 weeks MFC with: r318699 Sponsored by: Dell EMC Isilon

Re: svn commit: r318699 - head/lib/libc/gen

2017-05-23 Thread Ngie Cooper (yaneurabeya)
> On May 23, 2017, at 08:13, Benjamin Kaduk <bjkf...@gmail.com> wrote: > > On Tue, May 23, 2017 at 1:55 AM, Ngie Cooper <n...@freebsd.org> wrote: > Author: ngie > Date: Tue May 23 06:55:51 2017 > New Revision: 318699 > URL: https://svnweb.freebsd.org/changeset/ba

svn commit: r318723 - head/usr.sbin/bsdinstall

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 08:01:11 2017 New Revision: 318723 URL: https://svnweb.freebsd.org/changeset/base/318723 Log: bsdinstall(8): fix manpage issues - Start new sentences on new lines. - Separate e.g. (more of an igor thing) with commas, and rewrite some examples not to be

svn commit: r318722 - head/usr.sbin/bsdinstall/partedit

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:50:42 2017 New Revision: 318722 URL: https://svnweb.freebsd.org/changeset/base/318722 Log: sade(8): start new sentence on new line Reported by: make manlint MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified:

svn commit: r318721 - head/lib/libc/sys

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:46:10 2017 New Revision: 318721 URL: https://svnweb.freebsd.org/changeset/base/318721 Log: kill(2): add missing section for sysctl(9) Reported by: make manlint MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified: head/lib/libc/sys/kill.2

svn commit: r318720 - head/lib/libc/sys

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:45:29 2017 New Revision: 318720 URL: https://svnweb.freebsd.org/changeset/base/318720 Log: ptrace(2): clean up trailing whitespace Reviewed by: make manlint MFC after:2 weeks Modified: head/lib/libc/sys/ptrace.2 Modified:

svn commit: r318719 - head/lib/libc/sys

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:44:43 2017 New Revision: 318719 URL: https://svnweb.freebsd.org/changeset/base/318719 Log: open(2): fix manlint warnings - Sort SEE ALSO .Xr entries. - Sort sections (HISTORY comes after STANDARDS). Reported by: make manlint MFC after:2 weeks

svn commit: r318718 - head/lib/libc/sys

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:32:57 2017 New Revision: 318718 URL: https://svnweb.freebsd.org/changeset/base/318718 Log: rctl_add_rule(2): fix manlint warnings - Fix commas (either missing or misused) after .Nm entries in SYNOPSIS Reported by: make manlint MFC after:2 weeks

svn commit: r318717 - head/lib/libc/sys

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:31:03 2017 New Revision: 318717 URL: https://svnweb.freebsd.org/changeset/base/318717 Log: cap_enter(2): fix manlint issues - Sort SEE ALSO section appropriately. - Correct section for sysctl(9). Reported by: make manlint MFC after:2 weeks

svn commit: r318715 - head/lib/libc/sys

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:26:45 2017 New Revision: 318715 URL: https://svnweb.freebsd.org/changeset/base/318715 Log: _umtx_op(2): fix minor manlint issues - Sort .Xr entries in SEE ALSO section. - Sort SEE ALSO and STANDARDS sections properly, in terms of the entire document.

svn commit: r318712 - head/lib/libc/xdr

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:17:52 2017 New Revision: 318712 URL: https://svnweb.freebsd.org/changeset/base/318712 Log: xdr(3): add missing comma after xdr_sizeof(3) in SYNOPSIS This unbreaks the .Nm declaration Reported by: make manlint MFC after:2 weeks Sponsored by:

svn commit: r318711 - head/lib/libc/stdio

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:15:57 2017 New Revision: 318711 URL: https://svnweb.freebsd.org/changeset/base/318711 Log: fopencookie(3): declare function pointers in SYNOPSIS correctly Add obligatory `*` in declarations. Reported by: make manlint MFC after:2 weeks

svn commit: r318710 - head/lib/libc/stdlib

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:14:46 2017 New Revision: 318710 URL: https://svnweb.freebsd.org/changeset/base/318710 Log: quick_exit(3): delete trailing whitespace in licensing tort Reported by: make manlint MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified:

svn commit: r318709 - head/lib/libc/posix1e

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:12:31 2017 New Revision: 318709 URL: https://svnweb.freebsd.org/changeset/base/318709 Log: acl_to_text(3): start sentences on new lines Reported by: make manlint MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified:

svn commit: r318708 - head/lib/libc/posix1e

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:11:15 2017 New Revision: 318708 URL: https://svnweb.freebsd.org/changeset/base/318708 Log: acl_create_entry(3): separate .Nm entries with commas in SYNOPSIS Reported by: make manlint MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified:

svn commit: r318707 - head/lib/libc/net

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:10:20 2017 New Revision: 318707 URL: https://svnweb.freebsd.org/changeset/base/318707 Log: sctp_send(3): start sentences on new lines Reported by: make manlint MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified:

svn commit: r318706 - head/lib/libc/locale

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:09:26 2017 New Revision: 318706 URL: https://svnweb.freebsd.org/changeset/base/318706 Log: localeconv(3): start sentences on new lines Reported by: make manlint MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified:

svn commit: r318705 - head/lib/libc/stdio

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:08:30 2017 New Revision: 318705 URL: https://svnweb.freebsd.org/changeset/base/318705 Log: fopen(3): make manlint fixes - Break on new lines. - Use .Dv with NULL. - Rewrap lines as necessary/when possible. MFC after:2 weeks Sponsored by: Dell

svn commit: r318704 - head/lib/libc/posix1e

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:05:34 2017 New Revision: 318704 URL: https://svnweb.freebsd.org/changeset/base/318704 Log: posix1e(3): reference using the section (3) when referencing libbsm with .Xr MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified:

svn commit: r318703 - head/lib/libc/iconv

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:02:01 2017 New Revision: 318703 URL: https://svnweb.freebsd.org/changeset/base/318703 Log: __iconv_get_list: separate .Nm entries with commas MFC after:2 weeks Reported by: make manlint Sponsored by: Dell EMC Isilon Modified:

svn commit: r318702 - head/contrib/libc-vis

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 07:00:46 2017 New Revision: 318702 URL: https://svnweb.freebsd.org/changeset/base/318702 Log: vis(3): delete spurious .Pp macro MFC after:2 weeks Reported by: make manlint Sponsored by: Dell EMC Isilon Modified: head/contrib/libc-vis/vis.3

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

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 06:58:08 2017 New Revision: 318701 URL: https://svnweb.freebsd.org/changeset/base/318701 Log: tcsendbreak(3): delete spurious blank line at the end of the man page MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified:

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

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 06:56:57 2017 New Revision: 318700 URL: https://svnweb.freebsd.org/changeset/base/318700 Log: dirname(3): fix section ordering IMPLEMENTATION NOTES come before RETURN VALUES MFC after:2 weeks Reported by: make manlint Sponsored by: Dell EMC

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

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 06:55:51 2017 New Revision: 318699 URL: https://svnweb.freebsd.org/changeset/base/318699 Log: directory(3): delete trailing whitespace and rewrite `E.g.` as `e.g.` Reported by: make manlint Sponsored by: Dell EMC Isilon Modified:

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

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 06:53:31 2017 New Revision: 318698 URL: https://svnweb.freebsd.org/changeset/base/318698 Log: basename(3): fix section ordering IMPLEMENTATION NOTES come before RETURN VALUES MFC after:2 weeks Reported by: make manlint Sponsored by: Dell EMC

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

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 06:14:02 2017 New Revision: 318695 URL: https://svnweb.freebsd.org/changeset/base/318695 Log: err(3): use `NULL`, aka `(void*)0` per POSIX instead of `(FILE *)0` This is being done to aid humans and static analysis checkers. MFC after:2 weeks

svn commit: r318694 - head/usr.sbin/bsdinstall/partedit

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 06:05:54 2017 New Revision: 318694 URL: https://svnweb.freebsd.org/changeset/base/318694 Log: style(9): sort headers MFC after:2 weeks MFC with: r318693 Sponsored by: Dell EMC Isilon Modified: head/usr.sbin/bsdinstall/partedit/part_wizard.c

svn commit: r318693 - head/usr.sbin/bsdinstall/partedit

2017-05-23 Thread Ngie Cooper
Author: ngie Date: Tue May 23 06:04:38 2017 New Revision: 318693 URL: https://svnweb.freebsd.org/changeset/base/318693 Log: Some minor style(9) fixes - Wrap at <80 columns. - Sort by type MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified:

svn commit: r318651 - head/sys

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 15:53:30 2017 New Revision: 318651 URL: https://svnweb.freebsd.org/changeset/base/318651 Log: Remove glimpse make target added in r181432 The textproc/glimpse port expired over 3 years ago because there weren't any more publicly available distfiles, and

svn commit: r318626 - stable/10/sys/boot/efi/boot1

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:29:20 2017 New Revision: 318626 URL: https://svnweb.freebsd.org/changeset/base/318626 Log: MFC r316103: Remove redundant declarations They're already defined in libstand.h Modified: stable/10/sys/boot/efi/boot1/boot1.c

svn commit: r318625 - stable/11/sys/boot/efi/boot1

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:26:22 2017 New Revision: 318625 URL: https://svnweb.freebsd.org/changeset/base/318625 Log: MFC r316103: Remove redundant declarations They're already defined in libstand.h Modified: stable/11/sys/boot/efi/boot1/boot1.c

svn commit: r318624 - stable/11/share/man/man4

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:24:43 2017 New Revision: 318624 URL: https://svnweb.freebsd.org/changeset/base/318624 Log: MFC r317594: usb(4): manpage cleanup 1. Wrap at <80 columns for readability when editing. Rewrap some lines prematurely wrapped to better fit in <80 columns

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

2017-05-22 Thread Ngie Cooper
58 2017 (r318623, copy of r315775, head/share/man/man5/cd9660.5) @@ -0,0 +1,82 @@ +.\" +.\" Copyright (c) 2017 Ngie Cooper +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted

svn commit: r318622 - in stable/11: sbin/mount sbin/mount_cd9660 share/man/man5

2017-05-22 Thread Ngie Cooper
22 2017 (r318622, copy of r315775, head/share/man/man5/cd9660.5) @@ -0,0 +1,82 @@ +.\" +.\" Copyright (c) 2017 Ngie Cooper +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted

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

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:19:27 2017 New Revision: 318621 URL: https://svnweb.freebsd.org/changeset/base/318621 Log: Regenerate src.conf(5) Modified: stable/11/share/man/man5/src.conf.5 Modified: stable/11/share/man/man5/src.conf.5

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

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:18:15 2017 New Revision: 318620 URL: https://svnweb.freebsd.org/changeset/base/318620 Log: Revert commit again to correct it Obviously my brain's on autopilot tonight Modified: stable/11/share/man/man5/src.conf.5 Modified:

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

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:17:14 2017 New Revision: 318619 URL: https://svnweb.freebsd.org/changeset/base/318619 Log: MFC r311135: Add documentation for MK_EFI added in r307243 Modified: stable/11/share/man/man5/src.conf.5 Modified: stable/11/share/man/man5/src.conf.5

svn commit: r318618 - stable/11/tools/build/options

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:15:50 2017 New Revision: 318618 URL: https://svnweb.freebsd.org/changeset/base/318618 Log: MFC r311135: Add documentation for MK_EFI added in r307243 Added: stable/11/tools/build/options/WITHOUT_EFI - copied unchanged from r311135,

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

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:12:30 2017 New Revision: 318617 URL: https://svnweb.freebsd.org/changeset/base/318617 Log: Regenerate src.conf(5) per r318614 Modified: stable/10/share/man/man5/src.conf.5 Modified: stable/10/share/man/man5/src.conf.5

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

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:10:46 2017 New Revision: 318616 URL: https://svnweb.freebsd.org/changeset/base/318616 Log: Revert r318615 to correct commit message Modified: stable/10/share/man/man5/src.conf.5 Modified: stable/10/share/man/man5/src.conf.5

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

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:09:47 2017 New Revision: 318615 URL: https://svnweb.freebsd.org/changeset/base/318615 Log: MFC r315766,r315768: r315766: Note that tools/build/options/makeman automatically generated src.conf(5) This (as a bonus) fixes mdoc warnings with

svn commit: r318614 - stable/10/tools/build/options

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:08:20 2017 New Revision: 318614 URL: https://svnweb.freebsd.org/changeset/base/318614 Log: MFC r315766,r315768: r315766: Note that tools/build/options/makeman automatically generated src.conf(5) This (as a bonus) fixes mdoc warnings with

svn commit: r318613 - stable/11/tools/build/options

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:08:19 2017 New Revision: 318613 URL: https://svnweb.freebsd.org/changeset/base/318613 Log: MFC r315766,r315768: r315766: Note that tools/build/options/makeman automatically generated src.conf(5) This (as a bonus) fixes mdoc warnings with

svn commit: r318612 - stable/11/share/man/man3

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:07:09 2017 New Revision: 318612 URL: https://svnweb.freebsd.org/changeset/base/318612 Log: MFC r315793: intro(3): fix markup - Use `Em` with `.It` macro when referring to other libraries, instead of `Xr`. - Use `.Em` instead of `.Xr` when

svn commit: r318611 - stable/10/share/man/man3

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:06:48 2017 New Revision: 318611 URL: https://svnweb.freebsd.org/changeset/base/318611 Log: MFC r315793: intro(3): fix markup - Use `Em` with `.It` macro when referring to other libraries, instead of `Xr`. - Use `.Em` instead of `.Xr` when

svn commit: r318609 - stable/10/usr.bin/which

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:05:14 2017 New Revision: 318609 URL: https://svnweb.freebsd.org/changeset/base/318609 Log: MFC r317160: Clean up trailing whitespace No functional changes Modified: stable/10/usr.bin/which/which.c Directory Properties: stable/10/ (props changed)

svn commit: r318610 - stable/11/usr.bin/which

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:05:35 2017 New Revision: 318610 URL: https://svnweb.freebsd.org/changeset/base/318610 Log: MFC r317160: Clean up trailing whitespace No functional changes Modified: stable/11/usr.bin/which/which.c Directory Properties: stable/11/ (props changed)

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

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:04:20 2017 New Revision: 318608 URL: https://svnweb.freebsd.org/changeset/base/318608 Log: MFC r317154: Print out the signal number on exit in terminate(..) if WARMSTART is compiled into rpcbind. The signal number can provide helpful diagnostic info.

svn commit: r318607 - stable/11/usr.sbin/rpcbind

2017-05-22 Thread Ngie Cooper
Author: ngie Date: Mon May 22 06:03:51 2017 New Revision: 318607 URL: https://svnweb.freebsd.org/changeset/base/318607 Log: MFC r317154: Print out the signal number on exit in terminate(..) if WARMSTART is compiled into rpcbind. The signal number can provide helpful diagnostic info.

Re: svn commit: r318594 - in head: lib lib/libc++experimental tools/build/mk

2017-05-21 Thread Ngie Cooper (yaneurabeya)
> On May 21, 2017, at 11:34, Dimitry Andric wrote: … > Hmm, I don't know how to tell the build system otherwise that I don't > want any shared library. It looks like NO_PIC is needed in bsd.lib.mk > to force no .so to be built, though. NO_PIC is the way to do this. -Ngie

<    2   3   4   5   6   7   8   9   10   11   >