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

2017-03-03 Thread Ngie Cooper
Author: ngie Date: Fri Mar 3 18:44:20 2017 New Revision: 314610 URL: https://svnweb.freebsd.org/changeset/base/314610 Log: Clean up ddb(4) slightly - Delete empty Li macro uses [1]. This removes some spaces between the optional command/subcommand arguments. - Attempt to clarify "show

svn commit: r314613 - in head: etc/mtree usr.bin/indent usr.bin/indent/tests

2017-03-03 Thread Ngie Cooper
Author: ngie Date: Fri Mar 3 20:15:22 2017 New Revision: 314613 URL: https://svnweb.freebsd.org/changeset/base/314613 Log: Integrate indent tests added in r313544 into ATF/Kyua and the FreeBSD test suite This change does the following: - Introduces symmetry in the test inputs/output

svn commit: r314642 - head/usr.sbin/syslogd

2017-03-03 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 06:19:41 2017 New Revision: 314642 URL: https://svnweb.freebsd.org/changeset/base/314642 Log: Correct nuance of -a :service -> "*" in r314563, r314585 My attempt to correct the sender/receiver behavior was incorrect. The source port of the sender for forwarde

svn commit: r314644 - head/sys/modules/geom/geom_uzip

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 08:28:33 2017 New Revision: 314644 URL: https://svnweb.freebsd.org/changeset/base/314644 Log: Fix "make depend" with geom_uzip.ko: add opt_geom.h to SRCS MFC after:1 week Sponsored by: Dell EMC Isilon Modified: head/sys/modules/geom/geom_uzip/Makefile

svn commit: r314645 - head/sys/modules/nvme

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 08:46:57 2017 New Revision: 314645 URL: https://svnweb.freebsd.org/changeset/base/314645 Log: Fix "make depend" with nvme.ko: add opt_cam.h to SRCS MFC after:1 week X-MFC with: r301778 Sponsored by: Dell EMC Isilon Modified: head/sys/modules/nvme/M

svn commit: r314649 - head/lib/msun/tests

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 09:16:51 2017 New Revision: 314649 URL: https://svnweb.freebsd.org/changeset/base/314649 Log: Convert lib/msun/ctrig_test from TAP to ATF This is being done as a precursor for work needed to annontate failing testcases with clang 4.0+. MFC after:1 we

svn commit: r314650 - head/lib/msun/tests

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 10:07:46 2017 New Revision: 314650 URL: https://svnweb.freebsd.org/changeset/base/314650 Log: Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6. - Staticize variables. - Use nitems liberally. Wherever nitems is used, use unsigned integers -

svn commit: r314651 - in head/sys/modules: . 3dfx 3dfx_linux aac aac/aac_linux aacraid aacraid/aacraid_linux accf_data accf_dns accf_http acl_nfs4 acl_posix1e acpi/acpi_asus acpi/acpi_asus_wmi acpi...

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 10:10:17 2017 New Revision: 314651 URL: https://svnweb.freebsd.org/changeset/base/314651 Log: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after:

svn commit: r314652 - in head/share: colldef ctypedef doc/atf doc/legal/intel_ipw doc/legal/intel_iwi doc/legal/intel_iwn doc/legal/intel_wpi doc/legal/realtek doc/llvm doc/llvm/clang doc/smm/08.se...

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:26:40 2017 New Revision: 314652 URL: https://svnweb.freebsd.org/changeset/base/314652 Log: share: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC Isilon Mo

svn commit: r314653 - in head/libexec: atrun dma ftpd hyperv mail.local smrsh talkd tcpd telnetd tftp-proxy ypxfr

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:28:03 2017 New Revision: 314653 URL: https://svnweb.freebsd.org/changeset/base/314653 Log: libexec: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC Isilon

svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconver...

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:30:04 2017 New Revision: 314654 URL: https://svnweb.freebsd.org/changeset/base/314654 Log: cddl: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output While here, remove bogus CFLAGS which look for headers in

svn commit: r314655 - in head/bin: csh df freebsd-version rmail sh

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:31:08 2017 New Revision: 314655 URL: https://svnweb.freebsd.org/changeset/base/314655 Log: bin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC Isilon Modi

svn commit: r314656 - in head/sbin: atm/atmconfig bsdlabel decryptcore dhclient/tests etherswitchcfg fdisk ffsinfo fsck_ffs fsck_msdosfs fsdb gbde geom/class geom/class/cache geom/class/concat geom...

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:33:01 2017 New Revision: 314656 URL: https://svnweb.freebsd.org/changeset/base/314656 Log: sbin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC Isilon Mod

svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/slc

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:34:36 2017 New Revision: 314657 URL: https://svnweb.freebsd.org/changeset/base/314657 Log: kerberos5: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC Isilon

svn commit: r314658 - in head/secure: . lib lib/libcrypto lib/libcrypto/engines lib/libssh

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:35:30 2017 New Revision: 314658 URL: https://svnweb.freebsd.org/changeset/base/314658 Log: crypto: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC Isilon M

