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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 02:22:42 2020 New Revision: 368547 URL: https://svnweb.freebsd.org/changeset/base/368547 Log: timespec_get(3): sort SEE ALSO correctly clock_gettime(2) should be mentioned before gettimeofday(2). Reported by: make manlint MFC after:1 week

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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 01:52:27 2020 New Revision: 368546 URL: https://svnweb.freebsd.org/changeset/base/368546 Log: cpuset{,_getaffinity,_getdomain}.2: fix SEE ALSO Sort by manpage section, then sort entries alphabetically. This makes the manpages `make manlint` clean.

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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 00:28:28 2020 New Revision: 368537 URL: https://svnweb.freebsd.org/changeset/base/368537 Log: aio_suspend.2: properly canonicalize .Dd Months should be fully spelled as their local-specific equivalents: in this case `Oct` should have been spelled like

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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 00:26:49 2020 New Revision: 368536 URL: https://svnweb.freebsd.org/changeset/base/368536 Log: cap_enter(2): fix CAVEATS section The CAVEATS section was misspelled as "CAVEAT" before this change. Fix the spelling to identify issues related to the section.

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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 00:20:04 2020 New Revision: 368534 URL: https://svnweb.freebsd.org/changeset/base/368534 Log: posix_spawn(3): fix section that references `vfork` `vfork(2)` should be referenced in paragraphs as `.Fn vfork`, not `vfork()`. This change switches the reference

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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 00:15:57 2020 New Revision: 368533 URL: https://svnweb.freebsd.org/changeset/base/368533 Log: getentropy(3): sort SEE ALSO sections Sorting order should be done by manpage section (2 vs 3), then alphabetically. This change fixes the order to sort by the

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

2020-12-10 Thread Enji Cooper
Author: ngie Date: Fri Dec 11 00:13:39 2020 New Revision: 368532 URL: https://svnweb.freebsd.org/changeset/base/368532 Log: arc4random(3): fix .Xr issues - pthreads(3) should actually be pthread(3). - getentropy(2) should actually be getentropy(3). This makes the manpage `make

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

2020-12-07 Thread Enji Cooper
Author: ngie Date: Tue Dec 8 04:18:16 2020 New Revision: 368436 URL: https://svnweb.freebsd.org/changeset/base/368436 Log: extattr_get_file(20: bump .Dd This is being done for the formatting and context changes. While the net content hasn't been changed, the content/context changes

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

2020-12-07 Thread Enji Cooper
Author: ngie Date: Tue Dec 8 04:16:05 2020 New Revision: 368435 URL: https://svnweb.freebsd.org/changeset/base/368435 Log: extattr_get_file(2): clarify RETURN VALUES While some of the syscalls' behavior were documented and implied in the RETURN VALUES section by earlier, e.g., the

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

2020-12-07 Thread Enji Cooper
Author: ngie Date: Tue Dec 8 04:05:19 2020 New Revision: 368434 URL: https://svnweb.freebsd.org/changeset/base/368434 Log: extattr_get_file(2): fix more formatting - Remove an unnecessary trailing comma separating a two-item clause. - Sort more function calls alphabetically (in the same

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

2020-12-07 Thread Enji Cooper
Author: ngie Date: Tue Dec 8 04:01:03 2020 New Revision: 368433 URL: https://svnweb.freebsd.org/changeset/base/368433 Log: extattr_get_file(2): sort syscalls alphabetically Although some sections of the manpage sort the syscalls alphabetically, many core areas of the manpage do not.

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

2020-12-07 Thread Enji Cooper
Author: ngie Date: Tue Dec 8 03:48:05 2020 New Revision: 368432 URL: https://svnweb.freebsd.org/changeset/base/368432 Log: lio_listio(2): fix manlint error The date with .Dd prior to this change isn't canonically spelled out: it should have been "December", not "Dec". MFC after:

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

2020-12-07 Thread Enji Cooper
Author: ngie Date: Tue Dec 8 03:43:00 2020 New Revision: 368431 URL: https://svnweb.freebsd.org/changeset/base/368431 Log: extattr_get_fd(2): fix manlint errors - The CAVEATS section was misspelled as "CAVEAT". - The CAVEATS section should come before the "BUGS" section and after

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

2020-11-05 Thread Enji Cooper
Author: ngie Date: Thu Nov 5 21:37:24 2020 New Revision: 367399 URL: https://svnweb.freebsd.org/changeset/base/367399 Log: snmpmod(3): fix typo under the COMMUNITIES section "recipte" should be spelled like "receipt". .Dd is intentionally not being bumped for the change. MFC

Re: svn commit: r366697 - head/usr.bin/xinstall

2020-10-14 Thread Enji Cooper
> On Oct 14, 2020, at 5:28 AM, Alex Richardson wrote: > > Author: arichardson > Date: Wed Oct 14 12:28:41 2020 > New Revision: 366697 > URL: https://svnweb.freebsd.org/changeset/base/366697 > > Log: > install(1): Avoid unncessary fstatfs() calls and use mmap() based on size > > According

svn commit: r366327 - in head/lib/libc: gen net

2020-10-01 Thread Enji Cooper
Author: ngie Date: Thu Oct 1 16:37:49 2020 New Revision: 366327 URL: https://svnweb.freebsd.org/changeset/base/366327 Log: Eliminate duplicate `afterinstallconfigs` target Define separate dependent targets which `afterinstallconfigs` relies on, in order to modify

Re: svn commit: r363088 - head/usr.bin/xinstall/tests

