On 1 Jul 2020, at 00:03, Stefan Eßer wrote:
>
> Am 30.06.20 um 23:29 schrieb Dimitry Andric:
...
>> This is because you are supposed to commit stuff to ^/base/vendor/xxx
>> first, then svn cp it to ^/head/contrib/xxx, at least from Subversion
>> 1.8 onwards. The 'cp' action establishes the ancest
Author: mjg
Date: Wed Jul 1 05:59:08 2020
New Revision: 362828
URL: https://svnweb.freebsd.org/changeset/base/362828
Log:
cache: lockless forward lookup with smr
This eliminates the need to take bucket locks in the common case.
Concurrent lookup utilizng the same vnodes is still bottl
Author: mjg
Date: Wed Jul 1 05:56:29 2020
New Revision: 362827
URL: https://svnweb.freebsd.org/changeset/base/362827
Log:
vfs: protect vnodes with smr
vget_prep_smr and vhold_smr can be used to ref a vnode while within vfs_smr
section, allowing consumers to get away without locking.
Author: takawata
Date: Wed Jul 1 04:00:54 2020
New Revision: 362825
URL: https://svnweb.freebsd.org/changeset/base/362825
Log:
Allow some Bluetooth LE related HCI request to non-root user.
PR: 247588
Reported by: Greg V (greg@unrelenting.technology)
Reviewed by: emax
Differential
Piotr,
Thanks for the heads up. I will fix this shortly.
On Mon, Jun 22, 2020 at 11:53:15PM +0200, Piotr P. Stefaniak wrote:
> On 2020-02-20 21:12:10, Christian S.J. Peron wrote:
> >Author: csjp
> >Date: Thu Feb 20 21:12:10 2020
> >New Revision: 358181
> >URL: https://svnweb.freebsd.org/changeset
Author: freqlabs
Date: Wed Jul 1 02:32:41 2020
New Revision: 362824
URL: https://svnweb.freebsd.org/changeset/base/362824
Log:
libifconfig: Add function to get bridge status
The new function operates similarly to ifconfig_lagg_get_lagg_status and
likewise is accompanied by a function to
Author: cem
Date: Wed Jul 1 02:16:36 2020
New Revision: 362823
URL: https://svnweb.freebsd.org/changeset/base/362823
Log:
geom(4): Kill GEOM_PART_EBR_COMPAT option
Take advantage of Warner's nice new real GEOM aliasing system and use it for
aliased partition names that actually work.
Author: sjg
Date: Wed Jul 1 02:13:16 2020
New Revision: 362822
URL: https://svnweb.freebsd.org/changeset/base/362822
Log:
tag bmake-20200629
Added:
vendor/NetBSD/bmake/20200629/
- copied from r362821, vendor/NetBSD/bmake/dist/
___
svn-src-all@
Author: sjg
Date: Wed Jul 1 02:13:04 2020
New Revision: 362821
URL: https://svnweb.freebsd.org/changeset/base/362821
Log:
Import bmake-20200629
from ChangeLog:
o cond.c: do not eval unnecessary terms of conditionals.
o meta.c: report error if lseek in filemon_read fails
Author: kib
Date: Wed Jul 1 01:12:23 2020
New Revision: 362819
URL: https://svnweb.freebsd.org/changeset/base/362819
Log:
MFC r362033:
Remove double-calls to tc_get_timecount() to warm timecounters
Modified:
stable/12/sys/dev/acpica/acpi.c
stable/12/sys/dev/acpica/acpi_timer.c
stable/1
Author: cem
Date: Wed Jul 1 00:59:28 2020
New Revision: 362818
URL: https://svnweb.freebsd.org/changeset/base/362818
Log:
Replace OPENSSL_NO_SSL3_METHODs with dummies
SSLv3 has been deprecated since 2015 (and broken since 2014: "POODLE"); it
should not have shipped in FreeBSD 11 (2016) o
Author: gonzo
Date: Wed Jul 1 00:33:16 2020
New Revision: 362817
URL: https://svnweb.freebsd.org/changeset/base/362817
Log:
Add i.MX 8M Quad support
- Add CCM driver and clocks implementations for i.MX 8M
- Add GPC driver for iMX8
- Add clock tree for i.MX 8M Quad
- Add clocks suppor
Author: adrian
Date: Wed Jul 1 00:24:55 2020
New Revision: 362816
URL: https://svnweb.freebsd.org/changeset/base/362816
Log:
[net80211] Commit files missing in the previous commit
These belong to my previous commit, but apparently I typed ieee80211_vhf.[ch]
and forgot ht.h. Le oops.
Mo
Author: adrian
Date: Wed Jul 1 00:23:49 2020
New Revision: 362815
URL: https://svnweb.freebsd.org/changeset/base/362815
Log:
[net80211] Migrate HT/legacy protection mode and preamble calculation to
per-VAP flags
The later firmware devices (including iwn!) support multiple configuration
[ Charset UTF-8 unsupported, converting... ]
> Author: gbe (doc committer)
> Date: Tue Jun 30 18:08:59 2020
> New Revision: 362809
> URL: https://svnweb.freebsd.org/changeset/base/362809
>
> Log:
> Mention FreeBSD in the HISTORY sections of apropos(1) and makewhatis(8).
>
> PR: 223520, 2235
Am 30.06.20 um 23:29 schrieb Dimitry Andric:
> On 30 Jun 2020, at 22:01, Stefan Eßer wrote:
>>
>> Am 29.06.20 um 20:09 schrieb Ed Maste:
>>> On Mon, 29 Jun 2020 at 11:27, John Baldwin wrote:
I suspect just doing the 'merge --record-only' is the simplest method
assuming Git handle
Author: markj
Date: Tue Jun 30 22:01:21 2020
New Revision: 362814
URL: https://svnweb.freebsd.org/changeset/base/362814
Log:
Convert cryptostats to a counter_u64 array.
The global counters were not SMP-friendly. Use per-CPU counters
instead.
Reviewed by: jhb
Sponsored by: Rubicon
Author: tuexen
Date: Tue Jun 30 21:50:05 2020
New Revision: 362813
URL: https://svnweb.freebsd.org/changeset/base/362813
Log:
Fix a bug introduced in https://svnweb.freebsd.org/changeset/base/362173
Reported by: syzbot+f3a6fccfa6ae9d3de...@syzkaller.appspotmail.com
MFC after:
Author: tsoome
Date: Tue Jun 30 21:48:58 2020
New Revision: 362812
URL: https://svnweb.freebsd.org/changeset/base/362812
Log:
boot1.efi: use malloc family from libsa
The zfs reader development did reach to the point where linking boot1,
we will get errors about duplicate symbols Malloc, F
Author: mav
Date: Tue Jun 30 21:40:34 2020
New Revision: 362811
URL: https://svnweb.freebsd.org/changeset/base/362811
Log:
Decode APEI tables (BERT, EINJ, ERST, HEST).
MFC after:2 weeks
Modified:
head/usr.sbin/acpi/acpidump/acpi.c
head/usr.sbin/acpi/acpidump/acpidump.8
Modified: h
On 30 Jun 2020, at 22:01, Stefan Eßer wrote:
>
> Am 29.06.20 um 20:09 schrieb Ed Maste:
>> On Mon, 29 Jun 2020 at 11:27, John Baldwin wrote:
>>>
>>> I suspect just doing the 'merge --record-only' is the simplest method
>>> assuming Git handles it ok. I suspect since Git ignores mergeinfo this
Am 29.06.20 um 20:09 schrieb Ed Maste:
> On Mon, 29 Jun 2020 at 11:27, John Baldwin wrote:
>>
>> I suspect just doing the 'merge --record-only' is the simplest method
>> assuming Git handles it ok. I suspect since Git ignores mergeinfo this
>> is fine, but it would be good for Ed to confirm. You
Author: vmaffione
Date: Tue Jun 30 19:34:36 2020
New Revision: 362810
URL: https://svnweb.freebsd.org/changeset/base/362810
Log:
MFC r362553
iflib: netmap: fix rsync index overrun
In the current iflib_netmap_rxsync, there is nothing that prevents
kring->nr_hwtail to overrun kring->nr
Author: gbe (doc committer)
Date: Tue Jun 30 18:08:59 2020
New Revision: 362809
URL: https://svnweb.freebsd.org/changeset/base/362809
Log:
Mention FreeBSD in the HISTORY sections of apropos(1) and makewhatis(8).
PR: 223520, 223521
Reviewed by: bcr (mentor)
Approved by: bcr (mentor)
Author: gbe (doc committer)
Date: Tue Jun 30 17:21:28 2020
New Revision: 362808
URL: https://svnweb.freebsd.org/changeset/base/362808
Log:
iovctl(8): Correct a typo in the manpage and correct the SYNOPSIS
PR: 246831
Submitted by: Jose Luis Duran
Reviewed by: bcr (mentor)
Approved
Thank you!
-Ravi (rpokala@)
-Original Message-
From: on behalf of Hans Petter Selasky
Date: 2020-06-30, Tuesday at 01:41
To: , ,
Subject: svn commit: r362794 - head/sys/compat/linuxkpi/common/include/linux
Author: hselasky
Date: Tue Jun 30 08:41:33 2020
New Revision: 3
Author: trasz
Date: Tue Jun 30 16:49:43 2020
New Revision: 362807
URL: https://svnweb.freebsd.org/changeset/base/362807
Log:
Fix misplaced voltages/temperatures labels in 'sesutil show'.
PR: bin/247384
Reported by: brd
MFC after:2 weeks
Differential Revision:htt
Hi,
On 6/30/20 6:24 PM, Edward Tomasz Napierala wrote:
> Author: trasz
> Date: Tue Jun 30 16:24:28 2020
> New Revision: 362806
> URL: https://svnweb.freebsd.org/changeset/base/362806
>
> Log:
> Make linprocfs(5) create the /proc//task/ directores.
> This is to silence down some Chromium assert
Author: trasz
Date: Tue Jun 30 16:24:28 2020
New Revision: 362806
URL: https://svnweb.freebsd.org/changeset/base/362806
Log:
Make linprocfs(5) create the /proc//task/ directores.
This is to silence down some Chromium assertions.
PR: kern/240991
Analyzed by: Alex S
MFC afte
Author: 0mp (doc,ports committer)
Date: Tue Jun 30 16:23:51 2020
New Revision: 362805
URL: https://svnweb.freebsd.org/changeset/base/362805
Log:
Cross-reference style(9) and style.mdoc(5)
Suggested by: yuripv
MFC after:3 days
Modified:
head/share/man/man5/style.mdoc.5
head/share/
Author: trasz
Date: Tue Jun 30 16:18:09 2020
New Revision: 362804
URL: https://svnweb.freebsd.org/changeset/base/362804
Log:
Make linux(4) ignore SA_INTERRUPT. The zsh(1) binary from Bionic uses it.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision:
Author: andrew
Date: Tue Jun 30 15:58:29 2020
New Revision: 362803
URL: https://svnweb.freebsd.org/changeset/base/362803
Log:
Add dwc_otg_acpi
Create an acpi attachment for the DWC USB OTG device. This is present in
the Raspberry Pi 4 in the USB-C port normally used to power the board. So
Author: markj
Date: Tue Jun 30 15:56:54 2020
New Revision: 362801
URL: https://svnweb.freebsd.org/changeset/base/362801
Log:
Remove CRYPTO_TIMING.
It was added a very long time ago. It is single-threaded, so only
really useful for basic measurements, and in the meantime we've gotten
so
Author: markj
Date: Tue Jun 30 15:57:11 2020
New Revision: 362802
URL: https://svnweb.freebsd.org/changeset/base/362802
Log:
Remove unused 32-bit compatibility structures from cryptodev.
The counters are exported by a sysctl and have the same width on all
platforms anyway.
Reviewed b
Author: dim
Date: Tue Jun 30 15:53:52 2020
New Revision: 362800
URL: https://svnweb.freebsd.org/changeset/base/362800
Log:
MFC r362623:
Fix copy/paste mistake in kvm_getswapinfo(3)
It seems this manpage was copied from kvm_getloadavg(3), but the
DIAGNOSTICS section was not updated co
Author: dim
Date: Tue Jun 30 15:53:52 2020
New Revision: 362800
URL: https://svnweb.freebsd.org/changeset/base/362800
Log:
MFC r362623:
Fix copy/paste mistake in kvm_getswapinfo(3)
It seems this manpage was copied from kvm_getloadavg(3), but the
DIAGNOSTICS section was not updated co
Author: dim
Date: Tue Jun 30 15:53:52 2020
New Revision: 362800
URL: https://svnweb.freebsd.org/changeset/base/362800
Log:
MFC r362623:
Fix copy/paste mistake in kvm_getswapinfo(3)
It seems this manpage was copied from kvm_getloadavg(3), but the
DIAGNOSTICS section was not updated co
Author: dim
Date: Tue Jun 30 15:53:52 2020
New Revision: 362800
URL: https://svnweb.freebsd.org/changeset/base/362800
Log:
MFC r362623:
Fix copy/paste mistake in kvm_getswapinfo(3)
It seems this manpage was copied from kvm_getloadavg(3), but the
DIAGNOSTICS section was not updated co
Author: dim
Date: Tue Jun 30 15:53:52 2020
New Revision: 362800
URL: https://svnweb.freebsd.org/changeset/base/362800
Log:
MFC r362623:
Fix copy/paste mistake in kvm_getswapinfo(3)
It seems this manpage was copied from kvm_getloadavg(3), but the
DIAGNOSTICS section was not updated co
Author: dim
Date: Tue Jun 30 15:53:52 2020
New Revision: 362800
URL: https://svnweb.freebsd.org/changeset/base/362800
Log:
MFC r362623:
Fix copy/paste mistake in kvm_getswapinfo(3)
It seems this manpage was copied from kvm_getloadavg(3), but the
DIAGNOSTICS section was not updated co
[DEFAULT_HEADER][ ](
http://r.pros.njediffusion.com/mk/cl/f/OdYhtTgPrku3ne2_XX_l7O4NkWC5KpUix_qyx7ZFjNP6BGahVv8iMjfUxWgXs9F0zjE5a5XPA6pA1sE2D25K8uOk82q8p2-DxZp2r0XL_jzMF61rvrqf_4PpGUPFpL8YieGPc9gRG-jgctr3KbjVit_UI3OXnzFLdecwINeZhD8KJTHCdg
)
Nos conseillers vous répondent du lundi au vendredi de
Author: 0mp (doc,ports committer)
Date: Tue Jun 30 11:50:52 2020
New Revision: 362797
URL: https://svnweb.freebsd.org/changeset/base/362797
Log:
MFC 362684, 362675:
ixl.4: Use a -bullet list instead of -item
Now the list looks like a list. Using -item only makes sense if the list is
Author: 0mp (doc,ports committer)
Date: Tue Jun 30 11:47:18 2020
New Revision: 362796
URL: https://svnweb.freebsd.org/changeset/base/362796
Log:
MFC 362538:
Fix a typo and sort options
Modified:
stable/11/usr.sbin/service/service.8
Directory Properties:
stable/11/ (props changed)
Mo
Author: 0mp (doc,ports committer)
Date: Tue Jun 30 11:46:40 2020
New Revision: 362795
URL: https://svnweb.freebsd.org/changeset/base/362795
Log:
MFC 362538:
Fix a typo and sort options
Modified:
stable/12/usr.sbin/service/service.8
Directory Properties:
stable/12/ (props changed)
Mo
Author: hselasky
Date: Tue Jun 30 08:41:33 2020
New Revision: 362794
URL: https://svnweb.freebsd.org/changeset/base/362794
Log:
Document the is_signed(), type_max() and type_min() function macros in the
LinuxKPI. Try to make the function argument more readable.
Suggested by: several
MFC
On 2020-06-29 22:32, Ian Lepore wrote:
On Mon, 2020-06-29 at 14:26 -0600, Warner Losh wrote:
On Mon, Jun 29, 2020, 2:15 PM Ravi Pokala
wrote:
-Original Message-
From: on behalf of Hans Petter
Selasky
Date: 2020-06-29, Monday at 06:08
To: , , <
svn-src-h...@freebsd.org>
Subject: svn
46 matches
Mail list logo