svn commit: r314659 - in head/usr.sbin: acpi amd amd/amd amd/libamu ancontrol audit auditd auditdistd auditreduce authpf autofs bhyvectl bhyveload bluetooth bluetooth/bthidcontrol bluetooth/rfcomm_...

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:38:03 2017 New Revision: 314659 URL: https://svnweb.freebsd.org/changeset/base/314659 Log: usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC Isilon

svn commit: r314676 - in head/usr.sbin/amd: amd libamu

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 20:35:34 2017 New Revision: 314676 URL: https://svnweb.freebsd.org/changeset/base/314676 Log: Fix build after r314656 Some of the changes I introduced to use .ALLSRC were correct in spirit, but incorrect in reality -- in particular, ../Makefile.inc hadn't bee

Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/sl

2017-03-04 Thread Ngie Cooper
> On Mar 4, 2017, at 13:43, Warner Losh wrote: > >> On Sat, Mar 4, 2017 at 1:25 PM, Bryan Drewery wrote: >>> On 3/4/2017 12:20 PM, Rodney W. Grimes wrote: >>> -- Start of PGP signed section. >>> [ Charset windows-1252 unsupported, converting... ] > On 3/4/2017 7:34 AM, Rodney W. Grimes wrot

Re: svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconve

2017-03-05 Thread Ngie Cooper
> On Mar 5, 2017, at 17:05, Garance A Drosehn wrote: > > On 4 Mar 2017, at 15:42, Ngie Cooper (yaneurabeya) wrote: > >>> On Mar 4, 2017, at 12:39, Rodney W. Grimes wrote: >>> >>>> On 4 Mar 2017, at 15:13, Bryan Drewery wrote: >>>> >

svn commit: r314785 - head/usr.sbin/cxgbetool

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 19:33:15 2017 New Revision: 314785 URL: https://svnweb.freebsd.org/changeset/base/314785 Log: Fix some trivial manlint warnings Sentences should begin on new lines, per manlint. Bump .Dd for the change MFC after:1 month Reviewed by: bcr Repor

svn commit: r314793 - head/contrib/atf/atf-c

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 20:54:21 2017 New Revision: 314793 URL: https://svnweb.freebsd.org/changeset/base/314793 Log: Fix ATF_TP_ADD_TCS example in atf-c-api(3) ATF_TP_ADD_TC should use `tp` as the second argument, not `tcs`, as ATF_TP_ADD_TCS uses `tp` as its first argument. B

svn commit: r314796 - head/contrib/atf/atf-sh

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:24:55 2017 New Revision: 314796 URL: https://svnweb.freebsd.org/changeset/base/314796 Log: Fix atf-sh(3) manpage issues - Fix spelling errors (specifiying -> specifying) [1] - Escape '.' at start of lines using & to tell the roff processor that the lin

svn commit: r314797 - head/contrib/atf/doc

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:26:45 2017 New Revision: 314797 URL: https://svnweb.freebsd.org/changeset/base/314797 Log: Fix grammar warning noted by igor Remove surrounding ellipses in e.g. section and add a comma before and after the e.g. reference. MFC after:1 week Report

svn commit: r314798 - head/contrib/atf/atf-sh

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:30:06 2017 New Revision: 314798 URL: https://svnweb.freebsd.org/changeset/base/314798 Log: Fix out-of-order sections in atf-sh(1) - `.Op` must be used in the SYNOPSIS section, not the NAME section. - Move ATF_SHELL environment variable description up to fi

svn commit: r314799 - head/contrib/atf/atf-sh

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:35:33 2017 New Revision: 314799 URL: https://svnweb.freebsd.org/changeset/base/314799 Log: Fix manlint issues with atf-check(1) - Use `.Bf Em`/`.Ef` instead of prefixing lines with `.Em`. The forms are equivalent with traditional roff, but unnecessarily

svn commit: r314800 - head/contrib/atf/atf-sh

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:39:57 2017 New Revision: 314800 URL: https://svnweb.freebsd.org/changeset/base/314800 Log: Fix issues with atf-check(1) found by igor and refer to atf-check(1) - Fix typo (specifiying -> specifying) - Add atf-check(1) to SEE ALSO section for completeness.

svn commit: r314801 - head/contrib/atf/atf-c

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:43:47 2017 New Revision: 314801 URL: https://svnweb.freebsd.org/changeset/base/314801 Log: Fix igor/manlint issues with atf-c(3) - Remove surrounding ellipses in i.e. section and add a comma before and after the i.e. reference [1]. - Fix typo (specifiy

svn commit: r314802 - head/contrib/atf/atf-c

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:45:25 2017 New Revision: 314802 URL: https://svnweb.freebsd.org/changeset/base/314802 Log: Fix atf-c-api(3) manpage issues - Fix typo (specifiying -> specifying). - Remove surrounding ellipses in i.e. section and add a comma before and after the i.e. r

