Re: svn commit: r335888 - in head: contrib/blacklist/bin lib/libpjdlog sbin/hastd

2018-07-04 Thread Dimitry Andric
On 5 Jul 2018, at 04:25, Ed Maste wrote: > > On 4 July 2018 at 20:55, Eitan Adler wrote: >> On Tue, 3 Jul 2018 at 08:22, John Baldwin wrote: >>> >> since GCC usually breaks >>> them. >> >> Could you explain what you mean or point to a prior conversation? >> > I'm not sure if there's a previo

Re: svn commit: r335973 - head/sys/dev/mxge

2018-07-04 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: gallatin > Date: Thu Jul 5 02:43:10 2018 > New Revision: 335973 > URL: https://svnweb.freebsd.org/changeset/base/335973 > > Log: > mxge: replace 65536 with IP_MAXPACKET in tso settings. > Thank you, I see some of the oddities in tso for o

svn commit: r335974 - head/usr.sbin/bhyve

2018-07-04 Thread Marcelo Araujo
Author: araujo Date: Thu Jul 5 03:33:58 2018 New Revision: 335974 URL: https://svnweb.freebsd.org/changeset/base/335974 Log: - Add bhyve NVMe device emulation. The initial work on bhyve NVMe device emulation was done by the GSoC student Shunsuke Mie and was heavily modified in performan,

svn commit: r335973 - head/sys/dev/mxge

2018-07-04 Thread Andrew Gallatin
Author: gallatin Date: Thu Jul 5 02:43:10 2018 New Revision: 335973 URL: https://svnweb.freebsd.org/changeset/base/335973 Log: mxge: replace 65536 with IP_MAXPACKET in tso settings. Modified: head/sys/dev/mxge/if_mxge.c Modified: head/sys/dev/mxge/if_mxge.c =

Re: svn commit: r335967 - head/sys/dev/mxge

2018-07-04 Thread Andrew Gallatin
On 7/4/18 9:20 PM, Rodney W. Grimes wrote: On 07/04/18 15:46, Rodney W. Grimes wrote: Author: gallatin Date: Wed Jul 4 19:29:06 2018 New Revision: 335967 URL: https://urldefense.proofpoint.com/v2/url?u=https-3A__svnweb.freebsd.org_changeset_base_335967&d=DwICAg&c=imBPVzF25OnBgGmVOlcsiEgHoG1i6Y

Re: svn commit: r335888 - in head: contrib/blacklist/bin lib/libpjdlog sbin/hastd

2018-07-04 Thread Ed Maste
On 4 July 2018 at 20:55, Eitan Adler wrote: > On Tue, 3 Jul 2018 at 08:22, John Baldwin wrote: >> > since GCC usually breaks >> them. > > Could you explain what you mean or point to a prior conversation? > I'm not sure if there's a previous discussion, but the short version is that the GCC build

svn commit: r335972 - head/sys/vm

2018-07-04 Thread Alan Cox
Author: alc Date: Thu Jul 5 02:08:57 2018 New Revision: 335972 URL: https://svnweb.freebsd.org/changeset/base/335972 Log: Allow callers to vm_phys_split_pages() to specify whether insertion should occur at the head or the tail of the page queues. Modified: head/sys/vm/vm_phys.c Modified:

svn commit: r335971 - head/sys/amd64/amd64

2018-07-04 Thread Alan Cox
Author: alc Date: Thu Jul 5 02:04:18 2018 New Revision: 335971 URL: https://svnweb.freebsd.org/changeset/base/335971 Log: As of r335784, if pmap_enter() replaces a managed mapping by an unmanaged mapping, then it leaks the unlinked PV entry. This change eliminates that leak, freeing the PV

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

2018-07-04 Thread 後藤大地 via svn-src-all
I think that’s fine. I have not been committed for a while, so now I am in the state of being reactive commit bit mentee under George’s mentor. So I sent him an e-mail about rollback, but I have not heard back from him yet. I have been waiting for a reply mail. I planed to roll back as soon as

