Re: svn commit: r335836 - head/usr.bin/top

2018-07-01 Thread Hiroki Sato
Eitan Adler wrote in : li> On 1 July 2018 at 10:08, Conrad Meyer wrote: li> > Hi Daichi, li> > li> > li> > li> > I don't think code to decode UTF-8 belongs in top(1). I don't know li> > what the goal of this routine is, but I doubt this is the right way to li> > accomplish it. li> li> For the

Re: svn commit: r335838 - head

2018-07-01 Thread Eitan Adler
On 1 July 2018 at 03:05, Wolfram Schneider wrote: > # > # Require DESTDIR to be set if installing for a different architecture or > @@ -1412,12 +1418,15 @@ restage reinstall: .MAKE .PHONY > .endif > @echo > @echo "--"

svn commit: r335856 - in head/sys: netinet sys

2018-07-01 Thread Matt Macy
Author: mmacy Date: Mon Jul 2 05:19:44 2018 New Revision: 335856 URL: https://svnweb.freebsd.org/changeset/base/335856 Log: inpcb: don't gratuitously defer frees Don't defer frees in sysctl handlers. It isn't necessary and it just confuses things. revert: r333911, r334104, and r334125

svn commit: r335855 - head/sys/arm/broadcom/bcm2835

2018-07-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jul 2 01:30:33 2018 New Revision: 335855 URL: https://svnweb.freebsd.org/changeset/base/335855 Log: [rpi] Add support for the second PWM channel Add support for the second channel to bcm2835_pwm driver. Configurable parameters like mode, period, ratio are exposed

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

2018-07-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Jul 1 22:48:00 2018 New Revision: 335854 URL: https://svnweb.freebsd.org/changeset/base/335854 Log: [man] Get uhid(4) man page in sync with current API API documented in previous version of uhid(4) man page has been obsolete since May 2009 when old USB stack was r

svn commit: r335852 - head/usr.bin/find

2018-07-01 Thread Eitan Adler
Author: eadler Date: Sun Jul 1 20:09:56 2018 New Revision: 335852 URL: https://svnweb.freebsd.org/changeset/base/335852 Log: find(1): use correct type for readlink Modified: head/usr.bin/find/ls.c Modified: head/usr.bin/find/ls.c =

svn commit: r335851 - head/usr.bin/find

2018-07-01 Thread Eitan Adler
Author: eadler Date: Sun Jul 1 20:09:52 2018 New Revision: 335851 URL: https://svnweb.freebsd.org/changeset/base/335851 Log: find(1): deLINTify Modified: head/usr.bin/find/find.c head/usr.bin/find/function.c head/usr.bin/find/ls.c head/usr.bin/find/main.c head/usr.bin/find/misc.c h

Re: svn commit: r335836 - head/usr.bin/top

2018-07-01 Thread Eitan Adler
On 1 July 2018 at 10:08, Conrad Meyer wrote: > Hi Daichi, > > > > I don't think code to decode UTF-8 belongs in top(1). I don't know > what the goal of this routine is, but I doubt this is the right way to > accomplish it. For the record, I agree. This is why I didn't click "accept" on the revis

svn commit: r335850 - head/usr.bin/top

2018-07-01 Thread Eitan Adler
Author: eadler Date: Sun Jul 1 19:44:29 2018 New Revision: 335850 URL: https://svnweb.freebsd.org/changeset/base/335850 Log: top(1): permit infinite length for command There isn't any need to limit the size of the screen. Utilities like 'less -S' don't have a (meaningful) limit anyways.

svn commit: r335849 - head/usr.bin/find

2018-07-01 Thread Eitan Adler
Author: eadler Date: Sun Jul 1 19:44:26 2018 New Revision: 335849 URL: https://svnweb.freebsd.org/changeset/base/335849 Log: find(1): remove portability ifdefs This code isn't designed to be particularly portable outside of FreeBSD. To be more specific it doesn't make much sense to suppo

