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

2018-06-18 Thread Eitan Adler
On 2 June 2018 at 23:51, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> On 2 June 2018 at 21:14, Rodney W. Grimes >> wrote: >> >> On 2 June 2018 at 16:53, Rodney W. Grimes >> >> wrote: >> >> > [ Charset UTF-8 unsupported, converting... ] >> >> >> Author: eadler >> >>

svn commit: r335361 - head/sys/netinet

2018-06-18 Thread Randall Stewart
Author: rrs Date: Tue Jun 19 05:28:14 2018 New Revision: 335361 URL: https://svnweb.freebsd.org/changeset/base/335361 Log: Move the tp set back to where it was before we started playing with the VNET sets. This way we have verified the INP settings before we go to the trouble of

Re: svn commit: r335278 - head/bin/pwd

2018-06-18 Thread Eitan Adler
On 18 June 2018 at 10:57, John Baldwin wrote: > On 6/16/18 10:14 PM, Eitan Adler wrote: >> Author: eadler >> Date: Sun Jun 17 05:14:50 2018 >> New Revision: 335278 >> URL: https://svnweb.freebsd.org/changeset/base/335278 >> >> Log: >> pwd: mark usage as dead > > You keep committing changes like

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

2018-06-18 Thread Eitan Adler
Author: eadler Date: Tue Jun 19 05:01:07 2018 New Revision: 335360 URL: https://svnweb.freebsd.org/changeset/base/335360 Log: top(1): correct assertion Modified: head/usr.bin/top/top.c Modified: head/usr.bin/top/top.c

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

2018-06-18 Thread Eitan Adler
Author: eadler Date: Tue Jun 19 04:18:23 2018 New Revision: 335359 URL: https://svnweb.freebsd.org/changeset/base/335359 Log: top(1): correct header in UP mode Fix an oversight from r334869 which made the same change, but only for SMP systems. This avoids a segfault while D15801 is being

svn commit: r335358 - head/sys/conf

2018-06-18 Thread Eric Joyner
Author: erj Date: Tue Jun 19 03:11:09 2018 New Revision: 335358 URL: https://svnweb.freebsd.org/changeset/base/335358 Log: ixl(4): Remove ixlvc.c from files.amd64 ixlvc.c is only used by the VF driver (ixlv), and that driver currently doesn't work. It will be re-added once the VF

Re: svn commit: r335338 - in head/sys: amd64/conf conf dev/ixl modules modules/ixl modules/ixlv

2018-06-18 Thread Matthew Macy
OK. I've taken it out of NOTES until such time. -M On Mon, Jun 18, 2018 at 7:38 PM, Eric Joyner wrote: > It probably won't result in anything usable. I need to remove ixlvc.c from > the build since the VF driver as a whole doesn't work atm. > > - Eric > > On Mon, Jun 18, 2018 at 7:05 PM Matthew

svn commit: r335357 - head/sys/amd64/conf

2018-06-18 Thread Matt Macy
Author: mmacy Date: Tue Jun 19 02:48:53 2018 New Revision: 335357 URL: https://svnweb.freebsd.org/changeset/base/335357 Log: remove ixl iwarp and ixlv from the build until they are in a working state Modified: head/sys/amd64/conf/NOTES Modified: head/sys/amd64/conf/NOTES

Re: svn commit: r335338 - in head/sys: amd64/conf conf dev/ixl modules modules/ixl modules/ixlv

2018-06-18 Thread Eric Joyner
It probably won't result in anything usable. I need to remove ixlvc.c from the build since the VF driver as a whole doesn't work atm. - Eric On Mon, Jun 18, 2018 at 7:05 PM Matthew Macy wrote: > This breaks universe / tinderbox on AMD64. You appear to have > committed parts of a patch to

Re: svn commit: r335338 - in head/sys: amd64/conf conf dev/ixl modules modules/ixl modules/ixlv