svn commit: r314803 - head/contrib/atf/atf-c++

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:50:35 2017 New Revision: 314803 URL: https://svnweb.freebsd.org/changeset/base/314803 Log: Fix typos - specifiying -> specifying - manged -> managed Bump .Dd for the change MFC after:1 week Reported by: igor Sponsored by: Dell EMC Isilon

svn commit: r314804 - head/contrib/atf/atf-c++

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 22:08:47 2017 New Revision: 314804 URL: https://svnweb.freebsd.org/changeset/base/314804 Log: Fix issues noted by igor/manlint - Fix typos [1]: -- manged -> managed -- specifiying -> specifying - Escape '.' at start of lines using & to tell the roff proce

svn commit: r314805 - in head/contrib/atf: atf-c atf-c++ atf-sh

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 22:18:14 2017 New Revision: 314805 URL: https://svnweb.freebsd.org/changeset/base/314805 Log: Remove *-api(3) manpages removed in ATF 0.21 I overlooked the fact that these manpages had been removed upstream and replaced with their non *-api(3) equivalents. Fo

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

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 22:46:49 2017 New Revision: 314807 URL: https://svnweb.freebsd.org/changeset/base/314807 Log: Move ATF_TC_WITHOUT_HEAD(getgrent) near the testcase it annotates MFC after:1 week Sponsored by: Dell EMC Isilon Modified: head/lib/libc/tests/nss/getgr_test.

svn commit: r314830 - head/usr.sbin/mergemaster

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 04:13:22 2017 New Revision: 314830 URL: https://svnweb.freebsd.org/changeset/base/314830 Log: mergemaster: fix description of -p -p only handles updating /etc/master.passwd and /etc/group . No more, no less. Also, mergemaster (and no other portions of th

svn commit: r314831 - head/usr.bin/fortune

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 04:33:17 2017 New Revision: 314831 URL: https://svnweb.freebsd.org/changeset/base/314831 Log: Don't rely on dependency in Makefile.inc1 for strfile; make datfiles depend on strfile In most cases strfile is built as part of build-tools, but in the event that s

svn commit: r314869 - head/share/mk

2017-03-07 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 17:38:52 2017 New Revision: 314869 URL: https://svnweb.freebsd.org/changeset/base/314869 Log: Alphabetically sort variables The only content change is minor rewording around CLEANDIRS/CLEANFILES to accomodate sorting order. MFC after:1 week Sponsor

svn commit: r314871 - head/share/mk

2017-03-07 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 17:42:23 2017 New Revision: 314871 URL: https://svnweb.freebsd.org/changeset/base/314871 Log: Fix LINKS example in bsd.prog.mk LINKS appends DESTDIR -- don't suggest double-append in example. MFC after:1 week Reported by: rgrimes (D9918) Sponsored

svn commit: r314872 - head/share/mk

2017-03-07 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 17:53:53 2017 New Revision: 314872 URL: https://svnweb.freebsd.org/changeset/base/314872 Log: Add bsd.man.mk references for MAN under bsd.lib.mk and bsd.prog.mk The latter set of manpages directly consume bsd.man.mk, so the bsd.man.mk behavior should be the s

Re: svn commit: r314886 - in head: bin/pwait bin/pwait/tests etc/mtree targets/pseudo/tests

2017-03-07 Thread Ngie Cooper
> On Mar 7, 2017, at 14:16, Bryan Drewery wrote: > > Author: bdrewery > Date: Tue Mar 7 22:16:55 2017 > New Revision: 314886 > URL: https://svnweb.freebsd.org/changeset/base/314886 > > Log: > pwait: Add a -t flag to specify a timeout before exiting, and tests. Thank you very much for writing

svn commit: r314893 - in head/usr.bin/fortune: . datfiles fortune unstr

2017-03-07 Thread Ngie Cooper
Author: ngie Date: Wed Mar 8 05:31:54 2017 New Revision: 314893 URL: https://svnweb.freebsd.org/changeset/base/314893 Log: usr.bin/fortune: convert to OBJTOP/SRCTOP idioms - Use OBJTOP/SRCTOP-relative paths when looking for include files and strfile. - Add FORTUNES_OBJ and FORTUNES_S

svn commit: r314895 - head/etc/periodic/security

2017-03-07 Thread Ngie Cooper
Author: ngie Date: Wed Mar 8 06:12:16 2017 New Revision: 314895 URL: https://svnweb.freebsd.org/changeset/base/314895 Log: Only install 900.tcpwrap if MK_INETD != "no" and MK_TCP_WRAPPERS != "no" It relies on output from inetd that is triggered by MK_TCP_WRAPPERS=yes. We need to check

Re: svn commit: r314862 - head/sys/modules/qlxgbe

2017-03-08 Thread Ngie Cooper
> On Mar 8, 2017, at 14:39, Gleb Smirnoff wrote: > > On Wed, Mar 08, 2017 at 01:57:32PM -0800, Ngie Cooper (yaneurabeya) wrote: > N> > On Wed, Mar 08, 2017 at 01:00:30AM +0200, Andriy Gapon wrote: > N> > A> On 08/03/2017 00:17, Gleb Smirnoff wrote: > N> >

