summaryrefslogtreecommitdiff
path: root/modutils
Commit message (Expand)AuthorAgeFilesLines
* modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d...Denys Vlasenko2023-03-312-2/+22
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-297-7/+0
* Fix non-Linux buildsSamuel Thibault2022-11-297-0/+7
* *: style fixDenys Vlasenko2022-08-301-1/+1
* *: slap on a few ALIGN_PTR where appropriateDenys Vlasenko2022-02-061-2/+2
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-1/+1
* modprobe: when reading modules.builtin, use basenames of files from itDenys Vlasenko2021-06-301-1/+2
* uniq: support -zDenys Vlasenko2021-06-171-1/+1
* modprobe-small: convert to new recursive_action() APIDenys Vlasenko2020-12-291-4/+4
* modprobe: Add support for modprobe.blacklist=module1,module2,...Andy Shevchenko2020-12-211-0/+19
* libbb: create and use mmap() helpersDenys Vlasenko2020-12-141-1/+1
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-1/+1
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-013-15/+14
* build system: drop PLATFORM_LINUXRon Yorston2020-08-136-6/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-022-14/+14
* style fix, no code changesDenys Vlasenko2019-05-141-1/+4
* 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