2020-07-12 Thread Enji Cooper
> On Jul 10, 2020, at 6:13 PM, Eugene Grosbein wrote: > > 11.07.2020 8:07, Eugene Grosbein wrote: > Fix the tests for install(1): add support for STRIPBIN's -o option. >>> Is this feature now completely gone? Are binaries being stripped >>> properly in ports, etc? > > Support for

Re: svn commit: r363103 - head/usr.sbin/bsdinstall/scripts

2020-07-12 Thread Enji Cooper
> On Jul 11, 2020, at 10:20 AM, Allan Jude wrote: > > Author: allanjude > Date: Sat Jul 11 17:20:17 2020 > New Revision: 363103 > URL: https://svnweb.freebsd.org/changeset/base/363103 > > Log: > bsdinstall: only kill the dhclient for the interface we are restarting > > PR: 205821 >

svn commit: r363132 - head/tests/sys/audit

2020-07-12 Thread Enji Cooper
Author: ngie Date: Sun Jul 12 17:16:57 2020 New Revision: 363132 URL: https://svnweb.freebsd.org/changeset/base/363132 Log: Don't leave `path` behind when executing `:chflags_success` Prior to this change a `SF_IMMUTABLE` chflagsat(2)'ed file (`path`) was left behind, which sabotaged

Re: svn commit: r363088 - head/usr.bin/xinstall/tests

2020-07-10 Thread Enji Cooper
> On Jul 10, 2020, at 3:59 PM, Eugene Grosbein wrote: > > Author: eugen > Date: Fri Jul 10 22:59:26 2020 > New Revision: 363088 > URL: https://svnweb.freebsd.org/changeset/base/363088 > > Log: > Fix the tests for install(1): add support for STRIPBIN's -o option. Is this feature now

Re: svn commit: r362667 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2020-06-26 Thread Enji Cooper
> On Jun 26, 2020, at 6:02 PM, Alexey Dokuchaev wrote: > > On Sat, Jun 27, 2020 at 12:57:48AM +, Matt Macy wrote: >> New Revision: 362667 >> URL: https://svnweb.freebsd.org/changeset/base/362667 >> >> Log: >> Fix "current" variable name conflict with openzfs >> >> The variable "current"

svn commit: r362591 - head/sys/kern

2020-06-24 Thread Enji Cooper
Author: ngie Date: Wed Jun 24 18:51:01 2020 New Revision: 362591 URL: https://svnweb.freebsd.org/changeset/base/362591 Log: Add `kern.features.witness` Adding `kern.features.witness` helps expose whether or not the kernel has `options WITNESS` enabled, so the `feature_present(3)` API can

Re: svn commit: r361275 - in head/sys: conf dev/hyperv/hvsock dev/hyperv/include dev/hyperv/vmbus modules/hyperv modules/hyperv/hvsock sys

2020-05-20 Thread Enji Cooper
> On May 20, 2020, at 08:54, Enji Cooper wrote: >  >>> On May 20, 2020, at 08:11, Shawn Webb wrote: >>> >>> On Wed, May 20, 2020 at 11:03:59AM +, Wei Hu wrote: >>> Author: whu >>> Date: Wed May 20 11:03:59 2020 >>> New Revisio

Re: svn commit: r361275 - in head/sys: conf dev/hyperv/hvsock dev/hyperv/include dev/hyperv/vmbus modules/hyperv modules/hyperv/hvsock sys

2020-05-20 Thread Enji Cooper
> On May 20, 2020, at 08:11, Shawn Webb wrote: > > On Wed, May 20, 2020 at 11:03:59AM +, Wei Hu wrote: >> Author: whu >> Date: Wed May 20 11:03:59 2020 >> New Revision: 361275 >> URL: https://svnweb.freebsd.org/changeset/base/361275 >> >> Log: >> HyperV socket implementation for FreeBSD

Re: svn commit: r360905 - in head/tests/sys/netpfil: common pf

2020-05-11 Thread Enji Cooper
> On May 11, 2020, at 12:07 PM, Mark Johnston wrote: > > Author: markj > Date: Mon May 11 19:07:33 2020 > New Revision: 360905 > URL: https://svnweb.freebsd.org/changeset/base/360905 > > Log: > Remove the svn:executable property from some pf test files. > > The test makefiles will handle

Re: svn commit: r360019 - head/tests/sys/kern

2020-04-20 Thread Enji Cooper
> On Apr 20, 2020, at 10:10 AM, Jonathan T. Looney wrote: > > On Sun, Apr 19, 2020 at 5:03 PM Enji Cooper <mailto:yaneurab...@gmail.com>> wrote: > > > On Apr 16, 2020, at 1:07 PM, Jonathan T. Looney wrote: > > > > Author: jtl > > Date: Thu

Re: svn commit: r360019 - head/tests/sys/kern

2020-04-19 Thread Enji Cooper
> On Apr 16, 2020, at 1:07 PM, Jonathan T. Looney wrote: > > Author: jtl > Date: Thu Apr 16 20:07:34 2020 > New Revision: 360019 > URL: https://svnweb.freebsd.org/changeset/base/360019 > > Log: > Add a regression test for the changes in r359922 and r359923. > > Note that the Python code has

Re: svn commit: r360102 - in head: libexec/rc/rc.d share/mk tools/build/mk

2020-04-19 Thread Enji Cooper
> On Apr 19, 2020, at 10:01 AM, Cy Schubert wrote: > > Author: cy > Date: Sun Apr 19 17:01:21 2020 > New Revision: 360102 > URL: https://svnweb.freebsd.org/changeset/base/360102 > > Log: > Conditionally install Kerberos rc files based on MK_KERBEROS_SCRIPTS > instead of MK_KERBEROS. The

