Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-10Update applet size estimatesDenys Vlasenko
2023-03-31modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d...Denys Vlasenko
2022-11-29Remove "select PLATFORM_LINUX"Denys Vlasenko
2022-11-29Fix non-Linux buildsSamuel Thibault
2022-08-30*: style fixDenys Vlasenko
2022-02-06*: slap on a few ALIGN_PTR where appropriateDenys Vlasenko
2022-01-06libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko
2021-06-30modprobe: when reading modules.builtin, use basenames of files from itDenys Vlasenko
2021-06-17uniq: support -zDenys Vlasenko
2020-12-29modprobe-small: convert to new recursive_action() APIDenys Vlasenko
2020-12-21modprobe: Add support for modprobe.blacklist=module1,module2,...Andy Shevchenko
2020-12-14libbb: create and use mmap() helpersDenys Vlasenko
2020-12-14help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-14style fix, no code changesDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-11-27tar: fix too eager autodetection, closes 11531Denys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-04modutils: make them NOEXEC except depmodDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-06-28modutils: delete unused replace_underscores()Denys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-06modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686Denys Vlasenko
2017-04-06modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1)Denys Vlasenko
2017-04-06modprobe: read modules.builtinBen Hutchings
2017-03-28Update depmod & modprobe upstream help text in commentsKang-Che Sung
2017-02-12modprobe-small: define and use DEPMOD_OPT_n (option mask)Kang-Che Sung
2017-02-12modprobe-small: document '-n' in depmod usageKang-Che Sung
2017-02-07modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for...Denys Vlasenko
2017-02-05Reorder modutils config options & fix yet more dependencyKang-Che Sung
2017-02-05modutils: fix config options dependency (2)Kang-Che Sung
2017-02-01cmdline module options can be disabled on "big" modutilsKang-Che Sung
2017-02-01modutils: remove redundant "select PLATFORM_LINUX" configsKang-Che Sung
2017-02-01modprobe-small: move lsmod code out of modprobe_main()Kang-Che Sung
2017-02-01modprobe-small: improve config help textDenys Vlasenko
2017-01-30modprobe-small: fix --help texts, they are from "big" modutilsDenys Vlasenko
2017-01-30modutils: fix config options dependencyKang-Che Sung
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2017-01-09make_single_applets.sh: show errors and warningsDenys Vlasenko
2017-01-09modprobe-small: build fixesDenys Vlasenko
2017-01-09modprobe-small: optimizations for single applet buildExplorer09
2017-01-04modutils: remove special handling of uClibcWaldemar Brodkorb