svn commit: r314924 - head/sbin/devfs

2017-03-08 Thread Ngie Cooper
Author: ngie Date: Wed Mar 8 23:58:10 2017 New Revision: 314924 URL: https://svnweb.freebsd.org/changeset/base/314924 Log: sbin/devfs: clarify usage - Note existence of -m option. - Note that -s applies to rule keyword, only, by adding usage text specifically for the `rule` and `rule

svn commit: r314950 - head/lib/msun/tests

2017-03-08 Thread Ngie Cooper
Author: ngie Date: Thu Mar 9 06:56:44 2017 New Revision: 314950 URL: https://svnweb.freebsd.org/changeset/base/314950 Log: Don't expect :test_large_inputs to fail with i386 anymore Recent changes (maybe a side-effect of the ATF-ification in r314649) invalidate the failure expectation.

svn commit: r314951 - head/lib/msun/tests

2017-03-08 Thread Ngie Cooper
Author: ngie Date: Thu Mar 9 06:58:47 2017 New Revision: 314951 URL: https://svnweb.freebsd.org/changeset/base/314951 Log: Expect :test_zero_input to fail on amd64 The clang 4.x+ upgrade now causes this testcase to fail, but only on amd64. More investigation will be done to determin

svn commit: r314954 - head/lib/libc/tests/sys

2017-03-09 Thread Ngie Cooper
Author: ngie Date: Thu Mar 9 09:25:11 2017 New Revision: 314954 URL: https://svnweb.freebsd.org/changeset/base/314954 Log: style(9): sort the #includes MFC after:1 week Sponsored by: Dell EMC Isilon Modified: head/lib/libc/tests/sys/mlock_helper.c Modified: head/lib/libc/tests/sy

Re: svn commit: r314989 - head/usr.bin/vmstat

2017-03-10 Thread Ngie Cooper
> On Mar 10, 2017, at 03:59, Pedro Giffuni wrote: > >> On 3/10/2017 2:45 AM, Bruce Evans wrote: >>> On Fri, 10 Mar 2017, Marcelo Araujo wrote: >>> >>> ... >>> Log: >>> Use nitems() from sys/param.h and also remove the cast. >>> >>> Reviewed by:markj >>> MFC after:3 weeks. >>> Different

svn commit: r315094 - head/sbin/setkey

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 02:21:16 2017 New Revision: 315094 URL: https://svnweb.freebsd.org/changeset/base/315094 Log: Delete duplicate -I /lib/libipsec added in r171135 It's already handled earlier on in the Makefile, per the change made in r80029. MFC after:1 month Spons

svn commit: r315098 - head/usr.bin/xinstall/tests

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 03:29:49 2017 New Revision: 315098 URL: https://svnweb.freebsd.org/changeset/base/315098 Log: Clarify src vs dest path mismatch in :symbolic_link_{absolute,relative}_body Unfortunately kyua does not omit the path mismatch on failure, so it must be coded into

svn commit: r315106 - head/usr.bin/xinstall/tests

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 03:58:54 2017 New Revision: 315106 URL: https://svnweb.freebsd.org/changeset/base/315106 Log: Add 3 more testcases demonstrating how install -l sr works The additional testcases use absolute paths for sources and targets, as the other testcase which tested `-

svn commit: r315108 - head/usr.bin/xinstall/tests

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 04:08:36 2017 New Revision: 315108 URL: https://svnweb.freebsd.org/changeset/base/315108 Log: Restore some of the error message text accidentally removed in r315098 "unexpected symlink contents" is more pedantically correct than "unexpected symlink". MFC

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

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 04:14:21 2017 New Revision: 315111 URL: https://svnweb.freebsd.org/changeset/base/315111 Log: Remove /rescue/iscsictl and /rescue/iscsid if MK_ISCSI == no MFC after:3 days Sponsored by: Dell EMC Isilon Modified: head/tools/build/mk/OptionalObsoleteFile

svn commit: r315113 - in head: rescue/rescue tools/build/mk

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 04:24:29 2017 New Revision: 315113 URL: https://svnweb.freebsd.org/changeset/base/315113 Log: Conditionally compile [additional] programs into rescue(8) if requested Trivial oversight missed in r314240 cleanup because I enable these knobs on my test machines.

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

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 04:28:45 2017 New Revision: 315114 URL: https://svnweb.freebsd.org/changeset/base/315114 Log: Remove /rescue/zdb if MK_ZFS == no Missed in r202452. MFC after:3 days Sponsored by: Dell EMC Isilon Modified: head/tools/build/mk/OptionalObsoleteFiles.

svn commit: r315132 - head/lib/libcam

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 05:07:33 2017 New Revision: 315132 URL: https://svnweb.freebsd.org/changeset/base/315132 Log: Use .Dv when referencing NULL This is the correct markup macro, as opposed to .Va (variable names) While here, annotate several bare references to `NULL` with .Dv