Re: svn commit: r335967 - head/sys/dev/mxge

2018-07-04 Thread Rodney W. Grimes
> On 07/04/18 15:46, Rodney W. Grimes wrote: > >> Author: gallatin > >> Date: Wed Jul 4 19:29:06 2018 > >> New Revision: 335967 > >> URL: > >> https://urldefense.proofpoint.com/v2/url?u=https-3A__svnweb.freebsd.org_changeset_base_335967&d=DwICAg&c=imBPVzF25OnBgGmVOlcsiEgHoG1i6YHLR0Sj_gZ4adc&r=Ed-

Re: svn commit: r335967 - head/sys/dev/mxge

2018-07-04 Thread Andrew Gallatin
On 07/04/18 15:46, Rodney W. Grimes wrote: Author: gallatin Date: Wed Jul 4 19:29:06 2018 New Revision: 335967 URL: https://urldefense.proofpoint.com/v2/url?u=https-3A__svnweb.freebsd.org_changeset_base_335967&d=DwICAg&c=imBPVzF25OnBgGmVOlcsiEgHoG1i6YHLR0Sj_gZ4adc&r=Ed-falealxPeqc22ehgAUCLh8zlZ

Re: svn commit: r335888 - in head: contrib/blacklist/bin lib/libpjdlog sbin/hastd

2018-07-04 Thread Eitan Adler
On Tue, 3 Jul 2018 at 08:22, John Baldwin wrote: > since GCC usually breaks > them. Could you explain what you mean or point to a prior conversation? -- Eitan Adler ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/

Re: svn commit: r335963 - in head: etc share/mk tools/build/mk tools/build/options

2018-07-04 Thread Allan Jude
On 2018-07-04 19:44, Ed Maste wrote: > On 4 July 2018 at 13:18, Sean Bruno wrote: >> Author: sbruno >> Date: Wed Jul 4 17:18:35 2018 >> New Revision: 335963 >> URL: https://svnweb.freebsd.org/changeset/base/335963 >> >> Log: >> WITHOUT_SERVICESDB: >> >> Add src.conf knob to disable the instal

Re: svn commit: r335963 - in head: etc share/mk tools/build/mk tools/build/options

2018-07-04 Thread Ed Maste
On 4 July 2018 at 13:18, Sean Bruno wrote: > Author: sbruno > Date: Wed Jul 4 17:18:35 2018 > New Revision: 335963 > URL: https://svnweb.freebsd.org/changeset/base/335963 > > Log: > WITHOUT_SERVICESDB: > > Add src.conf knob to disable the installation of /var/db/services.db > > Default to l

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

2018-07-04 Thread Eitan Adler
On Wed, 4 Jul 2018 at 09:41, Hiroki Sato wrote: > > Are you going to back out r335836, or disagree about it? > > If there is no objection in the next 24 hours, I will commit the > attached patch. This should be a minimal change to support multibyte > characters in ARGV array depending on LC_C

svn commit: r335970 - head/sys/kern

2018-07-04 Thread Matt Macy
Author: mmacy Date: Wed Jul 4 21:34:08 2018 New Revision: 335970 URL: https://svnweb.freebsd.org/changeset/base/335970 Log: epoch(9): make nesting assert in epoch_wait_preempt more specific Reported by: markj Modified: head/sys/kern/subr_epoch.c Modified: head/sys/kern/subr_epoch.c ==

svn commit: r335969 - in head/sys: amd64/amd64 i386/i386

2018-07-04 Thread Konstantin Belousov
Author: kib Date: Wed Jul 4 21:21:59 2018 New Revision: 335969 URL: https://svnweb.freebsd.org/changeset/base/335969 Log: In x86 pmap_extract_and_hold()s, handle the case of PHYS_TO_VM_PAGE() returning NULL. vm_fault_quick_hold_pages() can be legitimately called on userspace mappings b

Re: svn commit: r335967 - head/sys/dev/mxge