svn commit: r335848 - in head/lib: libcapsicum libcasper/libcasper

2018-07-01 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Jul 1 18:58:53 2018 New Revision: 335848 URL: https://svnweb.freebsd.org/changeset/base/335848 Log: With r335636 C++ program use libcasper.h and capsicum_helpers.h. Add __BEGIN_DECLS and __END_DECLS to those headers. Modified: head/lib/libcapsicum/capsicum_helpers

Re: svn commit: r335836 - head/usr.bin/top

2018-07-01 Thread Conrad Meyer
On Sun, Jul 1, 2018 at 10:08 AM, Conrad Meyer wrote: > (Also, the patch in phabricator does not seem to match what was committed.) It seems the right phabricator URL is https://reviews.freebsd.org/D16058 . Best, Conrad ___ svn-src-head@freebsd.org mail

svn commit: r335847 - in head/sys/modules: pflog pfsync

2018-07-01 Thread Kristof Provost
Author: kp Date: Sun Jul 1 18:09:16 2018 New Revision: 335847 URL: https://svnweb.freebsd.org/changeset/base/335847 Log: pflog/pfsync: Fix module build with VIMAGE=yes pflog and pfsync's module Makefile fails to include opt_global.h to SRCS leading to build error for VIMAGE case. Re

svn commit: r335846 - head/usr.sbin/pnfsdsfile

2018-07-01 Thread Rick Macklem
Author: rmacklem Date: Sun Jul 1 17:51:52 2018 New Revision: 335846 URL: https://svnweb.freebsd.org/changeset/base/335846 Log: Document the new "-m" command line option for pnfsdsfile(8). This is a content change. Modified: head/usr.sbin/pnfsdsfile/pnfsdsfile.8 Modified: head/usr.sbin/

svn commit: r335845 - head/usr.sbin/pnfsdsfile

2018-07-01 Thread Rick Macklem
Author: rmacklem Date: Sun Jul 1 17:49:02 2018 New Revision: 335845 URL: https://svnweb.freebsd.org/changeset/base/335845 Log: Add a new "-m" option to pnfsdsfile(8) to prepare a file for mirroring. When pnfsdscopymr(8) is used to create a mirror of a file on a mirrored pNFS service, it

svn commit: r335844 - in head: . sys/kern

2018-07-01 Thread Mariusz Zaborski
FreeBSD 12.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20180701: + The '%I' format in the kern.corefile sysctl limits the number of + core files that a process can generat

Re: svn commit: r335836 - head/usr.bin/top

2018-07-01 Thread Conrad Meyer
Hi Daichi, On Sat, Jun 30, 2018 at 10:32 PM, Daichi GOTO wrote: > Author: daichi > Date: Sun Jul 1 05:32:03 2018 > New Revision: 335836 > URL: https://svnweb.freebsd.org/changeset/base/335836 > > Log: > top(1) - support UTF-8 display > > ... > ==

svn commit: r335843 - head/usr.sbin/portsnap/portsnap

2018-07-01 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jul 1 16:18:38 2018 New Revision: 335843 URL: https://svnweb.freebsd.org/changeset/base/335843 Log: Add basic examples to portsnap(8). MFC after:2 weeks Modified: head/usr.sbin/portsnap/portsnap/portsnap.8 Modified: head/usr.sbin/portsnap/portsnap/portsnap.8

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

2018-07-01 Thread Alan Somers
Author: asomers Date: Sun Jul 1 16:05:50 2018 New Revision: 335842 URL: https://svnweb.freebsd.org/changeset/base/335842 Log: audit(4): add tests for procctl(2) Submitted by: aniketp MFC after:2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision:https://re

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

2018-07-01 Thread Kristof Provost
Author: kp Date: Sun Jul 1 15:17:53 2018 New Revision: 335841 URL: https://svnweb.freebsd.org/changeset/base/335841 Log: carp: Minor language improvements in the man page Submitted by: Massimiliano Stucchi Modified: head/share/man/man4/carp.4 Modified: head/share/man/man4/carp.4 =

