On 05.11.2019 4:20, Conrad Meyer wrote:
> Author: cem
> Date: Tue Nov 5 03:20:40 2019
> New Revision: 354347
> URL: https://svnweb.freebsd.org/changeset/base/354347
>
> Log:
> Fix llvm-libunwind userspace build on ARM
>
> GCC's libgcc exports a few ARM-specific symbols for ARM EABI, AEA
Author: rlibby
Date: Fri Nov 29 06:25:07 2019
New Revision: 355208
URL: https://svnweb.freebsd.org/changeset/base/355208
Log:
kern.mk: -Wno-error=stringop-overflow for gcc due to false positives
Demote gcc's Wstringop-overflow to Wno-error due to false positives.
E.g. the riscv64 build wi
Author: rlibby
Date: Fri Nov 29 06:25:03 2019
New Revision: 355207
URL: https://svnweb.freebsd.org/changeset/base/355207
Log:
ktls_session zone: don't need to specify uma trash
The use of the uma trash procedures is automatic, there's no need to
pass them explicitly here.
Reviewed by
Author: kevans
Date: Fri Nov 29 03:56:01 2019
New Revision: 355206
URL: https://svnweb.freebsd.org/changeset/base/355206
Log:
tty_pts: don't rely on tty header pollution for sys/mutex.h
tty_pts.c relies on sys/tty.h for sys/mutex.h. Include it directly instead
of relying on this pollution
Author: kevans
Date: Fri Nov 29 03:51:01 2019
New Revision: 355205
URL: https://svnweb.freebsd.org/changeset/base/355205
Log:
snp: don't reference tp->t_mtx directly
This is the only part of snp(4) that pokes around in struct tty directly;
replace it with the tty_getlock accessor to avoid
Author: cem
Date: Fri Nov 29 03:31:47 2019
New Revision: 355204
URL: https://svnweb.freebsd.org/changeset/base/355204
Log:
Fix braino in previous bugfix r300174
The previous revision missed the exact same error in a copy paste block
of the same code in another function. Fix the identical
Author: jeff
Date: Fri Nov 29 03:14:10 2019
New Revision: 355203
URL: https://svnweb.freebsd.org/changeset/base/355203
Log:
Handle large mallocs by going directly to kmem. Taking a detour through
UMA does not provide any additional value.
Reviewed by: markj
Differential Revision:
Author: dougm
Date: Fri Nov 29 02:06:45 2019
New Revision: 355201
URL: https://svnweb.freebsd.org/changeset/base/355201
Log:
Functions that call vm_map_splay_merge sometimes set data fields
(e.g. root->left = NULL) to affect the behavior of that function. This
change stops that data manipula
Author: rmacklem
Date: Thu Nov 28 23:34:23 2019
New Revision: 355194
URL: https://svnweb.freebsd.org/changeset/base/355194
Log:
Fix two races while handling nfsuserd daemon start/stop.
A crash was reported where the nr_client field was NULL during an upcall
to the nfsuserd daemon. Since n
Author: ian
Date: Thu Nov 28 21:50:34 2019
New Revision: 355193
URL: https://svnweb.freebsd.org/changeset/base/355193
Log:
Implement the ofw_bus_get_node method in the imx_gpio driver so that
ofw_gpiobus can find its fdt metadata and instantiate child devices.
Modified:
head/sys/arm/freesca
Author: grog
Date: Thu Nov 28 21:22:04 2019
New Revision: 355192
URL: https://svnweb.freebsd.org/changeset/base/355192
Log:
Clarify name of Pau Casals (it's Catalonian)
Get correct birthday (from Wikipedia).
Modified:
head/usr.bin/calendar/calendars/calendar.music
Modified: head/usr.bin/ca
> Author: daichi
> Date: Fri Sep 20 17:37:23 2019
> New Revision: 352558
> URL:
> https://svnweb.freebsd.org/changeset/base/352558
>
>
> Log:
> top(1): support multibyte characters in command names (ARGV array)
> depending on locale.
>
>- add setlocale()
>- remove printable() func
Author: manu
Date: Thu Nov 28 20:46:24 2019
New Revision: 355191
URL: https://svnweb.freebsd.org/changeset/base/355191
Log:
arm64: rockchip: rk3328: Add TSADC clocks
Add the clocks so we can use the rk_tsadc driver to monitor
the cpu temperature.
Modified:
head/sys/arm64/rockchip/clk/r
Author: manu
Date: Thu Nov 28 20:17:03 2019
New Revision: 355190
URL: https://svnweb.freebsd.org/changeset/base/355190
Log:
arm64: rockchip: tsadc: Do not free the sysctl context is it wasn't created
MFC after:3 weeks
X-MFC-With: r355173
Modified:
head/sys/arm64/rockchip/rk_tsadc
Author: manu
Date: Thu Nov 28 19:38:57 2019
New Revision: 355188
URL: https://svnweb.freebsd.org/changeset/base/355188
Log:
Import riscv DTS files
Requested by: mhorne
Added:
head/riscv/
- copied from r355184, vendor/device-tree/dist/src/riscv/
Replaced:
head/riscv/sifive/fu540-c0
Author: manu
Date: Thu Nov 28 19:30:41 2019
New Revision: 355187
URL: https://svnweb.freebsd.org/changeset/base/355187
Log:
Import DTS files from Linux 5.4
MFC after:2 months
Added:
head/sys/gnu/dts/arm/aspeed-ast2600-evb.dts
- copied unchanged from r355185,
vendor/device-tree/
Author: mav
Date: Thu Nov 28 18:28:35 2019
New Revision: 355182
URL: https://svnweb.freebsd.org/changeset/base/355182
Log:
Fix use-after-free in case of L2ARC prefetch failure.
In case L2ARC read failed, l2arc_read_done() creates _different_ ZIO
to read data from the original storage devi
Author: mmel
Date: Thu Nov 28 17:01:31 2019
New Revision: 355173
URL: https://svnweb.freebsd.org/changeset/base/355173
Log:
Add driver for temperature sensors found in RK32898, RK3328 and RK3399 SoC's.
MFC after:3 weeks
Reviewed by: manu
Differential Revision: https://reviews.free
On Thu, Nov 28, 2019 at 09:17:15AM +, Andrew Turner wrote:
>
>
> > On 28 Nov 2019, at 08:48, Michal Meloun wrote:
> >
> >
> >
> > On 27.11.2019 21:33, Alan Cox wrote:
> >> Author: alc
> >> Date: Wed Nov 27 20:33:49 2019
> >> New Revision: 355145
> >> URL: https://svnweb.freebsd.org/change
Author: tuexen
Date: Thu Nov 28 12:50:25 2019
New Revision: 355172
URL: https://svnweb.freebsd.org/changeset/base/355172
Log:
Really ignore the SCTP association identifier on 1-to-1 style sockets
as requiresd by the socket API specification.
Thanks to Inaki Baz Castillo, who found this bug r
Am 28.11.19 um 05:29 schrieb Rodney W. Grimes:
>> Author: scottl
>> Date: Thu Nov 28 02:32:17 2019
>> New Revision: 355164
>> URL: https://svnweb.freebsd.org/changeset/base/355164
>>
>> Log:
>> Remove the trm(4) driver
>>
>> Differential Revision: https://reviews.freebsd.org/D22575
>
>
> On 28 Nov 2019, at 08:48, Michal Meloun wrote:
>
>
>
> On 27.11.2019 21:33, Alan Cox wrote:
>> Author: alc
>> Date: Wed Nov 27 20:33:49 2019
>> New Revision: 355145
>> URL: https://svnweb.freebsd.org/changeset/base/355145
>>
>> Log:
>> There is no reason why we need to pin the underlying
Author: jeff
Date: Thu Nov 28 08:56:14 2019
New Revision: 355171
URL: https://svnweb.freebsd.org/changeset/base/355171
Log:
Fix DEBUG_REDZONE build after r355169
Modified:
head/sys/kern/kern_malloc.c
Modified: head/sys/kern/kern_malloc.c
==
On 27.11.2019 21:33, Alan Cox wrote:
> Author: alc
> Date: Wed Nov 27 20:33:49 2019
> New Revision: 355145
> URL: https://svnweb.freebsd.org/changeset/base/355145
>
> Log:
> There is no reason why we need to pin the underlying thread to its current
> processor in pmap_invalidate_{all,page,r
Author: hselasky
Date: Thu Nov 28 08:47:36 2019
New Revision: 355170
URL: https://svnweb.freebsd.org/changeset/base/355170
Log:
Factor out check for mounted root file system.
Differential Revision:https://reviews.freebsd.org/D22571
PR: 241639
MFC after:1 week
Spo
25 matches
Mail list logo