Author: tsoome
Date: Mon Nov 4 12:20:19 2019
New Revision: 354332
URL: https://svnweb.freebsd.org/changeset/base/354332
Log:
loader: show APFS partition type name
Add small visual aid in lsdev output.
Modified:
head/stand/common/part.c
head/stand/common/part.h
Modified: head/stand/co
Author: avg
Date: Mon Nov 4 13:30:37 2019
New Revision: 354333
URL: https://svnweb.freebsd.org/changeset/base/354333
Log:
zfs: enable SPA_PROCESS on the kernel side
The purpose of this change is to group kernelthreads specific to a
particular ZFS pool under a kernel process. There can b
Author: cy
Date: Mon Nov 4 13:46:21 2019
New Revision: 354334
URL: https://svnweb.freebsd.org/changeset/base/354334
Log:
Document contrib updates:
r354269:
sqlite3 is updated to sqlite3-3.30.1.
r351397:
WPA is updated from 2.8 to 2.9.
Modified:
head/RELNOTES
Modified: head/REL
Author: hselasky
Date: Mon Nov 4 14:19:09 2019
New Revision: 354335
URL: https://svnweb.freebsd.org/changeset/base/354335
Log:
Enable device class group attributes in the LinuxKPI.
Bump the __FreeBSD_version to force recompilation of
external kernel modules due to structure change.
Author: glebius
Date: Mon Nov 4 17:35:37 2019
New Revision: 354336
URL: https://svnweb.freebsd.org/changeset/base/354336
Log:
In nd6_timer() enter the network epoch earlier. The defrouter_del() may
call into leaf functions that require epoch. Since the function is already
run in non-sleep
Author: gallatin
Date: Mon Nov 4 19:30:19 2019
New Revision: 354338
URL: https://svnweb.freebsd.org/changeset/base/354338
Log:
Add tunable to allow interrupts on hyperthreaded cores
Enabling interrupts on htt cores has benefits to workloads which are primarily
interrupt driven by increas
Author: dim
Date: Mon Nov 4 19:38:07 2019
New Revision: 354339
URL: https://svnweb.freebsd.org/changeset/base/354339
Log:
Merge commit 97e362607 from llvm git (by Nemanja Ivanovic):
[PowerPC] Do not emit HW loop if the body contains calls to
lrint/lround
These two intrinsics a
Author: brooks
Date: Mon Nov 4 21:06:06 2019
New Revision: 354340
URL: https://svnweb.freebsd.org/changeset/base/354340
Log:
Remove an outdated assertion.
The exclusive lock assertion became incorrect due to changes in lock
scope in r354155.
Discussed with: jeffr
Sponsored b
Author: emaste
Date: Mon Nov 4 21:23:30 2019
New Revision: 354341
URL: https://svnweb.freebsd.org/changeset/base/354341
Log:
arm64 linuxulator: default to RW stack (no X)
This matches Linux's default arm64 data / stack permissions.
MFC after:1 week
Sponsored by: The FreeBSD Foun
Author: emaste
Date: Mon Nov 4 22:52:02 2019
New Revision: 354342
URL: https://svnweb.freebsd.org/changeset/base/354342
Log:
libpmc: jevents: handle empty descriptoin
PR: 241258
Reported by: sigsys @ gmail.com
Obtained from:github.com/andikleen/pmu-tools commit bb3c7
Author: erj
Date: Mon Nov 4 22:57:36 2019
New Revision: 354343
URL: https://svnweb.freebsd.org/changeset/base/354343
Log:
net: prefer ETHER_ADDR_LEN over ETH_ADDR_LEN
A couple of drivers and one place in if.c use ETH_ADDR_LEN, even though
net/ethernet.h provides an equivalent ETHER_ADDR_
Author: erj
Date: Mon Nov 4 23:06:57 2019
New Revision: 354344
URL: https://svnweb.freebsd.org/changeset/base/354344
Log:
iflib: properly release memory allocated for DMA
DMA memory allocations using the bus_dma.h interface are not properly
released in all cases for both Tx and Rx. This
Author: erj
Date: Tue Nov 5 00:12:21 2019
New Revision: 354345
URL: https://svnweb.freebsd.org/changeset/base/354345
Log:
net: add ETHER_IS_ZERO macro similar to ETHER_IS_BROADCAST
Some places in network code may need to verify that an ethernet address
is not the 'zero' address. Provide
Author: kevans
Date: Tue Nov 5 02:30:41 2019
New Revision: 354346
URL: https://svnweb.freebsd.org/changeset/base/354346
Log:
Remove picobsd build scripts and the remaining tinyware
Postings were sent to -arch@ on 2019/09/13 and 2019/10/01, proposing and
confirming a removal of these scri
Author: cem
Date: Tue Nov 5 03:20:40 2019
New Revision: 354347
URL: https://svnweb.freebsd.org/changeset/base/354347
Log:
Fix llvm-libunwind userspace build on ARM
GCC's libgcc exports a few ARM-specific symbols for ARM EABI, AEABI, or
EHABI or whatever it's called. Export the same ones
Author: cem
Date: Tue Nov 5 03:22:15 2019
New Revision: 354348
URL: https://svnweb.freebsd.org/changeset/base/354348
Log:
armv6, armv7: Switch to llvm-libunwind by default
This could just be ${__TT} == "arm", except armv5 isn't slated for death
until EOY.
arm tinderbox builds. Let'
Author: avg
Date: Tue Nov 5 06:34:20 2019
New Revision: 354349
URL: https://svnweb.freebsd.org/changeset/base/354349
Log:
if_ixv: disable RSS configuration on 82599 and X540 VFs
It is reported that those VFs share their RSS configuration with PF and,
thus, they cannot be configured indep
17 matches
Mail list logo