aboutsummaryrefslogtreecommitdiff
path: root/modutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update depmod & modprobe upstream help text in commentsKang-Che Sung2017-03-281-7/+15
* modprobe-small: define and use DEPMOD_OPT_n (option mask)Kang-Che Sung2017-02-121-1/+2
* modprobe-small: document '-n' in depmod usageKang-Che Sung2017-02-121-2/+5
* modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for...Denys Vlasenko2017-02-071-1/+3
* Reorder modutils config options & fix yet more dependencyKang-Che Sung2017-02-052-26/+27
* modutils: fix config options dependency (2)Kang-Che Sung2017-02-052-6/+10
* cmdline module options can be disabled on "big" modutilsKang-Che Sung2017-02-016-19/+32
* modutils: remove redundant "select PLATFORM_LINUX" configsKang-Che Sung2017-02-013-13/+0
* modprobe-small: move lsmod code out of modprobe_main()Kang-Che Sung2017-02-011-20/+24
* modprobe-small: improve config help textDenys Vlasenko2017-02-011-6/+4
* modprobe-small: fix --help texts, they are from "big" modutilsDenys Vlasenko2017-01-302-31/+8
* modutils: fix config options dependencyKang-Che Sung2017-01-301-4/+4
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-2/+3
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+2
* make_single_applets.sh: show errors and warningsDenys Vlasenko2017-01-091-1/+8
* modprobe-small: build fixesDenys Vlasenko2017-01-091-3/+10
* modprobe-small: optimizations for single applet buildExplorer092017-01-091-33/+39
* modutils: remove special handling of uClibcWaldemar Brodkorb2017-01-042-12/+8
* depmod: don't build it if MODPROBE_SMALL=yDenys Vlasenko2017-01-011-2/+2
* Make RMMOD=y by defaultDenys Vlasenko2016-12-231-1/+1
* Make INSMOD=y by defaultDenys Vlasenko2016-12-231-1/+1
* modprobe-small: make applets individually selectableDenys Vlasenko2016-12-236-29/+34
* Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko2016-12-222-31/+34
* Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-239-118/+119
* modutils: support finit_module syscallMike Frysinger2016-09-152-3/+51
* modprobe-small: fix bogus handling of unpack errorsDenys Vlasenko2016-06-201-12/+28
* randomconfig fixesDenys Vlasenko2016-06-191-1/+0
* modprobe: skip non-.conf files only in subdirectoriesDenys Vlasenko2016-03-291-8/+14
* modprobe: only parse files that end in .confMike Frysinger2016-02-121-1/+9
* modutils: fix build error with !DEPMODDenys Vlasenko2015-11-061-1/+1
* modutils: merge module_entry and module_info to commonTimo Teräs2015-11-054-120/+113
* modinfo: fix "-F firmware", add "intree" field displayDenys Vlasenko2015-10-281-52/+62
* reuse a stringDenys Vlasenko2015-10-241-1/+1
* rmmod: fix bad error messageDenys Vlasenko2015-10-243-9/+15
* MODPROBE_SMALL is not experimental anymoreDenys Vlasenko2015-10-241-3/+0
* modprobe: handle module arguments containing spacesPeter Korsgaard2015-09-091-1/+33
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-125-28/+27
* modinfo: fix fallout from basename removalDenys Vlasenko2015-02-211-1/+1
* modprobe-small: fix thinko in previous commitDenys Vlasenko2015-02-131-1/+1
* modprobe-small: if concurrent module load did not succeed, waitDenys Vlasenko2015-02-121-9/+41
* modprobe-small: fix and simplify rmmodDenys Vlasenko2015-02-071-32/+43
* depmod: simple memory optimizationDenys Vlasenko2015-01-242-11/+14
* modprobe: fix modprobe -r and parsing of /etc/modprobe.dNatanael Copa2015-01-191-1/+1
* modprobe: fix "modprobe devname:snd/timer" case (alias with a slash)Denys Vlasenko2015-01-151-4/+9
* modprobe: fix recent breakage: modules.dep reading code needs to strip dirnameDenys Vlasenko2015-01-151-4/+10
* modprobe-small: code shrinkDenys Vlasenko2015-01-111-12/+9
* modprobe-small: fix recent breakage: modprobe -r was using full pathDenys Vlasenko2015-01-111-9/+10
* depmod: fix recent breakage in modules.dep generationDenys Vlasenko2015-01-071-7/+13
* modprobe: revert checking for /, stop doing basename() on modprobe argsDenys Vlasenko2015-01-013-15/+12
* modprobe,rmmod: reject module names with slashesDenys Vlasenko2014-11-201-0/+11