aboutsummaryrefslogtreecommitdiffstats
path: root/net/cflowd
diff options
context:
space:
mode:
Diffstat (limited to 'net/cflowd')
0 files changed, 0 insertions, 0 deletions
> | | - fix typo in cpupdate_ibrs_enable previously named cpupdate_irbs_enable; - catch up with upstream README.md update that does not state anymore that it is work in progress but mention it is for Intel only still; - catch up with platomav/CPUMicrocodes MCE DB r65 update for completeness despite it has only AMD updates comparing previous r64; - update pkg-message with note that suspend/resume sequence clears microcode update; - add new keyword "resume" to startup script to ease its invocation on resume by means of rcorder(8). PR: 227866 Reported by: Michael Danilov <mike.d.ft402@gmail.com> * Unbreak sysutils/cpupdate after r466680 that mistakenly committed Makefile ↵eugen2018-04-071-0/+10 | | | | | | changes only. Reported by: StariKarp <starikarp@yandex.com> * sysutils/cpupdate: new convenience target "install-microcodes"eugen2018-03-231-1/+4 | | | | | | | | | | | | Some users may prefer copying the whole bunch of CPU microcodes to their system instead of just needed one. Add new Makefile target "install-microcodes" to ease such copying and mention it in the pkg-message. This is still for convenience only and those blobs do not get into the pkg-plist and the package and need to be manually removed if not needed anymore. PR: 226620 * sysutils/cpupdate: update to g20180323eugen2018-03-232-46/+1 | | | | | | | | | | | In new version: - fix comment in the startup script on "cpupdate_flags" defaults for rc.conf; - catch up with recent changes of platomav/CPUMicrocodes: updated to MCE DB r62. - removed patch that was integrated (auto load cpuctl.ko, compiler warning); - fixed crash when no supported CPU found (*); Reported by: Eitan Adler (*) * sysutils/cpupdate: update to g20180320eugen2018-03-202-0/+74 | | | | | | | | | | | | | | Additional port changes: - move binary from /bin/ to /sbin/ as this is sysadmin's utility; - supply startup script for boot time updates started as early as possible, before configuration of network interfaces; - make code respect PREFIX; - patch source to kldload("cpuctl") automatically, if needed; - fix some compiler warning; - update pkg-descr to mention that CPU microcode updates bringing new features like IBRS require recent FreeBSD version for sake of CPUCTL_EVAL_CPU_FEATURES support. * sysutils/cpupdate: gammar/empty space correction.eugen2018-03-181-1/+1 | * sysutils/cpupdate: - correct ONLY_FOR_ARCHS_REASON message;eugen2018-03-181-6/+7 | | | | | | | | | | | | - be more specific in the COMMENT and pkg-descr: mention x86-centricity; - in addition to CPM option, add INTEL convinience option to ease downloading and extraction of recently updated Intel's pack of microcode updates https://downloadmirror.intel.com/27591/eng/:intel/microcode-20180312.tgz allowed for end users but not for redistribution, so it does not get installed nor added to pkg-plist. Still no real changes of the package, so no PORTREVISION bump yet.