summaryrefslogtreecommitdiff
path: root/modutils
Commit message (Expand)AuthorAgeFilesLines
* config: update size informationDenys Vlasenko2018-12-285-5/+5
* tar: fix too eager autodetection, closes 11531Denys Vlasenko2018-11-271-3/+2
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-083-7/+7
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+1
* modutils: make them NOEXEC except depmodDenys Vlasenko2017-08-046-11/+14
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-2/+2
* config: deindent all help textsDenys Vlasenko2017-07-217-92/+92
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-186-6/+6
* modutils: delete unused replace_underscores()Denys Vlasenko2017-06-282-7/+0
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-173-4/+4
* modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686Denys Vlasenko2017-04-061-0/+9
* modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1)Denys Vlasenko2017-04-061-1/+4
* modprobe: read modules.builtinBen Hutchings2017-04-061-3/+11
* 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