aboutsummaryrefslogtreecommitdiff
path: root/stand/common/module.c
Commit message (Expand)AuthorAgeFilesLines
* stand: module: unlink the entire tail when dependencies fail to loadKyle Evans2024-07-211-5/+26
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* module_verbose should also affect non-ELF modules.Simon J. Gerraty2023-01-241-3/+6
* stand/module: skip is only used by veriexecWarner Losh2023-01-241-4/+3
* loader: narrow the scope of gfx frame buffer wrt tg supported kernelsWarner Losh2023-01-241-2/+0
* loader:prefix is only used for LOADER_VERIEXECWarner Losh2023-01-241-1/+8
* loader: tslog: Add more log for module loadingEmmanuel Vadot2022-01-271-0/+22
* loader: Add more bus name to pnpautoloadEmmanuel Vadot2022-01-141-6/+9
* loader: Fix pnpload and add some usageEmmanuel Vadot2022-01-141-4/+6
* loader: Fix pnpmatch and add some usageEmmanuel Vadot2022-01-141-5/+10
* MFC loader+userland TSLOG supportColin Percival2021-12-291-0/+51
* loader: unload command should reset tg_kernel_supported in gfx_stateToomas Soome2021-02-211-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