aboutsummaryrefslogtreecommitdiff
path: root/stand/common/module.c
Commit message (Expand)AuthorAgeFilesLines
* loader: unload command should reset tg_kernel_supported in gfx_stateToomas Soome2021-01-281-0/+2
* loader: implement framebuffer consoleToomas Soome2021-01-021-1/+88
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-081-3/+40
* Initialize a variable to fix build with GCC.Jung-uk Kim2019-05-231-1/+1
* Remove yet another unused variable.Jung-uk Kim2019-05-231-1/+0
* loader: Remove unused variableEmmanuel Vadot2019-05-231-1/+1
* loader: Add pnp functions for autoloading modules based on linker.hintsEmmanuel Vadot2019-05-231-12/+495
* loader: fix memory handling errors in module.cToomas Soome2019-05-131-2/+17
* loader: add file_remove() function to undo file_insert_tail().Toomas Soome2019-04-071-14/+40
* loader: mod_loadkld() error: we previously assumed 'last_file' could be nullToomas Soome2019-04-071-7/+5
* loader: file_addmetadata() should check for memory allocationToomas Soome2019-04-071-4/+6
* loader: remove pointer checks before free() in module.cToomas Soome2019-04-071-16/+8
* loader: file_addmodule should check for memory allocationToomas Soome2019-04-071-0/+4
* loader: malloc+bzero is callocToomas Soome2019-04-071-7/+2
* Create kernel module to parse Veriexec manifest based on envsMarcin Wojtas2019-04-031-0/+7
* stand/common/module: Apply style(9)Emmanuel Vadot2019-03-071-756/+757
* Add -d flag to load commandSimon J. Gerraty2019-03-041-3/+8
* Enable veriexec for loaderSimon J. Gerraty2019-02-261-1/+25
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+1095