aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nsysctl
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/nsysctl: Update to 1.2.1Torsten Zuehlsdorff2019-10-082-6/+6
| | | | | | | | | | | | | Changelog: * Update because the CTL_STSCTL constant was introduced in sys/sysctl.h * fix SYNOPSIS and usage() like style(9) PR: 241085 Submitted by: Alfonso S. Siciliano (maintainer) Notes: svn path=/head/; revision=514064
* sysutils/nsysctl: Update to 1.2Kai Knoblich2019-09-242-6/+17
| | | | | | | | | | | | | | | | | | * The sysctlinfo interface (sysutils/sysctlinfo-kmod) is now required as build/run dependency which relies on the "oid_label" constant that was introduced in FreeBSD 1200019. Thus set the port to IGNORE if the above doesn't apply while I'm here. [1] Changelog: * Add sysctlinfo kmod support [1] PR: 240575 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=512731
* sysutils/nsysctl: update to 1.1Steve Wills2019-07-013-12/+21
| | | | | | | | PR: 238922 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=505623
* sysutils/nsysctl: Update to 1.0Steve Wills2019-06-082-5/+5
| | | | | | | | PR: 238270 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=503693
* sysutils/nsysctl: Update to 0.9.1Steve Wills2019-05-222-7/+7
| | | | | | | | PR: 238026 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=502294
* sysutils/nsysctl: Update to 0.9Steve Wills2019-04-303-22/+12
| | | | | | | | PR: 237644 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=500472
* sysutils/nsysctl: Update to 0.2Steve Wills2019-04-183-10/+10
| | | | | | | | PR: 237317 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=499258
* Maintainer Update nsysctl 0.1 -> 0.1.1:Mark Linimon2019-04-073-25/+8
| | | | | | | | | | | | | Fix "pkg-fallout": includes in opaque.c for no i386/amd64 delete sysctlmibinfo.h/c: add devel/libsysctlmibinfo to LIB_DEPENDS Note: this obsoletes files/patch-opaque.c. PR: 236802 Submitted by: maintainer Notes: svn path=/head/; revision=498293
* Wrap the following two includes around "#if defined(__amd64__) ||Mark Linimon2019-03-261-0/+20
| | | | | | | | | | | | | | defined(__i386__)" to allow building on powerpc64 (and probably others): #include <machine/pc/bios.h> #include <x86/metadata.h> This should be pushed to the upstream. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=496894
* New port: sysutils/nsysctl: New sysctl utility with libxo and extra optionsMateusz Piotrowski2019-03-153-0/+50
nsysctl (new sysctl) is a sysctl(8) utility clone to get or set kernel state with libxo, sysctlmibinfo and extra options; improvements: * sysctlmibinfo(3) provides a simple API to the sysctl MIB, * all code about "opaque values" is in opaque.c, * output via libxo(3) in human and machine readable formats, * output is explicitly indicated by the options, * new option -D show all properties, * update option -e specific sep as a separator, * new option -F show flags, * new option -I show internal nodes, * new option -l show label, * new option -r show tag-root with libxo, * new option -m show format string, * delete option -n simply do not use -N, * updated option -N force to show name, * new option -p show [property-name]: property-value, * new option -S show magic nodes with -a, * new option -V if "showable" display value, otherwise hide the state, * new option -v force to show value, * new option -y show id. WWW: https://gitlab.com/alfix/nsysctl/ PR: 235870 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D19469 Notes: svn path=/head/; revision=495780