2018-07-04 Thread Rodney W. Grimes
> Author: gallatin > Date: Wed Jul 4 19:29:06 2018 > New Revision: 335967 > URL: https://svnweb.freebsd.org/changeset/base/335967 > > Log: > mxge: choose appropriate values for hw tso > > Modified: > head/sys/dev/mxge/if_mxge.c > > Modified: head/sys/dev/mxge/if_mxge.c > ===

svn commit: r335968 - head/sys/fs/nfsserver

2018-07-04 Thread Rick Macklem
Author: rmacklem Date: Wed Jul 4 19:46:26 2018 New Revision: 335968 URL: https://svnweb.freebsd.org/changeset/base/335968 Log: Fix the pNFS server so that it handles the "#mds_path" check for mirrors. The recently added feature of the pNFS server will set an fsid for the MDS file system

svn commit: r335967 - head/sys/dev/mxge

2018-07-04 Thread Andrew Gallatin
Author: gallatin Date: Wed Jul 4 19:29:06 2018 New Revision: 335967 URL: https://svnweb.freebsd.org/changeset/base/335967 Log: mxge: choose appropriate values for hw tso Modified: head/sys/dev/mxge/if_mxge.c Modified: head/sys/dev/mxge/if_mxge.c =

Re: svn commit: r335966 - head/sys/dev/mxge

2018-07-04 Thread Andrew Gallatin
On 07/04/18 14:54, Andrew Gallatin wrote: mxge: Add SIOCGI2C support for devices with SFP/XFP cages Note that I do not have any XFP devices to test with, only SFP and CX4. If this causes problems for XFP devices, I can restrict SIOCGI2C support to just SFP if needed. Drew

Re: svn commit: r335963 - in head: etc share/mk tools/build/mk tools/build/options

2018-07-04 Thread Rodney W. Grimes
> On 07/04/18 11:48, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > >> Author: sbruno > >> Date: Wed Jul 4 17:18:35 2018 > >> New Revision: 335963 > >> URL: https://svnweb.freebsd.org/changeset/base/335963 > >> > >> Log: > >> WITHOUT_SERVICESDB: > >> > >> Add src

svn commit: r335966 - head/sys/dev/mxge

2018-07-04 Thread Andrew Gallatin
Author: gallatin Date: Wed Jul 4 18:54:44 2018 New Revision: 335966 URL: https://svnweb.freebsd.org/changeset/base/335966 Log: mxge: Add SIOCGI2C support for devices with SFP/XFP cages Modified: head/sys/dev/mxge/if_mxge.c Modified: head/sys/dev/mxge/if_mxge.c ==

svn commit: r335965 - stable/10/lib/libutil/tests

2018-07-04 Thread Ed Maste
Author: emaste Date: Wed Jul 4 18:03:19 2018 New Revision: 335965 URL: https://svnweb.freebsd.org/changeset/base/335965 Log: MFC r306098 (br): Use kqueue(2) instead of select(2). This helps to ensure we will not lose SIGINT sent by parent to child. PR: 212562, 228492 Modifi

svn commit: r335964 - stable/11/lib/libutil/tests

2018-07-04 Thread Ed Maste
Author: emaste Date: Wed Jul 4 18:01:53 2018 New Revision: 335964 URL: https://svnweb.freebsd.org/changeset/base/335964 Log: MFC r306098 (br): Use kqueue(2) instead of select(2). This helps to ensure we will not lose SIGINT sent by parent to child. PR: 212562, 228492 Modifi

Re: svn commit: r335963 - in head: etc share/mk tools/build/mk tools/build/options

2018-07-04 Thread Sean Bruno
On 07/04/18 11:48, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: sbruno >> Date: Wed Jul 4 17:18:35 2018 >> New Revision: 335963 >> URL: https://svnweb.freebsd.org/changeset/base/335963 >> >> Log: >> WITHOUT_SERVICESDB: >> >> Add src.conf knob to disabl

Re: svn commit: r335963 - in head: etc share/mk tools/build/mk tools/build/options

