Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
jail(3lua): add a jail.list() methodThis is implemented as an iterator, reusing parts of the earlier logicto populate jailparams from a passed in table.The user may request any number of paramet
jail(3lua): add a jail.list() methodThis is implemented as an iterator, reusing parts of the earlier logicto populate jailparams from a passed in table.The user may request any number of parameters to pull in while we'researching, but we'll force jid and name to appear at a minimum.Reviewed by: freqlabsDifferential Revision: https://reviews.freebsd.org/D26756
show more ...
flua: Add a libjail modulelibjail is pretty small, so it makes for a good proof of concept demonstratinghow a system library can be wrapped to create a loadable Lua module for flua.* Introduce 3
flua: Add a libjail modulelibjail is pretty small, so it makes for a good proof of concept demonstratinghow a system library can be wrapped to create a loadable Lua module for flua.* Introduce 3lua section for man pages* Add libjail moduleReviewed by: kevans, manpagesRelnotes: yesDifferential Revision: https://reviews.freebsd.org/D26080