log/syslog: Add missing static to two structs.
[project/ubox.git] / kmodloader.c
2017-09-01 Hans Dedeckerkmodloader: log error message in case of out of memory
2017-08-31 Hans Dedeckerkmodloader: lift restriction on module alias info
2017-08-31 Hans Dedeckerkmodloader: fix possible segfaults
2017-08-30 Hans Dedeckerkmodloader: fix endianess check
2017-07-02 Florian Fainellikmodloader: Check module endian before loading
2017-06-11 Alexander Couzenskmodloader/get_module_info: initialized aliases to...
2017-06-11 Alexander Couzenskmodloader: insmod: fix a memoryleak in error case
2017-06-11 Alexander Couzenskmodloader/get_module_name: null-terminate the string
2017-03-03 Yousong Zhoukmodloader: modprobe: return 0 for loaded modules
2017-02-23 Yousong Zhoukmodloader: don't store aliases info in struct module
2017-02-21 Nathan Hintzkmodloader: fix not being able to find some modules
2017-02-01 Kevin Darbyshire... kmodloader: support '-q' quiet option
2017-01-15 Yousong Zhoukmodloader: make insert_module() idempotent
2017-01-15 Yousong Zhoukmodloader: add module alias awareness
2017-01-15 Yousong Zhoukmodloader: fix out-of-bound access when parsing .modinfo
2017-01-15 Yousong Zhoukmodloader: modprobe: skip possible command line arguments
2017-01-15 Yousong Zhoukmodloader: log to kmsg when loading directories of...
2017-01-15 Yousong Zhoukmodloader: remove redundant glob wildcard char
2016-12-19 Rosen Penevubox: Fix some memory leaks
2016-12-04 Florian Fainellikmodloader: Fix typo in error message
2016-08-17 John Crispinfix segfault in kmodloader when no modules path was...
2016-07-19 Hauke Mehrtenskmodloader: fix lsmod depends output
2016-03-07 Felix Fietkaukmodloader: fix NULL pointer deref in case m->depends...
2016-02-09 Jo-Philipp Wichkmodloader: clean up memory mapping and fix fd leaks...
2016-02-09 Jo-Philipp Wichkmodloader: fix open() error handling
2015-03-27 Christian Mehlissyslog: use appropriate levels for logging
2015-02-26 Jo-Philipp Wichkmodloader: initialize module folders in insmod
2015-02-25 Jo-Philipp Wichkmodloader: convert to ulog() api
2015-02-25 Jo-Philipp Wichkmodloader: search kmods relative to LD_LIBRARY_PATH
2014-10-02 Michel StamUse different loglevels
2014-05-28 Felix Fietkaukmodloader: force size argument for syscall to unsigned...
2014-02-26 John Crispinkmodloader: fix insmod when the passed parameter is...
2014-01-22 John Crispinkmodloader: allow /etc/modules.d/ files to pass options
2014-01-16 John Crispinkmodloader: fix elf header parsing on 64bit machines
2014-01-12 John Crispinfix bogus kmodloader warning
2013-11-16 John Crispinrevert 2fdd374f4214129d93f10b7001adece9239752a2
2013-11-11 John Crispinkmod-loader: fix module options support when using...
2013-10-14 Jo-Philipp Wichkmodloader: respect global directory prefix in scan_mod...
2013-09-28 Jo-Philipp Wichkmodloader: use the name of the found module struct...
2013-09-28 Jo-Philipp Wichkmodloader: use the name of the module struct when...
2013-09-28 Jo-Philipp Wichkmodloader: properly handle modules with both underscor...
2013-09-19 John Crispinfix hyphen substitution in path
2013-09-17 John Crispincosmetic cleanup of - vs _ patch
2013-09-17 John Crispinfix _ vs - bug
2013-09-05 Jo-Philipp Wichkmodloader: don't free memory allocated with alloca()
2013-09-03 John Crispinadd proper modprobe support
2013-07-26 Jo-Philipp Wichkmodloader: support loading modules from a different...
2013-07-15 Felix Fietkaukmodloader: fix path printf handling
2013-07-12 Felix Fietkaukmodloader: eliminate some hardcoded buffer sizes
2013-07-12 Felix Fietkaukmodloader: reduce indentation depth
2013-07-12 Felix Fietkaukmodloader: use avl tree and calloc_a
2013-06-27 John Crispininsmod should not insert of already inserted
2013-06-04 John Crispinadd support for module handling
2013-04-25 John Crispininitial import of uboox utilities