svn commit: r315133 - head/lib/libcam

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 05:20:49 2017 New Revision: 315133 URL: https://svnweb.freebsd.org/changeset/base/315133 Log: lib/libcam/cam.3: fix manpage warnings - spelling: "mis-named" should be "misnamed". - delete spaces interspersed in literal representation of `struct cam_device

Re: svn commit: r308996 - head/lib/libfetch

2017-03-12 Thread Ngie Cooper
> On Mar 12, 2017, at 04:26, Dag-Erling Smørgrav wrote: > > "Ngie Cooper (yaneurabeya)" writes: >> Hi Bjoern, > > No, that was my father :) :D.. >>Shouldn’t this be strrchr instead of strchr since you’re >> scanning for the service from the r

Re: svn commit: r315164 - head/lib/libpam/modules/pam_exec

2017-03-12 Thread Ngie Cooper
> On Mar 12, 2017, at 10:41, Pedro F. Giffuni wrote: > > Author: pfg > Date: Sun Mar 12 17:41:51 2017 > New Revision: 315164 > URL: https://svnweb.freebsd.org/changeset/base/315164 > > Log: > Revert r314780 > libpam: extra bounds checking through reallocarray(3). > > It appears to be causin

Re: svn commit: r314780 - head/lib/libpam/modules/pam_exec

2017-03-12 Thread Ngie Cooper
> On Mar 12, 2017, at 11:04, Ian Lepore wrote: ... > A quirk of C that's often forgotten is that a function-like macro is > only expanded as a macro if the token following the macro name is an > open paren. So nitems() is a macro invokation and nitems = 0; is just > a variable. > > I'm not ar

svn commit: r315181 - head/sbin/setkey

2017-03-12 Thread Ngie Cooper
Author: ngie Date: Mon Mar 13 01:05:25 2017 New Revision: 315181 URL: https://svnweb.freebsd.org/changeset/base/315181 Log: Fix CFLAGS for including netipsec headers #includes The netipsec headers are referenced via netipsec/..., not ./... . Thus, assuming that the netipsec/... is nested

svn commit: r315186 - head/lib/libcam

2017-03-12 Thread Ngie Cooper
Author: ngie Date: Mon Mar 13 02:12:33 2017 New Revision: 315186 URL: https://svnweb.freebsd.org/changeset/base/315186 Log: lib/libcam/cam.3: note that cam_freeccb(3) with ccb == NULL is a no-op This allows me to accurately test this scenario, and for others to rely on the behavior, inste

Re: svn commit: r315112 - in head: sbin/geom/class/label sys/geom/part

2017-03-13 Thread Ngie Cooper
> On Mar 13, 2017, at 06:25, Marcelo Araujo wrote: > > Yes, I saw it too. > I'm back to my hotel in Japan, and I will commit it soon. > > Thank you all for the hands up. https://img.clipartfest.com/6aa6e076f5af13d0dd77062e11c691fc_now-hands-in-air-roller-coaster-fun-clipart_400-408.jpeg Thank

Re: svn commit: r315112 - in head: sbin/geom/class/label sys/geom/part

2017-03-13 Thread Ngie Cooper
can run only that geli(8) test > manually? sudo make -C tests/sys/geom/class/eli check ... is probably one of the easier ways. HTH! -Ngie > 2017-03-13 17:48 GMT+08:00 Andrey V. Elsukov : >> On 13.03.2017 04:54, Ngie Cooper (yaneurabeya) wrote: >> > Hi Marcel, This change

svn commit: r315199 - head/sbin/dhclient

2017-03-13 Thread Ngie Cooper
Author: ngie Date: Mon Mar 13 17:05:49 2017 New Revision: 315199 URL: https://svnweb.freebsd.org/changeset/base/315199 Log: sbin/dhclient: fix a memory leak in parse_client_lease_statement(..) The memory stored by `lease` would have previously been leaked if an unterminated lease declarat

svn commit: r315200 - head/sbin/dhclient/tests

2017-03-13 Thread Ngie Cooper
Author: ngie Date: Mon Mar 13 17:15:45 2017 New Revision: 315200 URL: https://svnweb.freebsd.org/changeset/base/315200 Log: Fix -Wunused-but-set-warning with `ret` While here, resolve Coverity warnings by demonstrating that vfprintf's return value is being explicitly ignored. MFC aft

svn commit: r315202 - head/lib/libcam

2017-03-13 Thread Ngie Cooper
Author: ngie Date: Mon Mar 13 17:35:55 2017 New Revision: 315202 URL: https://svnweb.freebsd.org/changeset/base/315202 Log: lib/libcam/cam_cdbparse.3: fix manpage warnings - Add comma before and after 'e.g.'; remove surrounding parentheses that were unnecessary after this change [1].

svn commit: r315203 - head/sbin/dhclient

2017-03-13 Thread Ngie Cooper
Author: ngie Date: Mon Mar 13 17:45:00 2017 New Revision: 315203 URL: https://svnweb.freebsd.org/changeset/base/315203 Log: sbin/dhclient: fix `vendor` storage leak in parse_option_decl(..) This ensures the storage isn't leaked when non-NULL and the function returns early, prior to the `f

