summaryrefslogtreecommitdiff
path: root/stand/common/module.c
AgeCommit message (Expand)Author
2025-05-30style: Use static consistentlyWarner Losh
2025-05-30stand: Retire arch_loadaddr using md_align, pending its replacementWarner Losh
2025-05-30stand: Style nitWarner Losh
2025-01-24stand: file_loadraw: make 'type' a const char *Ahmad Khalifa
2024-06-25stand: module: unlink the entire tail when dependencies fail to loadKyle Evans
2024-02-22libsa: Remove redundant sys/cdefs.hWarner Losh
2024-02-02loader: Move build_font_module to gfx_fb.cWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-01stand: Fix warning about variable unusedWarner Losh
2022-02-14module_verbose should also affect non-ELF modules.Simon J. Gerraty
2022-01-11loader: tslog: Add more log for module loadingEmmanuel Vadot
2021-12-15stand/module: skip is only used by veriexecWarner Losh
2021-12-14loader: narrow the scope of gfx frame buffer wrt tg supported kernelsWarner Losh
2021-12-13loader:prefix is only used for LOADER_VERIEXECWarner Losh
2021-11-14loader: Add more bus name to pnpautoloadEmmanuel Vadot
2021-11-14loader: Fix pnpload and add some usageEmmanuel Vadot
2021-11-14loader: Fix pnpmatch and add some usageEmmanuel Vadot
2021-06-20stand/common: Add file_addbuf()Colin Percival
2021-01-28loader: unload command should reset tg_kernel_supported in gfx_stateToomas Soome
2021-01-02loader: implement framebuffer consoleToomas Soome
2020-03-08veloader use vectx API for kernel and modulesSimon J. Gerraty
2019-05-23Initialize a variable to fix build with GCC.Jung-uk Kim
2019-05-23Remove yet another unused variable.Jung-uk Kim
2019-05-23loader: Remove unused variableEmmanuel Vadot
2019-05-23loader: Add pnp functions for autoloading modules based on linker.hintsEmmanuel Vadot
2019-05-13loader: fix memory handling errors in module.cToomas Soome
2019-04-07loader: add file_remove() function to undo file_insert_tail().Toomas Soome
2019-04-07loader: mod_loadkld() error: we previously assumed 'last_file' could be nullToomas Soome
2019-04-07loader: file_addmetadata() should check for memory allocationToomas Soome
2019-04-07loader: remove pointer checks before free() in module.cToomas Soome
2019-04-07loader: file_addmodule should check for memory allocationToomas Soome
2019-04-07loader: malloc+bzero is callocToomas Soome
2019-04-03Create kernel module to parse Veriexec manifest based on envsMarcin Wojtas
2019-03-07stand/common/module: Apply style(9)Emmanuel Vadot
2019-03-04Add -d flag to load commandSimon J. Gerraty
2019-02-26Enable veriexec for loaderSimon J. Gerraty
2017-11-14Move sys/boot to stand. Fix all references to new locationWarner Losh