Port details |
- sysctlbyname-improved-kmod Internal sysctl object to implement an improved sysctlbyname(3)
- 20221211 sysutils =3 20221211Version of this port present on the latest quarterly branch.
- Maintainer: alfix86@gmail.com
- Port Added: 2019-12-14 11:06:49
- Last Update: 2023-07-12 18:56:04
- Commit Hash: 7d1faa7
- People watching this port, also watch:: woff2, libXdamage, sway, xcb-util-image, libevent
- Also Listed In: kld
- License: BSD2CLAUSE
- WWW:
- https://gitlab.com/alfix/sysctlbyname-improved/
- Description:
- Kernel module to add the sysctl.objidextended_byname sysctl object
to implement an improved sysctlbyname(3) clone to handle:
* a name without a level, e.g., "security.jail.param.allow.mount."
* a CTLTYPE_NODE with a defined handler, e.g., "kern.proc.pid.<pid>"
The sysctlbyname_improved() function and an example are provided, too.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sysctlbyname-improved-kmod>0:sysutils/sysctlbyname-improved-kmod
- To install the port:
- cd /usr/ports/sysutils/sysctlbyname-improved-kmod/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/sysctlbyname-improved-kmod
- pkg install sysctlbyname-improved-kmod
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sysctlbyname-improved-kmod
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1670775203
SHA256 (alfix-sysctlbyname-improved-22bdff50867ff927edd098091608e871503291b6_GL0.tar.gz) = 21fb84aaa8737d0712f1b21cd0ee0680da4741fff32eed7c99a49958c29df192
SIZE (alfix-sysctlbyname-improved-22bdff50867ff927edd098091608e871503291b6_GL0.tar.gz) = 9089
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- devel/libsysctlmibinfo2
Configuration Options:
- ===> The following configuration options are available for sysctlbyname-improved-kmod-20221211:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- sysutils_sysctlbyname-improved-kmod
- USES:
- kmod
- pkg-message:
- For install:
- To use the sysctl.entryidinputbyname sysctl node and the sysctlbyname_improved
function, make sure that you have loaded the sysctlbyname_improved kernel
module, by doing
# kldload sysctlbyname_improved
or adding
sysctlbyname_improved_load="YES"
to your /boot/loader.conf.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20221211 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
20221211 12 Dec 2022 21:41:08 |
Fernando Apesteguía (fernape) Author: Alfonso S. Siciliano |
sysutils/sysctlinfo-kmod: Update to 20221211 and restore clients
PR: 268314
Reported by: asiciliano@FreeBSD.org (maintainer) |
20210223 30 Sep 2022 10:10:55 |
Fernando Apesteguía (fernape) |
sysutils/sysctlinfo-kmod: ignore after 1400071
Also modify clients.
PR: 266690
Reported by: asiciliano@FreeBSD.org |
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) |
20210223 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 ) |
20210223 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 |
20210223 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
20210223 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20210223 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20210223 25 Feb 2021 11:14:39 |
fernape |
sysutils/sysctlbyname-improved-kmod: Update to 20210223
ChangeLog:
* delete patch (fixed in mainstream)
PR: 253780
Submitted by: alfix86@gmail.com (maintainer) |
20191124_1 31 Oct 2020 16:34:28 |
pi |
sysutils/sysctlbyname-improved-kmod: fix after r366465
- the new sysctl object {0.7} "sysctl.nextnoskip" overlaps this interface
- add files/patch-sysctlinfo.h to change sysctl OIDs of sysctlinfo
and the OID of this kmod
PR: 250149
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) |
20191124 14 Dec 2019 11:06:43 |
tcberner |
[NEW PORT] sysutils/sysctlbyname-improved-kmod: sysctl node to implement an
improved sysctlbyname(3) clone
Kernel module to add the sysctl.entryidinputbyname sysctl node
to allow to implement an improved sysctlbyname(3) clone to handle:
* a node without a level name, e.g., "security.jail.param.allow.mount."
* a CTLTYPE_NODE with a no-NULL handler, e.g., "kern.proc.pid.<pid>"
The sysctlbyname_improved() function and an example are provided, too.
WWW: https://gitlab.com/alfix/sysctlbyname-improved/
PR: 242068
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> |