Re: svn commit: r359689 - head/usr.sbin/config

2020-04-08 Thread Enji Cooper
> On Apr 7, 2020, at 7:14 AM, Kyle Evans wrote: > > Author: kevans > Date: Tue Apr 7 14:14:59 2020 > New Revision: 359689 > URL: https://svnweb.freebsd.org/changeset/base/359689 > > Log: > config(8): "fix" a couple of buffer overflows > > Recently added/changed lines in various kernel

Re: svn commit: r359514 - head/tools/test/bsnmp

2020-04-01 Thread Enji Cooper
> On Apr 1, 2020, at 08:56, Hartmut Brandt wrote: > > Author: harti > Date: Wed Apr 1 15:39:02 2020 > New Revision: 359514 > URL: https://svnweb.freebsd.org/changeset/base/359514 > > Log: > Add a makefile to build and run the tests for the bsnmp library. > This is not automatically built

Re: svn commit: r359385 - head/usr.bin/kyua

2020-03-28 Thread Enji Cooper
> On Mar 28, 2020, at 7:37 PM, Enji Cooper wrote: > >> >> On Mar 27, 2020, at 8:22 PM, Brooks Davis > <mailto:bro...@freebsd.org>> wrote: >> >> On Sat, Mar 28, 2020 at 01:08:20AM +, Enji Cooper wrote: >>> Author: ngie >>> Dat

svn commit: r359417 - in head: contrib/kyua/doc usr.bin/kyua

2020-03-28 Thread Enji Cooper
Author: ngie Date: Sun Mar 29 02:40:03 2020 New Revision: 359417 URL: https://svnweb.freebsd.org/changeset/base/359417 Log: Revert r359385-r359387 As noted by brooks/emaste, this is the wrong approach to take. Revert the changes so brooks can apply a more proper change. Requested

Re: svn commit: r359385 - head/usr.bin/kyua

2020-03-28 Thread Enji Cooper
> On Mar 27, 2020, at 8:22 PM, Brooks Davis wrote: > > On Sat, Mar 28, 2020 at 01:08:20AM +0000, Enji Cooper wrote: >> Author: ngie >> Date: Sat Mar 28 01:08:20 2020 >> New Revision: 359385 >> URL: https://svnweb.freebsd.org/changeset/base/359385 >> &g

svn commit: r359386 - head/contrib/kyua/doc

2020-03-27 Thread Enji Cooper
Author: ngie Date: Sat Mar 28 01:14:37 2020 New Revision: 359386 URL: https://svnweb.freebsd.org/changeset/base/359386 Log: Follow up to r359385 Actually add the generated manpages to unbreak the build. MFC with: r359385 Added: head/contrib/kyua/doc/kyua-about.1 (contents,

Re: svn commit: r359385 - head/usr.bin/kyua

2020-03-27 Thread Enji Cooper
> On Mar 27, 2020, at 6:33 PM, Ed Maste wrote: > > On Fri, 27 Mar 2020 at 21:09, Enji Cooper wrote: >> >> Author: ngie >> Date: Sat Mar 28 01:08:20 2020 >> New Revision: 359385 >> URL: https://svnweb.freebsd.org/changeset/base/359385 >&g

svn commit: r359387 - head/usr.bin/kyua

2020-03-27 Thread Enji Cooper
Author: ngie Date: Sat Mar 28 01:16:06 2020 New Revision: 359387 URL: https://svnweb.freebsd.org/changeset/base/359387 Log: The .PATH throbbing I added in r359385 is no longer required MFC with: r359385 Modified: head/usr.bin/kyua/Makefile Modified: head/usr.bin/kyua/Makefile

svn commit: r359385 - head/usr.bin/kyua

2020-03-27 Thread Enji Cooper
Author: ngie Date: Sat Mar 28 01:08:20 2020 New Revision: 359385 URL: https://svnweb.freebsd.org/changeset/base/359385 Log: Check in the generated copies of the manpages These manpages were meant to be templated once per `configure` run. Given that we're not bound by as many

Re: svn commit: r359168 - head

2020-03-24 Thread Enji Cooper
> On Mar 24, 2020, at 3:57 PM, Scott Long wrote: > > On Tue, Mar 24, 2020, at 3:45 PM, Gleb Smirnoff wrote: >> On Fri, Mar 20, 2020 at 04:02:46PM +, Ed Maste wrote: >> E> Author: emaste >> E> Date: Fri Mar 20 16:02:45 2020 >> E> New Revision: 359168 >> E> URL:

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

2020-03-12 Thread Enji Cooper
Author: ngie Date: Thu Mar 12 16:06:26 2020 New Revision: 358912 URL: https://svnweb.freebsd.org/changeset/base/358912 Log: Remove /usr/share/snmp/defs/tc.def with delete-old if MK_BSNMP == no This removes a lingering file on new installs of CURRENT, originally added in r345797. MFC

Re: svn commit: r357833 - head/tests/sys/pjdfstest/tests

2020-02-17 Thread Enji Cooper (yaneurabeya)
> On Feb 12, 2020, at 14:01, Ed Maste wrote: > > On Wed, 12 Feb 2020 at 15:34, Enji Cooper <mailto:yaneurab...@gmail.com>> wrote: >> >> On Wed, Feb 12, 2020 at 9:37 AM Ed Maste wrote: >>> >>> Author: emaste >>> Date: Wed Feb

