Author: eadler
Date: Wed May 23 12:10:16 2018
New Revision: 334093
URL: https://svnweb.freebsd.org/changeset/base/334093
Log:
kldstat: align size to the right
This makes it easier to compare numbers directly.
PR: 215747
Submitted by: "Alexander von Gernler"
Modified:
he
Author: pizzamig (ports committer)
Date: Wed May 23 13:10:57 2018
New Revision: 334094
URL: https://svnweb.freebsd.org/changeset/base/334094
Log:
Improve MAC address uniqueness on if_epair(4).
As reported in PR184149, it can happen that epair devices can have the same
MAC address.
This
On Wed, May 23, 2018 at 1:39 AM, Eitan Adler wrote:
> Author: eadler
> Date: Wed May 23 07:39:05 2018
> New Revision: 334078
> URL: https://svnweb.freebsd.org/changeset/base/334078
>
> Log:
> devd: compile at WARNS=6
>
> Verified with "make universe TARGETS='amd64 arm arm64 i386 sparc64'"
>
>
Author: eadler
Date: Wed May 23 13:48:16 2018
New Revision: 334095
URL: https://svnweb.freebsd.org/changeset/base/334095
Log:
devd: Move variable declaration to header
Reminder by: imp
Modified:
head/sbin/devd/devd.cc
head/sbin/devd/devd.h
head/sbin/devd/token.l
Modified: head/sbin
On 23 May 2018 at 06:35, Warner Losh wrote:
>
>
> On Wed, May 23, 2018 at 1:39 AM, Eitan Adler wrote:
>>
>> Author: eadler
>> Date: Wed May 23 07:39:05 2018
>> New Revision: 334078
>> URL: https://svnweb.freebsd.org/changeset/base/334078
>>
>> Log:
>> devd: compile at WARNS=6
>>
>> Verified w
On Wed, 2018-05-23 at 06:15 +, Matt Macy wrote:
> Author: mmacy
> Date: Wed May 23 06:15:55 2018
> New Revision: 334074
> URL: https://svnweb.freebsd.org/changeset/base/334074
>
> Log:
> Bump FreeBSD_version after r333813
>
> Modified:
> head/sys/sys/param.h
>
> Modified: head/sys/sys/pa
Author: emaste
Date: Wed May 23 13:59:37 2018
New Revision: 334096
URL: https://svnweb.freebsd.org/changeset/base/334096
Log:
sys/modules: don't build bxe,qlxgbe if the user objects to sourceless ucode
MFC of r322682 and r322684
PR: 204747
Submitted by: Fabian Keil
Obtain
Author: emaste
Date: Wed May 23 14:05:56 2018
New Revision: 334097
URL: https://svnweb.freebsd.org/changeset/base/334097
Log:
MFC r326074: filter all passwords (not only changed) from periodic passwd
backup
The periodic 200.backup-passwd script outputs any differences it finds
in master.
On 23 May 2018 at 06:45, Eitan Adler wrote:
> Author: eadler
> Date: Wed May 23 10:45:32 2018
> New Revision: 334089
> URL: https://svnweb.freebsd.org/changeset/base/334089
>
> Log:
> dumpon: point to better kernel debug symbols.
>...
> -.Dl # kgdb /usr/obj/sys/GENERIC/kernel.debug vmcore.#
> +.
> Author: eadler
> Date: Wed May 23 10:45:32 2018
> New Revision: 334089
> URL: https://svnweb.freebsd.org/changeset/base/334089
>
> Log:
> dumpon: point to better kernel debug symbols.
>
> The objdir is temporary, and the current example points to GENERIC.
> Instead point to the installe
On 23 May 2018 at 10:15, Rodney W. Grimes
wrote:
>> Author: eadler
>> Date: Wed May 23 10:45:32 2018
>> New Revision: 334089
>> URL: https://svnweb.freebsd.org/changeset/base/334089
>>
>> Log:
>> dumpon: point to better kernel debug symbols.
>> ...
>
> You should of probably also included that f
Author: leitao
Date: Wed May 23 14:19:06 2018
New Revision: 334098
URL: https://svnweb.freebsd.org/changeset/base/334098
Log:
Adding myself share/misc/committers-src.dot.
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
===
> On 23 May 2018 at 10:15, Rodney W. Grimes
> wrote:
> >> Author: eadler
> >> Date: Wed May 23 10:45:32 2018
> >> New Revision: 334089
> >> URL: https://svnweb.freebsd.org/changeset/base/334089
> >>
> >> Log:
> >> dumpon: point to better kernel debug symbols.
> >> ...
> >
> > You should of proba
Author: mav
Date: Wed May 23 15:22:58 2018
New Revision: 334099
URL: https://svnweb.freebsd.org/changeset/base/334099
Log:
Add ready polling after PHY reset on VIA SATA controllers.
According to PR there are cases of controller hang if soft reset is
sent before device report ready status
Author: markj
Date: Wed May 23 15:26:56 2018
New Revision: 334100
URL: https://svnweb.freebsd.org/changeset/base/334100
Log:
Document the return value of sbuf_bcat(9).
MFC after:1 week
Modified:
head/share/man/man9/sbuf.9
Modified: head/share/man/man9/sbuf.9
Author: markj
Date: Wed May 23 15:43:35 2018
New Revision: 334101
URL: https://svnweb.freebsd.org/changeset/base/334101
Log:
Add GET_STACK_USAGE() for arm64.
Its absence meant that GEOM direct dispatch was disabled (the service
routines check the current thread's stack usage to determine
On Wed, May 23, 2018, 8:35 AM Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> > On 23 May 2018 at 10:15, Rodney W. Grimes
> > wrote:
> > >> Author: eadler
> > >> Date: Wed May 23 10:45:32 2018
> > >> New Revision: 334089
> > >> URL: https://svnweb.freebsd.org/changeset/base/334089
> >
Author: brd
Date: Wed May 23 16:28:31 2018
New Revision: 334102
URL: https://svnweb.freebsd.org/changeset/base/334102
Log:
Switch calendar installs to use FILES and SYMLINKS instead of bare install(1)
Also explicitly list each file to install so we don't silently add or miss
some.
Ap
Author: kib
Date: Wed May 23 16:31:46 2018
New Revision: 334103
URL: https://svnweb.freebsd.org/changeset/base/334103
Log:
Support IBRS for i386.
Tested by:pho
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Differential revision:https://reviews.freebsd.org/D1552
On Wednesday, May 23, 2018 10:45:32 AM Eitan Adler wrote:
> Author: eadler
> Date: Wed May 23 10:45:32 2018
> New Revision: 334089
> URL: https://svnweb.freebsd.org/changeset/base/334089
>
> Log:
> dumpon: point to better kernel debug symbols.
>
> The objdir is temporary, and the current ex
On Wednesday, May 23, 2018 06:15:55 AM Matt Macy wrote:
> Author: mmacy
> Date: Wed May 23 06:15:55 2018
> New Revision: 334074
> URL: https://svnweb.freebsd.org/changeset/base/334074
>
> Log:
> Bump FreeBSD_version after r333813
>
> Modified:
> head/sys/sys/param.h
FYI, these values are doc
Track
On Wed, May 23, 2018 at 06:53 Ian Lepore wrote:
> On Wed, 2018-05-23 at 06:15 +, Matt Macy wrote:
> > Author: mmacy
> > Date: Wed May 23 06:15:55 2018
> > New Revision: 334074
> > URL: https://svnweb.freebsd.org/changeset/base/334074
> >
> > Log:
> > Bump FreeBSD_version after r33381
On Wed, May 23, 2018 at 9:43 AM, John Baldwin wrote:
> On Wednesday, May 23, 2018 06:15:55 AM Matt Macy wrote:
>> Author: mmacy
>> Date: Wed May 23 06:15:55 2018
>> New Revision: 334074
>> URL: https://svnweb.freebsd.org/changeset/base/334074
>>
>> Log:
>> Bump FreeBSD_version after r333813
>>
>
Author: mmacy
Date: Wed May 23 17:00:05 2018
New Revision: 334104
URL: https://svnweb.freebsd.org/changeset/base/334104
Log:
epoch: allow for conditionally asserting that the epoch context fields
are unused by zeroing on INVARIANTS builds
Modified:
head/sys/netinet/ip_divert.c
head/sys/ne
Author: markj
Date: Wed May 23 17:01:28 2018
New Revision: 334105
URL: https://svnweb.freebsd.org/changeset/base/334105
Log:
Revert r334090.
It causes the 32bit compat build of libmd to fail with:
libmd/rmd160c.c:86:9: error: 'ripemd160_block' macro redefined
#define ripemd160_block
Author: jhb
Date: Wed May 23 17:02:12 2018
New Revision: 334106
URL: https://svnweb.freebsd.org/changeset/base/334106
Log:
Use __SCCSID() for SCCS IDs.
- Define NO__SCCSID in CFLAGS to preserve existing behavior of omitting
SCCS IDs by default.
- While here, fix the $FreeBSD$ in pw_ut
Author: jhb
Date: Wed May 23 17:05:12 2018
New Revision: 334107
URL: https://svnweb.freebsd.org/changeset/base/334107
Log:
Remove references to the LIBC_SCCS and SYSLIBC_SCCS C macros.
This language dates back to when libthr was libc_r that included its own
syscalls and replaced libc enti
On Wed, May 23, 2018 at 12:23 AM, Emeric POUPON
wrote:
>> From: "Conrad Meyer"
>
>> Can users control arbitrary key_allocsp() calls? If so, it seems
>> concerning to expose hit/miss stats on cached security keys.
>
> I am not sure to understand, could you please tell more about what you mean?
I
Author: mmacy
Date: Wed May 23 17:25:00 2018
New Revision: 334108
URL: https://svnweb.freebsd.org/changeset/base/334108
Log:
hwpmc: add thread id field to callchain and context switch records to allow
filtering
on thread in post-processing.
To generate stacks for just ${THREADID}:
p
: **
+20180523:
+ The on-disk format for hwpmc callchain records has changed to include
+ threadid corresponding to a given record. This changes the field
offsets
+ and thus requires that libpmcstat be rebuilt before using a kernel
+ later than r334108.
+
20180517
Author: mmacy
Date: Wed May 23 17:44:29 2018
New Revision: 334110
URL: https://svnweb.freebsd.org/changeset/base/334110
Log:
hwppmc: set threadid in callchain records - second part of r334108
Modified:
head/sys/dev/hwpmc/hwpmc_logging.c
head/sys/dev/hwpmc/hwpmc_mod.c
Modified: head/sys/dev
Author: kib
Date: Wed May 23 17:55:30 2018
New Revision: 334111
URL: https://svnweb.freebsd.org/changeset/base/334111
Log:
Note that PT_SETSTEP is auto-cleared.
Wording and reviewed by: jhb
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Differential revision:ht
On Tue, May 08, 2018 at 09:14:29PM +, Sean Bruno wrote:
S> Log:
S> nxge(4):
S> Remove nxge(4) and associated man page and tools in FreeBSD 12.0.
...
S> +20180508:
S> +The nxge(4) driver has been removed. This driver was for PCI-X 10g
S> +cards made by s2io/Neterion. The company wa
On Wed, 2018-05-23 at 09:43 -0700, John Baldwin wrote:
> On Wednesday, May 23, 2018 06:15:55 AM Matt Macy wrote:
> >
> > Author: mmacy
> > Date: Wed May 23 06:15:55 2018
> > New Revision: 334074
> > URL: https://svnweb.freebsd.org/changeset/base/334074
> >
> > Log:
> > Bump FreeBSD_version afte
On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote:
> If end of sales and support is enough to remove 10g driver from the kernel,
> can we please delete all 10Mbit, 100Mbit 10+ year old drivers from the kernel?
Depends on how many existing users we want to screw over. Not everyone
repl
On Wed, May 23, 2018 at 12:05:24PM -0600, Ian Lepore wrote:
> Well, they're supposed to be.
>From my own experience, they are often not.
> I think it would be more likely to happen if you didn't have to get
> intimate with xml code to add a simple note to a file.
It's cut-and-paste.
Or, it's ea
> On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote:
> > If end of sales and support is enough to remove 10g driver from the kernel,
> > can we please delete all 10Mbit, 100Mbit 10+ year old drivers from the
> > kernel?
>
> Depends on how many existing users we want to screw over. No
On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote:
> On Tue, May 08, 2018 at 09:14:29PM +, Sean Bruno wrote:
> S> Log:
> S> nxge(4):
> S> Remove nxge(4) and associated man page and tools in FreeBSD 12.0.
> ...
> S> +20180508:
> S> + The nxge(4) driver has been removed. This dr
24.05.2018 1:14, Rodney W. Grimes wrote:
>> On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote:
>>> If end of sales and support is enough to remove 10g driver from the kernel,
>>> can we please delete all 10Mbit, 100Mbit 10+ year old drivers from the
>>> kernel?
>>
>> Depends on how ma
On Wed, May 23, 2018, 12:20 PM Brooks Davis wrote:
> On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote:
> > On Tue, May 08, 2018 at 09:14:29PM +, Sean Bruno wrote:
> > S> Log:
> > S> nxge(4):
> > S> Remove nxge(4) and associated man page and tools in FreeBSD 12.0.
> > ...
> >
On Wed, May 23, 2018 at 11:14:59AM -0700, Rodney W. Grimes wrote:
> And some of us buy 2 year old hardware because it is cheap,
Some of us don't have that kind of budget anymore.
mcl
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mai
On Wed, May 23, 2018 at 09:56:00AM -0700, Matthew Macy wrote:
> Thanks updated for 1200064. Someone(tm) needs to do 1200063.
done.
mcl
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send a
On Wednesday, May 23, 2018 04:09:01 AM Eitan Adler wrote:
> Author: eadler
> Date: Wed May 23 04:09:01 2018
> New Revision: 334073
> URL: https://svnweb.freebsd.org/changeset/base/334073
>
> Log:
> README: Reduce the textdump; describe the project
>
> Rework the README to make it a little e
Am 23.05.18 um 20:14 schrieb Rodney W. Grimes:
>> On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote:
>>> If end of sales and support is enough to remove 10g driver from the kernel,
>>> can we please delete all 10Mbit, 100Mbit 10+ year old drivers from the
>>> kernel?
>>
>> Depends on h
On Wed, May 23, 2018, 12:44 PM Stefan Esser wrote:
> Am 23.05.18 um 20:14 schrieb Rodney W. Grimes:
> >> On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote:
> >>> If end of sales and support is enough to remove 10g driver from the
> kernel,
> >>> can we please delete all 10Mbit, 100Mbi
Author: manu
Date: Wed May 23 19:07:03 2018
New Revision: 334112
URL: https://svnweb.freebsd.org/changeset/base/334112
Log:
arm64: rockchip: Add proper armclock support
The core clock (armclk) on RockChip SoC is special.
It can derive it's clock from many PLLs but RockChip recommand to do
On 23 May 2018 at 09:27, John Baldwin wrote:
> On Wednesday, May 23, 2018 04:09:01 AM Eitan Adler wrote:
>> Author: eadler
>> Date: Wed May 23 04:09:01 2018
>> New Revision: 334073
>> URL: https://svnweb.freebsd.org/changeset/base/334073
>>
>> Log:
>> README: Reduce the textdump; describe the pr
On 23 May 2018, at 18:20, Brooks Davis wrote:
On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote:
On Tue, May 08, 2018 at 09:14:29PM +, Sean Bruno wrote:
S> Log:
S> nxge(4):
S> Remove nxge(4) and associated man page and tools in FreeBSD
12.0.
...
S> +20180508:
S> + The nxge
> Am 23.05.18 um 20:14 schrieb Rodney W. Grimes:
> >> On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote:
> >>> If end of sales and support is enough to remove 10g driver from the
> >>> kernel,
> >>> can we please delete all 10Mbit, 100Mbit 10+ year old drivers from the
> >>> kernel?
>
Author: luporl
Date: Wed May 23 19:17:17 2018
New Revision: 334113
URL: https://svnweb.freebsd.org/changeset/base/334113
Log:
Adding myself to committers-src.dot and calendar.freebsd
Approved by: jhibbits (mentor)
Modified:
head/share/misc/committers-src.dot
head/usr.bin/calendar/cale
Except for old computers and old software that segfaults on 64-bit, how many
people still use i386?
Full disclosure: I'd like to see i386 deorbited before I retire.
---
Sent using a tiny phone keyboard.
Apologies for any typos and autocorrect.
Also, this old phone only supports top post. Apologi
Thanks.
On Wed, May 23, 2018 at 11:40 AM, Mark Linimon wrote:
> On Wed, May 23, 2018 at 09:56:00AM -0700, Matthew Macy wrote:
>> Thanks updated for 1200064. Someone(tm) needs to do 1200063.
>
> done.
>
> mcl
___
svn-src-all@freebsd.org mailing list
http
24.05.2018 2:30, Cy Schubert wrote:
> Except for old computers and old software that segfaults on 64-bit, how many
> people still use i386?
>
> Full disclosure: I'd like to see i386 deorbited before I retire.
Plese don't. I routinely use FreeBSD11/i386 for cheap VPS hosts having less
than 2G m
Author: mmacy
Date: Wed May 23 19:55:47 2018
New Revision: 334114
URL: https://svnweb.freebsd.org/changeset/base/334114
Log:
pmc: bump PMC major version to reflect ABI breakage and make warning not
require verbose
Modified:
head/sys/sys/pmc.h
head/usr.sbin/pmcstat/pmcstat_log.c
Modified:
Author: trasz
Date: Wed May 23 20:06:04 2018
New Revision: 334115
URL: https://svnweb.freebsd.org/changeset/base/334115
Log:
Centralize USB device mode bus power reporting, and add
hw.usb.template_power sysctl to control it.
Reviewed by: hselasky@ (earlier version)
MFC after:2 week
On Wed, May 23, 2018 at 1:39 AM, Eitan Adler wrote:
> Author: eadler
> Date: Wed May 23 07:39:02 2018
> New Revision: 334077
> URL: https://svnweb.freebsd.org/changeset/base/334077
>
> Log:
> devd: correct two warnings
>
> - catching a polymorphic type by value
> - "output between 16 and 95
On Wed, May 23, 2018 at 1:11 PM, Bjoern A. Zeeb <
bzeeb-li...@lists.zabbadoz.net> wrote:
> On 23 May 2018, at 18:20, Brooks Davis wrote:
>
> On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote:
>>
>>> On Tue, May 08, 2018 at 09:14:29PM +, Sean Bruno wrote:
>>> S> Log:
>>> S> nxge(4
On 5/22/2018 5:30 PM, Bryan Drewery wrote:
> On 5/22/2018 1:22 PM, Jilles Tjoelker wrote:
>> On Tue, May 22, 2018 at 10:17:41AM +0200, O. Hartmann wrote:
>>> On Mon, 21 May 2018 21:45:53 -0700
>>> Cy Schubert wrote:
In message <20180522061339.21497...@freyja.zeit4.iv.bundesimmobilien.de>
On Thu, May 24, 2018 at 02:53:16AM +0700, Eugene Grosbein wrote:
> 24.05.2018 2:30, Cy Schubert wrote:
>
> > Except for old computers and old software that segfaults on 64-bit, how
> > many people still use i386?
> >
> > Full disclosure: I'd like to see i386 deorbited before I retire.
>
> Plese
Hi Traz,
You're referring to power consumption in terms of (milli)Amps. That's not
right; power is measured in Watts. What you're actually talking about is
*current*. And it looks like in some situations USB devices can draw more than
500mA.
https://en.wikipedia.org/wiki/USB_(Physical)#POWER
In message <5b05c6ac.6010...@grosbein.net>, Eugene Grosbein writes:
> 24.05.2018 2:30, Cy Schubert wrote:
>
> > Except for old computers and old software that segfaults on 64-bit, how man
> y people still use i386?
> >
> > Full disclosure: I'd like to see i386 deorbited before I retire.
>
> Plese
In message <20180523202228.gc58...@spindle.one-eyed-alien.net>, Brooks
Davis wr
ites:
>
>
> --QRj9sO5tAVLaXnSD
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
>
> On Thu, May 24, 2018 at 02:53:16AM +0700, Eugene Grosbein wro
Author: mmacy
Date: Wed May 23 20:50:09 2018
New Revision: 334116
URL: https://svnweb.freebsd.org/changeset/base/334116
Log:
udp: assign flowid to udp sockets round-robin
On a 2x8x2 SKL this increases measured throughput with 64
netperf -H $DUT -t UDP_STREAM -- -m 1
from 590kpps to 1
Author: mmacy
Date: Wed May 23 21:02:14 2018
New Revision: 334118
URL: https://svnweb.freebsd.org/changeset/base/334118
Log:
UDP: further performance improvements on tx
Cumulative throughput while running 64
netperf -H $DUT -t UDP_STREAM -- -m 1
on a 2x8x2 SKL went from 1.1Mpps to 2.5
Hi,
do we commit cherry-picks into vendor/ subversion space? I believe we don't.
Cherry-picks should go directly to head. vendor/ should get only tagged
full tree updates.
On Wed, May 16, 2018 at 08:43:08AM +, Slava Shwartsman wrote:
S> Author: slavash
S> Date: Wed May 16 08:43:08 2018
S>
Author: kib
Date: Wed May 23 21:25:49 2018
New Revision: 334119
URL: https://svnweb.freebsd.org/changeset/base/334119
Log:
Style.
Wording and reviewed by: jhb
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Differential revision:https://reviews.freebsd.org/D1505
Author: emaste
Date: Wed May 23 21:26:33 2018
New Revision: 334120
URL: https://svnweb.freebsd.org/changeset/base/334120
Log:
Revert r334081 (-Wmain) as it broke the build on gcc architectures
Modified:
head/share/mk/bsd.sys.mk
Modified: head/share/mk/bsd.sys.mk
=
Author: kib
Date: Wed May 23 21:26:41 2018
New Revision: 334121
URL: https://svnweb.freebsd.org/changeset/base/334121
Log:
Stop obliterating actual exception type for emulated traps from vm86.
Wording and reviewed by: jhb
Sponsored by: The FreeBSD Foundation
MFC after:1 week
On Wed, May 23, 2018 at 02:25:13PM -0700, Gleb Smirnoff wrote:
T> Hi,
T>
T> do we commit cherry-picks into vendor/ subversion space? I believe we don't.
T>
T> Cherry-picks should go directly to head. vendor/ should get only tagged
T> full tree updates.
Ehrm, and these two commits actually are
On Wed, May 23, 2018 at 2:25 PM Gleb Smirnoff wrote:
>Hi,
> do we commit cherry-picks into vendor/ subversion space? I believe we
don't.
Yes we do. Actually doing it _properly_ would make future imports easier.
> Cherry-picks should go directly to head. vendor/ should get only tagged
> fu
Author: kib
Date: Wed May 23 21:39:29 2018
New Revision: 334122
URL: https://svnweb.freebsd.org/changeset/base/334122
Log:
x86: stop unconditionally clearing PSL_T on the trace trap.
We certainly should clear PSL_T when calling the SIGTRAP signal
handler, which is already done by all x86
On Wed, May 23, 2018 at 02:27:07PM -0700, Gleb Smirnoff wrote:
T> On Wed, May 23, 2018 at 02:25:13PM -0700, Gleb Smirnoff wrote:
T> T> Hi,
T> T>
T> T> do we commit cherry-picks into vendor/ subversion space? I believe we
don't.
T> T>
T> T> Cherry-picks should go directly to head. vendor/ shoul
Hi,
On Sat, May 19, 2018 at 05:10:52AM +, Matt Macy wrote:
M> Author: mmacy
M> Date: Sat May 19 05:10:51 2018
M> New Revision: 333860
M> URL: https://svnweb.freebsd.org/changeset/base/333860
M>
M> Log:
M> sendfile: annotate unused value and ensure that npages is actually
initialized
M>
In message <20180523202228.gc58...@spindle.one-eyed-alien.net>, Brooks
Davis wr
ites:
>
>
> --QRj9sO5tAVLaXnSD
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
>
> On Thu, May 24, 2018 at 02:53:16AM +0700, Eugene Grosbein wro
Talk to the gcc devs. The warning is useful even if there are false positives.
On Wed, May 23, 2018 at 3:27 PM, Gleb Smirnoff wrote:
> Hi,
>
> On Sat, May 19, 2018 at 05:10:52AM +, Matt Macy wrote:
> M> Author: mmacy
> M> Date: Sat May 19 05:10:51 2018
> M> New Revision: 333860
> M> URL: ht
The initialization isn't useful.
On Wed, May 23, 2018 at 03:52:42PM -0700, Matthew Macy wrote:
M> Talk to the gcc devs. The warning is useful even if there are false
positives.
M>
M> On Wed, May 23, 2018 at 3:27 PM, Gleb Smirnoff wrote:
M> > Hi,
M> >
M> > On Sat, May 19, 2018 at 05:10:52AM +0
On Wed, May 23, 2018 at 3:57 PM, Gleb Smirnoff wrote:
> The initialization isn't useful.
It silences a gcc warning. So yes it is. It's this exchange which is not useful.
-M
> On Wed, May 23, 2018 at 03:52:42PM -0700, Matthew Macy wrote:
> M> Talk to the gcc devs. The warning is useful even if
On Wednesday, May 23, 2018 12:09:59 PM Eitan Adler wrote:
> On 23 May 2018 at 09:27, John Baldwin wrote:
> > On Wednesday, May 23, 2018 04:09:01 AM Eitan Adler wrote:
> >> Author: eadler
> >> Date: Wed May 23 04:09:01 2018
> >> New Revision: 334073
> >> URL: https://svnweb.freebsd.org/changeset/ba
On Wednesday, May 23, 2018 05:00:05 PM Matt Macy wrote:
> Author: mmacy
> Date: Wed May 23 17:00:05 2018
> New Revision: 334104
> URL: https://svnweb.freebsd.org/changeset/base/334104
>
> Log:
> epoch: allow for conditionally asserting that the epoch context fields
> are unused by zeroing on I
On Wed, May 23, 2018 at 11:52 AM, John Baldwin wrote:
> On Wednesday, May 23, 2018 05:00:05 PM Matt Macy wrote:
>> Author: mmacy
>> Date: Wed May 23 17:00:05 2018
>> New Revision: 334104
>> URL: https://svnweb.freebsd.org/changeset/base/334104
>>
>> Log:
>> epoch: allow for conditionally asserti
Author: jhb
Date: Thu May 24 00:06:55 2018
New Revision: 334123
URL: https://svnweb.freebsd.org/changeset/base/334123
Log:
Catch up two more places to the V_ifnet change to a CK_STAILQ.
Modified:
head/sys/netgraph/ng_ether.c
head/sys/netgraph/ng_gif.c
Modified: head/sys/netgraph/ng_ether.c
On Wed, May 23, 2018 at 7:13 PM, Matthew Macy wrote:
>
> On Wed, May 23, 2018 at 11:52 AM, John Baldwin wrote:
> > On Wednesday, May 23, 2018 05:00:05 PM Matt Macy wrote:
> >> Author: mmacy
> >> Date: Wed May 23 17:00:05 2018
> >> New Revision: 334104
> >> URL: https://svnweb.freebsd.org/changese
Author: mmacy
Date: Thu May 24 01:03:31 2018
New Revision: 334124
URL: https://svnweb.freebsd.org/changeset/base/334124
Log:
malloc: Add flag for conditionally zeroing for INVARIANTS builds
Modified:
head/sys/sys/malloc.h
Modified: head/sys/sys/malloc.h
==
Author: mmacy
Date: Thu May 24 01:04:56 2018
New Revision: 334125
URL: https://svnweb.freebsd.org/changeset/base/334125
Log:
convert allocations to INVARIANTS M_ZERO
Modified:
head/sys/netinet/ip_divert.c
head/sys/netinet/raw_ip.c
head/sys/netinet/tcp_subr.c
head/sys/netinet/udp_usrreq.
Author: mmacy
Date: Thu May 24 01:12:06 2018
New Revision: 334126
URL: https://svnweb.freebsd.org/changeset/base/334126
Log:
devd: drop WARNS back down to 3 until 6 actually works with GCC
Modified:
head/sbin/devd/Makefile
Modified: head/sbin/devd/Makefile
===
On Wed, May 23, 2018 at 03:18:59PM -0700, Cy Schubert wrote:
> In message <20180523202228.gc58...@spindle.one-eyed-alien.net>, Brooks
> Davis wr
> ites:
> >
> >
> > --QRj9sO5tAVLaXnSD
> > Content-Type: text/plain; charset=us-ascii
> > Content-Disposition: inline
> > Content-Transfer-Encoding: quo
On 23 May 2018 at 17:40, Jonathan T. Looney wrote:
> On Wed, May 23, 2018 at 7:13 PM, Matthew Macy wrote:
>>
>> On Wed, May 23, 2018 at 11:52 AM, John Baldwin wrote:
>> > On Wednesday, May 23, 2018 05:00:05 PM Matt Macy wrote:
>> >> Author: mmacy
>> >> Date: Wed May 23 17:00:05 2018
>> >> New Re
On 23 May 2018 at 14:26, Ed Maste wrote:
> Author: emaste
> Date: Wed May 23 21:26:33 2018
> New Revision: 334120
> URL: https://svnweb.freebsd.org/changeset/base/334120
>
> Log:
> Revert r334081 (-Wmain) as it broke the build on gcc architectures
I tested this with "make universe". Can you giv
On 23 May 2018 at 21:28, Eitan Adler wrote:
> On 23 May 2018 at 14:26, Ed Maste wrote:
>> Author: emaste
>> Date: Wed May 23 21:26:33 2018
>> New Revision: 334120
>> URL: https://svnweb.freebsd.org/changeset/base/334120
>>
>> Log:
>> Revert r334081 (-Wmain) as it broke the build on gcc architec
FWIW;
On 23/05/2018 17:18, Cy Schubert wrote:
In message <20180523202228.gc58...@spindle.one-eyed-alien.net>, Brooks
Davis wr
ites:
--QRj9sO5tAVLaXnSD
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Thu, May 24, 2018 at 02:
On Wed, May 23, 2018 at 6:28 PM, Eitan Adler wrote:
> On 23 May 2018 at 14:26, Ed Maste wrote:
>> Author: emaste
>> Date: Wed May 23 21:26:33 2018
>> New Revision: 334120
>> URL: https://svnweb.freebsd.org/changeset/base/334120
>>
>> Log:
>> Revert r334081 (-Wmain) as it broke the build on gcc
Esto es para informarle que el sistema de actualizaci�n / mantenimiento de
nuestros sistemas se realizar� entre las 10 p.m.-11 p.m. el d�a de hoy. Como
resultado, se le pedir� que verifique su correo electr�nico mediante HAGA CLIC
AQU� para que podamos actualizar tu Zimbra. Una vez m�s, lamentam
Author: mmacy
Date: Thu May 24 04:30:06 2018
New Revision: 334128
URL: https://svnweb.freebsd.org/changeset/base/334128
Log:
libpmcstat: compile in events based on json description
Added:
head/lib/libpmcstat/libpmcstat_pmu_util.c (contents, props changed)
head/lib/libpmcstat/pmu-events/
Author: mmacy
Date: Thu May 24 04:31:53 2018
New Revision: 334129
URL: https://svnweb.freebsd.org/changeset/base/334129
Log:
take NUMA out
Modified:
head/sys/amd64/conf/GENERIC-NODEBUG
Modified: head/sys/amd64/conf/GENERIC-NODEBUG
=
Let me repeat again. The warning is a false positive, and thus assignment
isn't useful. I'm not worried about a single instruction, more about
polluting the code.
If the warning was escalated to build error, and we did carry about
building with gcc8, in this case the assignment should be added wit
On Thu, May 24, 2018 at 06:44:20AM +0200, Mateusz Guzik wrote:
M> I fundamentally disagree with this part.
M>
M> If a known value of a given field is needed for assertion purposes, you
M> can add (possibly conditional) code setting this specific value. It
M> probably should not be zero if it can b
On Wed, May 23, 2018 at 10:07 PM, Gleb Smirnoff wrote:
> Can you please explain the bug supposed to be fixed by r333860 QUESTION MARK
Did I say it fixed a bug? Or are you saying we should just turn off
compiler warnings because Gleb Smirnoff knows better?
-M
> On Wed, May 23, 2018 at 09:51:34P
On 23 May 2018 at 13:09, Warner Losh wrote:
>
>
> On Wed, May 23, 2018 at 1:39 AM, Eitan Adler wrote:
>>
>> Author: eadler
>> Date: Wed May 23 07:39:02 2018
>> New Revision: 334077
>> URL: https://svnweb.freebsd.org/changeset/base/334077
>>
>> Log:
>> devd: correct two warnings
>>
>> - catchi
On Wed, May 23, 2018 at 10:25 PM, Gleb Smirnoff wrote:
> On Wed, May 23, 2018 at 10:13:25PM -0700, Matthew Macy wrote:
> M> On Wed, May 23, 2018 at 10:07 PM, Gleb Smirnoff
> wrote:
> M> > Can you please explain the bug supposed to be fixed by r333860 QUESTION
> MARK
> M>
> M> Did I say it fixed
On Wed, May 23, 2018 at 10:32 PM, Ravi Pokala wrote:
> -Original Message-
> From: on behalf of Matt Macy
>
> Date: 2018-05-23, Wednesday at 21:31
> To: , ,
>
> Subject: svn commit: r334129 - head/sys/amd64/conf
>
>> Author: mmacy
>> Date: Thu May 24 04:31:53 2018
>> New Revision: 3341
1 - 100 of 138 matches
Mail list logo