svn commit: r315206 - head/contrib/bsnmp/snmpd

2017-03-13 Thread Ngie Cooper
Author: ngie Date: Mon Mar 13 18:01:01 2017 New Revision: 315206 URL: https://svnweb.freebsd.org/changeset/base/315206 Log: bsnmpd: fix segfault when trans_insert_port(..) is called with multiple out of order addresses Move `port->transport` initialization before the TAILQ_FOREACH(..) loo

Re: svn commit: r315214 - head/usr.sbin/mpsutil

2017-03-13 Thread Ngie Cooper
On Mon, Mar 13, 2017 at 1:49 PM, Pedro F. Giffuni wrote: > Author: pfg > Date: Mon Mar 13 20:49:31 2017 > New Revision: 315214 > URL: https://svnweb.freebsd.org/changeset/base/315214 > > Log: > mpsutil(8): let calloc(3) do the multiplying. Should this change and the next one (ypbind) be MFCed?

svn commit: r321109 - head/sys/kern

2017-07-17 Thread Ngie Cooper
Author: ngie Date: Tue Jul 18 06:51:27 2017 New Revision: 321109 URL: https://svnweb.freebsd.org/changeset/base/321109 Log: Fix whitespace regression accidentally checked in via ^/head@r280149 MFC after:now Modified: head/sys/kern/subr_sbuf.c Modified: head/sys/kern/subr_sbuf.c

svn commit: r321138 - head/bin/dd/tests

2017-07-18 Thread Ngie Cooper
Author: ngie Date: Tue Jul 18 17:29:12 2017 New Revision: 321138 URL: https://svnweb.freebsd.org/changeset/base/321138 Log: Remove unnecessary make logic added in r319339 This makes the change cleaner and easier to backport to ^/stable/10. MFC after:now Modified: head/bin/dd/tes

svn commit: r321210 - head/tests/sys/kern

2017-07-19 Thread Ngie Cooper
Author: ngie Date: Wed Jul 19 16:08:08 2017 New Revision: 321210 URL: https://svnweb.freebsd.org/changeset/base/321210 Log: Remove expected failure for :coredump_phnum The testcase no longer fails on ^/head because readelf has established parity with binutils' copy of readelf. This i

svn commit: r321211 - head/tests/sys/kern

2017-07-19 Thread Ngie Cooper
Author: ngie Date: Wed Jul 19 16:23:02 2017 New Revision: 321211 URL: https://svnweb.freebsd.org/changeset/base/321211 Log: Clean up :coredump_phnum - Use "atf_check -x 'cmd1 | cmd2'" instead of "cmd1 | atf_check cmd2". The two forms are idiomatically similar, but subtly different in th

svn commit: r321214 - head/targets/pseudo/tests

2017-07-19 Thread Ngie Cooper
Author: ngie Date: Wed Jul 19 16:45:57 2017 New Revision: 321214 URL: https://svnweb.freebsd.org/changeset/base/321214 Log: Update targets/pseudo/tests/Makefile.depend after recent additions/subtractions from the FreeBSD test suite. MFC after:3 days MFC with: r316603 Modified:

svn commit: r321227 - head/usr.bin/diff/tests

2017-07-19 Thread Ngie Cooper
Author: ngie Date: Wed Jul 19 18:30:16 2017 New Revision: 321227 URL: https://svnweb.freebsd.org/changeset/base/321227 Log: Use more flexible expression for replacing t_diff in contrib/netbsd-tests/usr.bin/diff/t_diff.sh with the name of the script via `basename $0`. This was a change I

svn commit: r321235 - head/usr.sbin/cron/cron

2017-07-19 Thread Ngie Cooper
Author: ngie Date: Wed Jul 19 19:38:25 2017 New Revision: 321235 URL: https://svnweb.freebsd.org/changeset/base/321235 Log: Fix trivial whitespace bug introduced in usage message changes for -n support (r304570). MFC after:now Modified: head/usr.sbin/cron/cron/cron.c Modified: hea

svn commit: r321240 - head/usr.sbin/cron/cron

2017-07-19 Thread Ngie Cooper
Author: ngie Date: Wed Jul 19 19:53:07 2017 New Revision: 321240 URL: https://svnweb.freebsd.org/changeset/base/321240 Log: cron(8) manpage updates - Document /etc/cron.d and /usr/local/etc/cron.d under FILES. - Reword documentation for -n: add appropriate soft-stop and remove contrac

svn commit: r321261 - head/usr.sbin/newsyslog/tests

2017-07-19 Thread Ngie Cooper
Author: ngie Date: Thu Jul 20 00:40:03 2017 New Revision: 321261 URL: https://svnweb.freebsd.org/changeset/base/321261 Log: Clean up leading whitespace (convert single column spaces to hard tabs) MFC after:now Modified: head/usr.sbin/newsyslog/tests/legacy_test.sh Modified: head/usr

