On September 9, 2020 6:51:18 PM Glen Barber wrote:
On Wed, Sep 09, 2020 at 11:45:49AM +0500, Ruslan Garipov wrote:
On August 28, 2020 2:19:33 AM Glen Barber wrote:
> Author: gjb
> Date: Thu Aug 27 21:19:16 2020
> New Revision: 364891
> URL: https://svnweb.freebsd.org/changeset/base/364891
>
Author: kp
Date: Fri Sep 11 09:15:49 2020
New Revision: 365626
URL: https://svnweb.freebsd.org/changeset/base/365626
Log:
dtrace: fix fbt return probes on RISC-V
Return values are passed in a0, so read it from there. We also pass a1 through
to userspace, as the ABI allows small structs to
Author: kib
Date: Fri Sep 11 10:05:44 2020
New Revision: 365627
URL: https://svnweb.freebsd.org/changeset/base/365627
Log:
MFC r365360, r365370:
rtld: Handle ELF dso with program headers outside the first page.
PR: 229708
Modified:
stable/12/libexec/rtld-elf/map_object.c
Directory Pr
Author: ae
Date: Fri Sep 11 10:07:09 2020
New Revision: 365628
URL: https://svnweb.freebsd.org/changeset/base/365628
Log:
Fix compatibility regression after r364117.
Properly handle the case, when some opcode keywords follow after
the `frag` opcode without additional options.
Reporte
Author: kib
Date: Fri Sep 11 10:11:04 2020
New Revision: 365629
URL: https://svnweb.freebsd.org/changeset/base/365629
Log:
MFC r365360, r365370:
rtld: Handle ELF dso with program headers outside the first page.
PR: 229708
Modified:
stable/11/libexec/rtld-elf/map_object.c
Directory Pr
Author: bz
Date: Fri Sep 11 12:36:05 2020
New Revision: 365630
URL: https://svnweb.freebsd.org/changeset/base/365630
Log:
MFC r342788,354926,364771 (markj, bz)
- Capsicumize rtsol(8) and rtsold(8).
- Avoid relying on pollution from libcasper.h.
- Add script for "M bit".
Added:
sta
On Fri, Sep 11, 2020 at 02:13:41PM +0500, Ruslan Garipov wrote:
> On September 9, 2020 6:51:18 PM Glen Barber wrote:
>
> > On Wed, Sep 09, 2020 at 11:45:49AM +0500, Ruslan Garipov wrote:
> > > On August 28, 2020 2:19:33 AM Glen Barber wrote:
> > >
> > > > Author: gjb
> > > > Date: Thu Aug 27 21
Author: kevans
Date: Fri Sep 11 13:28:37 2020
New Revision: 365631
URL: https://svnweb.freebsd.org/changeset/base/365631
Log:
Only set WARNS if not defined
This would allow interested parties to do experimental runs with an
environment set appropriately to raise all the warnings throughou
Author: mav
Date: Fri Sep 11 14:00:10 2020
New Revision: 365632
URL: https://svnweb.freebsd.org/changeset/base/365632
Log:
MFC r342852 (by cem): powerpc: Fix regression introduced in r342771
In r342771, I introduced a regression in Power by abusing the platform
smp_topo() method as a shor
Author: bz
Date: Fri Sep 11 14:18:47 2020
New Revision: 365633
URL: https://svnweb.freebsd.org/changeset/base/365633
Log:
iwm: fix regression from r365419 (ieee80211_media_change())
In r365419 ieee80211_media_change() callers were updated to not longer
act on the obselete ENETRESET return
Author: mav
Date: Fri Sep 11 15:30:47 2020
New Revision: 365634
URL: https://svnweb.freebsd.org/changeset/base/365634
Log:
MFC r342852 (by cem): powerpc: Fix regression introduced in r342771
In r342771, I introduced a regression in Power by abusing the platform
smp_topo() method as a shor
Author: kevans
Date: Fri Sep 11 16:12:48 2020
New Revision: 365636
URL: https://svnweb.freebsd.org/changeset/base/365636
Log:
libarchive: import fix for WARNS=6 builds in testing bits
Two more cases of explicitly marking globals for internal linkage where they
need not be shared. Committe
Author: kevans
Date: Fri Sep 11 16:13:45 2020
New Revision: 365637
URL: https://svnweb.freebsd.org/changeset/base/365637
Log:
MFV r365636: libarchive: import fix for WARNS=6 builds in testing bits
Two more cases of explicitly marking globals for internal linkage where they
need not be sha
On 9/11/2020 5:55 PM, Glen Barber wrote:
> On Fri, Sep 11, 2020 at 02:13:41PM +0500, Ruslan Garipov wrote:
>> On September 9, 2020 6:51:18 PM Glen Barber wrote:
>>
>>> On Wed, Sep 09, 2020 at 11:45:49AM +0500, Ruslan Garipov wrote:
On August 28, 2020 2:19:33 AM Glen Barber wrote:
>
On Fri, Sep 11, 2020 at 09:56:31PM +0500, Ruslan Garipov wrote:
> On 9/11/2020 5:55 PM, Glen Barber wrote:
> > So as far as you are concerned, with the addition of removing the '!',
> > it works as you expect?
> Yes, it does.
>
> Should we also "fix" env_setup()? Which also checks NOGIT for zero
Author: gjb
Date: Fri Sep 11 17:04:09 2020
New Revision: 365638
URL: https://svnweb.freebsd.org/changeset/base/365638
Log:
Add a NOGIT option to avoid explicitly requiring devel/git if the
sources are obtained through a different mechanism.
Reported and tested by: Ruslan Garipov
S
Author: gjb
Date: Fri Sep 11 17:05:09 2020
New Revision: 365639
URL: https://svnweb.freebsd.org/changeset/base/365639
Log:
Fix indentation following r365638. No functional changes.
Sponsored by: Rubicon Communications, LLC (netgate.com)
Modified:
head/release/release.sh
Modified: head/
Author: gbe (doc committer)
Date: Fri Sep 11 18:09:49 2020
New Revision: 365640
URL: https://svnweb.freebsd.org/changeset/base/365640
Log:
Improvements for the src.conf(5) and build(7) man pages
PR: 203863 (based on)
Submitted by: Russell Haley
Reviewed by: bcr, imp
Approv
Author: scottl
Date: Fri Sep 11 19:45:26 2020
New Revision: 365641
URL: https://svnweb.freebsd.org/changeset/base/365641
Log:
Improve the documenation for bus_dma templates. Also add notes to
make it clear that filters may not work correctly and that their use
is deprecated.
MFC after:
Author: jhb
Date: Fri Sep 11 20:32:40 2020
New Revision: 365642
URL: https://svnweb.freebsd.org/changeset/base/365642
Log:
Add constant for the DE_CFG MSR on AMD CPUs.
Reported by: Patrick Mooney
MFC after:2 weeks
Differential Revision:https://reviews.freebsd.org/D25885
M
Author: asomers
Date: Fri Sep 11 20:49:36 2020
New Revision: 365643
URL: https://svnweb.freebsd.org/changeset/base/365643
Log:
cp: fall back to read/write if copy_file_range fails
Even though copy_file_range has a file-system agnostic version, it still
fails on devfs (perhaps because the
On Fri, Sep 11, 2020 at 08:49:36PM +, Alan Somers wrote:
> Author: asomers
> Date: Fri Sep 11 20:49:36 2020
> New Revision: 365643
> URL: https://svnweb.freebsd.org/changeset/base/365643
>
> Log:
> cp: fall back to read/write if copy_file_range fails
>
> Even though copy_file_range has
Konstantin Belousov wrote:
>On Fri, Sep 11, 2020 at 08:49:36PM +, Alan Somers wrote:
>> Author: asomers
>> Date: Fri Sep 11 20:49:36 2020
>> New Revision: 365643
>> URL: https://svnweb.freebsd.org/changeset/base/365643
>>
>> Log:
>> cp: fall back to read/write if copy_file_range fails
>>
>>
Author: scottl
Date: Fri Sep 11 22:27:35 2020
New Revision: 365644
URL: https://svnweb.freebsd.org/changeset/base/365644
Log:
Convert the mps driver to use busdma templates
Modified:
head/sys/dev/mps/mps.c
head/sys/dev/mps/mps_pci.c
head/sys/dev/mps/mps_user.c
Modified: head/sys/dev/mps/
Author: imp
Date: Fri Sep 11 23:37:49 2020
New Revision: 365645
URL: https://svnweb.freebsd.org/changeset/base/365645
Log:
Remove disk images / tests from alpha, sun and pc98
These images are no longer relevant... However, I've also not tested
the regression test here to see if it still
Author: gjb
Date: Sat Sep 12 00:06:45 2020
New Revision: 365646
URL: https://svnweb.freebsd.org/changeset/base/365646
Log:
Enclose BRANCH_OVERRIDE in quotes in order to fix an issue with
freebsd-update(8) builds, where BRANCH is suffixed with -p0 for
builds.
Noticed by: gordon
With
Author: erj
Date: Sat Sep 12 00:22:02 2020
New Revision: 365647
URL: https://svnweb.freebsd.org/changeset/base/365647
Log:
MFC r358698 and r364241
r358698: ixl: Add missing conversions from/to LE16
r364241: Remove redeclaration found by gcc build
Together, these should allow ixl(4) t
Author: jmg
Date: Sat Sep 12 00:33:11 2020
New Revision: 365648
URL: https://svnweb.freebsd.org/changeset/base/365648
Log:
A major update to the ure driver.
This update adds support for:
HW VLAN tagging
HW checksum offload for IPv4 and IPv6
tx and rx aggreegation (for full gige speeds
Author: kevans
Date: Sat Sep 12 01:47:59 2020
New Revision: 365649
URL: https://svnweb.freebsd.org/changeset/base/365649
Log:
MFC r365490-r365491: Remove FREEBSD_UPDATE dependency on PORTSNAP
r365490:
phttpget: move out of portsnap
Currently, WITHOUT_PORTSNAP forces WITHOUT_FREEBSD_U
Author: kevans
Date: Sat Sep 12 01:54:47 2020
New Revision: 365650
URL: https://svnweb.freebsd.org/changeset/base/365650
Log:
Add missing WITHOUT_CAROOT description
This should have been MFC'd as part of r353800, but was not because caroot
had not been MFC'd at that time. As such, this is
Author: kevans
Date: Sat Sep 12 01:55:07 2020
New Revision: 365651
URL: https://svnweb.freebsd.org/changeset/base/365651
Log:
Regen src.conf(5) after r365649
Modified:
stable/12/share/man/man5/src.conf.5
Modified: stable/12/share/man/man5/src.conf.5
==
31 matches
Mail list logo