2018-07-04 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: sbruno > Date: Wed Jul 4 17:18:35 2018 > New Revision: 335963 > URL: https://svnweb.freebsd.org/changeset/base/335963 > > Log: > WITHOUT_SERVICESDB: > > Add src.conf knob to disable the installation of /var/db/services.db > > Defa

svn commit: r335963 - in head: etc share/mk tools/build/mk tools/build/options

2018-07-04 Thread Sean Bruno
Author: sbruno Date: Wed Jul 4 17:18:35 2018 New Revision: 335963 URL: https://svnweb.freebsd.org/changeset/base/335963 Log: WITHOUT_SERVICESDB: Add src.conf knob to disable the installation of /var/db/services.db Default to leaving services.db in place, but allow the removal of the

svn commit: r335962 - head/sys/netipsec

2018-07-04 Thread Sean Bruno
Author: sbruno Date: Wed Jul 4 17:10:07 2018 New Revision: 335962 URL: https://svnweb.freebsd.org/changeset/base/335962 Log: fix locking within tcp_ipsec_pcbctl() to match ipsec4_pcbctl(), ipsec4_pcbctl() IPSEC_PCBCTL() functions, which include tcp_ipsec_pcbctl(), ipsec4_pcbctl(), and i

svn commit: r335961 - head/sys/kern

2018-07-04 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Jul 4 17:06:51 2018 New Revision: 335961 URL: https://svnweb.freebsd.org/changeset/base/335961 Log: Add description to debug.ncores sysctl. Reviewed by: bcr Differential Revision:https://reviews.freebsd.org/D16123 Modified: head/sys/kern/kern_sig.c

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

2018-07-04 Thread Matt Macy
Author: mmacy Date: Wed Jul 4 17:06:23 2018 New Revision: 335960 URL: https://svnweb.freebsd.org/changeset/base/335960 Log: epoch(9): Fix man page typo Submitted by: se Reported by: se Modified: head/share/man/man9/epoch.9 Modified: head/share/man/man9/epoch.9 ==

svn commit: r335959 - head/share/misc

2018-07-04 Thread Sean Chittenden
Author: seanc (ports committer) Date: Wed Jul 4 16:50:51 2018 New Revision: 335959 URL: https://svnweb.freebsd.org/changeset/base/335959 Log: Complete my vertex even though edges were in place. Reported by: swills Approved by: swills (mentor, implicit) Modified: head/share/misc/comm

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

2018-07-04 Thread Hiroki Sato
Hiroki Sato wrote in <20180703.020956.859981414196673670@allbsd.org>: hr> 後藤大地 wrote hr> in <459bd898-8072-426e-a968-96c1382ac...@icloud.com>: hr> hr> da> hr> da> hr> da> > 2018/07/02 15:55、Hiroki Sato のメール: hr> da> > hr> da> > Eitan Adler wrote hr> da> > in : hr> da> > hr> da> > li>

svn commit: r335958 - head/sys/netinet6

2018-07-04 Thread Matt Macy
Author: mmacy Date: Wed Jul 4 16:34:07 2018 New Revision: 335958 URL: https://svnweb.freebsd.org/changeset/base/335958 Log: fix 335919 - check "last" not "inp" where appropriate Submitted by: ae Reported by: cy Modified: head/sys/netinet6/udp6_usrreq.c Modified: head/sys/netinet6/ud

Re: svn commit: r335941 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Napierala
2018-07-04 16:26 GMT+01:00 Rodney W. Grimes : > > > Author: trasz > > > Date: Wed Jul 4 13:34:43 2018 > > > New Revision: 335941 > > > URL: https://svnweb.freebsd.org/changeset/base/335941 > > > > > > Log: > ... > > > +#ifdef notyet > > > + /* > > > +* XXX: Doesn't work; kernel pipe buffer

Re: svn commit: r335941 - head/tools/tools/syscall_timing