Re: svn commit: r357967 - head/sbin/ping6

2020-02-15 Thread Enji Cooper (yaneurabeya)
> On Feb 15, 2020, at 07:39, Alexander V. Chernikov > wrote: > > Author: melifaro > Date: Sat Feb 15 15:39:53 2020 > New Revision: 357967 > URL: https://svnweb.freebsd.org/changeset/base/357967 > > Log: > Make ping6(1) return code consistent with the man page. > When every sendto() call

Re: svn commit: r357833 - head/tests/sys/pjdfstest/tests

2020-02-12 Thread Enji Cooper
On Wed, Feb 12, 2020 at 9:37 AM Ed Maste wrote: > > Author: emaste > Date: Wed Feb 12 17:37:32 2020 > New Revision: 357833 > URL: https://svnweb.freebsd.org/changeset/base/357833 > > Log: > Tag pjdfstest symlink with pkgbase package > > As with the rest of pjdfstest, tag the symlink with

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

2020-02-09 Thread Enji Cooper (yaneurabeya)
> On Feb 8, 2020, at 07:51, Mateusz Guzik wrote: > > Author: mjg > Date: Sat Feb 8 15:51:08 2020 > New Revision: 357679 > URL: https://svnweb.freebsd.org/changeset/base/357679 > > Log: > vfs: remove now useless ENODEV handling from vn_fullpath consumers > > Noted by:ngie Thank you

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

2020-02-05 Thread Enji Cooper
On Sat, Feb 1, 2020 at 12:36 PM Mateusz Guzik wrote: > > Author: mjg > Date: Sat Feb 1 20:36:35 2020 > New Revision: 357384 > URL: https://svnweb.freebsd.org/changeset/base/357384 > > Log: > cache: remove vnode -> path lookup disablement > > It seems to be of little to no use even when

Re: svn commit: r356615 - head/share/mk

2020-01-10 Thread Enji Cooper
On Fri, Jan 10, 2020 at 2:00 PM Ed Maste wrote: > > Author: emaste > Date: Fri Jan 10 22:00:39 2020 > New Revision: 356615 > URL: https://svnweb.freebsd.org/changeset/base/356615 > > Log: > src.opts.mk: force KERBEROS_SUPPORT off where KERBEROS forced off > > Explicitly setting

Re: svn commit: r356322 - head/share/mk

2020-01-03 Thread Enji Cooper
On Fri, Jan 3, 2020 at 10:12 AM Ed Maste wrote: > > Author: emaste > Date: Fri Jan 3 18:11:55 2020 > New Revision: 356322 > URL: https://svnweb.freebsd.org/changeset/base/356322 > > Log: > src.opts.mk: GOOGLETEST requires CXX > > Reported by: Build Options Survey run by Michael Dexter

Re: svn commit: r355818 - in head: share/man/man4 sys/amd64/linux sys/amd64/linux32 sys/arm64/linux sys/compat/linux sys/i386/linux

2019-12-16 Thread Enji Cooper
> On Dec 16, 2019, at 12:07, Edward Tomasz Napierala wrote: > > Author: trasz > Date: Mon Dec 16 20:07:04 2019 > New Revision: 355818 > URL: https://svnweb.freebsd.org/changeset/base/355818 > > Log: > Add compat.linux.emul_path, so it can be set to something other > than "/compat/linux".

Re: svn commit: r355407 - head/sys/fs/tmpfs

2019-12-05 Thread Enji Cooper
> On Dec 5, 2019, at 05:36, Konstantin Belousov wrote: ... >> Could you elaborate on the why/rationale? >> >> Is there memory wastage/duplication, bug(s), performance or >> development/maintenance benefit? > Each mount/unmount of tmpfs created and destroyed two zones, as it is > easy to see

Re: svn commit: r355164 - in head: . share/man/man4 sys/amd64/conf sys/conf sys/dev/trm sys/i386/conf sys/modules sys/modules/trm

2019-11-30 Thread Enji Cooper
> On Nov 30, 2019, at 11:01 AM, Warner Losh wrote: > > On Sat, Nov 30, 2019 at 11:58 AM Enji Cooper <mailto:yaneurab...@gmail.com>> wrote: > >> On Nov 30, 2019, at 10:03 AM, Warner Losh > <mailto:i...@bsdimp.com>> wrote: >> >>

Re: svn commit: r355164 - in head: . share/man/man4 sys/amd64/conf sys/conf sys/dev/trm sys/i386/conf sys/modules sys/modules/trm

2019-11-30 Thread Enji Cooper
> On Nov 30, 2019, at 10:03 AM, Warner Losh wrote: > > > > On Sat, Nov 30, 2019 at 10:47 AM Enji Cooper <mailto:yaneurab...@gmail.com>> wrote: > > > On Nov 27, 2019, at 6:32 PM, Scott Long wrote: > > > > Author: scottl > > Date: Thu No

Re: svn commit: r355164 - in head: . share/man/man4 sys/amd64/conf sys/conf sys/dev/trm sys/i386/conf sys/modules sys/modules/trm

2019-11-30 Thread Enji Cooper
> On Nov 27, 2019, at 6:32 PM, Scott Long wrote: > > Author: scottl > Date: Thu Nov 28 02:32:17 2019 > New Revision: 355164 > URL: https://svnweb.freebsd.org/changeset/base/355164 > > Log: > Remove the trm(4) driver > > Differential Revision: https://reviews.freebsd.org/D22575 Hi

svn commit: r354361 - head