2018-06-18 Thread Matthew Macy
This breaks universe / tinderbox on AMD64. You appear to have committed parts of a patch to ixlvc.c. I'm not quite clear on what happened here and if just removing the '+' will produce something usable. void ixlv_configure_queues(struct ixlv_sc *sc) { device_tdev = sc->dev;

svn commit: r335356 - in head/sys: kern netinet netinet/tcp_stacks

2018-06-18 Thread Matt Macy
Author: mmacy Date: Tue Jun 19 01:54:00 2018 New Revision: 335356 URL: https://svnweb.freebsd.org/changeset/base/335356 Log: convert inpcbinfo hash and info rwlocks to epoch + mutex - Convert inpcbinfo info & hash locks to epoch for read and mutex for write - Garbage collect code that

svn commit: r335355 - head/contrib/amd/amq

2018-06-18 Thread Cy Schubert
Author: cy Date: Tue Jun 19 01:33:03 2018 New Revision: 335355 URL: https://svnweb.freebsd.org/changeset/base/335355 Log: Fix amq -i timestamp segmentation violation. MFC after:1 week Modified: head/contrib/amd/amq/amq.c Modified: head/contrib/amd/amq/amq.c

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

2018-06-18 Thread Alan Somers
Author: asomers Date: Tue Jun 19 01:32:33 2018 New Revision: 335354 URL: https://svnweb.freebsd.org/changeset/base/335354 Log: audit(4): add tests for ioctl(2) Submitted by: aniketp MFC after:2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision:

svn commit: r335353 - head

2018-06-18 Thread Bryan Drewery
Author: bdrewery Date: Tue Jun 19 01:00:27 2018 New Revision: 335353 URL: https://svnweb.freebsd.org/changeset/base/335353 Log: Don't bootstrap lld if an external linker is used. Sponsored by: Dell EMC Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r335352 - head/sys/dev/cxgbe/common

2018-06-18 Thread Navdeep Parhar
Author: np Date: Tue Jun 19 00:50:27 2018 New Revision: 335352 URL: https://svnweb.freebsd.org/changeset/base/335352 Log: cxgbe(4): Some mailbox commands require access to the Tx pipeline and can time out if it's backed up due to a non-stop deluge of PAUSE frames from a misbehaving peer.

svn commit: r335351 - in head/sys/dev/rtwn: rtl8812a rtl8812a/usb rtl8821a/usb

2018-06-18 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jun 19 00:38:28 2018 New Revision: 335351 URL: https://svnweb.freebsd.org/changeset/base/335351 Log: rtwn(4): decode some bit fields + merge duplicate code. Add macros for R12A_RXDMA_PRO register (descriptions were seen in the RTL8822B vendor driver) and merge 2

svn commit: r335350 - head/tools/tools/git

2018-06-18 Thread Warner Losh
Author: imp Date: Tue Jun 19 00:27:30 2018 New Revision: 335350 URL: https://svnweb.freebsd.org/changeset/base/335350 Log: Add my script for coping with git-svn and the need to rebase changes for different branches. It's a bit rough right now, but should be good enough for most people to

Re: svn commit: r335346 - head/sys/modules

2018-06-18 Thread Emmanuel Vadot
On 2018-06-19 00:27, Matt Macy wrote: Author: mmacy Date: Mon Jun 18 22:27:29 2018 New Revision: 335346 URL: https://svnweb.freebsd.org/changeset/base/335346 Log: remove epoch_test from default build Requested by: manu Thanks, Modified: head/sys/modules/Makefile Modified:

svn commit: r335349 - head/tools/boot

2018-06-18 Thread Warner Losh
Author: imp Date: Mon Jun 18 23:16:47 2018 New Revision: 335349 URL: https://svnweb.freebsd.org/changeset/base/335349 Log: Switch to creating UEFI ESPs using loader.efi instead of boot1.efi. Cope for the fact that laoder.efi, not being boot1, doesn't read /boot.config by setting boot_serial

svn commit: r335348 - head/share/man/man9

