On Mon, May 20, 2019 at 2:38 AM Conrad Meyer wrote:
> Author: cem
> Date: Mon May 20 00:38:23 2019
> New Revision: 347984
> URL: https://svnweb.freebsd.org/changeset/base/347984
>
> Log:
> Extract eventfilter declarations to sys/_eventfilter.h
>
> This allows replacing "sys/eventfilter.h" incl
[ Charset UTF-8 unsupported, converting... ]
> Author: sjg
> Date: Sun May 19 20:24:17 2019
> New Revision: 347980
> URL: https://svnweb.freebsd.org/changeset/base/347980
>
> Log:
> load_key_buf do not free data from dearmor
>
> The data returned by dearmor is referenced by the key
> leav
> Author: melifaro
> Date: Sun May 19 21:49:56 2019
> New Revision: 347982
> URL: https://svnweb.freebsd.org/changeset/base/347982
>
> Log:
> Fix rt_ifa selection during loopback route insertion process.
> Currently such routes are added with a link-level IFA, which is
> plain wrong. Onl
Author: jhibbits
Date: Mon May 20 03:35:14 2019
New Revision: 347986
URL: https://svnweb.freebsd.org/changeset/base/347986
Log:
Update loader size on powerpc isos
Summary:
loader has grown to the point it's overflowing the existing 307200 bytes
allocated to it in the HFS boot partition
Author: jhibbits
Date: Mon May 20 02:41:09 2019
New Revision: 347985
URL: https://svnweb.freebsd.org/changeset/base/347985
Log:
ksyms: Fixup symbols for powerpc in the kernel, not just modules
Summary:
PowerPC kernels are fully position independent, just like kernel modules.
The same fi
Author: cem
Date: Mon May 20 00:38:23 2019
New Revision: 347984
URL: https://svnweb.freebsd.org/changeset/base/347984
Log:
Extract eventfilter declarations to sys/_eventfilter.h
This allows replacing "sys/eventfilter.h" includes with "sys/_eventfilter.h"
in other header files (e.g., sys/{
Author: melifaro
Date: Sun May 19 21:49:56 2019
New Revision: 347982
URL: https://svnweb.freebsd.org/changeset/base/347982
Log:
Fix rt_ifa selection during loopback route insertion process.
Currently such routes are added with a link-level IFA, which is
plain wrong. Only after the insert
On 19 May 2019, at 23:17, Enji Cooper wrote:
>
>> On May 19, 2019, at 13:13, Dimitry Andric wrote:
>>
>> Author: dim
>> Date: Sun May 19 20:13:55 2019
>> New Revision: 347979
>> URL: https://svnweb.freebsd.org/changeset/base/347979
>>
>> Log:
>> To avoid unnecessarily modifying ports, add a -l
> On May 19, 2019, at 13:13, Dimitry Andric wrote:
>
> Author: dim
> Date: Sun May 19 20:13:55 2019
> New Revision: 347979
> URL: https://svnweb.freebsd.org/changeset/base/347979
>
> Log:
> To avoid unnecessarily modifying ports, add a -lgomp symlink, since GCC
> does not ship a -lomp symlink
Hi Konstantin,
I coundn't remount ro->rw a few days ago.
This change isn't related, then.
I will check/tesst it again later, then.
Thanks,
Hiro
On Sun, 19 May 2019 20:51:04 +0300
Konstantin Belousov wrote:
> On Sun, May 19, 2019 at 11:52:28AM -0400, Yoshihiro Ota wrote:
> > Hi,
> >
> > Does t
oot@mordor:~
so, I'll ping freebsd-x11
Hi!
drm-current-kmod was updated to the 20190519 snapshot, can you try that?
If it still fails, please send a message to x...@freebsd.org .
Thanks!
Regards
--
Niclas Zeising
___
svn-src-head@freebsd.org mai
Author: sjg
Date: Sun May 19 20:28:49 2019
New Revision: 347981
URL: https://svnweb.freebsd.org/changeset/base/347981
Log:
libsecureboot: allow control of when pseudo pcr is updated
During boot we only want to measure things which *must*
be verified - this should provide more deterministi
Author: sjg
Date: Sun May 19 20:24:17 2019
New Revision: 347980
URL: https://svnweb.freebsd.org/changeset/base/347980
Log:
load_key_buf do not free data from dearmor
The data returned by dearmor is referenced by the key
leave it alone!
Reviewed by: stevek
MFC after:2 days
Mod
Author: dim
Date: Sun May 19 20:13:55 2019
New Revision: 347979
URL: https://svnweb.freebsd.org/changeset/base/347979
Log:
To avoid unnecessarily modifying ports, add a -lgomp symlink, since GCC
does not ship a -lomp symlink. Also update OptionalObsoleteFiles for
this, and add 32-bit varian
Author: dim
Date: Sun May 19 19:42:35 2019
New Revision: 347978
URL: https://svnweb.freebsd.org/changeset/base/347978
Log:
Fix OptionalObsoleteFiles copy/paste mistake from r345236, which
connected libomp to the build. The comparison should not have been
against ${MK_OPENSSH}, but against $
Author: tuexen
Date: Sun May 19 17:53:36 2019
New Revision: 347976
URL: https://svnweb.freebsd.org/changeset/base/347976
Log:
Allow sending on demand SCTP HEARTBEATS only in the ESTABLISHED state.
This issue was found by running syzkaller.
MFC after:3 days
Modified:
head/sy
On Sun, May 19, 2019 at 11:52:28AM -0400, Yoshihiro Ota wrote:
> Hi,
>
> Does this change fix 'mount -u -rw /path' to remount read-only device with
> write mode?
> I moticed an issue a couple of days ago but didn't have time to conform nor
> report.
I do not understand your description. If you
Author: tuexen
Date: Sun May 19 17:28:00 2019
New Revision: 347975
URL: https://svnweb.freebsd.org/changeset/base/347975
Log:
Improve input validation for the IPPROTO_SCTP level socket options
SCTP_CONNECT_X and SCTP_CONNECT_X_DELAYED.
Some issues where found by running syzkaller.
MF
On Mon, 13 May 2019 17:48:16 + (UTC) Dmitry Chagin
wrote:
> Author: dchagin
> Date: Mon May 13 17:48:16 2019
> New Revision: 347533
> URL: https://svnweb.freebsd.org/changeset/base/347533
>
> Log:
> Our bsd_to_linux_sockaddr() and linux_to_bsd_sockaddr() functions
> alter the userspace so
Author: ian
Date: Sun May 19 16:56:59 2019
New Revision: 347974
URL: https://svnweb.freebsd.org/changeset/base/347974
Log:
Add common support functions for USB devices configured via FDT data.
FDT data is sometimes used to configure usb devices which are hardwired into
an embedded system.
Hi,
Does this change fix 'mount -u -rw /path' to remount read-only device with
write mode?
I moticed an issue a couple of days ago but didn't have time to conform nor
report.
Thanks,
Hiro
On Sun, 19 May 2019 09:18:10 + (UTC)
Konstantin Belousov wrote:
> Author: kib
> Date: Sun May 19 09:
Author: johalun
Date: Sun May 19 15:44:21 2019
New Revision: 347973
URL: https://svnweb.freebsd.org/changeset/base/347973
Log:
LinuxKPI: Finalize move of lindebugfs from ports to base.
The source file was moved to base earlier and also improved upon,
but never compiled in. This patch will
Author: stevek
Date: Sun May 19 15:07:14 2019
New Revision: 347972
URL: https://svnweb.freebsd.org/changeset/base/347972
Log:
Add missing setting of hv_base to the leaf that we used.
Correct setting hv_high to use regs[0], not leaf.
Modified:
head/sys/x86/x86/identcpu.c
Modified: head/sys/
Author: trasz
Date: Sun May 19 12:58:44 2019
New Revision: 347971
URL: https://svnweb.freebsd.org/changeset/base/347971
Log:
Implement PTRACE_O_TRACESYSGOOD. This makes Linux strace(1) work.
Reviewed by: dchagin
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Differential
Author: dchagin
Date: Sun May 19 09:23:20 2019
New Revision: 347969
URL: https://svnweb.freebsd.org/changeset/base/347969
Log:
Linux send() call returns EAGAIN instead of ENOTCONN in case when the
socket is non-blocking and connect() is not finished yet.
Initial patch developed by Steven
Author: kib
Date: Sun May 19 09:18:09 2019
New Revision: 347968
URL: https://svnweb.freebsd.org/changeset/base/347968
Log:
Fix rw->ro remount when there is a text vnode mapping.
Reported and tested by: hrs
Sponsored by: The FreeBSD Foundation
MFC after:16 days
Modified:
hea
сб, 18 мая 2019 г. в 11:44, Konstantin Belousov :
> On Sat, May 18, 2019 at 11:35:29AM +0300, Dmitry Chagin wrote:
> > чт, 16 мая 2019 г. в 16:29, Konstantin Belousov :
> >
> > > Author: kib
> > > Date: Thu May 16 13:28:48 2019
> > > New Revision: 347695
> > > URL: https://svnweb.freebsd.org/chang
27 matches
Mail list logo