2019-11-05 Thread Enji Cooper
Author: ngie Date: Tue Nov 5 17:33:27 2019 New Revision: 354361 URL: https://svnweb.freebsd.org/changeset/base/354361 Log: Remove picobsd(8) via `make delete-old` This completes the commit that removed picobsd(8) (r354346). MFC after:never Modified: head/ObsoleteFiles.inc

Re: svn commit: r353937 - in head/share: man/man5 mk

2019-10-23 Thread Enji Cooper
> On Oct 23, 2019, at 10:02, Dimitry Andric wrote: > > Author: dim > Date: Wed Oct 23 17:02:45 2019 > New Revision: 353937 > URL: https://svnweb.freebsd.org/changeset/base/353937 > > Log: > Build toolchain components as dynamically linked executables by default > > Summary: >

Re: svn commit: r353888 - head/sys/vm

2019-10-22 Thread Enji Cooper
> On Oct 22, 2019, at 08:59, Konstantin Belousov wrote: > > Author: kib > Date: Tue Oct 22 15:59:16 2019 > New Revision: 353888 > URL: https://svnweb.freebsd.org/changeset/base/353888 > > Log: > vm_fault(): extract code to lock the vnode into a helper > vn_fault_lock_vnode(). From an

Re: svn commit: r353732 - head/sys/net

2019-10-22 Thread Enji Cooper
> On Oct 22, 2019, at 08:26, Gleb Smirnoff wrote: > > On Tue, Oct 22, 2019 at 07:53:31AM -0700, Enji Cooper wrote: > E> > Author: glebius > E> > Date: Fri Oct 18 15:20:24 2019 > E> > New Revision: 353732 > E> > URL: https://svnweb.freebsd.org/

Re: svn commit: r353732 - head/sys/net

2019-10-22 Thread Enji Cooper
> On Oct 18, 2019, at 08:20, Gleb Smirnoff wrote: > > Author: glebius > Date: Fri Oct 18 15:20:24 2019 > New Revision: 353732 > URL: https://svnweb.freebsd.org/changeset/base/353732 > > Log: > Make rt_getifa_fib() static. Why should it be made static? The answer to this question is missing

Re: svn commit: r353305 - head/tests/sys/kern

2019-10-09 Thread Enji Cooper (yaneurabeya)
> On Oct 8, 2019, at 08:04, Konstantin Belousov wrote: > > On Tue, Oct 08, 2019 at 01:43:05PM +, Eric van Gyzen wrote: >> Author: vangyzen >> Date: Tue Oct 8 13:43:05 2019 >> New Revision: 353305 >> URL: https://svnweb.freebsd.org/changeset/base/353305 >> >> Log: >> Fix problems in the

Re: svn commit: r352465 - head/share/mk

2019-09-18 Thread Enji Cooper
> On Sep 18, 2019, at 07:58, Kyle Evans wrote: > >> On Wed, Sep 18, 2019 at 9:46 AM Enji Cooper wrote: >> >> >>> On Sep 18, 2019, at 07:33, Enji Cooper wrote: >>> >>> >>>>> On Sep 18, 2019, at 05:40, Kyle Evans wrot

Re: svn commit: r352465 - head/share/mk

2019-09-18 Thread Enji Cooper
> On Sep 18, 2019, at 06:53, Warner Losh wrote: > > > >> On Wed, Sep 18, 2019, 1:41 PM Kyle Evans wrote: >> On Wed, Sep 18, 2019 at 7:34 AM Enji Cooper wrote: >> > >> > >> > > On Sep 17, 2019, at 18:58, Kyle Evans wrote: >> >

Re: svn commit: r352465 - head/share/mk

2019-09-18 Thread Enji Cooper
> On Sep 18, 2019, at 07:33, Enji Cooper wrote: > > >>> On Sep 18, 2019, at 05:40, Kyle Evans wrote: >>> >>> On Wed, Sep 18, 2019 at 7:34 AM Enji Cooper wrote: >>> >>> >>>> On Sep 17, 2019, at 18:58, Kyle Evans wrote: >

Re: svn commit: r352465 - head/share/mk

2019-09-18 Thread Enji Cooper
> On Sep 18, 2019, at 05:40, Kyle Evans wrote: > >> On Wed, Sep 18, 2019 at 7:34 AM Enji Cooper wrote: >> >> >>> On Sep 17, 2019, at 18:58, Kyle Evans wrote: >>> >>> Author: kevans >>> Date: Wed Sep 18 01:58:56 2019 >>&g

Re: svn commit: r352465 - head/share/mk

2019-09-18 Thread Enji Cooper
> On Sep 17, 2019, at 18:58, Kyle Evans wrote: > > Author: kevans > Date: Wed Sep 18 01:58:56 2019 > New Revision: 352465 > URL: https://svnweb.freebsd.org/changeset/base/352465 > > Log: > googletest: default-disable on all of MIPS for now > > Parts of the fusefs tests trigger a bug in

Re: svn commit: r346619 - head/sys/powerpc/aim

2019-09-03 Thread Enji Cooper
> On Apr 23, 2019, at 19:51, Justin Hibbits wrote: > > Author: jhibbits > Date: Wed Apr 24 02:51:58 2019 > New Revision: 346619 > URL: https://svnweb.freebsd.org/changeset/base/346619 > > Log: > powerpc: Add a couple missing isyncs > > mtmsr and mtsr require context synchronizing

svn commit: r346620 - head/tests/sys/opencrypto

