Author: br
Date: Wed Sep 12 08:05:33 2018
New Revision: 338608
URL: https://svnweb.freebsd.org/changeset/base/338608
Log:
Don't mark module data as static on RISC-V.
Similar to arm64, riscv compiler uses PC-relative loads/stores,
and with static data compiler does not emit relocations.
Author: br
Date: Wed Sep 12 08:12:34 2018
New Revision: 338609
URL: https://svnweb.freebsd.org/changeset/base/338609
Log:
Use elf_relocaddr() to find the address for R_RISCV_RELATIVE
relocation.
elf_relocaddr() has a hook to handle VIMAGE data addresses.
This fixes VIMAGE support for
Author: br
Date: Wed Sep 12 08:13:54 2018
New Revision: 338610
URL: https://svnweb.freebsd.org/changeset/base/338610
Log:
Enable VIMAGE support for RISC-V.
Approved by: re (gjb)
Sponsored by: DARPA, AFRL
Modified:
head/sys/riscv/conf/GENERIC
Modified: head/sys/riscv/conf/GENERIC
Author: hselasky
Date: Wed Sep 12 10:09:59 2018
New Revision: 338613
URL: https://svnweb.freebsd.org/changeset/base/338613
Log:
Fix for backends which doesn't support capsicum.
Not all libpcap backends use the BPF compatible set
of IOCTLs. For example the mlx5 backend uses libibverbs
wh
Author: tuexen
Date: Wed Sep 12 10:27:58 2018
New Revision: 338614
URL: https://svnweb.freebsd.org/changeset/base/338614
Log:
Fix TCP Fast Open for the TCP RACK stack.
* Fix a bug where the SYN handling during established state was
applied to a front state.
* Move a check for retransm
Author: hselasky
Date: Wed Sep 12 15:06:30 2018
New Revision: 338616
URL: https://svnweb.freebsd.org/changeset/base/338616
Log:
Fix issues about cancelling USB transfers in LibUSB when the USB device has
been detached. When a USB device has been detached the kernel file handle
stops respondi
Author: emaste
Date: Wed Sep 12 19:41:16 2018
New Revision: 338620
URL: https://svnweb.freebsd.org/changeset/base/338620
Log:
Fix unlink(1) for files starting with -
Restore the original behavior of unlink(1), passing the provided filename
directly to unlink(2), handling the first argumen
Author: brd
Date: Thu Sep 13 04:08:48 2018
New Revision: 338621
URL: https://svnweb.freebsd.org/changeset/base/338621
Log:
Move all pam related config to lib/libpam/
Approved by: re (rgrimes), will (mentor), des
Differential Revision:https://reviews.freebsd.org/D17122
Added:
h
On Wed, Sep 12, 2018, at 10:08 PM, Brad Davis wrote:
> Author: brd
> Date: Thu Sep 13 04:08:48 2018
> New Revision: 338621
> URL: https://svnweb.freebsd.org/changeset/base/338621
>
> Log:
> Move all pam related config to lib/libpam/
>
> Approved by:re (rgrimes), will (mentor), des
>