| Age | Commit message (Expand) | Author |
| 2013-08-09 | Ignore REL/RELA if they aren't against a PROGBIT section. | matt |
| 2012-12-30 | size_t needs to printed with %zu | pooka |
| 2011-08-13 | Always provide a meaningful short name for the kobj in the error message, | christos |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-01-18 | Deal with ELFnn_MACHDEP_ID_CASES a bit better. | matt |
| 2010-04-26 | Add an optional hook for adjusting module string table after load. | pooka |
| 2009-11-27 | Due to the schizophrenic nature of kobj (mem + vfs source), | pooka |
| 2009-06-17 | Make kobj_stat() return ENOSYS instead of panicking ("not modular") | dyoung |
| 2009-05-26 | Move all namei flags handling into kobj_load_file(). | jnemeth |
| 2009-05-25 | Phase 0.5 of my options MODULAR enhancements. As suggested by ad@, | jnemeth |
| 2009-05-24 | Split out kobj structures so crash/ddb can get at them. | ad |
| 2009-05-23 | Fix a crash observed when trying to load a corrupted ELF image. | ad |
| 2009-02-13 | Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" | apb |
| 2009-01-08 | Sprinkle comments explaining purpose of kobj_machdep(), per email from ad. | pooka |
| 2009-01-01 | revert previous, disabled aliasing in offending build | pooka |
| 2009-01-01 | Squelch type-punning warnings with void * casts. We are allowed | pooka |
| 2008-11-16 | Another fix to previous. | ad |
| 2008-11-16 | Correction to previous. | ad |
| 2008-11-16 | Do not look up any given symbol more than once. Does away with the vast | ad |
| 2008-11-14 | Use NOCHROOT when doing the lookup against the standard module path. | ad |
| 2008-11-12 | Don't try appending ".o" to the module path. | ad |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-10-20 | Correct an error message. | ad |
| 2008-10-20 | PR kern/38814 ksyms needs locking | ad |
| 2008-10-06 | kobj_read: plug a leak. | ad |
| 2008-05-20 | If autoloading a module, don't consider the current working directory. | ad |
| 2008-05-20 | fix !MODULAR compiles | martin |
| 2008-05-20 | PR kern/38694 module dependencies do not work as expected | ad |
| 2008-05-20 | - Do local relocs before loading requisite modules, and all others only | ad |
| 2008-05-19 | If we see a non-loadable BSS section in a pre-loaded module, make sure we | jmcneill |
| 2008-05-04 | Make it compile as part of librump. | ad |
| 2008-05-03 | Broken assertions. | ad |
| 2008-05-02 | Keep the program table and section strings around after loading the object, | ad |
| 2008-05-01 | Another fix for pre-loaded modules. | ad |
| 2008-05-01 | Get the pre-loaded module code working. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-01-17 | Before bailing on ENOENT, try one more time with an appended ".o". This | rumble |
| 2008-01-12 | Add a function to look up a section by name and return address/size, and | ad |
| 2008-01-07 | Fix build if !MODULAR. Reported by elad@. | ad |
| 2008-01-07 | Don't both about module name / ksyms until the name is known for sure. | ad |
| 2008-01-06 | Add MODULAR option. Include kernel linker stuff if MODULAR. | ad |
| 2008-01-06 | Fix off-by-one in kobj_read range checking for case KT_MEMORY | jmcneill |
| 2008-01-06 | - Allow loading ELF objects from memory. Based on a patch from jmcneill. | ad |
| 2008-01-04 | Add a kobj_stat() to get basic info about the object, and some other | ad |
| 2008-01-04 | Add a simple in-kernel linker, derived from FreeBSD's link_elf_obj.c. Needs | ad |