Author: loos
Date: Sun Apr 30 07:31:48 2017
New Revision: 317604
URL: https://svnweb.freebsd.org/changeset/base/317604
Log:
Set the correct default for #address-cells variable when the property does
not exist.
This has never caused any issue because #address-cells is mandatory.
Spons
Author: loos
Date: Sun Apr 30 07:51:31 2017
New Revision: 317605
URL: https://svnweb.freebsd.org/changeset/base/317605
Log:
When the switch is set to operate in the Multi Chip Addressing Mode we
cannot access the GLOBAL2 register directly.
Despite the comment in code (which was misleading
Author: kib
Date: Sun Apr 30 10:47:59 2017
New Revision: 317606
URL: https://svnweb.freebsd.org/changeset/base/317606
Log:
Style.
- Use ANSI C function definitions.
- Remove redundand cast.
- Minor style compliance tweaks.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
M
> On Apr 29, 2017, at 10:08 PM, Anish Gupta wrote:
>
> Author: anish
> Date: Sun Apr 30 02:08:46 2017
> New Revision: 317600
> URL: https://svnweb.freebsd.org/changeset/base/317600
>
> Log:
> Add AMD IOMMU/AMD-Vi support in bhyve for passthrough/direct assignment to
> VMs. To enable AMD-Vi, s
Author: emaste
Date: Sun Apr 30 16:12:23 2017
New Revision: 317608
URL: https://svnweb.freebsd.org/changeset/base/317608
Log:
revert r313473 (Disable LLD_IS_LD option combinations that fail)
r316647 corrected the build of tblgen and libllvm as dependencies for
LLD so undo the temporary se
Author: kib
Date: Sun Apr 30 19:32:51 2017
New Revision: 317610
URL: https://svnweb.freebsd.org/changeset/base/317610
Log:
Restructure normal (non-error) control flow in sem_close().
Do not retest for the found semaphore after the loop to look it up.
Instead, handle both cases of last and
Author: kib
Date: Sun Apr 30 19:37:45 2017
New Revision: 317611
URL: https://svnweb.freebsd.org/changeset/base/317611
Log:
Make semaphore names list mutex non-recursive.
The mutex is used in sem_open() and sem_close(), which cannot
recurse. The atfork handlers cannot collide with the open
On 04/29/2017 04:39, Chagin Dmitry wrote:
> On Sun, Mar 19, 2017 at 12:51:13AM +, Eric van Gyzen wrote:
>> Author: vangyzen
>> Date: Sun Mar 19 00:51:12 2017
>> New Revision: 315526
>> URL: https://svnweb.freebsd.org/changeset/base/315526
>>
>> Log:
>> Add clock_nanosleep()
>
> hi, why it is
On Wed, Apr 19, 2017 at 02:09:58PM +1000, Bruce Evans wrote:
> On Tue, 18 Apr 2017, Alan Somers wrote:
>
> > On Mon, Apr 17, 2017 at 11:34 AM, Gleb Smirnoff wrote:
>
> >> head/usr.bin/top/machine.c
> >> head/usr.bin/vmstat/vmstat.c
>
> The previous 2 lines turn out to be relevant. I missed
Author: emaste
Date: Mon May 1 00:53:07 2017
New Revision: 317614
URL: https://svnweb.freebsd.org/changeset/base/317614
Log:
makefs: remove unused cd9660_defaults_set global
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/makefs/cd9660.c
Modified: head/usr.sbin/makefs/cd96
Author: asomers
Date: Mon May 1 01:42:26 2017
New Revision: 317620
URL: https://svnweb.freebsd.org/changeset/base/317620
Log:
Fix a comment that's been wrong ever since this file was imported in 1997
Modified:
head/sbin/ifconfig/ifmedia.c
Modified: head/sbin/ifconfig/ifmedia.c
=
Author: emaste
Date: Mon May 1 01:56:11 2017
New Revision: 317626
URL: https://svnweb.freebsd.org/changeset/base/317626
Log:
revert r308465: c++filt: flush output after newline
The ELF Tool Chain update to r3520 uses setvbuf to set line buffering.
Sponsored by: The FreeBSD Foundation
> On Apr 30, 2017, at 07:35, Matteo Riondato wrote:
>
>
>> On Apr 29, 2017, at 10:08 PM, Anish Gupta wrote:
>>
>> Author: anish
>> Date: Sun Apr 30 02:08:46 2017
>> New Revision: 317600
>> URL: https://svnweb.freebsd.org/changeset/base/317600
>>
>> Log:
>> Add AMD IOMMU/AMD-Vi support in bhy
13 matches
Mail list logo