2018-07-04 Thread Rodney W. Grimes
> > Author: trasz > > Date: Wed Jul 4 13:34:43 2018 > > New Revision: 335941 > > URL: https://svnweb.freebsd.org/changeset/base/335941 > > > > Log: ... > > +#ifdef notyet > > + /* > > +* XXX: Doesn't work; kernel pipe buffer too small? > > +*/ > > + { "pipeping_10", test_pipeping,

Re: svn commit: r335941 - head/tools/tools/syscall_timing

2018-07-04 Thread Rodney W. Grimes
> Author: trasz > Date: Wed Jul 4 13:34:43 2018 > New Revision: 335941 > URL: https://svnweb.freebsd.org/changeset/base/335941 > > Log: > Add a trivial "pipe ping" (two processes) benchmark. > > Obtained from: CheriBSD > MFC after: 2 weeks > Sponsored by: DARPA, AFRL > > M

svn commit: r335957 - head/sys/dev/mxge

2018-07-04 Thread Andrew Gallatin
Author: gallatin Date: Wed Jul 4 14:25:38 2018 New Revision: 335957 URL: https://svnweb.freebsd.org/changeset/base/335957 Log: mxge: fix panic at module unload r333175 (multicast changes) exposed a bug where mxge was not checking to see if the driver was being unloaded while handing io

Re: svn commit: r335916 - head/sys/conf

2018-07-04 Thread Konstantin Belousov
On Tue, Jul 03, 2018 at 11:05:42PM +, Matt Macy wrote: > Author: mmacy > Date: Tue Jul 3 23:05:42 2018 > New Revision: 335916 > URL: https://svnweb.freebsd.org/changeset/base/335916 > > Log: > Enable MODULE_TIED by default for modules compiled with the kernel But why ? > > Requested b

svn commit: r335956 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 4 14:20:19 2018 New Revision: 335956 URL: https://svnweb.freebsd.org/changeset/base/335956 Log: Add a semaphore ping benchmark. Obtained from:CheriBSD MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/tools/tools/syscall_timing/syscal

svn commit: r335955 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 4 14:18:12 2018 New Revision: 335955 URL: https://svnweb.freebsd.org/changeset/base/335955 Log: Add a very simple memcpy benchmark. Obtained from:CheriBSD MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/tools/tools/syscall_timing/sy

svn commit: r335954 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 4 14:15:48 2018 New Revision: 335954 URL: https://svnweb.freebsd.org/changeset/base/335954 Log: Sort the benchmarks even more. MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/tools/tools/syscall_timing/syscall_timing.c Modified: head/tools/t

svn commit: r335953 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 4 14:14:00 2018 New Revision: 335953 URL: https://svnweb.freebsd.org/changeset/base/335953 Log: Rename "dup" and "fstat_shmfd" to "shmfd_dup" and "shmfd_fstat" for consistency. MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/tools/tools/sysc

svn commit: r335952 - stable/10/etc/rc.d

2018-07-04 Thread Ian Lepore
Author: ian Date: Wed Jul 4 14:12:09 2018 New Revision: 335952 URL: https://svnweb.freebsd.org/changeset/base/335952 Log: MFC r335575, r335786 r335575: Use 'mv -f' in rc.d/ntpd to avoid spuriously halting the boot. The final 'mv' to install a fetched leap-list file can fail (due to

svn commit: r335951 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 4 14:11:49 2018 New Revision: 335951 URL: https://svnweb.freebsd.org/changeset/base/335951 Log: Sort the benchmarks; no functional changes intended. Obtained from:CheriBSD MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/tools/tools/

svn commit: r335950 - stable/10/etc

2018-07-04 Thread Ian Lepore
Author: ian Date: Wed Jul 4 14:10:36 2018 New Revision: 335950 URL: https://svnweb.freebsd.org/changeset/base/335950 Log: MFC r335595-r335596 r335595: Modernize usage of "restrict" keyword in ntp.conf It is no longer necessary to specify a -4/-6 flag on any ntp.conf keyword. The

