gif: use hashalloc(9)
Functional change is that on destruction INVARIANTS checks will run. Also
the mask is no longer hardcoded, so makes it easier to make hash size a
tunable.
Reviewed by: ae
Differential Revision: https://reviews.freebsd.org/D56176
netinet: use hashalloc(9) for IP address hash
While here, slightly restyle ip_vnet_init() and use sparse initializer for
pfil_head_args. There is no functional change wrt to pfil(9) hook
registration.
Differential Revision: https://reviews.freebsd.org/D56175
inpcb: use hashalloc(9)
While here remove ipi_lbgrouphashmask, as it is always has the same value
as ipi_porthashmask.
Differential Revision: https://reviews.freebsd.org/D56174
hash(9): introduce hashalloc()/hashfree() KPI
This is a more extendable version than traditional hashinit(9). It allows
different kinds of slot headers with optional locks.
Implement traditional hashinit()/hashdestroy() on top of it.
Reviewed by: pouria, gallatin
Differential Revision: https://reviews.freebsd.org/D55904
devel/git-flow-next: Update to 1.1.0
- Added:
- Push-option support for publish command (--push-option / -o)
- Support for configurable hooks directory via gitflow.path.hooks
and core.hooksPath
- Fixed
- Validate remote exists before any state-changing delete operations
- Validate remote before remote operations (publish, track, finish
sync)
- Check if remote exists before attempting to delete remote branch
- Skip fetch when no remote is configured
- Use empty commit instead of README.md when initializing empty
repositories
- Default to empty version tag prefix during init
- Thread config correctly into tag creation step during finish
PR: 294446
games/prismlauncher: Update to 11.0.1
Changelogs:
* https://prismlauncher.org/news/release-11
* https://prismlauncher.org/news/release-11.0.1
Port changes:
* Track changes to USES Java, prioritizing default Java and
setting LWJGL version strictly to the latest game release only.
* Add new build dependency graphics/vulkan-headers.
PR: 293576
Reported by: Alexander Vereeken <Alexander88207 at protonmail.com> (maintainer)
Approved by: vvd (co-mentor)
daemon(8): Add "--output-file -o" to list of options enabling supervision mode
This is the small internal doc fix from https://reviews.freebsd.org/D46313
Reviewed by: michaelo
Approved by: (blanket; comment fix)
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D55325