2019-09-03 Thread Enji Cooper
Author: ngie Date: Wed Apr 24 04:40:24 2019 New Revision: 346620 URL: https://svnweb.freebsd.org/changeset/base/346620 Log: Reapply whitespace style changes from r346443 after recent changes to tests/sys/opencrypto From r346443: """ Replace hard tabs with four-character indentations,

svn commit: r346626 - head/tests/sys/opencrypto

2019-09-03 Thread Enji Cooper
Author: ngie Date: Wed Apr 24 05:49:48 2019 New Revision: 346626 URL: https://svnweb.freebsd.org/changeset/base/346626 Log: Fix typo: `Plen` should be `plen` MFC after:1 month MFC with: r346617 Reported by: pylint -E Modified: head/tests/sys/opencrypto/cryptotest.py

svn commit: r346625 - head/tests/sys/opencrypto

2019-09-03 Thread Enji Cooper
Author: ngie Date: Wed Apr 24 05:47:09 2019 New Revision: 346625 URL: https://svnweb.freebsd.org/changeset/base/346625 Log: Don't leak `fd` when manipulating the device via `_getdev()` Close the file descriptor when done calling ioctl with a try-finally block so it doesn't get leaked.

Re: svn commit: r346571 - in head: share/examples/tests/tests/tap share/man/man4 share/man/man5 share/zoneinfo/tests usr.bin/calendar/calendars usr.bin/du/tests usr.bin/getconf/tests usr.bin/procstat/

2019-09-03 Thread Enji Cooper
> On Apr 22, 2019, at 1:50 PM, Rodney W. Grimes > wrote: … > It still does not dis-associate mav's copyright with the All rights reserved > clause, > as it appears as if he did an insert of copyright bewteen the 2, thus giving > grey assertion by him of that clause. > > Again, please get

Re: svn commit: r346571 - in head: share/examples/tests/tests/tap share/man/man4 share/man/man5 share/zoneinfo/tests usr.bin/calendar/calendars usr.bin/du/tests usr.bin/getconf/tests usr.bin/procstat/

2019-09-03 Thread Enji Cooper (yaneurabeya)
8:10 2019 >>> (r346570) >>> +++ head/share/man/man4/cfiscsi.4 Mon Apr 22 17:52:46 2019 >>> (r346571) >>> @@ -1,7 +1,6 @@ >>> .\" Copyright (c) 2013 Edward Tomasz Napierala >>> .\" Copyright (c) 2015-2017 Alexander Moti

svn commit: r346576 - head/share/mk

2019-09-03 Thread Enji Cooper
Author: ngie Date: Mon Apr 22 18:40:46 2019 New Revision: 346576 URL: https://svnweb.freebsd.org/changeset/base/346576 Log: Fix up CXXSTD support originally added in r345708 r345708 worked for the base system, but unfortunately, caused a lot of disruption for third-party packages that

svn commit: r346627 - head/tests/sys/opencrypto

2019-09-03 Thread Enji Cooper
Author: ngie Date: Wed Apr 24 05:52:24 2019 New Revision: 346627 URL: https://svnweb.freebsd.org/changeset/base/346627 Log: Use `range` instead of `xrange` `xrange` is a pre-python 2.x compatible idiom. Use `range` instead. The values being iterated over are sufficiently small that using

svn commit: r346578 - head/lib/libclang_rt

2019-09-03 Thread Enji Cooper
Author: ngie Date: Mon Apr 22 19:21:35 2019 New Revision: 346578 URL: https://svnweb.freebsd.org/changeset/base/346578 Log: Build libclang_rt/profile on all clang-supported architectures There's no reason why a special case needs to be added specifically for amd64, arm, and i386, as the

svn commit: r346623 - head/tests/sys/opencrypto

2019-09-03 Thread Enji Cooper
Author: ngie Date: Wed Apr 24 04:50:03 2019 New Revision: 346623 URL: https://svnweb.freebsd.org/changeset/base/346623 Log: Chase PEP-3110 Replace `except Environment, e:` with `except Environment as e` for compatibility between python 2.x and python 3.x. While here, fix a bad

svn commit: r346572 - in head/lib: libcam/tests libkvm/tests libsbuf/tests

2019-09-03 Thread Enji Cooper
yright (c) 2017 Ngie Cooper - * All rights reserved. + * Copyright (c) 2017 Enji Cooper * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: head/lib/libkvm/te

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

2019-09-03 Thread Enji Cooper
Author: ngie Date: Mon Apr 22 11:09:24 2019 New Revision: 346539 URL: https://svnweb.freebsd.org/changeset/base/346539 Log: Fix `get_int_via_sysctlbyname(..)` on Jenkins Initialize `oldlen` to the size of the value, instead of leaving the value unitialized. Leaving it unitialized seems

Re: svn commit: r346443 - head/tests/sys/opencrypto

2019-09-03 Thread Enji Cooper
> On Apr 20, 2019, at 9:31 AM, Enji Cooper wrote: > > >> On Apr 20, 2019, at 9:30 AM, John Baldwin > <mailto:j...@freebsd.org>> wrote: >> >> On 4/20/19 8:43 AM, Enji Cooper wrote: >>> Author: ngie >>> Date: Sat Apr 20 15:43:28 2019 >

Re: svn commit: r346530 - in head/sys: netinet netinet6

2019-09-03 Thread Enji Cooper
> On Apr 22, 2019, at 12:27 AM, Hans Petter Selasky > wrote: > > Author: hselasky > Date: Mon Apr 22 07:27:24 2019 > New Revision: 346530 > URL: https://svnweb.freebsd.org/changeset/base/346530 > > Log: > Fix panic in network stack due to memory use after free in relation to > fragmented