2018-06-18 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Jun 18 23:00:15 2018 New Revision: 335348 URL: https://svnweb.freebsd.org/changeset/base/335348 Log: libnv: add note about nvlist_pack and nvlist_unpack Fix small typo as well. Submitted by: Mindaugas Rasiukevicius Modified: head/share/man/man9/nv.9

svn commit: r335347 - in head: lib/libnv/tests share/man/man9 sys/contrib/libnv sys/sys

2018-06-18 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Jun 18 22:57:32 2018 New Revision: 335347 URL: https://svnweb.freebsd.org/changeset/base/335347 Log: libnv: Add nvlist_append_*_array() family of functions. The nvlist_append_{bool,number,string,nvlist,descriptor}_array() functions allows to dynamically extend

svn commit: r335346 - head/sys/modules

2018-06-18 Thread Matt Macy
Author: mmacy Date: Mon Jun 18 22:27:29 2018 New Revision: 335346 URL: https://svnweb.freebsd.org/changeset/base/335346 Log: remove epoch_test from default build Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

svn commit: r335345 - head/lib/libnv/tests

2018-06-18 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Jun 18 22:22:06 2018 New Revision: 335345 URL: https://svnweb.freebsd.org/changeset/base/335345 Log: libnv: add regression test for r335344. Modified: head/lib/libnv/tests/nv_array_tests.cc Modified: head/lib/libnv/tests/nv_array_tests.cc

svn commit: r335344 - head/sys/contrib/libnv

2018-06-18 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Jun 18 22:21:28 2018 New Revision: 335344 URL: https://svnweb.freebsd.org/changeset/base/335344 Log: libnv: clean parent in nvlist_array when removing it. When we are removing element form the nvlist we should also clean parent, because the array is not a part

svn commit: r335343 - in head: lib/libnv/tests share/man/man9 sys/contrib/libnv sys/sys

2018-06-18 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Jun 18 21:26:58 2018 New Revision: 335343 URL: https://svnweb.freebsd.org/changeset/base/335343 Log: libnv: Remove nvlist argument from cnvlist_{take,free}_* functions. All information which are need for those operations is already stored in the cookie. We

svn commit: r335342 - in head: share/man/man9 sys/contrib/libnv sys/sys

2018-06-18 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Jun 18 21:23:40 2018 New Revision: 335342 URL: https://svnweb.freebsd.org/changeset/base/335342 Log: libnv: add const to cookies arguments Pointed out by: pjd@ Modified: head/share/man/man9/cnv.9 head/sys/contrib/libnv/cnvlist.c head/sys/sys/cnv.h

svn commit: r335341 - in head: share/man/man9 sys/contrib/libnv sys/sys

2018-06-18 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Jun 18 21:18:20 2018 New Revision: 335341 URL: https://svnweb.freebsd.org/changeset/base/335341 Log: libnv: change name of cookie from cookiep to cookie. The name was inconsistent with rest of the library. No functional change intended. Pointed out by:

svn commit: r335340 - stable/10/sys/dev/bxe

2018-06-18 Thread Dimitry Andric
Author: dim Date: Mon Jun 18 20:42:53 2018 New Revision: 335340 URL: https://svnweb.freebsd.org/changeset/base/335340 Log: Follow-up to r335289, which merged r334948 from head, to really fix the bxe build on i386. In the stable/10 branch, the rman functions still use u_long instead of

svn commit: r335339 - head/sys/dev/ixl

2018-06-18 Thread Eric Joyner
Author: erj Date: Mon Jun 18 20:32:53 2018 New Revision: 335339 URL: https://svnweb.freebsd.org/changeset/base/335339 Log: ixl(4): Update version number to 2.0.0-k And update copyrights to current year. MFC after:1 month Sponsored by: Intel Corporation Modified:

svn commit: r335338 - in head/sys: amd64/conf conf dev/ixl modules modules/ixl modules/ixlv

