Author: ae
Date: Thu Nov 23 08:02:02 2017
New Revision: 326118
URL: https://svnweb.freebsd.org/changeset/base/326118
Log:
Modify ipfw's dynamic states KPI.
Hide the locking logic used in the dynamic states implementation from
generic code. Rename ipfw_install_state() and ipfw_lookup_dyn_r
Hi Devin,
On Thu, 23 Nov 2017 01:33:39 -0800
Devin Teske wrote:
>
>
> > On Nov 22, 2017, at 11:15 PM, Emmanuel Vadot wrote:
> >
> >> On 2017-11-22 17:38, Ian Lepore wrote:
> >>> On Wed, 2017-11-22 at 15:27 +, Emmanuel Vadot wrote:
> >>> Author: manu
> >>> Date: Wed Nov 22 15:27:47 2017
> On Nov 22, 2017, at 11:15 PM, Emmanuel Vadot wrote:
>
>> On 2017-11-22 17:38, Ian Lepore wrote:
>>> On Wed, 2017-11-22 at 15:27 +, Emmanuel Vadot wrote:
>>> Author: manu
>>> Date: Wed Nov 22 15:27:47 2017
>>> New Revision: 326095
>>> URL: https://svnweb.freebsd.org/changeset/base/326095
>
Author: andrew
Date: Thu Nov 23 10:34:38 2017
New Revision: 326121
URL: https://svnweb.freebsd.org/changeset/base/326121
Log:
Zero struct efi_tm before setting the needed values. We don't use the dst
or timezone fields so ensure these are set.
Reported by: emaste
Sponsored by: DARPA, A
Author: kib
Date: Thu Nov 23 11:25:11 2017
New Revision: 326122
URL: https://svnweb.freebsd.org/changeset/base/326122
Log:
Kill all descendants of the reaper, even if they are descendants of a
subordinate reaper.
Also, mark reapers when listing pids.
Reported by: Michael Zuo
PR:
Author: kib
Date: Thu Nov 23 11:40:16 2017
New Revision: 326123
URL: https://svnweb.freebsd.org/changeset/base/326123
Log:
Remove lint support from system headers and MD x86 headers.
Reviewed by: dim, jhb
Discussed with: imp
Sponsored by: The FreeBSD Foundation
Differential rev
Author: trasz
Date: Thu Nov 23 12:41:05 2017
New Revision: 326125
URL: https://svnweb.freebsd.org/changeset/base/326125
Log:
Mark kgmon(8) obsolete, redirecting users to pmcstat(8).
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Differential Revision:https://reviews.freebsd.org
On Thu, 23 Nov 2017, Konstantin Belousov wrote:
On Thu, Nov 23, 2017 at 04:24:13AM +1100, Bruce Evans wrote:
sysctl/sysctl.c:
sysctl(8) has bogus support for prettyprinting struct vmtotal (sysctl
shouldn't have any prettyprinting, especially not for structs that have
specialized progra
Author: hselasky
Date: Thu Nov 23 13:57:44 2017
New Revision: 326127
URL: https://svnweb.freebsd.org/changeset/base/326127
Log:
Make sure the iSCSI I/O limits are set properly so that the ISCSIDSEND IOCTL
can be used prior to the ISCSIDHANDOFF IOCTL which set the negotiated values.
Else the
Author: markj
Date: Thu Nov 23 14:07:52 2017
New Revision: 326132
URL: https://svnweb.freebsd.org/changeset/base/326132
Log:
Allow kern.geom.mirror.debug to be negative.
A negative value can be used to suppress all prints from the gmirror
kernel code, which can be useful when attempting t
Author: markj
Date: Thu Nov 23 14:29:07 2017
New Revision: 326134
URL: https://svnweb.freebsd.org/changeset/base/326134
Log:
Duplicate helpers after disabling inherited tracepoints during a fork.
We may create probes in the nascent child process, so we first need to
ensure that any inheri
Author: emaste
Date: Thu Nov 23 14:30:41 2017
New Revision: 326135
URL: https://svnweb.freebsd.org/changeset/base/326135
Log:
bfd: fix segfault in the ihex parser on malformed ihex file
From binutils commit 0102ea8cec5fc509bba6c91df61b7ce23a799d32, made
available under GPLv2 by Nick Clift
On Thu, 23 Nov 2017, Edward Tomasz Napierala wrote:
Log:
Mark kgmon(8) obsolete, redirecting users to pmcstat(8).
It isn't obsolete. pmcstat can't do at least full (non-statistical)
call graphs and high-resolution profiling.
gmon in the kernel is slow to use in the SMP case and dangerous to
>
> Hi Devin,
>
> On Thu, 23 Nov 2017 01:33:39 -0800
> Devin Teske wrote:
>
> >
> >
> > > On Nov 22, 2017, at 11:15 PM, Emmanuel Vadot
> > > wrote:
> > >
> > >> On 2017-11-22 17:38, Ian Lepore wrote:
> > >>> On Wed, 2017-11-22 at 15:27 +, Emmanuel Vadot wrote:
> > >>> Author: manu
> >
> Author: trasz
> Date: Thu Nov 23 12:41:05 2017
> New Revision: 326125
> URL: https://svnweb.freebsd.org/changeset/base/326125
>
> Log:
> Mark kgmon(8) obsolete, redirecting users to pmcstat(8).
If you are planning to remove kgmon you need to make it
spit out a warning that it is being deprica
On Thu, 23 Nov 2017 06:56:50 -0800 (PST)
"Rodney W. Grimes" wrote:
> >
> > Hi Devin,
> >
> > On Thu, 23 Nov 2017 01:33:39 -0800
> > Devin Teske wrote:
> >
> > >
> > >
> > > > On Nov 22, 2017, at 11:15 PM, Emmanuel Vadot
> > > > wrote:
> > > >
> > > >> On 2017-11-22 17:38, Ian Lepore wro
> On Thu, 23 Nov 2017 06:56:50 -0800 (PST)
> "Rodney W. Grimes" wrote:
>
> > >
> > > Hi Devin,
> > >
> > > On Thu, 23 Nov 2017 01:33:39 -0800
> > > Devin Teske wrote:
> > >
> > > >
> > > >
> > > > > On Nov 22, 2017, at 11:15 PM, Emmanuel Vadot
> > > > > wrote:
> > > > >
> > > > >> On 20
On Fri, Nov 24, 2017 at 12:10:09AM +1100, Bruce Evans wrote:
> On Thu, 23 Nov 2017, Konstantin Belousov wrote:
>
> > On Thu, Nov 23, 2017 at 04:24:13AM +1100, Bruce Evans wrote:
> >> sysctl/sysctl.c:
> >>sysctl(8) has bogus support for prettyprinting struct vmtotal (sysctl
> >>shouldn't ha
On Thu, 23 Nov 2017 07:17:49 -0800 (PST)
"Rodney W. Grimes" wrote:
> > On Thu, 23 Nov 2017 06:56:50 -0800 (PST)
> > "Rodney W. Grimes" wrote:
> >
> > > >
> > > > Hi Devin,
> > > >
> > > > On Thu, 23 Nov 2017 01:33:39 -0800
> > > > Devin Teske wrote:
> > > >
> > > > >
> > > > >
> > > > >
Author: emaste
Date: Thu Nov 23 16:04:52 2017
New Revision: 326136
URL: https://svnweb.freebsd.org/changeset/base/326136
Log:
bfd: avoid crash on corrupt binaries
From binutils commits 5a4b0ccc20ba30caef53b01bee2c0aaa5b855339 and
7e1e19887abd24aeb15066b141cdff5541e0ec8e, made available un
On Thu, 2017-11-23 at 06:56 -0800, Rodney W. Grimes wrote:
> >
> >
> > Hi Devin,
> >
> > On Thu, 23 Nov 2017 01:33:39 -0800
> > Devin Teske wrote:
> >
> > >
> > >
> > >
> > > >
> > > > On Nov 22, 2017, at 11:15 PM, Emmanuel Vadot wrote:
> > > >
> > > > >
> > > > > On 2017-11-22 17:38,
On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes
wrote:
>> Also we do provide an ntp.conf so ...
>
> We do, a template, all commented out, and does not work for
> machines behind strong firewalls that wont allow ntp out
> to the net but have internal ntp servers that are used for
> such things.
[ Charset UTF-8 unsupported, converting... ]
> On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes
> wrote:
> >> Also we do provide an ntp.conf so ...
> >
> > We do, a template, all commented out, and does not work for
> > machines behind strong firewalls that wont allow ntp out
> > to the net but
Author: andrew
Date: Thu Nov 23 17:40:40 2017
New Revision: 326137
URL: https://svnweb.freebsd.org/changeset/base/326137
Log:
Ensure we check the program state set in the trap frame on arm and arm64.
This value may be set by userspace so we need to check it before using it.
If this is not do
Author: kib
Date: Thu Nov 23 19:06:44 2017
New Revision: 326138
URL: https://svnweb.freebsd.org/changeset/base/326138
Log:
Use C standard spelling uint64_t for u_int64_t.
Submitted by: Pawel Biernacki
Sponsored by: Mysterious Code Ltd.
X-Differential revision: https://reviews.free
Author: kib
Date: Thu Nov 23 19:10:09 2017
New Revision: 326139
URL: https://svnweb.freebsd.org/changeset/base/326139
Log:
vmstat: use 64-bit counters from struct vmtotal.
Consistently print counters using unsigned intmax type.
Submitted by: Pawel Biernacki
Sponsored by: Mysterious
> On Nov 23, 2017, at 9:29 AM, Rodney W. Grimes
> wrote:
>
> [ Charset UTF-8 unsupported, converting... ]
>> On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes
>> wrote:
Also we do provide an ntp.conf so ...
>>>
>>> We do, a template, all commented out, and does not work for
>>> machines
Author: avg
Date: Thu Nov 23 22:10:12 2017
New Revision: 326140
URL: https://svnweb.freebsd.org/changeset/base/326140
Log:
vmrun.sh: add -A option for AHCI emulation of disk devices
AHCI emulation is useful for testing scenarios closer to the real
hardware. For example, it allows to exer
Author: kevans
Date: Fri Nov 24 02:39:38 2017
New Revision: 326141
URL: https://svnweb.freebsd.org/changeset/base/326141
Log:
Add ccu compat string for Allwinner a83t
A ccu driver was added for the a83t in r326114. Add compat string to
aw_ccung and register the clocks for the a83t upon at
Author: imp
Date: Fri Nov 24 05:00:25 2017
New Revision: 326143
URL: https://svnweb.freebsd.org/changeset/base/326143
Log:
Fix theoretical integer overflow issues. If the product here is
greater than 2^31-1, then the result will be huge. This is unlikely,
as we don't support that many sectio
Author: imp
Date: Fri Nov 24 05:01:00 2017
New Revision: 326144
URL: https://svnweb.freebsd.org/changeset/base/326144
Log:
Mark the func pointer as __dead2. It looks up loader_main, which
either aborts or exits, but never returns. Tag it as a non-returning
function rather than supply a bogus
Author: ed
Date: Fri Nov 24 07:35:08 2017
New Revision: 326145
URL: https://svnweb.freebsd.org/changeset/base/326145
Log:
Don't let cpu_set_syscall_retval() clobber exec_setregs().
Upon successful completion, the execve() system call invokes
exec_setregs() to initialize the registers of t
On Thu, 23 Nov 2017, Konstantin Belousov wrote:
Log:
vmstat: use 64-bit counters from struct vmtotal.
Consistently print counters using unsigned intmax type.
Not very consistently. After fixing 0.01% of libxo (just add __printflike()
to xo_emit(), the following errors are detected:
X vmst
33 matches
Mail list logo