logd: allow setting the buffer size from the command line
[project/ubox.git] / kmodloader.c
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