2018-06-18 Thread Eric Joyner
Author: erj Date: Mon Jun 18 20:12:54 2018 New Revision: 335338 URL: https://svnweb.freebsd.org/changeset/base/335338 Log: ixl(4): Update to use iflib Update the driver to use iflib in order to bring performance, maintainability, and (hopefully) stability benefits to the driver. The

svn commit: r335337 - head/stand/libsa

2018-06-18 Thread Warner Losh
Author: imp Date: Mon Jun 18 19:53:11 2018 New Revision: 335337 URL: https://svnweb.freebsd.org/changeset/base/335337 Log: Remove stray debugging line. Noticed by: ian@ Modified: head/stand/libsa/Makefile Modified: head/stand/libsa/Makefile

svn commit: r335336 - head/stand/geli

2018-06-18 Thread Warner Losh
Author: imp Date: Mon Jun 18 19:40:21 2018 New Revision: 335336 URL: https://svnweb.freebsd.org/changeset/base/335336 Log: Remove now-empty geli directory Deleted: head/stand/geli/ ___ svn-src-all@freebsd.org mailing list

svn commit: r335335 - in stable/11/lib/libc: stdio tests/stdio

2018-06-18 Thread Cy Schubert
Author: cy Date: Mon Jun 18 19:35:17 2018 New Revision: 335335 URL: https://svnweb.freebsd.org/changeset/base/335335 Log: MFC r333895, r334022 r333895: Drop obsolete Buenos Aires Convention. Prompted by: Recent discussion r334022: Drop obsolete Buenos Aires Convention.

svn commit: r335333 - head/sys/arm64/linux

2018-06-18 Thread Ed Maste
Author: emaste Date: Mon Jun 18 19:34:34 2018 New Revision: 335333 URL: https://svnweb.freebsd.org/changeset/base/335333 Log: Introduce arm64 linuxulator stubs This provides stub implementations of arm64 Linux vdso and machdep, ptrace, and futex sufficient for executing an arm64 Linux

svn commit: r335327 - head/sys/compat/linux

2018-06-18 Thread Ed Maste
Author: emaste Date: Mon Jun 18 18:43:45 2018 New Revision: 335327 URL: https://svnweb.freebsd.org/changeset/base/335327 Log: linuxulator: add debugging for invalid capget/capset version Sponsored by: Turing Robotic Industries Inc. Modified: head/sys/compat/linux/linux_misc.c Modified:

svn commit: r335325 - head/cddl/lib/libdtrace

2018-06-18 Thread Michael Tuexen
Author: tuexen Date: Mon Jun 18 18:35:29 2018 New Revision: 335325 URL: https://svnweb.freebsd.org/changeset/base/335325 Log: The IP, TCP, and UDP provider report IP addresses as strings. In some cases, the required information is not available and the UDP provider reported an empty string

svn commit: r335324 - head/sys/arm64/linux

2018-06-18 Thread Ed Maste
Author: emaste Date: Mon Jun 18 18:10:11 2018 New Revision: 335324 URL: https://svnweb.freebsd.org/changeset/base/335324 Log: Regen arm64 linuxulator sysent files after r335323 Modified: head/sys/arm64/linux/linux_syscall.h head/sys/arm64/linux/linux_syscalls.c

svn commit: r335323 - head/sys/arm64/linux

2018-06-18 Thread Ed Maste
Author: emaste Date: Mon Jun 18 18:08:19 2018 New Revision: 335323 URL: https://svnweb.freebsd.org/changeset/base/335323 Log: arm64 linuxulator: add dup syscall entry Missed in r333027 Sponsored by: Turing Robotic Industries Inc. Modified: head/sys/arm64/linux/syscalls.master

Re: svn commit: r335278 - head/bin/pwd

2018-06-18 Thread John Baldwin
On 6/16/18 10:14 PM, Eitan Adler wrote: > Author: eadler > Date: Sun Jun 17 05:14:50 2018 > New Revision: 335278 > URL: https://svnweb.freebsd.org/changeset/base/335278 > > Log: > pwd: mark usage as dead You keep committing changes like this and ignoring e-mails about them. What broken

