Author: sgalabov
Date: Thu Feb 9 07:29:07 2017
New Revision: 313465
URL: https://svnweb.freebsd.org/changeset/base/313465
Log:
Set GDMA1 Frames Destination Port to Port 0 (CPU)
Some U-Boot versions do not initialize MT7620's Frame Engine.
Then it is not possible to receive packets from t
Author: adrian
Date: Thu Feb 9 04:07:30 2017
New Revision: 313462
URL: https://svnweb.freebsd.org/changeset/base/313462
Log:
[net80211] quiet IE handling improvements
* on the station side, only call the quiet time IE method if we have a
quiet IE - otherwise call the NULL method once,
Author: def
Date: Wed Feb 8 23:17:23 2017
New Revision: 313459
URL: https://svnweb.freebsd.org/changeset/base/313459
Log:
Don't decrypt a core if a vmcore file already exists by default.
Allow to change this behaviour using the -f flag.
Approved by: pjd (mentor)
Modified:
head/sbin/d
Author: emaste
Date: Wed Feb 8 20:31:54 2017
New Revision: 313458
URL: https://svnweb.freebsd.org/changeset/base/313458
Log:
lld: Allow arbitrary code alignment in .eh_frame
According to the specification, CIE code alignment factor is an
arbitrary unsigned LEB128 encoded value.
PR:
Author: garga (ports committer)
Date: Wed Feb 8 20:21:29 2017
New Revision: 313457
URL: https://svnweb.freebsd.org/changeset/base/313457
Log:
Fix style(9)
Reviewed by: vangyzen, allanjude, cem
Approved by: allanjude
MFC after:1 week
Sponsored by: Rubicon Communications (Netgate
Author: mjg
Date: Wed Feb 8 19:29:34 2017
New Revision: 313455
URL: https://svnweb.freebsd.org/changeset/base/313455
Log:
sx: implement slock/sunlock fast path
See r313454.
Modified:
head/sys/kern/kern_sx.c
Modified: head/sys/kern/kern_sx.c
=
Author: mjg
Date: Wed Feb 8 19:28:46 2017
New Revision: 313454
URL: https://svnweb.freebsd.org/changeset/base/313454
Log:
rwlock: implemenet rlock/runlock fast path
This improves singlethreaded throughput on my test machine from ~247 mln
ops/s to ~328 mln.
It is mostly about avoidin
Author: mjg
Date: Wed Feb 8 19:25:58 2017
New Revision: 313453
URL: https://svnweb.freebsd.org/changeset/base/313453
Log:
Implement LOCKSTAT_OOL_PROFILE_ENABLED
For use in uninlined locking primitives to decide whether lockstat
or profiling needs to be taken care of.
Modified:
head/sy
Author: tsoome
Date: Wed Feb 8 18:32:53 2017
New Revision: 313451
URL: https://svnweb.freebsd.org/changeset/base/313451
Log:
loader: possible NULL pointer dereference in bcache.c
Coverity detected the possible NULL pointer dereference case.
Also updated comment as was suggested in illumo
Author: jhb
Date: Wed Feb 8 17:45:23 2017
New Revision: 313449
URL: https://svnweb.freebsd.org/changeset/base/313449
Log:
Trim trailing whitespace (mostly introduced in r313407).
Sponsored by: DARPA / AFRL
Modified:
head/sys/sys/proc.h
head/usr.bin/gcore/elfcore.c
Modified: head/sys/
Author: garga (ports committer)
Date: Wed Feb 8 17:03:52 2017
New Revision: 313448
URL: https://svnweb.freebsd.org/changeset/base/313448
Log:
bsdinstall: Make sure chroot filesystems are umounted after use
* DISTDIR_IS_UNIONFS is set every time BSDINSTALL_DISTDIR is mounted inside
BSDI
Author: jtl
Date: Wed Feb 8 16:46:57 2017
New Revision: 313447
URL: https://svnweb.freebsd.org/changeset/base/313447
Log:
Ensure the idle thread's loop services interrupts in a timely way when
using the ACPI C1/mwait sleep method.
Previously, the mwait instruction would return when an in
Author: tsoome
Date: Wed Feb 8 15:52:09 2017
New Revision: 313442
URL: https://svnweb.freebsd.org/changeset/base/313442
Log:
loader: possible NULL pointer dereference in efipart.c
Fix bugs found by Coverity in efipart.c.
The Issue is that efi_devpath_last_node() can return NULL pointe
On 2017-02-08 07:59, Baptiste Daroussin wrote:
> On Wed, Feb 08, 2017 at 12:52:20AM -0800, Ngie Cooper (yaneurabeya) wrote:
>>
>>> On Jan 28, 2017, at 08:30, Baptiste Daroussin wrote:
>>>
>>> Author: bapt
>>> Date: Sat Jan 28 16:30:14 2017
>>> New Revision: 312926
>>> URL: https://svnweb.freebsd.o
Hi,
I hadn’t looked at 11-CURRENT to be honest, but looking at it - yes, it seems
is applicable there too.
Unfortunately I am not certain I’ll have time to MFC this, so if anyone wants
to/has the time - please be my guest.
Best wishes,
Stanislav
> On Feb 8, 2017, at 14:58, Ronald Klop wrote:
On Wed, Feb 08, 2017 at 12:52:20AM -0800, Ngie Cooper (yaneurabeya) wrote:
>
> > On Jan 28, 2017, at 08:30, Baptiste Daroussin wrote:
> >
> > Author: bapt
> > Date: Sat Jan 28 16:30:14 2017
> > New Revision: 312926
> > URL: https://svnweb.freebsd.org/changeset/base/312926
> >
> > Log:
> > Reve
Hello,
Is this applicable to 11-CURRENT also?
That version (sys/arm/arm/identcpu.c) has:
void
identify_arm_cpu(void)
{
u_int cpuid, reg, size, sets, ways;
u_int8_t type, linesize, ctrl;
int i;
Regards,
Ronald.
On Mon, 06 Feb 2017 15:58:24 +0100, Stanislav Galabov
wr
On Tue, Feb 7, 2017 at 12:38 PM, Andrew Turner wrote:
> On Tue, 7 Feb 2017 11:35:48 +0100
> Svatopluk Kraus wrote:
>> Does an xref refer only to one hardware? Or two hardwares may have
>> same xrefs? Why one hardware cannot be represented by one PIC in
>> INTRNG even if two drivers exist for it?
> On Feb 8, 2017, at 01:52, Ngie Cooper (yaneurabeya)
> wrote:
>
>>
>> On Feb 8, 2017, at 01:38, Sergey Kandaurov wrote:
>>
>> On 8 February 2017 at 12:22, Ngie Cooper wrote:
>> Author: ngie
>> Date: Wed Feb 8 09:22:35 2017
>> New Revision: 313437
>> URL: https://svnweb.freebsd.org/changes
> On Feb 8, 2017, at 01:38, Sergey Kandaurov wrote:
>
> On 8 February 2017 at 12:22, Ngie Cooper wrote:
> Author: ngie
> Date: Wed Feb 8 09:22:35 2017
> New Revision: 313437
> URL: https://svnweb.freebsd.org/changeset/base/313437
>
> Log:
> Create link from hexdump(3) to sbuf_hexdump(9) as
Author: ngie
Date: Wed Feb 8 09:46:15 2017
New Revision: 313439
URL: https://svnweb.freebsd.org/changeset/base/313439
Log:
Merge content from ^/projects/netbsd-tests-upstream-01-2017 into ^/head
The primary end-goal of this drop is ease future merges with NetBSD and
collaborate further w
On 8 February 2017 at 12:22, Ngie Cooper wrote:
> Author: ngie
> Date: Wed Feb 8 09:22:35 2017
> New Revision: 313437
> URL: https://svnweb.freebsd.org/changeset/base/313437
>
> Log:
> Create link from hexdump(3) to sbuf_hexdump(9) as the manpage describes
> sbuf_hexdump(9)'s behavior
>
>
On 7/2/17 4:36 am, Edward Tomasz Napierala wrote:
Author: trasz
Date: Mon Feb 6 20:36:59 2017
New Revision: 313350
URL: https://svnweb.freebsd.org/changeset/base/313350
Log:
In r290196 the root mount hold mechanism was changed to make it not wait
for mount hold release if the root device
Author: ngie
Date: Wed Feb 8 09:24:25 2017
New Revision: 313438
URL: https://svnweb.freebsd.org/changeset/base/313438
Log:
Clean up trailing and leading whitespace for variables to make it
consistent with the rest of the file and style.Makefile(9) a bit
more
MFC after:3 weeks
Spo
Author: ngie
Date: Wed Feb 8 09:22:35 2017
New Revision: 313437
URL: https://svnweb.freebsd.org/changeset/base/313437
Log:
Create link from hexdump(3) to sbuf_hexdump(9) as the manpage describes
sbuf_hexdump(9)'s behavior
MFC after:3 weeks
Sponsored by: Dell EMC Isilon
Modified:
Author: ngie
Date: Wed Feb 8 09:19:49 2017
New Revision: 313436
URL: https://svnweb.freebsd.org/changeset/base/313436
Log:
Clarify #includes for hexdump(3) vs sbuf_hexdump(9)
hexdump(3) only requires libutil.h, whereas sbuf_hexdump(9) requires
sys/types.h (for ssize_t) and sys/sbuf.h
> On Jan 28, 2017, at 08:30, Baptiste Daroussin wrote:
>
> Author: bapt
> Date: Sat Jan 28 16:30:14 2017
> New Revision: 312926
> URL: https://svnweb.freebsd.org/changeset/base/312926
>
> Log:
> Revert r312923 a better approach will be taken later
>
> Modified:
> head/bin/ed/Makefile
> head
On 5/2/17 8:05 pm, Mateusz Guzik wrote:
On Sun, Feb 05, 2017 at 05:20:29AM +, Mateusz Guzik wrote:
Author: mjg
Date: Sun Feb 5 05:20:29 2017
New Revision: 313272
URL: https://svnweb.freebsd.org/changeset/base/313272
Log:
sx: uninline slock/sunlock
Shared locking routines explicit
28 matches
Mail list logo