Start 1.33.0 development cycle
[oweals/busybox.git] / modutils / modprobe-small.c
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-04 Denys Vlasenkomodutils: make them NOEXEC except depmod
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-04-06 Denys Vlasenkomodprobe-small: fix "modprobe non-existing-module"...
2017-03-28 Kang-Che SungUpdate depmod & modprobe upstream help text in comments
2017-02-12 Kang-Che Sungmodprobe-small: define and use DEPMOD_OPT_n (option...
2017-02-12 Kang-Che Sungmodprobe-small: document '-n' in depmod usage
2017-02-07 Denys Vlasenkomodprobe_small: if only MODPROBE and DEPMOD are selecte...
2017-02-05 Kang-Che SungReorder modutils config options & fix yet more dependency
2017-02-05 Kang-Che Sungmodutils: fix config options dependency (2)
2017-02-01 Kang-Che Sungcmdline module options can be disabled on "big" modutils
2017-02-01 Kang-Che Sungmodprobe-small: move lsmod code out of modprobe_main()
2017-01-30 Denys Vlasenkomodprobe-small: fix --help texts, they are from "big...
2017-01-29 Denys Vlasenko*: add comment about APPLET_ODDNAME format
2017-01-09 Denys Vlasenkomake_single_applets.sh: show errors and warnings
2017-01-09 Denys Vlasenkomodprobe-small: build fixes
2017-01-09 Explorer09modprobe-small: optimizations for single applet build
2017-01-04 Waldemar Brodkorbmodutils: remove special handling of uClibc
2016-12-23 Denys Vlasenkomodprobe-small: make applets individually selectable
2016-12-22 Denys VlasenkoTweak some config defaults; fix MODPROBE_SMALL ordering...
2016-11-23 Denys VlasenkoConvert all modutils/* applets to "new style" applet...
2016-09-15 Mike Frysingermodutils: support finit_module syscall
2016-06-20 Denys Vlasenkomodprobe-small: fix bogus handling of unpack errors
2016-06-19 Denys Vlasenkorandomconfig fixes
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2015-02-13 Denys Vlasenkomodprobe-small: fix thinko in previous commit
2015-02-12 Denys Vlasenkomodprobe-small: if concurrent module load did not succe...
2015-02-07 Denys Vlasenkomodprobe-small: fix and simplify rmmod
2015-01-11 Denys Vlasenkomodprobe-small: code shrink
2015-01-11 Denys Vlasenkomodprobe-small: fix recent breakage: modprobe -r was...
2015-01-01 Denys Vlasenkomodprobe: revert checking for /, stop doing basename...
2014-05-26 Denys Vlasenkomodprobe-small: fix safe_strncpy truncating last char...
2014-04-21 Denys Vlasenkomodprobe-small: (un)load all modules which match the...
2014-04-19 Denys Vlasenkomodprobe-small: remove redundant aliases from modules...
2014-04-19 Denys Vlasenkomodprobe-small: fix help messages for aliased module...
2012-09-25 Denys Vlasenkomodprobe_small: make rmmod to NOT remove dependencies...
2012-02-19 Denys Vlasenkomodprobe-small: add comment about aliased commands...
2012-01-31 Felipe Contrerasmodprobe: accept -b even if blacklist functionality...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2011-01-17 Denys Vlasenkoinsmod: check for module read errors
2011-01-09 Denys Vlasenkomodprobe-small: support compressed modules in insmod
2010-10-15 Denys Vlasenkomodutils/*: move help bits into corresponding .c files
2010-10-15 Denys Vlasenkomodutils/*: move applet bits into corresponding *.c...
2010-09-25 Denys Vlasenkomodprobe-simple; do not error out on "rmmod module...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-06 Pascal Bellardmodprobe: add support for -l and -s. Remove some unsupp...
2010-03-23 Denys Vlasenko*: merge some common strings
2009-11-15 Denys Vlasenkolibbb: added xfdopen_for_read/write
2009-10-08 Denys Vlasenkomodprobe-small: added comment about multiple alias...
2009-09-07 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-09-07 Denys Vlasenkomodprobe-small: make string buffer code robust; fix...
2009-09-07 Denys Vlasenkomodprobe-small: hopefully fix bug 591 (incorrect detect...
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-09-06 Denys Vlasenkoremove some GNUisms. by Dan Fandrich (dan AT coneharves...
2009-05-25 Denys Vlasenkoflash_lock, flash_unlock: new applets
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-13 Denis Vlasenkormmod: fix bug 263
2008-11-12 Denis Vlasenkomodprobe-small: fix failure to load when no arguments...
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-09-14 Denis Vlasenkomodprobe-small: trivial SEGV fix
2008-09-06 Denis Vlasenkomodprobe-small: make insmod command line compatible
2008-08-26 Denis Vlasenkomodprobe-small: support "blacklist" keyword in /etc...
2008-08-06 Denis Vlasenkomodprobe-small: fix infinite looping, by Timo Teras
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
2008-08-05 Denis Vlasenkowhitespace fixes, no code changed
2008-08-04 Denis Vlasenkolibbb: make xrealloc_vector zero out the realloc'ed...
2008-07-26 Denis Vlasenkofix several problems with config parser:
2008-07-24 Denis Vlasenko*: conversion to config parser
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-12 Denis Vlasenkocpio: internalize archive_xread_all_eof. add a few...
2008-07-10 Denis Vlasenkoopen_transformer: do not return fd, it does not change
2008-07-10 Denis Vlasenkomodprobe-small: make depmod compatible with kernel...
2008-07-10 Denis Vlasenkomodprobe-small: add depfile creation
2008-07-10 Denis Vlasenkomodprobe-small: add depfile loading
2008-07-09 Denis Vlasenkomodprobe-small: preparatory patch for modprobe.dep...
2008-07-09 Denis Vlasenkolibbb: use improved xmalloc_read() from modprobe-small
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-06 Denis Vlasenkomodprobe-small: match aliases with fnmatch(), making
2008-07-06 Denis Vlasenkomodprobe-small: fix debug leftover
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-04 Denis Vlasenkomodutils: optional modutils-small by Vladimir Dronnikov.