IT Professionals List

2018-06-18 Thread Cruz Volkman
Hi, Hope this email finds you well! I understand that you are providing Cybersecurity Solution to various Industries so I am reaching out to you to check if you'd be interested in reaching out to IT key decision maker business contacts to increase your customer base? Have access

svn commit: r335322 - head/sys/net

2018-06-18 Thread Eric Joyner
Author: erj Date: Mon Jun 18 17:27:43 2018 New Revision: 335322 URL: https://svnweb.freebsd.org/changeset/base/335322 Log: iflib: Style fixes MFC after:1 week Modified: head/sys/net/iflib.c Modified: head/sys/net/iflib.c

svn commit: r335321 - in head/stand: . geli i386/gptboot i386/gptzfsboot i386/isoboot i386/loader i386/zfsboot libsa libsa/geli

2018-06-18 Thread Warner Losh
Author: imp Date: Mon Jun 18 16:24:42 2018 New Revision: 335321 URL: https://svnweb.freebsd.org/changeset/base/335321 Log: stand: move libgeliboot into libsa. Reduce by 1 the number of crazy libraries we need in stand by moving geli into libsa (where architecturally it belonged all

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

2018-06-18 Thread Alan Somers
Author: asomers Date: Mon Jun 18 15:37:43 2018 New Revision: 335320 URL: https://svnweb.freebsd.org/changeset/base/335320 Log: audit(4): Add tests for {get/set}auid, {get/set}audit, {get/set}audit_addr Submitted by: aniketp MFC after:2 weeks Sponsored by: Google, Inc. (GSoC 2018)

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

2018-06-18 Thread Alan Somers
Author: asomers Date: Mon Jun 18 15:27:31 2018 New Revision: 335319 URL: https://svnweb.freebsd.org/changeset/base/335319 Log: audit(4): add tests for send, recv, sendto, and recvfrom Submitted by: aniketp MFC after:2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential

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

2018-06-18 Thread Alan Somers
Author: asomers Date: Mon Jun 18 15:07:10 2018 New Revision: 335318 URL: https://svnweb.freebsd.org/changeset/base/335318 Log: audit(4): add tests for extattr_set_file and friends Includes extattr_{set_file, _set_fd, _set_link, _delete_file, _delete_fd, _delete_link} Submitted by:

svn commit: r335317 - head/sys/netinet

2018-06-18 Thread Randall Stewart
Author: rrs Date: Mon Jun 18 14:10:12 2018 New Revision: 335317 URL: https://svnweb.freebsd.org/changeset/base/335317 Log: Move to using the inp->vnet pointer has suggested by lstewart. This is far better since the hpts system is using the inp as its basis anyway. Unfortunately his comments

svn commit: r335316 - head/share/man/man7

2018-06-18 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jun 18 13:49:44 2018 New Revision: 335316 URL: https://svnweb.freebsd.org/changeset/base/335316 Log: Improve spelling and capitalize "Kerberos". MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/share/man/man7/hier.7 Modified:

svn commit: r335315 - head/sys/compat/linsysfs

2018-06-18 Thread Ed Maste
Author: emaste Date: Mon Jun 18 13:26:45 2018 New Revision: 335315 URL: https://svnweb.freebsd.org/changeset/base/335315 Log: linsysfs: depend on linux_common module on arm64, as on amd64 Sponsored by: Turing Robotic Industries Modified: head/sys/compat/linsysfs/linsysfs.c Modified:

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

2018-06-18 Thread Ed Schouten
Author: ed Date: Mon Jun 18 06:01:28 2018 New Revision: 335314 URL: https://svnweb.freebsd.org/changeset/base/335314 Log: Fix bad logic in iovlist_truncate(). To conform to RFC 5426, this function is intended to truncate messages if they exceed the message size limits. Unfortunately, the