Author: mmel
Date: Wed Feb 6 06:03:44 2019
New Revision: 343828
URL: https://svnweb.freebsd.org/changeset/base/343828
Log:
Adapt FreeBSD specific DT stub for Jetson TK1 board to be consistent with
update of devicetree to 4.19 in r340337.
Our build system doesn't provide dependencies for inc
Author: jah
Date: Wed Feb 6 04:36:28 2019
New Revision: 343827
URL: https://svnweb.freebsd.org/changeset/base/343827
Log:
r341692 changed cap_syslog(3) to preserve the stdio descriptors inherited
from its parent so that LOG_PERROR would work. However, this caused
dhclient(8)'s stdio stream
Author: yuripv
Date: Wed Feb 6 04:00:37 2019
New Revision: 343826
URL: https://svnweb.freebsd.org/changeset/base/343826
Log:
pwm.8: fix markup in synopsis, add -f description
Reviewed by: bcr, manu
Differential revision:https://reviews.freebsd.org/D18829
Modified:
head/usr.sb
Author: yuripv
Date: Wed Feb 6 03:57:51 2019
New Revision: 343825
URL: https://svnweb.freebsd.org/changeset/base/343825
Log:
pwm.9: fix markup in interfaces description
Reviewed by: manu
Differential revision:https://reviews.freebsd.org/D18830
Modified:
head/share/man/man9/pw
Author: jhibbits
Date: Wed Feb 6 03:52:14 2019
New Revision: 343824
URL: https://svnweb.freebsd.org/changeset/base/343824
Log:
powerpc: Bind IRQs to only one interrupt on QorIQ SoCs
The QorIQ SoCs don't actually support multicast interrupts, and the
references state explicitly that multi
Author: avos
Date: Wed Feb 6 01:34:14 2019
New Revision: 343815
URL: https://svnweb.freebsd.org/changeset/base/343815
Log:
iwn(4): plug initialization path vs interrupt handler races
There are few places in interrupt handler where the driver
lock is dropped; ensure that device is still r
Author: imp
Date: Tue Feb 5 22:53:36 2019
New Revision: 343814
URL: https://svnweb.freebsd.org/changeset/base/343814
Log:
Add quirk for Sansisk X400 drives
Certain versions of Sandisk x400 firmware can hang under extremely
heavly load of large I/Os for prolonged periods of time. Newer /
On Sun, 30 Dec 2018 at 18:08, Marius Strobl wrote:
>
> Author: marius
> Date: Sun Dec 30 23:08:06 2018
> New Revision: 342634
> URL: https://svnweb.freebsd.org/changeset/base/342634
>
> Log:
> o Don't allocate resources for SDMA in sdhci(4) if the controller or the
...
It seems this change intr
Author: imp
Date: Tue Feb 5 21:37:45 2019
New Revision: 343812
URL: https://svnweb.freebsd.org/changeset/base/343812
Log:
Remove obsolete controller
We removed support for the super-old samsung s3 parts, but this is
a straggler. Remove it too.
Deleted:
head/sys/dev/usb/controller/
Author: imp
Date: Tue Feb 5 21:37:34 2019
New Revision: 343811
URL: https://svnweb.freebsd.org/changeset/base/343811
Log:
Remove All Rights Reserved
Remove the all rights reserved clause from my copyright, and make
other minor tweaks needed where that might have created ambiguity.
Modif
Author: imp
Date: Tue Feb 5 21:28:29 2019
New Revision: 343810
URL: https://svnweb.freebsd.org/changeset/base/343810
Log:
Remove a few stray "All Rights Reserved." declarations on stuff I've
written.
Modified:
head/UPDATING
head/share/man/man9/bus_space.9
head/sys/dev/cardbus/cardbus.c
Author: kib
Date: Tue Feb 5 20:09:31 2019
New Revision: 343809
URL: https://svnweb.freebsd.org/changeset/base/343809
Log:
Make it possible to override PAE mode on boot.
Initialize the static kenv in pmap_cold() and fetch user opinion on
vm.pmap.pae_mode tunable if hardware is capable. N
Author: kib
Date: Tue Feb 5 20:02:16 2019
New Revision: 343808
URL: https://svnweb.freebsd.org/changeset/base/343808
Log:
Remove pointless initial value for i386 vm.pmap.pat_works sysctl definition.
The OID is served by external data.
Submitted by: bde
MFC after:3 days
Modified
Author: luporl
Date: Tue Feb 5 18:16:14 2019
New Revision: 343791
URL: https://svnweb.freebsd.org/changeset/base/343791
Log:
[ppc64] llan: fix fatal kernel trap when system is low on memory
When running several builders in parallel, on QEMU, with 8GB of
memory, a fatal kernel trap (0x300
Author: markj
Date: Tue Feb 5 17:55:08 2019
New Revision: 343784
URL: https://svnweb.freebsd.org/changeset/base/343784
Log:
Avoid leaking fp references when truncating SCM_RIGHTS control messages.
Reported by: pho
Approved by: so
MFC after:0 minutes
Security: CVE-2019-5596
Author: kib
Date: Tue Feb 5 17:49:27 2019
New Revision: 343780
URL: https://svnweb.freebsd.org/changeset/base/343780
Log:
amd64: clear callee-preserved registers on syscall exit.
%r8, %r10, and on non-KPTI configuration %r9 were not restored on fast
return from a syscall.
Reviewed b
On Tue, 5 Feb 2019, Kyle Evans wrote:
On Tue, Feb 5, 2019 at 9:35 AM Bruce Evans wrote:
...
Log:
Fix zapping of static hints and env in init_static_kenv(). Environments
are terminated by 2 NULs, but only 1 NUL was zapped. Zapping only 1
NUL just splits the first string into an empty st
On Tue, Feb 05, 2019 at 09:14:46AM -0800, John Baldwin wrote:
> On 2/5/19 8:25 AM, Bruce Evans wrote:
> > On Tue, 5 Feb 2019, Ed Maste wrote:
> >
> >> On Tue, 5 Feb 2019 at 05:17, Bruce Evans wrote:
> >>>
> >>> On Mon, 4 Feb 2019, Ed Maste wrote:
> This should probably be uin64_t to support
On Tue, Feb 5, 2019 at 9:35 AM Bruce Evans wrote:
>
> Author: bde
> Date: Tue Feb 5 15:34:55 2019
> New Revision: 343777
> URL: https://svnweb.freebsd.org/changeset/base/343777
>
> Log:
> Fix zapping of static hints and env in init_static_kenv(). Environments
> are terminated by 2 NULs, but
Author: bde
Date: Tue Feb 5 17:17:12 2019
New Revision: 343779
URL: https://svnweb.freebsd.org/changeset/base/343779
Log:
Fix missing translation of old ioctls for KDSETMODE, KDSBORDER and
CONS_SETWINORG. After translation, the last 2 are not supported, but
the first one has incomplete sup
On 2/5/19 8:25 AM, Bruce Evans wrote:
> On Tue, 5 Feb 2019, Ed Maste wrote:
>
>> On Tue, 5 Feb 2019 at 05:17, Bruce Evans wrote:
>>>
>>> On Mon, 4 Feb 2019, Ed Maste wrote:
This should probably be uin64_t to support cross-debugging cores from
64-bit machines on 32-bit hosts; also for i3
Author: bde
Date: Tue Feb 5 16:59:29 2019
New Revision: 343778
URL: https://svnweb.freebsd.org/changeset/base/343778
Log:
My recent fix for programmable function keys in syscons only worked
when TEKEN_CONS25 is configured. Fix this by adding a function to
set the flag that enables the fix
On Tue, 5 Feb 2019, Ed Maste wrote:
On Tue, 5 Feb 2019 at 05:17, Bruce Evans wrote:
On Mon, 4 Feb 2019, Ed Maste wrote:
On Sat, 11 Nov 2017 at 18:31, Will Andrews wrote:
Author: will
Date: Sat Nov 11 23:30:58 2017
New Revision: 325728
URL: https://svnweb.freebsd.org/changeset/base/325728
Author: bde
Date: Tue Feb 5 15:34:55 2019
New Revision: 343777
URL: https://svnweb.freebsd.org/changeset/base/343777
Log:
Fix zapping of static hints and env in init_static_kenv(). Environments
are terminated by 2 NULs, but only 1 NUL was zapped. Zapping only 1
NUL just splits the first s
On Tue, 5 Feb 2019 at 05:17, Bruce Evans wrote:
>
> On Mon, 4 Feb 2019, Ed Maste wrote:
>
> > On Sat, 11 Nov 2017 at 18:31, Will Andrews wrote:
> >>
> >> Author: will
> >> Date: Sat Nov 11 23:30:58 2017
> >> New Revision: 325728
> >> URL: https://svnweb.freebsd.org/changeset/base/325728
> >>
> >>
Author: vmaffione
Date: Tue Feb 5 12:10:48 2019
New Revision: 343772
URL: https://svnweb.freebsd.org/changeset/base/343772
Log:
netmap: refactor logging macros and pipes
Changelist:
- Replace ND, D and RD macros with nm_prdis, nm_prinf, nm_prerr
and nm_prlim, to avoid possibl
Author: tuexen
Date: Tue Feb 5 10:29:31 2019
New Revision: 343770
URL: https://svnweb.freebsd.org/changeset/base/343770
Log:
Only reduce the PMTU after the send call. The only way to increase it, is
via PMTUD.
This fixes an MTU issue reported by Timo Voelker.
MFC after:3
On Mon, 4 Feb 2019, Ed Maste wrote:
On Sat, 11 Nov 2017 at 18:31, Will Andrews wrote:
Author: will
Date: Sat Nov 11 23:30:58 2017
New Revision: 325728
URL: https://svnweb.freebsd.org/changeset/base/325728
Log:
libkvm: add kvm_walk_pages API.
Modified: head/lib/libkvm/kvm.h
===
Author: tuexen
Date: Tue Feb 5 10:13:51 2019
New Revision: 343769
URL: https://svnweb.freebsd.org/changeset/base/343769
Log:
Fix an off-by-one error in the input validation of the SCTP_RESET_STREAMS
socketoption.
This was found by running syzkaller.
MFC after:3 days
Mod
29 matches
Mail list logo