Author: jkim
Date: Sat Apr 6 06:02:42 2019
New Revision: 345980
URL: https://svnweb.freebsd.org/changeset/base/345980
Log:
MFV: r345969
Import ACPICA 20190405.
Modified:
head/sys/contrib/dev/acpica/changes.txt
head/sys/contrib/dev/acpica/common/adisasm.c
head/sys/contrib/dev
Author: delphij
Date: Sat Apr 6 03:42:15 2019
New Revision: 345976
URL: https://svnweb.freebsd.org/changeset/base/345976
Log:
Write string constant differently to improve readability.
Reported by: rgrimes
Reviewed by: rgrimes, emaste
MFC after:13 days
Differential Revision:
Author: jhibbits
Date: Sat Apr 6 02:39:56 2019
New Revision: 345975
URL: https://svnweb.freebsd.org/changeset/base/345975
Log:
powerpc/powernv: Fix major bugs in opal_flash
* The BIO bio_data may not be page aligned. Only the base address of each
page worth of data is extracted to pas
Author: jhibbits
Date: Sat Apr 6 02:31:01 2019
New Revision: 345974
URL: https://svnweb.freebsd.org/changeset/base/345974
Log:
powerpc/powernv: Fix issues in opal_async
* Properly return the full opal_msg from an async completion.
* Don't keep bugging OPAL, wait 100us or so. With some m
> Author: eugen
> Date: Fri Apr 5 22:45:08 2019
> New Revision: 345970
> URL: https://svnweb.freebsd.org/changeset/base/345970
>
> Log:
> network.subr: improve configuration of cloned gif(4) interfaces
>
> ifconfig(8) syntax allows to specify only single address_family,
> so we nee
Author: eugen
Date: Fri Apr 5 22:45:08 2019
New Revision: 345970
URL: https://svnweb.freebsd.org/changeset/base/345970
Log:
network.subr: improve configuration of cloned gif(4) interfaces
ifconfig(8) syntax allows to specify only single address_family,
so we need additional invocation of
On Fri, Apr 5, 2019 at 12:56 PM Hans Petter Selasky wrote:
>
> On 4/5/19 9:51 PM, Conrad Meyer wrote:
> > static const u_char dot_name[11] = ". ";
> > static const u_char dotdot_name[11] = ".. ";
> >
> > Seems more clear to me.
>
> Using this syntax will include a terminating zero
> On Apr 5, 2019, at 13:22, Rodney W. Grimes wrote:
>
> >>> On Fri, Apr 5, 2019 at 6:49 AM Ed Maste wrote:
> >>>
> On Fri, 5 Apr 2019 at 00:49, Rodney W. Grimes
> wrote:
>
> >>>
> > +static const u_char dot_name[] = {
> > + '.', ' ',' ',' ',' ',' ',' ',' ',' ',' '
On Apr 5, 2019, at 13:22, Rodney W. Grimes wrote:
>>> On Fri, Apr 5, 2019 at 6:49 AM Ed Maste wrote:
>>>
On Fri, 5 Apr 2019 at 00:49, Rodney W. Grimes
wrote:
>>>
> +static const u_char dot_name[] = {
> + '.', ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ' };
> +stati
> On Apr 5, 2019, at 12:42, Phil Shafer wrote:
>
> Author: phil
> Date: Fri Apr 5 19:42:54 2019
> New Revision: 345967
> URL: https://svnweb.freebsd.org/changeset/base/345967
>
> Log:
> Emergency fix for NULL deref in xo_xml_leader_len
Could you please add a test for this as well upstream?
On Fri, Apr 05, 2019 at 09:55:43PM +0200, Hans Petter Selasky wrote:
> On 4/5/19 9:51 PM, Conrad Meyer wrote:
> > static const u_char dot_name[11] = ". ";
> > static const u_char dotdot_name[11] = ".. ";
> >
> > Seems more clear to me.
>
> Using this syntax will include a termina
> On Fri, Apr 5, 2019 at 6:49 AM Ed Maste wrote:
> >
> > On Fri, 5 Apr 2019 at 00:49, Rodney W. Grimes
> > wrote:
> > >
> >
> > > > +static const u_char dot_name[] = {
> > > > + '.', ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ' };
> > > > +static const u_char dotdot_name[] = {
> > > > + '.',
Author: kib
Date: Fri Apr 5 20:12:19 2019
New Revision: 345968
URL: https://svnweb.freebsd.org/changeset/base/345968
Log:
Fix gcc warning about shadowed global.
Sponsored by: Mellanox Technologies
MFC after:2 weeks
Modified:
head/usr.sbin/devctl/devctl.c
Modified: head/usr.sbin/d
On Fri, Apr 5, 2019 at 12:56 PM Hans Petter Selasky wrote:
> On 4/5/19 9:51 PM, Conrad Meyer wrote:
> > static const u_char dot_name[11] = ". ";
> > static const u_char dotdot_name[11] = ".. ";
> >
> > Seems more clear to me.
>
> Using this syntax will include a terminating zero.
On 4/5/19 9:51 PM, Conrad Meyer wrote:
static const u_char dot_name[11] = ". ";
static const u_char dotdot_name[11] = ".. ";
Seems more clear to me.
Using this syntax will include a terminating zero.
--HPS
___
svn-src-head@freebsd.o
On Fri, Apr 5, 2019 at 6:49 AM Ed Maste wrote:
>
> On Fri, 5 Apr 2019 at 00:49, Rodney W. Grimes
> wrote:
> >
>
> > > +static const u_char dot_name[] = {
> > > + '.', ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ' };
> > > +static const u_char dotdot_name[] = {
> > > + '.', '.',' ',' ',' ',' ',
Author: phil
Date: Fri Apr 5 19:42:54 2019
New Revision: 345967
URL: https://svnweb.freebsd.org/changeset/base/345967
Log:
Emergency fix for NULL deref in xo_xml_leader_len
Modified:
head/contrib/libxo/libxo/libxo.c
Modified: head/contrib/libxo/libxo/libxo.c
Author: kib
Date: Fri Apr 5 19:32:26 2019
New Revision: 345966
URL: https://svnweb.freebsd.org/changeset/base/345966
Log:
Implement devctl(8) command 'reset', using DEV_RESET /dev/devctl2 ioctl.
Reviewed by: imp (previous version), jhb (previous version)
Sponsored by: Mellanox Technolog
Author: kib
Date: Fri Apr 5 19:31:26 2019
New Revision: 345965
URL: https://svnweb.freebsd.org/changeset/base/345965
Log:
Add DEV_RESET /dev/devctl2 ioctl.
It performs BUS_RESET_CHILD() on the parental bus and the specified
device.
Reviewed by: imp (previous version), jhb (previous
Author: kib
Date: Fri Apr 5 19:27:51 2019
New Revision: 345964
URL: https://svnweb.freebsd.org/changeset/base/345964
Log:
Remove single-use DEV_RESET() macro.
It conflicts with the sys/bus.h DEV_XXX namespace.
Reviewed by: imp (previous version), jhb (previous version)
Sponsored by
Author: kib
Date: Fri Apr 5 19:25:26 2019
New Revision: 345963
URL: https://svnweb.freebsd.org/changeset/base/345963
Log:
Implement resets for PCI buses and PCIe bridges.
For PCI device (i.e. child of a PCI bus), reset tries FLR if
implemented and worked, and falls to power reset otherwi
Author: kib
Date: Fri Apr 5 18:09:22 2019
New Revision: 345960
URL: https://svnweb.freebsd.org/changeset/base/345960
Log:
Provide newbus infrastructure for initiating device reset.
The methods BUS_RESET_PREPARE(), BUS_RESET(), and BUS_RESET_POST()
should be implemented by bus which can p
Author: kib
Date: Fri Apr 5 17:54:31 2019
New Revision: 345959
URL: https://svnweb.freebsd.org/changeset/base/345959
Log:
Add __BEGIN_DECLS/__END_DECLS braces to libdevctl header.
Reviewed by: imp (previous version), jhb (previous version)
Sponsored by: Mellanox Technologies
MFC after
Author: chuck
Date: Fri Apr 5 16:54:16 2019
New Revision: 345956
URL: https://svnweb.freebsd.org/changeset/base/345956
Log:
bhyve: Fix NVMe BAR size calculation
The NVMe specification defines bits 13:4 of BAR0 as Reserved (i.e. 0x0).
Most drivers do not enforce this, but the Windows NVMe
Author: chuck
Date: Fri Apr 5 16:54:20 2019
New Revision: 345957
URL: https://svnweb.freebsd.org/changeset/base/345957
Log:
bhyve: Fix NVMe data structure copy to guest
bhyve's NVMe emulation was transferring Identify data back to the guest
incorrectly causing memory corruptions. These c
Author: kib
Date: Fri Apr 5 16:14:16 2019
New Revision: 345955
URL: https://svnweb.freebsd.org/changeset/base/345955
Log:
vn_vmap_seekhole(): align running offset to the block boundary.
Otherwise we might miss the last iteration where EOF appears below
unaligned noff.
Reported and r
Author: kib
Date: Fri Apr 5 16:12:35 2019
New Revision: 345954
URL: https://svnweb.freebsd.org/changeset/base/345954
Log:
Fix mis-merge.
Amusingly, it is nop.
Noted by: trasz
Sponsored by: The FreeBSD Foundation
MFC after:1 week
X-MFC-rev:r345702
Modified:
head/sy
Author: manu
Date: Fri Apr 5 15:53:27 2019
New Revision: 345951
URL: https://svnweb.freebsd.org/changeset/base/345951
Log:
twsi: Use config_intrhook_oneshot instead of config_intrhook_establish
Suggested by: ian
MFC after:1 month
X-MFC-With: 345948
Modified:
head/sys/dev/iicbu
On Sat, 2019-04-06 at 01:47 +1100, Bruce Evans wrote:
> On Fri, 5 Apr 2019, Ed Maste wrote:
>
> > On Fri, 5 Apr 2019 at 00:49, Rodney W. Grimes
> > wrote:
> >>
> >
> >>> +static const u_char dot_name[] = {
> >>> + '.', ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ' };
> >>> +static const u_char dot
> On Fri, 5 Apr 2019, Ed Maste wrote:
>
> > On Fri, 5 Apr 2019 at 00:49, Rodney W. Grimes
> > wrote:
> >>
> >
> >>> +static const u_char dot_name[] = {
> >>> + '.', ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ' };
> >>> +static const u_char dotdot_name[] = {
> >>> + '.', '.',' ',' ',' ',' ','
On Fri, 5 Apr 2019, Ed Maste wrote:
On Fri, 5 Apr 2019 at 00:49, Rodney W. Grimes wrote:
+static const u_char dot_name[] = {
+ '.', ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ' };
+static const u_char dotdot_name[] = {
+ '.', '.',' ',' ',' ',' ',' ',' ',' ',' ',' ' };
+
Does it make s
Author: manu
Date: Fri Apr 5 14:44:23 2019
New Revision: 345948
URL: https://svnweb.freebsd.org/changeset/base/345948
Log:
twsi: Add interrupt mode
Add the ability to use interrupts for i2c message.
We still use polling for early boot i2c transfer (for PMIC
for example) but as soon as
Author: imp
Date: Fri Apr 5 14:27:48 2019
New Revision: 345947
URL: https://svnweb.freebsd.org/changeset/base/345947
Log:
Remove another instance of All Rights Reserved.
Remove the phrase from boilerplate copyright we stick on vers.c when
we can't find the template file. In practice, thi
On Fri, 5 Apr 2019 at 00:49, Rodney W. Grimes wrote:
>
> > +static const u_char dot_name[] = {
> > + '.', ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ' };
> > +static const u_char dotdot_name[] = {
> > + '.', '.',' ',' ',' ',' ',' ',' ',' ',' ',' ' };
> > +
>
> Does it make since to encode thes
34 matches
Mail list logo