Re: svn commit: r335919 - head/sys/netinet6

2018-07-04 Thread Cy Schubert
In message <13fa004f-6d8a-025e-9d4f-957f08111...@yandex.ru>, "Andrey V. Elsukov " writes: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --DYq4DERiQq8E3pDWhQQJu3pRxNkEa3XRw > Content-Type: multipart/mixed; boundary="3UyYmNTJPMJYH4JeWdQTZY41T0JnKZ9UW"; > protected-headers="v1" > Fr

svn commit: r335949 - stable/11/etc

2018-07-04 Thread Ian Lepore
Author: ian Date: Wed Jul 4 14:04:23 2018 New Revision: 335949 URL: https://svnweb.freebsd.org/changeset/base/335949 Log: MFC r335595-r335596 r335595: Modernize usage of "restrict" keyword in ntp.conf It is no longer necessary to specify a -4/-6 flag on any ntp.conf keyword. The

svn commit: r335948 - stable/11/etc/rc.d

2018-07-04 Thread Ian Lepore
Author: ian Date: Wed Jul 4 14:01:56 2018 New Revision: 335948 URL: https://svnweb.freebsd.org/changeset/base/335948 Log: MFC r335575, r335786-r335787 r335575: Use 'mv -f' in rc.d/ntpd to avoid spuriously halting the boot. The final 'mv' to install a fetched leap-list file can fail

svn commit: r335947 - stable/11/lib/libc/sys

2018-07-04 Thread Ian Lepore
Author: ian Date: Wed Jul 4 13:57:49 2018 New Revision: 335947 URL: https://svnweb.freebsd.org/changeset/base/335947 Log: MFC r335489: Add some words clarifying that rename(2) does nothing when the 'from' and 'to' args are the same file. Wording borrowed from POSIX.1-2017, but the fre

svn commit: r335946 - stable/11/sys/conf

2018-07-04 Thread Ian Lepore
Author: ian Date: Wed Jul 4 13:56:01 2018 New Revision: 335946 URL: https://svnweb.freebsd.org/changeset/base/335946 Log: MFC r335486: Add a note about using option VERBOSE_SYSINIT=0 to get the verbose code compiled in but disabled by default. Modified: stable/11/sys/conf/NOTES Direct

svn commit: r335945 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 4 13:52:13 2018 New Revision: 335945 URL: https://svnweb.freebsd.org/changeset/base/335945 Log: Disable pipepingtd benchmarks, to make it not depend on libthr. Obtained from:CheriBSD MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/t

svn commit: r335944 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 4 13:45:29 2018 New Revision: 335944 URL: https://svnweb.freebsd.org/changeset/base/335944 Log: Make the pipeping benchmarks work with larger buffer sizes. Obtained from:CheriBSD MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/tools

svn commit: r335943 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 4 13:39:48 2018 New Revision: 335943 URL: https://svnweb.freebsd.org/changeset/base/335943 Log: Add threaded pipe ping benchmark. Obtained from:CheriBSD MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/tools/tools/syscall_timing/Make

svn commit: r335942 - head/sys/dev/usb/net

2018-07-04 Thread Ed Maste
Author: emaste Date: Wed Jul 4 13:38:02 2018 New Revision: 335942 URL: https://svnweb.freebsd.org/changeset/base/335942 Log: muge(4): remove DTB MAC addr from TODO list after r335925 Also replace numbered list with - bulleted so the list entries do not need to be renumbered as tasks are

svn commit: r335941 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 4 13:34:43 2018 New Revision: 335941 URL: https://svnweb.freebsd.org/changeset/base/335941 Log: Add a trivial "pipe ping" (two processes) benchmark. Obtained from:CheriBSD MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/tools/tools/

Re: svn commit: r335919 - head/sys/netinet6

2018-07-04 Thread Andrey V. Elsukov
On 04.07.2018 16:05, Cy Schubert wrote: > Hi Matt, > > This is causing a panic of my gateway machine. Likely due to router > solicitations. Hi, probably in the last two chunks "inp" should be replaced with "last" Index: udp6_usrreq.c

