aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sysctlinfo-kmod
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-5/+0
| | | | | | | | | | | | | | | | | 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
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-091-3/+3
| | | | | | | | | | | | 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
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/sysctlinfo-kmod: Update tp 20210222Fernando ApesteguĂ­a2021-02-253-61/+7
| | | | | | | | | | | | ChangeLog: * delete patch (fixed in mainstream) PR: 253779 Submitted by: alfix86@gmail.com (maintainer) Notes: svn path=/head/; revision=566526
* sysutils/sysctlinfo-kmod: fix after r366465Kurt Jaeger2020-10-312-0/+50
| | | | | | | | | | | - the new sysctl object {0.7} "sysctl.nextnoskip" overlaps this interface - add files/patch-sysctlinfo.h to change sysctl OIDs of this interface PR: 250148 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=553780
* sysutils/sysctlinfo-kmod: update to 20191005Torsten Zuehlsdorff2019-10-082-6/+6
| | | | | | | | | | | | | | | Changelog: * delete CTL_SYSCTLMIB, CTL_SYSCTL added in sysctl.h * improve SYSCTL_OUT error checks * update lock * code update like review D21700 PR: 241084 Submitted by: Alfonso S. Siciliano (maintainer) Notes: svn path=/head/; revision=514063
* sysutils/sysctlinfo-kmod: Refine IGNORE descriptionKai Knoblich2019-09-241-1/+1
| | | | | | | | Bring the info in sync with r512729 and r512731 which have already a better variant of the IGNORE description. Notes: svn path=/head/; revision=512734
* [NEW PORT]: sysutils/sysctlinfo-kmodKai Knoblich2019-09-244-0/+80
Kernel module to implement the sysctlinfo interface, it explores the sysctl tree to pass the info of the nodes to the userland; a header file with constants and helper macros is provided, too. WWW: https://gitlab.com/alfix/sysctlinfo PR: 240390 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> Notes: svn path=/head/; revision=512707