svn commit: r321282 - head/sys/dev/e1000

2017-07-19 Thread Ngie Cooper
Author: ngie Date: Thu Jul 20 04:32:06 2017 New Revision: 321282 URL: https://svnweb.freebsd.org/changeset/base/321282 Log: Some trivial style(9) fixes - Delete trailing whitespace. - Fix leading indentation (convert single column spaces to tabs). - Convert "[Ff]all through" to "FALLTHR

svn commit: r321283 - head/usr.bin/procstat

2017-07-19 Thread Ngie Cooper
Author: ngie Date: Thu Jul 20 05:43:48 2017 New Revision: 321283 URL: https://svnweb.freebsd.org/changeset/base/321283 Log: procstat(8): clarify program usage - Visualize mutually exclusive options and their corresponding arguments. - Try to make the subtleties that are expressed in t

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

2017-07-21 Thread Ngie Cooper
> On Jul 21, 2017, at 00:44, Michael Tuexen wrote: > > Author: tuexen > Date: Fri Jul 21 07:44:43 2017 > New Revision: 321325 > URL: https://svnweb.freebsd.org/changeset/base/321325 > > Log: > Fix getsockopt() for listening sockets when using SO_SNDBUF, SO_RCVBUF, > SO_SNDLOWAT, SO_RCVLOWAT.

Re: svn commit: r321332 - in head: lib/librt tests/sys/aio

2017-07-21 Thread Ngie Cooper
> On Jul 21, 2017, at 08:11, Alan Somers wrote: > > PR: 220459 > >> On Fri, Jul 21, 2017 at 9:09 AM, Alan Somers wrote: >> Author: asomers >> Date: Fri Jul 21 15:09:24 2017 >> New Revision: 321332 >> URL: https://svnweb.freebsd.org/changeset/base/321332 >> >> Log: >> Implement SIGEV_THR

Re: svn commit: r321332 - in head: lib/librt tests/sys/aio

2017-07-22 Thread Ngie Cooper
>> On Jul 21, 2017, at 09:12, Alan Somers wrote: >> >>> On Fri, Jul 21, 2017 at 10:06 AM, Ngie Cooper wrote: >>> >>> On Jul 21, 2017, at 08:11, Alan Somers wrote: >>> >>> PR: 220459 >>> >>>> On Fri, Jul 21

svn commit: r321387 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil

2017-07-23 Thread Ngie Cooper
Author: ngie Date: Sun Jul 23 17:57:00 2017 New Revision: 321387 URL: https://svnweb.freebsd.org/changeset/base/321387 Log: Don't use incorrect hardcoded path to ksh -- use /usr/bin/env to find ksh instead MFC after:1 month Modified: head/cddl/contrib/opensolaris/cmd/dtrace/test/t

svn commit: r321424 - head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts

2017-07-24 Thread Ngie Cooper
Author: ngie Date: Mon Jul 24 17:27:21 2017 New Revision: 321424 URL: https://svnweb.freebsd.org/changeset/base/321424 Log: Style cleanup: delete spurious trailing whitespace MFC after:1 month Modified: head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl Modified: hea

svn commit: r321425 - head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts

2017-07-24 Thread Ngie Cooper
Author: ngie Date: Mon Jul 24 17:29:56 2017 New Revision: 321425 URL: https://svnweb.freebsd.org/changeset/base/321425 Log: Fix whitespace on a line in fix(..) accidentally missed in r321424 MFC after:1 month MFC with: r321424 Modified: head/cddl/contrib/opensolaris/cmd/dtrace/

svn commit: r321431 - head/share/mk

2017-07-24 Thread Ngie Cooper
Author: ngie Date: Mon Jul 24 18:21:01 2017 New Revision: 321431 URL: https://svnweb.freebsd.org/changeset/base/321431 Log: Use __DEFAULT_DEPENDENT_OPTIONS for articulating dependency relationship between MK_STALE_STAGED and MK_STAGING instead of using equivalent ad hoc logic. MFC after

svn commit: r321444 - head/etc

2017-07-24 Thread Ngie Cooper
Author: ngie Date: Mon Jul 24 23:57:43 2017 New Revision: 321444 URL: https://svnweb.freebsd.org/changeset/base/321444 Log: Remove ${MTREE} and leverage etc/mtree/Makefile instead with "make distribution". This also fixes the fact that BSD.debug.dist was being installed if/when ${MK_DEB

svn commit: r321446 - head/etc/mtree

2017-07-24 Thread Ngie Cooper
Author: ngie Date: Tue Jul 25 00:28:23 2017 New Revision: 321446 URL: https://svnweb.freebsd.org/changeset/base/321446 Log: Unconditionally install etc/mtree/BSD.debug.dist again r279248 unconditionally installed BSD.debug.dist for ease-of-developer-use. Restore the previous behavior.

svn commit: r321455 - head/lib/msun/tests