svn commit: r346452 - head/tests/sys/opencrypto

2019-09-03 Thread Enji Cooper
Author: ngie Date: Sat Apr 20 16:37:28 2019 New Revision: 346452 URL: https://svnweb.freebsd.org/changeset/base/346452 Log: Revert r346443 My wide sweeping stylistic change (while well intended) is impeding others from working on `tests/sys/opencrypto`. The plan is to revert the

svn commit: r346574 - in head: lib/libc++ lib/libc++experimental lib/libc++fs lib/libcxxrt lib/libgcc_eh lib/ofed/libibnetdisc usr.bin/dtc

2019-09-03 Thread Enji Cooper
Author: ngie Date: Mon Apr 22 18:38:54 2019 New Revision: 346574 URL: https://svnweb.freebsd.org/changeset/base/346574 Log: Rework CXXSTD setting via r345708 This change allows the user to once again override the C++ standard, restoring high-level pre-r345708 behavior. This also

Re: svn commit: r346441 - in head/sys/modules: em fusefs iavf

2019-09-03 Thread Enji Cooper
> On Apr 20, 2019, at 9:44 AM, John Baldwin wrote: > > On 4/20/19 6:23 AM, Justin Hibbits wrote: >> On Sat, Apr 20, 2019, 08:21 Alan Somers wrote: >> >>> On Sat, Apr 20, 2019 at 6:58 AM Justin Hibbits >>> wrote: On Sat, Apr 20, 2019, 07:51 Alan Somers wrote: >

svn commit: r346571 - in head: share/examples/tests/tests/tap share/man/man4 share/man/man5 share/zoneinfo/tests usr.bin/calendar/calendars usr.bin/du/tests usr.bin/getconf/tests usr.bin/procstat/t...

2019-09-03 Thread Enji Cooper
n/sh # -# Copyright (c) 2017 Ngie Cooper -# All rights reserved. +# Copyright (c) 2017 Enji Cooper # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/shar

Re: svn commit: r346443 - head/tests/sys/opencrypto

2019-09-03 Thread Enji Cooper
> On Apr 20, 2019, at 9:30 AM, John Baldwin wrote: > > On 4/20/19 8:43 AM, Enji Cooper wrote: >> Author: ngie >> Date: Sat Apr 20 15:43:28 2019 >> New Revision: 346443 >> URL: https://svnweb.freebsd.org/changeset/base/346443 >> >> Log: >

Re: svn commit: r346443 - head/tests/sys/opencrypto

2019-09-03 Thread Enji Cooper
> On Apr 20, 2019, at 9:54 AM, John Baldwin wrote: … > To be clear, I prefer the _new_ indentation. I kept having to go back and > manually > use tabify in emacs to work with the current scripts, so once my pending > stuff is > drained I will appreciate having it converted. I figured as

Panic with r346530 [Re: svn commit: r346530 - in head/sys: netinet netinet6]

2019-09-03 Thread Enji Cooper
Hi Hans, > On Apr 22, 2019, at 1:32 AM, Hans Petter Selasky wrote: > > On 4/22/19 10:10 AM, Hans Petter Selasky wrote: >> On 4/22/19 9:52 AM, Enji Cooper wrote: >>> >>>> On Apr 22, 2019, at 12:27 AM, Hans Petter Selasky >>>> wrote: >>&g

Re: svn commit: r346443 - head/tests/sys/opencrypto

2019-09-03 Thread Enji Cooper
> On Apr 20, 2019, at 9:38 AM, John Baldwin wrote: > > On 4/20/19 9:32 AM, Enji Cooper wrote: >> >>> On Apr 20, 2019, at 9:31 AM, Enji Cooper wrote: >>> >>> >>>> On Apr 20, 2019, at 9:30 AM, John Baldwin >>> <mailto:j...@fre

Re: svn commit: r346390 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2019-09-03 Thread Enji Cooper
> On Apr 19, 2019, at 11:29, Alexander Motin wrote: > > On 19.04.2019 14:09, Enji Cooper wrote: >>> On Apr 19, 2019, at 08:44, Alexander Motin wrote: >>> >>> Author: mav >>> Date: Fri Apr 19 15:44:45 2019 >>> New Revision: 346390 >

Re: svn commit: r346390 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2019-09-03 Thread Enji Cooper
> On Apr 19, 2019, at 08:44, Alexander Motin wrote: > > Author: mav > Date: Fri Apr 19 15:44:45 2019 > New Revision: 346390 > URL: https://svnweb.freebsd.org/changeset/base/346390 > > Log: > Change the way FreeBSD GID inheritance is hacked. > > I believe previous ifdef caused NULL

Re: svn commit: r346399 - head/share/man/man4

2019-09-03 Thread Enji Cooper
> On Apr 19, 2019, at 10:15, Conrad Meyer wrote: > > Author: cem > Date: Fri Apr 19 17:15:58 2019 > New Revision: 346399 > URL: https://svnweb.freebsd.org/changeset/base/346399 > > Log: > random.4: Include description of knobs added in r346358 > > Reported by:ngie > Sponsored by:

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

2019-09-03 Thread Enji Cooper
Author: ngie Date: Mon Apr 22 11:21:20 2019 New Revision: 346542 URL: https://svnweb.freebsd.org/changeset/base/346542 Log: Fix sys.kern.coredump_phnum_test.coredump_phnum on i386 The zero-padding when printing out the Size field is on 32-bit architectures is 5, not 15. Adjust the

