Add a u-boot port for QEMU's 64-bit RISC-V config. A simple u-boot
payload is provided that can be specified on the command line. It runs
in supervisor mode, and should be paired with OpenSBI.
Reviewed by: manu
Approved by: u-boot (manu)
Differential Revision: https://reviews.freebsd.org/D25737
I added this in 2013 because it was needed in order to have MSG_NOSIGNAL
defined; having that improved performance by avoiding the need go mask
and unmask SIGPIPE repeately.
From src r248932 onwards (aka. 10.0-RELEASE and later) __BSD_VISIBLE is
no longer needed for this; since FreeBSD 9.x and earlier are no longer
supported, there is no point keeping the workaround.
Gem that allows you to encrypt a Chef Data Bag Item using the public keys of a
list of chef nodes. This allows only those chef nodes to decrypt the encrypted
values.
WWW: https://github.com/chef/chef-vault
Chef Utils gem contains common code and mixins for the core Chef Infra Ruby
gems. This is intended to be a "core" or "foundations" library for the chef
ecosystem (and external related gems) which allows the use of core code and
utility functions of the chef gem without requiring all the heaviness of the
chef gem.
WWW: https://github.com/chef/chef/tree/master/chef-utils
Quickjail is a utility to create transient single-command jails.
This utility operates much like jail(8) -c, but the jails it creates are not
persistent, unlike with jail(8). This makes quickjail more convenient for
cases where the command may need termination, which may prevent jail(8) from
cleaning up the jail.
WWW: https://git.kevans.dev/kevans/quickjail
Reviewed by: koobs (earlier version)
Differential Revision: https://reviews.freebsd.org/D24792
Tuesday, 28 July 2020. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.19.4. Plasma 5.19 was released in June 2020 with many feature
refinements and new modules to complete the desktop experience.
This release adds three week's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:
* Plasma Networkmanager: Make hotspot configuration dialog bigger.
* Only open KCM in systemsettings if it can be displayed. Fixes bug #423612
* Plasma Vault: Reset password field when the user clicks Ok. Fixes bug #424063
Full changelog:
https://kde.org/announcements/plasma-5.19.3-5.19.4-changelog
- Correctly register dependency on `devel/argtable' as LIB_DEPENDS
- While here: adjust LICENSE, switch to USES+=localbase, install the
standard set of documentation files
PR: 248168
Most important changes:
* USB transport backend is stable now and included in to port. It is disabled
by default as it has greater priority than OS drivers.
* hcons - Consumer page AKA Multimedia keys and hsctrl - System control page
AKA Power keys drivers are added. They should replace sysutils/uhidd port
that became unusable since recent X11 switchover to evdev.
* hidraw - Exports raw HID data in uhid(4) and Linux hidraw-compatible way.
Take maintainership, as suggested by imp@
PR: 247787
Submitted by: Miguel Gocobachi <miguel@gocobachi.dev>
Reviewed by: koobs (ports)
Approved by: koobs (ports), imp (maintainer)
Differential Revision: https://reviews.freebsd.org/D25538