Doesn't build with ports-gcc or ports-clang. devel/llvm isn't needed at
all. Explicitely use llvm-config from base.
While here do a bit of reordering and move to PERMIT_PACKAGE.
"sounds good to me" rpointel@ (maintainer)
Compared to our previous 20181218 firmware this updates
polaris12 (rx550, wx2100 etc) and adds picasso, raven2 and vega20.
Needed for a planned backport of picasso support.
I tried the latest 20190618 release on vega10 (Vega 56) but that
currently hangs on boot with our linux 4.19 based amdgpu:
amdgpu_device_resize_fb_bar: stub
amdgpu: [powerplay] Failed message: 0x4, input parameter: 0x10, error code: 0xffffffff
WARNING ring->wptr % 2 || count % 2 failed at /usr/src/sys/dev/pci/drm/amd/amdgpu/uvd_v7_0.c:1387
ok patrick@ sthen@
Slant is an open source, minimal remote system monitor. It models host
fitness via a set of numeric quantifiers, for instance, CPU usage quantified
as a percent average over all CPUs, memory usage over available memory,
number of processes over maximum configured, etc. For past behaviour, slant
maintains a set of time-interval-bound circular queues (hourly, daily, etc.)
with current data aggregated into each time series. An important design
decision of slant is that each monitoring host retains its own [bounded]
history.
From Kristaps Dzonsons.
ok jturner@
cpu0: Intel(R) Xeon(R) CPU E5-1660 v4 @ 3.20GHz, 3193.06 MHz, 06-4f-01
Intel places the microcode in the intel-ucode-with-caveats directory
on github. We have checked their recommended Linux patches. After
adjusting minor issues in our ucode loading, we came to the conclusion
to include 06-4f-01 in the intel cpu firmware updates.
OK jsg@
tj's -otr split requires version 1.2.1, but the committed @conflict marker
included this version due to an extra "=" that was not part of the OK'ed
diff.
"please go ahead" tj
- %h -> FQDN is a bit harsh. Let it be short_hostname
- add %$ to mean dpb own pid
- refactor expand_*_path to be one routine
- tweak the control socket prompt to be 'dpb@host[pid]$ '
A docutils-compatibility bridge to CommonMark. This allows you to write
CommonMark inside of Docutils & Sphinx projects.
Needed to build the documentation of llvm-8.0.0
Help from danj@ and kmos@, ok kmos@
- try to create it as %L/dpb-$$ by default.
If we can't, no biggie. If the user explicitly asked for a control socket,
we DO abort otherwise.
- if CONTROL is explicitly empty, do not load the extra code.
- try to remove the socket at exit
- add a new wipehost command, that will try to kill any job on that host
(if some remain), then zap all locks and affinity info related to that host
"it's dead jim"