svn commit: r335840 - head

2018-07-01 Thread Bryan Drewery
Author: bdrewery Date: Sun Jul 1 13:50:37 2018 New Revision: 335840 URL: https://svnweb.freebsd.org/changeset/base/335840 Log: Ignore _.universe-toolchain file. MFC after:3 weeks X-MFC-with: r335711 Modified: head/.gitignore Modified: head/.gitignore ===

svn commit: r335839 - head

2018-07-01 Thread Bryan Drewery
Author: bdrewery Date: Sun Jul 1 13:50:06 2018 New Revision: 335839 URL: https://svnweb.freebsd.org/changeset/base/335839 Log: Ignore _.universe-toolchain file. MFC after:3 weeks X-MFC-with: r335711 Modified: Directory Properties: head/ (props changed)

Re: head -r335782 (?) broke ci.freebsd.org's FreeBSD-head-amd64-gcc build (lib32 part of build)

2018-07-01 Thread Mark Millard via svn-src-head
My brain finally engaged for showing exactly what files are included for the gcc builds: the .meta files include that information explicitly (along with other files that are opened during the operation). amd64 is as I reported, just one header file from gcc: float.h . powerpc64 builds Lex/Lexer.c

svn commit: r335838 - head

2018-07-01 Thread Wolfram Schneider
Author: wosch Date: Sun Jul 1 10:05:45 2018 New Revision: 335838 URL: https://svnweb.freebsd.org/changeset/base/335838 Log: `make installworld' should display "completed" message if done PR: 225159 Reviewed by:bdrewery Approved by:cem (mentor) Differential Revisio

svn commit: r335837 - in head: share/man/man4 sys/netinet

2018-07-01 Thread Kristof Provost
Author: kp Date: Sun Jul 1 08:37:07 2018 New Revision: 335837 URL: https://svnweb.freebsd.org/changeset/base/335837 Log: carp: Set DSCP value CS7 Update carp to set DSCP value CS7(Network Traffic) in the flowlabel field of packets by default. Currently carp only sets TOS_LOWDELAY in IPv4

Re: svn commit: r335833 - in head: share/man/man4 sys/net sys/netpfil/pf

2018-07-01 Thread Mark Johnston
On Sun, Jul 01, 2018 at 01:16:03AM +, Will Andrews wrote: > Author: will > Date: Sun Jul 1 01:16:03 2018 > New Revision: 335833 > URL: https://svnweb.freebsd.org/changeset/base/335833 > > Log: > pf: remove unused ioctls. > > Several ioctls are unused in pf, in the sense that no base ut

Re: svn commit: r335813 [ broke ci.freebsd.org 's FreeBSD-head-{aarch64,amd64,i386}-build ]

2018-07-01 Thread Dimitry Andric
On 30 Jun 2018, at 15:58, Dimitry Andric wrote: > > On 30 Jun 2018, at 15:22, Mark Millard wrote: >> >> https://ci.freebsd.org/job/FreeBSD-head-aarch64-build/8358/consoleText >> >> --- all_subdir_armv8crypto --- >> /usr/src/sys/crypto/armv8/armv8_crypto_wrap.c:46:10: fatal error: >> 'arm_neon

Re: svn commit: r335836 - head/usr.bin/top [broke ci.freebsd.org 's FreeBSD-head-riscv64-build]

2018-07-01 Thread Mark Millard via svn-src-head
https://ci.freebsd.org/job/FreeBSD-head-riscv64-build/9229/consoleText --- utils.o --- /usr/local/bin/riscv64-unknown-freebsd11.1-gcc --sysroot=/workspace/obj/workspace/src/riscv.riscv64/tmp -B/usr/local/riscv64-unknown-freebsd11.1/bin/ -O2 -pipe -march=rv64imafdc -mabi=lp64d -g -MD -MF.dep