2017-07-24 Thread Ngie Cooper
Author: ngie Date: Tue Jul 25 03:54:35 2017 New Revision: 321455 URL: https://svnweb.freebsd.org/changeset/base/321455 Log: Raise WARNS to 1 This will enable warnings with the msun tests. MFC after:1 month Modified: head/lib/msun/tests/Makefile Modified: head/lib/msun/tests/Mak

svn commit: r321456 - head/lib/msun/tests

2017-07-24 Thread Ngie Cooper
Author: ngie Date: Tue Jul 25 03:55:44 2017 New Revision: 321456 URL: https://svnweb.freebsd.org/changeset/base/321456 Log: Convert lib/msun/trig_test from TAP to ATF format Only expose :accuracy and :reduction if !i386, similar to before, but more holistically to avoid future -Wunused is

svn commit: r321457 - head/lib/msun/tests

2017-07-24 Thread Ngie Cooper
Author: ngie Date: Tue Jul 25 03:56:42 2017 New Revision: 321457 URL: https://svnweb.freebsd.org/changeset/base/321457 Log: Mark :reduction as an expected failure It fails with clang 5.0+. PR: 220989 MFC after:2 months MFC with: r321369 Reported by: Jenkins Modified:

svn commit: r321483 - head/lib/msun/tests

2017-07-25 Thread Ngie Cooper
Author: ngie Date: Tue Jul 25 16:11:36 2017 New Revision: 321483 URL: https://svnweb.freebsd.org/changeset/base/321483 Log: Mask issues with duplicate definitions for __fnstcw, __fldenv, and __fldcw on i386 by ignoring -Wmacro-redefined. This is a bandaid until the code is fixed and will

svn commit: r321484 - head/lib/msun/tests

2017-07-25 Thread Ngie Cooper
Author: ngie Date: Tue Jul 25 16:21:22 2017 New Revision: 321484 URL: https://svnweb.freebsd.org/changeset/base/321484 Log: Only test ld_pi_odd with LDBL_MANT_DIG == 64 to fix the build The empty (unimplemented) test inputs for sparc64 trigger a -Wtype-limits build failure because nitems

svn commit: r321486 - head/lib/msun/tests

2017-07-25 Thread Ngie Cooper
Author: ngie Date: Tue Jul 25 16:57:25 2017 New Revision: 321486 URL: https://svnweb.freebsd.org/changeset/base/321486 Log: Re-add #endif accidentally deleted in r321484 MFC after:1 month MFC with: r321455, r321484 Modified: head/lib/msun/tests/trig_test.c Modified: head/lib/m

svn commit: r321702 - head/tests/sys/geom/class/gate

2017-07-29 Thread Ngie Cooper
Author: ngie Date: Sat Jul 29 22:01:17 2017 New Revision: 321702 URL: https://svnweb.freebsd.org/changeset/base/321702 Log: Load geom_gate(4) if necessary before running tests; skip if it can't be loaded The test code prior to r311893 loaded geom_gate at test start if necessary and skipp

svn commit: r321703 - head/tests/sys/geom/class/gate

2017-07-29 Thread Ngie Cooper
Author: ngie Date: Sat Jul 29 22:03:21 2017 New Revision: 321703 URL: https://svnweb.freebsd.org/changeset/base/321703 Log: Remove superfluous `exit 0` added in r321702 atf_skip triggers equivalent functionality, which means the `exit 0` is unreachable code. PR: 220164 MF

svn commit: r321704 - head/lib/libprocstat

2017-07-29 Thread Ngie Cooper
Author: ngie Date: Sat Jul 29 22:16:05 2017 New Revision: 321704 URL: https://svnweb.freebsd.org/changeset/base/321704 Log: Add sys/socket.h to SYNOPSIS for libprocstat(3) sys/socket.h is required for procstat_get_socket_info(3), added in r221807. MFC after:1 month PR:

svn commit: r321705 - head/lib/libprocstat

2017-07-29 Thread Ngie Cooper
Author: ngie Date: Sat Jul 29 22:19:00 2017 New Revision: 321705 URL: https://svnweb.freebsd.org/changeset/base/321705 Log: libprocstat(3): fix reference (typo) to procstat_freeenvv in description for procstat_getargv(3) PR: 217884 MFC after:1 month Submitted by: tobik

svn commit: r321706 - head/lib/libprocstat

2017-07-29 Thread Ngie Cooper
Author: ngie Date: Sat Jul 29 22:25:45 2017 New Revision: 321706 URL: https://svnweb.freebsd.org/changeset/base/321706 Log: libprocstat(3): fix arguments list for procstat_getargv(3) and procstat_getenvv(3) Neither libcall takes a fourth argument (`char *errbuf`). PR: 217884

svn commit: r321844 - head/sys/boot/zfs

2017-07-31 Thread Ngie Cooper
Author: ngie Date: Tue Aug 1 05:16:14 2017 New Revision: 321844 URL: https://svnweb.freebsd.org/changeset/base/321844 Log: Clean up style in print_state(..) and pager_printf(..) No functional change intended. MFC after:3 days Modified: head/sys/boot/zfs/zfsimpl.c Modified: hea

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