History log of /freebsd/libexec/flua/libfreebsd/kenv/Makefile (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0
# 696922fb 12-Sep-2024 Baptiste Daroussin <bapt@FreeBSD.org>

flua: add freebsd.kenv, kenv(2) bindings

Add bindings for kenv(2) right now only get() has been created
it allows do dump into a key/value table the kernel environement if
no argument is passed, or

flua: add freebsd.kenv, kenv(2) bindings

Add bindings for kenv(2) right now only get() has been created
it allows do dump into a key/value table the kernel environement if
no argument is passed, or it returns the value associated to the
provided key.

Reviewed by: imp, kevans, markj
Accepted by: imp, kevans
Differential Revision: https://reviews.freebsd.org/D46654

show more ...