svn commit: r346443 - head/tests/sys/opencrypto

2019-09-03 Thread Enji Cooper
Author: ngie Date: Sat Apr 20 15:43:28 2019 New Revision: 346443 URL: https://svnweb.freebsd.org/changeset/base/346443 Log: tests/sys/opencrypto: fix whitespace per PEP8 Replace hard tabs with four-character indentations, per PEP8. This is being done to separate stylistic changes from

Re: svn commit: r346358 - in head: . sys/dev/random sys/libkern sys/mips/conf sys/sys

2019-09-03 Thread Enji Cooper
> On Apr 18, 2019, at 13:48, Conrad Meyer wrote: > > Author: cem > Date: Thu Apr 18 20:48:54 2019 > New Revision: 346358 > URL: https://svnweb.freebsd.org/changeset/base/346358 > > Log: > random(4): Restore availability tradeoff prior to r346250 > > As discussed in that commit message, it

Re: svn commit: r346160 - head/usr.bin/mandoc

2019-09-03 Thread Enji Cooper
> On Apr 12, 2019, at 11:35 AM, Li-Wen Hsu wrote: > > Author: lwhsu > Date: Fri Apr 12 18:35:14 2019 > New Revision: 346160 > URL: https://svnweb.freebsd.org/changeset/base/346160 > > Log: > Suppress old gcc warning about null format string > > This is workaround to make head build on gcc

Re: svn commit: r346150 - head/sys/vm

2019-09-03 Thread Enji Cooper
> On Apr 12, 2019, at 5:46 AM, Tycho Nightingale wrote: > > Author: tychon > Date: Fri Apr 12 12:46:25 2019 > New Revision: 346150 > URL: https://svnweb.freebsd.org/changeset/base/346150 > > Log: > for a cache-only zone the destructor tries to destroy a non-existent keg > > Reviewed by:

svn commit: r346196 - in head/lib/libpmc: . pmu-events

2019-09-03 Thread Enji Cooper
Author: ngie Date: Sun Apr 14 00:06:49 2019 New Revision: 346196 URL: https://svnweb.freebsd.org/changeset/base/346196 Log: Fix warnings with lib/libpmc * Use `MIN` instead of similar hand rolled macro. * Sort headers. * Use `errno.h` instead of `sys/errno.h`. * Wrap the argument to

Re: svn commit: r346150 - head/sys/vm

2019-09-03 Thread Enji Cooper (yaneurabeya)
> On Apr 12, 2019, at 13:10, Tycho Nightingale wrote: > >> On Apr 12, 2019, at 12:43 PM, Enji Cooper wrote: >> >> >>> On Apr 12, 2019, at 5:46 AM, Tycho Nightingale wrote: >>> >>> Author: tychon >>> Date: Fri Apr 12 12:46:25 2019

Re: svn commit: r346081 - head/cddl/usr.sbin/zfsd

2019-09-03 Thread Enji Cooper
> On Apr 10, 2019, at 08:55, Konstantin Belousov wrote: > >> On Wed, Apr 10, 2019 at 01:42:37PM +, Edward Tomasz Napierala wrote: >> Author: trasz >> Date: Wed Apr 10 13:42:37 2019 >> New Revision: 346081 >> URL: https://svnweb.freebsd.org/changeset/base/346081 >> >> Log: >> Make zfsd(8)

Re: svn commit: r345708 - in head: lib/clang lib/libc++ lib/libc++experimental lib/libc++fs lib/libclang_rt lib/libcxxrt lib/libgcc_eh lib/libomp lib/ofed/libibnetdisc share/mk usr.bin/dtc usr.sbin/pm

2019-09-03 Thread Enji Cooper
Hi Jan, Your approach is much more refined than my approach in this commit (I was being myopic, focusing on src). Thank you! I’ll need to unwind my removal of -std=c++11 from several Makefiles in base and I want to doublecheck some things. I’ll get back to you later on today about your

svn commit: r346057 - head/tests/sys/geom/class/eli

2019-09-03 Thread Enji Cooper
Author: ngie Date: Tue Apr 9 16:20:36 2019 New Revision: 346057 URL: https://svnweb.freebsd.org/changeset/base/346057 Log: Fix geli device cleanup Final cleanup routines shouldn't be called from testcases; it should be called from the testcase cleanup routine. Furthermore,

svn commit: r346061 - head/tests/sys/netmap

2019-09-03 Thread Enji Cooper
Author: ngie Date: Tue Apr 9 17:52:11 2019 New Revision: 346061 URL: https://svnweb.freebsd.org/changeset/base/346061 Log: Polish netmap(4) testcases a bit 1. Not all kernels have netmap(4) support. Check for netmap(4) support before attempting to run the tests via the

svn commit: r346056 - head

2019-09-03 Thread Enji Cooper
Author: ngie Date: Tue Apr 9 16:17:31 2019 New Revision: 346056 URL: https://svnweb.freebsd.org/changeset/base/346056 Log: Fix a typo when sanity checking in the bootstrap-tools target The path is incorrect for the linker in the error message. It should have been /usr/bin/ld, not

Re: svn commit: r345900 - head/sbin/fsck_msdosfs

2019-09-03 Thread Enji Cooper
On Apr 5, 2019, at 13:22, Rodney W. Grimes wrote: >>> On Fri, Apr 5, 2019 at 6:49 AM Ed Maste wrote: >>> On Fri, 5 Apr 2019 at 00:49, Rodney W. Grimes wrote: >>> > +static const u_char dot_name[] = { > + '.', ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ' }; >

  1   2   3   >