aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/core.lua.8
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate zfsloader man page.Warner Losh2018-07-201-1/+1
| | | | | | | | | | | Remove all cross references to zfsloader.8 and /boot/zfsloader. Move ZFS specific info into loader.8. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D16361 Notes: svn path=/head/; revision=336533
* Remove "All Rights Reserved" on files that I hold sole copyright onKyle Evans2018-05-091-1/+0
| | | | | | | | See r333391 for more detail; in summary: it holds no weight and may be removed. Notes: svn path=/head/; revision=333418
* core.lua(8): Update to reflect recently added function clearCachedKernelsKyle Evans2018-03-211-1/+11
| | | | Notes: svn path=/head/; revision=331282
* core.lua(8): Add missing note about core.KEYSTR_CSIKyle Evans2018-03-021-0/+2
| | | | Notes: svn path=/head/; revision=330269
* Add core.lua(8), but do not add to distributionKyle Evans2018-03-021-0/+222
Distribution will be done after all of the lualoader manpages are created. Reviewed by: rpokala Differential Revision: https://reviews.freebsd.org/D14479 Notes: svn path=/head/; revision=330267