Author: bapt
Date: Mon Dec 9 10:21:24 2019
New Revision: 34
URL: https://svnweb.freebsd.org/changeset/base/34
Log:
Fix: netstat -rs
Routing statistics requires somes symbols that are only loaded when not
running
live. Load them only in that specific case
PR: 24242
On 9 Dec 2019, at 10:21, Baptiste Daroussin wrote:
Author: bapt
Date: Mon Dec 9 10:21:24 2019
New Revision: 34
URL: https://svnweb.freebsd.org/changeset/base/34
Log:
Fix: netstat -rs
Routing statistics requires somes symbols that are only loaded when
not running
live. Load the
Author: luporl
Date: Mon Dec 9 13:09:32 2019
New Revision: 35
URL: https://svnweb.freebsd.org/changeset/base/35
Log:
[PPC64] Enable opal console use as a GDB DBGPORT
This change makes it possible to use OPAL console as a GDB debug port.
Similar to uart and uart_phyp debug port
Author: luporl
Date: Mon Dec 9 13:40:23 2019
New Revision: 36
URL: https://svnweb.freebsd.org/changeset/base/36
Log:
Enable use of ofwcons for early debug
This change enables the use of OpenFirmware Console (ofwcons), even when VGA
is
available, allowing early kernel messages to
Author: luporl
Date: Mon Dec 9 13:59:36 2019
New Revision: 37
URL: https://svnweb.freebsd.org/changeset/base/37
Log:
[PPC64] Initial libkvm minidump implementation
This change adds PowerPC64 support for minidumps on libkvm.
Address translation, page walk, and data retrieval we
On Sat, Dec 7, 2019 at 10:14 AM Michal Meloun wrote:
>
> Author: mmel
> Date: Sat Dec 7 16:14:23 2019
> New Revision: 355487
> URL: https://svnweb.freebsd.org/changeset/base/355487
>
> Log:
> Add support for booting kernel directly from U-Boot using booti command.
>
> In some cases, like is l
Author: manu
Date: Mon Dec 9 15:23:05 2019
New Revision: 38
URL: https://svnweb.freebsd.org/changeset/base/38
Log:
arm64: Use the kenv provided by loader
Otherwise we have an empty kenv a likely cannot boot.
Submitted by: kevans
MFC after:1 month
X-MFC-With: 355487
Author: kevans
Date: Mon Dec 9 17:34:40 2019
New Revision: 355563
URL: https://svnweb.freebsd.org/changeset/base/355563
Log:
RPI: Fix DMA/SDHCI on the BCM2836 (Raspberry Pi 2)
r354875 pushed VCBUS <-> ARMC translations to runtime determination, but
incorrectly mapped addresses for the BC
Author: 0mp (doc,ports committer)
Date: Mon Dec 9 17:58:22 2019
New Revision: 355564
URL: https://svnweb.freebsd.org/changeset/base/355564
Log:
vi.1: Fix a typo
Reviewed by: bcr
Approved by: bcr (mentor)
Differential Revision:https://reviews.freebsd.org/D22734
Modified:
he
Author: ian
Date: Mon Dec 9 19:00:39 2019
New Revision: 355565
URL: https://svnweb.freebsd.org/changeset/base/355565
Log:
Switch gpioths(4) from using a callout to a taskqueue for periodic polling
of the sensor hardware. Part of the polling process involves signalling
the chip then waiting
Author: np
Date: Mon Dec 9 19:10:42 2019
New Revision: 355566
URL: https://svnweb.freebsd.org/changeset/base/355566
Log:
cxgbe/iw_cxgbe: Support 64b length in the memory registration routines.
Submitted by: bharat @ chelsio
MFC after:1 week
Sponsored by: Chelsio Communications
Mod
Author: dim
Date: Mon Dec 9 19:17:56 2019
New Revision: 355568
URL: https://svnweb.freebsd.org/changeset/base/355568
Log:
Correctly check for C++17 and higher when declaring timespec_get()
Summary:
In rS338751, the check to declare `timespec_get()` for C++17 and higher
was incorrectly
Author: jhb
Date: Mon Dec 9 19:17:28 2019
New Revision: 355567
URL: https://svnweb.freebsd.org/changeset/base/355567
Log:
Copy out aux args after the argument and environment vectors.
Partially revert r354741 and r354754 and go back to allocating a
fixed-size chunk of stack space for the
Author: jhb
Date: Mon Dec 9 19:18:05 2019
New Revision: 355569
URL: https://svnweb.freebsd.org/changeset/base/355569
Log:
Use 4 byte stack alignment instead of 8 byte.
This was an old bug prior to r355373 and mostly harmless as it would
waste at most a handful of bytes on the stack.
Mod
Author: markj
Date: Mon Dec 9 19:25:15 2019
New Revision: 355570
URL: https://svnweb.freebsd.org/changeset/base/355570
Log:
Configure headphone redirection for the Dell L780 and X1 Carbon 7th gen.
As we do for many other laptops, put the headphone jack and speakers in
the same associatio
On Mon, Dec 09, 2019 at 07:18:06PM +, John Baldwin wrote:
> Author: jhb
> Date: Mon Dec 9 19:18:05 2019
> New Revision: 355569
> URL: https://svnweb.freebsd.org/changeset/base/355569
>
> Log:
> Use 4 byte stack alignment instead of 8 byte.
>
> This was an old bug prior to r355373 and m
Author: ian
Date: Mon Dec 9 21:55:44 2019
New Revision: 355572
URL: https://svnweb.freebsd.org/changeset/base/355572
Log:
Allow baud rates of 1,228,800 and 1,843,200 on CP2101/2/3 usb-serial adapters.
The datasheets for these chips claim the maximum is 921,600, but testing
shows these tw
On 12/9/19 12:01 PM, Joerg Sonnenberger wrote:
> On Mon, Dec 09, 2019 at 07:18:06PM +, John Baldwin wrote:
>> Author: jhb
>> Date: Mon Dec 9 19:18:05 2019
>> New Revision: 355569
>> URL: https://svnweb.freebsd.org/changeset/base/355569
>>
>> Log:
>> Use 4 byte stack alignment instead of 8 by
On 12/9/19 11:18 AM, John Baldwin wrote:
> Author: jhb
> Date: Mon Dec 9 19:18:05 2019
> New Revision: 355569
> URL: https://svnweb.freebsd.org/changeset/base/355569
>
> Log:
> Use 4 byte stack alignment instead of 8 byte.
>
> This was an old bug prior to r355373 and mostly harmless as it
Author: mjg
Date: Tue Dec 10 00:08:05 2019
New Revision: 355573
URL: https://svnweb.freebsd.org/changeset/base/355573
Log:
vfs: refactor vhold and vdrop
No fuctional changes.
Modified:
head/sys/kern/vfs_subr.c
head/sys/sys/vnode.h
Modified: head/sys/kern/vfs_subr.c
===
Author: takawata
Date: Tue Dec 10 02:19:07 2019
New Revision: 355574
URL: https://svnweb.freebsd.org/changeset/base/355574
Log:
Add ACPI battery subsystem man page.
PR:242100
Differential Revision:https://reviews.freebsd.org/D22556
Added:
head/share/man/man4/acpi_battery.4 (c
Author: emaste
Date: Tue Dec 10 03:42:59 2019
New Revision: 355575
URL: https://svnweb.freebsd.org/changeset/base/355575
Log:
Add missing language specifier for Hebrew il.kbd description
PR: 235094 (related)
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
Author: np
Date: Tue Dec 10 07:45:10 2019
New Revision: 355579
URL: https://svnweb.freebsd.org/changeset/base/355579
Log:
cxgbe(4): Update T4/5/6 firmwares to 1.24.11.0.
These were obtained from the Chelsio Unified Wire v3.12.0.1 beta
release.
Note that the firmwares are not uuencode
23 matches
Mail list logo