Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.0.a5 31 Oct 2023 18:00:44
    |
Dave Cottlehuber (dch)  |
sysutils/kvmclock: skip 15.x support
Reported by: pkg-fallout |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.0.0.a5 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.0.0.a5 18 May 2022 19:39:10
    |
Dave Cottlehuber (dch)  |
sysutils/kvmclock-kmod: update to 0.0.0-a5, drop 14.x
Reported by: jhb
Differential Revision: https://reviews.freebsd.org/D35239 |
0.0.0.a4 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
0.0.0.a4 24 Jul 2021 01:10:04
    |
Joseph Mingrone (jrm)  Author: Allan Jude |
sysutils/kvmclock: update to 0.0.0-a4
https://github.com/KlaraSystems/kvmclock/releases/tag/0.0.0-a4
Approved by: dch (maintainer, vacation message)
Differential Revision: https://reviews.freebsd.org/D31291 |
0.0.0.a2 20 Jun 2021 11:03:30
    |
Dave Cottlehuber (dch)  |
sysutils/kvmclock-kmod: drop 11.x support |
0.0.0.a2 30 May 2021 13:35:19
    |
Dave Cottlehuber (dch)  |
sysutils/kvmclock-kmod: new port - call for testing
Improved performance on KVM paravirtualised systems. Testing
welcomed; please report successes and issues to:
https://reviews.freebsd.org/D29733
kvmclock-kmod is experimental and currently under development. This port
provides an easy and quick method for users to test this code for early
testing, feedback and bug reports.
This driver enables FreeBSD to use a more efficient paravirtualized
hardware clock, instead of emulating one, or abusing hypervisor
interrupts, when running as a virtualized OS under Linux KVM
(Kernel-based Virtual Machine).
Reviewed by: allanjude
Sponsored by: Klara Inc.
Sponsored by: SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D30459
PR: 216759 |