index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modutils
/
modprobe-small.c
Age
Commit message (
Expand
)
Author
2010-03-23
*: merge some common strings
Denys Vlasenko
2009-11-15
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-10-08
modprobe-small: added comment about multiple alias matches
Denys Vlasenko
2009-09-07
modprobe-small: make string buffer code robust; fix help text
Denys Vlasenko
2009-09-07
modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-')
Denys Vlasenko
2009-09-06
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-05-25
flash_lock, flash_unlock: new applets
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-13
rmmod: fix bug 263
Denis Vlasenko
2008-11-12
modprobe-small: fix failure to load when no arguments are given
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-06
modprobe-small: make insmod command line compatible
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-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
libbb: make xrealloc_vector zero out the realloc'ed tail
Denis Vlasenko
2008-07-26
fix several problems with config parser:
Denis Vlasenko
2008-07-24
*: conversion to config parser
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-12
cpio: internalize archive_xread_all_eof. add a few paranoia checks
Denis Vlasenko
2008-07-10
open_transformer: do not return fd, it does not change
Denis Vlasenko
2008-07-10
modprobe-small: make depmod compatible with kernel build.
Denis Vlasenko
2008-07-10
modprobe-small: add depfile creation
Denis Vlasenko
2008-07-10
modprobe-small: add depfile loading
Denis Vlasenko
2008-07-09
modprobe-small: preparatory patch for modprobe.dep.bb creation patches,
Denis Vlasenko
2008-07-09
libbb: use improved xmalloc_read() from modprobe-small
Denis Vlasenko
2008-07-08
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-06
modprobe-small: match aliases with fnmatch(), making
Denis Vlasenko
2008-07-06
modprobe-small: fix debug leftover
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-04
modutils: optional modutils-small by Vladimir Dronnikov.
Denis Vlasenko