svn commit: r335940 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 4 13:31:55 2018 New Revision: 335940 URL: https://svnweb.freebsd.org/changeset/base/335940 Log: Make syscall_timing(1) build with WARNS=6. Obtained from:CheriBSD MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/tools/tools/syscall_ti

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

2018-07-04 Thread Konstantin Belousov
Author: kib Date: Wed Jul 4 13:31:16 2018 New Revision: 335939 URL: https://svnweb.freebsd.org/changeset/base/335939 Log: Add setproctitle_fast(3) for frequent callers. Some applications, notably PostgreSQL, want to call setproctitle() very often. It's slow. Provide an alternative chea

svn commit: r335938 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 4 13:28:43 2018 New Revision: 335938 URL: https://svnweb.freebsd.org/changeset/base/335938 Log: Add getprogname(3) (ie null) benchmark. Obtained from:CheriBSD MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/tools/tools/syscall_timin

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

2018-07-04 Thread Konstantin Belousov
Author: kib Date: Wed Jul 4 13:28:16 2018 New Revision: 335937 URL: https://svnweb.freebsd.org/changeset/base/335937 Log: top: do not fall to the thread name if kernel cache of the process args is empty. Instead, use kvm_getargv() unconditionally to obtain the process arguments. It me

svn commit: r335936 - head/tools/tools/syscall_timing

2018-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 4 13:26:47 2018 New Revision: 335936 URL: https://svnweb.freebsd.org/changeset/base/335936 Log: Use a macro for iteration. Obtained from:CheriBSD MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/tools/tools/syscall_timing/syscall_tim

svn commit: r335935 - head/sys/kern

2018-07-04 Thread Konstantin Belousov
Author: kib Date: Wed Jul 4 13:22:48 2018 New Revision: 335935 URL: https://svnweb.freebsd.org/changeset/base/335935 Log: Add a way for the process to request cleanup of the kernel cache of the process arguments. New arguments length zero causes the drop of the pargs instead of allocation

Re: svn commit: r335919 - head/sys/netinet6

2018-07-04 Thread Cy Schubert
Hi Matt, This is causing a panic of my gateway machine. Likely due to router solicitations. Disabling anything IPv6 in rc.conf avoids the panic. cwfw# grep '^# TEMP' /etc/rc.conf # TEMP ifconfig_sk0_ipv6="inet6 fc00:1:1:1::fffe prefixlen 64 -accept_rtadv" # TEMP ifconfig_nfe0_ipv6="inet6 fc00:

svn commit: r335934 - in head/sys: cam cam/ata cam/nvme cam/scsi dev/acpica/Osd dev/pccbb kern

2018-07-04 Thread Andriy Gapon
Author: avg Date: Wed Jul 4 09:07:18 2018 New Revision: 335934 URL: https://svnweb.freebsd.org/changeset/base/335934 Log: remove unneeded inclusion of sys/interrupt.h from several files It's likely that the header was needed in the past for swi(9). But now that code does not use swi(9) o

svn commit: r335933 - head/stand/uboot/fdt

2018-07-04 Thread Emmanuel Vadot
Author: manu Date: Wed Jul 4 07:37:45 2018 New Revision: 335933 URL: https://svnweb.freebsd.org/changeset/base/335933 Log: loader: fdt: Try to load every possible DTB from u-boot U-Boot setup a few variables : - fdt_addr which is the board static dtb (most of the time loaded before

Re: svn commit: r300779 - in head: sbin/ipfw sys/modules/dummynet sys/netinet sys/netpfil/ipfw

2018-07-04 Thread Mark Felder
On Thu, May 26, 2016, at 16:40, Don Lewis wrote: > Author: truckman > Date: Thu May 26 21:40:13 2016 > New Revision: 300779 > URL: https://svnweb.freebsd.org/changeset/base/300779 > > Log: > Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE). > > Centre for Advanced Inte