Author: np
Date: Tue Nov 26 05:54:25 2019
New Revision: 355107
URL: https://svnweb.freebsd.org/changeset/base/355107
Log:
cxgbe(4): Allow the driver to specify multiple FECs that the firmware
should try in order to link up with the peer.
Various FEC variables within the driver can now hav
Author: asomers
Date: Tue Nov 26 05:06:25 2019
New Revision: 355106
URL: https://svnweb.freebsd.org/changeset/base/355106
Log:
ping, ping6: Use setitimer(2) instead of obsolete alarm(3)
Submitted by: Ján Sučan
Differential Revision:https://reviews.freebsd.org/D22103
Modified:
On Mon, 25 Nov 2019 at 17:21, Ryan Libby wrote:
>
> On Mon, Nov 25, 2019 at 1:21 PM Ed Maste wrote:
> >
> > Author: emaste
> > Date: Mon Nov 25 21:21:37 2019
> > New Revision: 355101
> > URL: https://svnweb.freebsd.org/changeset/base/355101
> >
> This seems to have broken the some builds. Need s
Author: emaste
Date: Tue Nov 26 02:26:34 2019
New Revision: 355104
URL: https://svnweb.freebsd.org/changeset/base/355104
Log:
cfi: #include for ULONG_MAX after r355101
Reported by: rlibby
MFC with: r355101
Modified:
head/sys/dev/cfi/cfi_dev.c
Modified: head/sys/dev/cfi/cfi_dev.c
> On Mon, Nov 25, 2019 at 10:57 AM Florian Smeets wrote:
>
> > On 26.08.19 06:28, Jan Sucan wrote:
> > > Hello,
> > >
> > > I can implement it. I suppose that ping6's manual page should be kept it
> > > this case.
> > >
> > > I was also thinking about printing a warning for each option renamed to
> Author: scottl
> Date: Fri Nov 22 20:23:22 2019
> New Revision: 355021
> URL: https://svnweb.freebsd.org/changeset/base/355021
>
> Log:
> Mark hpt27xx for removal in 13.0; all CAM drivers will be Giant-free by
> then.
>
> Relnotes: yes
Driver comes in at FreeBSD 10.x and goes out at 1
Author: rlibby
Date: Mon Nov 25 22:25:34 2019
New Revision: 355103
URL: https://svnweb.freebsd.org/changeset/base/355103
Log:
in_mcast.c: need if_addr_lock around inm_release_deferred
Apply a similar fix as for in6_mcast.c.
Reviewed by: hselasky
Sponsored by: Dell EMC Isilon
Diffe
Author: rlibby
Date: Mon Nov 25 22:25:10 2019
New Revision: 355102
URL: https://svnweb.freebsd.org/changeset/base/355102
Log:
in6_joingroup_locked: need if_addr_lock around in6m_disconnect_locked
It looks like the call that requires the lock was introduced in r337866.
Reviewed by: hse
On Mon, Nov 25, 2019 at 1:21 PM Ed Maste wrote:
>
> Author: emaste
> Date: Mon Nov 25 21:21:37 2019
> New Revision: 355101
> URL: https://svnweb.freebsd.org/changeset/base/355101
>
> Log:
> cfi: check for inter overflow in cfi_devioctl
>
> Reported by:Pietro Oliva
> Reviewed by: markj
>
On Mon, 2019-11-25 at 12:25 -0800, Cy Schubert wrote:
> In message <201911251959.xapjxsja088...@repo.freebsd.org>, Ian
> Lepore
> writes:
> > Author: ian
> > Date: Mon Nov 25 19:59:53 2019
> > New Revision: 355100
> > URL: https://svnweb.freebsd.org/changeset/base/355100
> >
> > Log:
> > Allow
Author: emaste
Date: Mon Nov 25 21:21:37 2019
New Revision: 355101
URL: https://svnweb.freebsd.org/changeset/base/355101
Log:
cfi: check for inter overflow in cfi_devioctl
Reported by:Pietro Oliva
Reviewed by: markj
MFC after:3 days
Security: Possible OOB read in root-onl
In message <201911251959.xapjxsja088...@repo.freebsd.org>, Ian Lepore
writes:
> Author: ian
> Date: Mon Nov 25 19:59:53 2019
> New Revision: 355100
> URL: https://svnweb.freebsd.org/changeset/base/355100
>
> Log:
> Allow opt-out of automatic ntpd leapfile checking/fetching.
>
> When a syste
Author: ian
Date: Mon Nov 25 19:59:53 2019
New Revision: 355100
URL: https://svnweb.freebsd.org/changeset/base/355100
Log:
Allow opt-out of automatic ntpd leapfile checking/fetching.
When a system has no internet connection, or when it is configured to obtain
ntpd leapfiles from some sour
Author: chs
Date: Mon Nov 25 19:31:38 2019
New Revision: 355098
URL: https://svnweb.freebsd.org/changeset/base/355098
Log:
In ffs_freefile(), use a separate variable to hold the inode number within
the cg rather than reusuing "ino" for this purpose. This reduces the diff
for an upcoming cha
On Mon, May 28, 2018 at 3:12 AM Hans Petter Selasky
wrote:
>
> Author: hselasky
> Date: Mon May 28 08:12:18 2018
> New Revision: 334277
> URL: https://svnweb.freebsd.org/changeset/base/334277
>
> Log:
> MFV r333789: libpcap 1.9.0 (pre-release)
>
> MFC after:1 month
> Sponsored by: Mellan
On Mon, Jul 15, 2019 at 4:48 PM John Baldwin wrote:
>
> Author: jhb
> Date: Mon Jul 15 21:48:02 2019
> New Revision: 350017
> URL: https://svnweb.freebsd.org/changeset/base/350017
>
> Log:
> Add ptrace op PT_GET_SC_RET.
>
> This ptrace operation returns a structure containing the error and
>
Author: oshogbo
Date: Mon Nov 25 18:33:21 2019
New Revision: 355097
URL: https://svnweb.freebsd.org/changeset/base/355097
Log:
procdesc: allow to collect status through wait(1) if process is traced
The debugger like truss(1) depends on the wait(2) syscall. This syscall
waits for ALL child
Author: emaste
Date: Mon Nov 25 18:27:02 2019
New Revision: 355096
URL: https://svnweb.freebsd.org/changeset/base/355096
Log:
update comment (about llvm target config) to match r355095
Modified:
head/share/mk/src.opts.mk
Modified: head/share/mk/src.opts.mk
===
Author: emaste
Date: Mon Nov 25 18:18:28 2019
New Revision: 355095
URL: https://svnweb.freebsd.org/changeset/base/355095
Log:
remove armv6 LLVM workaround introduced in r341812
r341812 enabled only arm target support in LLVM on arm and armv6,
because ld.bfd 2.17.50 lacked support for rang
On Mon, Nov 25, 2019 at 10:57 AM Florian Smeets wrote:
> On 26.08.19 06:28, Jan Sucan wrote:
> > Hello,
> >
> > I can implement it. I suppose that ping6's manual page should be kept it
> > this case.
> >
> > I was also thinking about printing a warning for each option renamed to
> > lead a willin
On 26.08.19 06:28, Jan Sucan wrote:
Hello,
I can implement it. I suppose that ping6's manual page should be kept it
this case.
I was also thinking about printing a warning for each option renamed to
lead a willing user to use the new unified option set of ping. It could
be either only with
Author: luporl
Date: Mon Nov 25 16:30:38 2019
New Revision: 355093
URL: https://svnweb.freebsd.org/changeset/base/355093
Log:
[PPC64] Enable phyp vty use as a GDB DBGPORT
This change makes it possible to use a POWER Hypervisor virtual
terminal device (phyp vty) as a GDB debug port.
S
Author: kib
Date: Mon Nov 25 14:16:41 2019
New Revision: 355088
URL: https://svnweb.freebsd.org/changeset/base/355088
Log:
Limit bus_dma_dmar_set_buswide() definition to kernel only.
The header is abused for inclusion into userspace, and on stable
branches neither device_t nor bool types
23 matches
Mail list logo