index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
modutils
Age
Commit message (
Expand
)
Author
2009-03-29
modutils: dont pass NULL options to init_module()
Denis Vlasenko
2009-03-29
module loading for 2.4: use fd-based io instead of FILE based;
Denis Vlasenko
2009-03-13
insmod/modprobe: do not pass NULL to kernel as module parameter
Denis Vlasenko
2009-03-09
*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
Denis Vlasenko
2009-03-06
further work on modprobe
Denis Vlasenko
2009-03-05
modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi)
Denis Vlasenko
2009-03-05
modutils: delete unused global variable
Denis Vlasenko
2009-03-03
modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"
Denis Vlasenko
2009-02-26
modutils: oveflow fix
Denis Vlasenko
2009-02-20
make modutils compile again
Ned Ludd
2009-02-19
depmod: accept and ignore -r (Linux kernle build needs this)
Denis Vlasenko
2009-01-31
modutils-24: code shrink
Denis Vlasenko
2009-01-31
modutils-24: use xasprintf and xzalloc where appropriate,
Denis Vlasenko
2009-01-12
depmod: fix -b option (by timo.teras AT iki.fi)
Denis Vlasenko
2008-12-24
*: tweak error messages
Denis Vlasenko
2008-11-25
remove a few superfluous includes
Denis Vlasenko
2008-11-22
- documentation fix
Bernhard Reutner-Fischer
2008-11-22
modutils-24: small fixes by Harald Kuthe (harald-tuxbox AT arcor.de)
Denis Vlasenko
2008-11-22
insmod: clarify module_name / file_name distinction
Denis Vlasenko
2008-11-12
modprobe-small: fix failure to load when no arguments are given
Denis Vlasenko
2008-11-06
*: remove superfluous casts. no code changes
Denis Vlasenko
2008-11-01
gunzip: restore mtime. approx +80 bytes of code
Denis Vlasenko
2008-10-31
modprobe: fix a segfault when modprobe is called with no arguments at all
Denis Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-14
modprobe-small: trivial SEGV fix
Denis Vlasenko
2008-09-13
modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
Denis Vlasenko
2008-09-12
Kill off bogus #error's for big endian SH targets, these work fine.
Paul Mundt
2008-09-06
modprobe-small: make insmod command line compatible
Denis Vlasenko
2008-08-31
insmod: fix detection of open failure
Denis Vlasenko
2008-08-28
insmod: mix xmalloc with xrealloc_vector more carefully
Denis Vlasenko
2008-08-27
insmod: shrink
Denis Vlasenko
2008-08-26
modprobe-small: support "blacklist" keyword in /etc/modules/<modulename>
Denis Vlasenko
2008-08-06
modprobe-small: fix infinite looping, by Timo Teras
Denis Vlasenko
2008-08-06
modprobe: semi-trivial code shrink
Denis Vlasenko
2008-08-05
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
Denis Vlasenko
2008-08-05
whitespace fixes, no code changed
Denis Vlasenko
2008-08-04
modprobe: use buffering line reads (fgets) instead of reads().
Denis Vlasenko
2008-08-04
libbb: make xrealloc_vector zero out the realloc'ed tail
Denis Vlasenko
2008-07-29
hush: add #defines to switch off break/continue if loops are not supported
Denis Vlasenko
2008-07-29
modprobe: support for /etc/modprobe.d, by Timo Teras.
Denis Vlasenko
2008-07-26
fix several problems with config parser:
Denis Vlasenko
2008-07-24
*: conversion to config parser
Denis Vlasenko
2008-07-22
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
- commentary typo fix
Bernhard Reutner-Fischer
2008-07-18
- fix compilation for mips (Brian Daniels)
Bernhard Reutner-Fischer
2008-07-14
insmod: users report that "|| defined(__powerpc__)" is missing
Denis Vlasenko
2008-07-12
cpio: internalize archive_xread_all_eof. add a few paranoia checks
Denis Vlasenko
2008-07-10
fix typo in config help text
Denis Vlasenko
2008-07-10
open_transformer: do not return fd, it does not change
Denis Vlasenko
[next]