Searched hist:"696922 fbfa3e1c400701a3a39dcadf7dee12b06c" (Results 1 – 5 of 5) sorted by relevance
/freebsd/libexec/flua/libfreebsd/kenv/ |
H A D | freebsd.kenv.3lua | 696922fbfa3e1c400701a3a39dcadf7dee12b06c Thu Sep 12 14:42:01 CEST 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 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
|
H A D | Makefile | 696922fbfa3e1c400701a3a39dcadf7dee12b06c Thu Sep 12 14:42:01 CEST 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 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
|
H A D | kenv.c | 696922fbfa3e1c400701a3a39dcadf7dee12b06c Thu Sep 12 14:42:01 CEST 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 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
|
/freebsd/libexec/flua/libfreebsd/ |
H A D | Makefile | diff 696922fbfa3e1c400701a3a39dcadf7dee12b06c Thu Sep 12 14:42:01 CEST 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 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
|
H A D | Makefile.inc | diff 696922fbfa3e1c400701a3a39dcadf7dee12b06c Thu Sep 12 14:42:01 CEST 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 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
|