- 46c8a90 Rebase Cradlepoint changes over busybox v1.36.0 by tarun.kundu · 1 year, 10 months ago cp-main
- db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
- fecb169 modprobe-small: convert to new recursive_action() API by Denys Vlasenko · 4 years ago
- 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 3346b4a modutils: make them NOEXEC except depmod by Denys Vlasenko · 7 years ago
- 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
- 0d6e3ad modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1) by Denys Vlasenko · 8 years ago
- 2577348 Update depmod & modprobe upstream help text in comments by Kang-Che Sung · 8 years ago
- af316aa modprobe-small: define and use DEPMOD_OPT_n (option mask) by Kang-Che Sung · 8 years ago
- c393b1e modprobe-small: document '-n' in depmod usage by Kang-Che Sung · 8 years ago
- c2b1858 modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for them by Denys Vlasenko · 8 years ago
- 415cc42 Reorder modutils config options & fix yet more dependency by Kang-Che Sung · 8 years ago
- 4ae658f modutils: fix config options dependency (2) by Kang-Che Sung · 8 years ago
- b1d6a2c cmdline module options can be disabled on "big" modutils by Kang-Che Sung · 8 years ago
- fdfd716 modprobe-small: move lsmod code out of modprobe_main() by Kang-Che Sung · 8 years ago
- ca659f8 modprobe-small: fix --help texts, they are from "big" modutils by Denys Vlasenko · 8 years ago
- 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
- e7b54d0 make_single_applets.sh: show errors and warnings by Denys Vlasenko · 8 years ago
- 6bf52b6 modprobe-small: build fixes by Denys Vlasenko · 8 years ago
- 80172e4 modprobe-small: optimizations for single applet build by Explorer09 · 8 years ago
- 9c083f5 modutils: remove special handling of uClibc by Waldemar Brodkorb · 8 years ago
- a1cd0d9 modprobe-small: make applets individually selectable by Denys Vlasenko · 8 years ago
- 326edc3 Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config" by Denys Vlasenko · 8 years ago
- e32b64c Convert all modutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 3a45b87 modutils: support finit_module syscall by Mike Frysinger · 8 years ago
- 5c3e060 modprobe-small: fix bogus handling of unpack errors by Denys Vlasenko · 8 years ago
- 015db58 randomconfig fixes by Denys Vlasenko · 8 years ago
- 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
- 402afe1 modprobe-small: fix thinko in previous commit by Denys Vlasenko · 10 years ago
- 1fd8442 modprobe-small: if concurrent module load did not succeed, wait by Denys Vlasenko · 10 years ago
- 68c048f modprobe-small: fix and simplify rmmod by Denys Vlasenko · 10 years ago
- 1b67153 modprobe-small: code shrink by Denys Vlasenko · 10 years ago
- 3c75b1c modprobe-small: fix recent breakage: modprobe -r was using full path by Denys Vlasenko · 10 years ago
- 7885452 modprobe: revert checking for /, stop doing basename() on modprobe args by Denys Vlasenko · 10 years ago
- fd0640e modprobe-small: fix safe_strncpy truncating last char of module name by Denys Vlasenko · 11 years ago
- 07e5555 modprobe-small: (un)load all modules which match the alias, not only first one by Denys Vlasenko · 11 years ago
- 6116cb2 modprobe-small: remove redundant aliases from modules.dep.bb by Denys Vlasenko · 11 years ago
- 5fd3ddf modprobe-small: fix help messages for aliased module-related applets by Denys Vlasenko · 11 years ago
- 06a98e3 modprobe_small: make rmmod to NOT remove dependencies. Closes 5162 by Denys Vlasenko · 12 years ago
- b2d6688 modprobe-small: add comment about aliased commands' help text by Denys Vlasenko · 13 years ago
- 428bd2d modprobe: accept -b even if blacklist functionality is disabled by Felipe Contreras · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
- 094cc51 insmod: check for module read errors by Denys Vlasenko · 14 years ago
- e9d12b5 modprobe-small: support compressed modules in insmod by Denys Vlasenko · 14 years ago
- 1a5e11c modutils/*: move help bits into corresponding .c files by Denys Vlasenko · 14 years ago
- c15613c modutils/*: move applet bits into corresponding *.c files by Denys Vlasenko · 14 years ago
- 5b3151c modprobe-simple; do not error out on "rmmod module" if module is unloaded ok by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- b82b34e modprobe: add support for -l and -s. Remove some unsupported options by Pascal Bellard · 15 years ago
- 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
- a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
- 6332151 modprobe-small: added comment about multiple alias matches by Denys Vlasenko · 15 years ago
- 0c6914e modprobe-small: make string buffer code robust; fix help text by Denys Vlasenko · 15 years ago
- f9c814b modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-') by Denys Vlasenko · 15 years ago
- 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
- 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- bf2af9a flash_lock, flash_unlock: new applets by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 1f63229 rmmod: fix bug 263 by Denis Vlasenko · 16 years ago
- 1ad4db1 modprobe-small: fix failure to load when no arguments are given by Denis Vlasenko · 16 years ago
- 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
- 7c9c1bb modprobe-small: trivial SEGV fix by Denis Vlasenko · 16 years ago
- 1c781cc modprobe-small: make insmod command line compatible by Denis Vlasenko · 16 years ago
- 279ca69 modprobe-small: support "blacklist" keyword in /etc/modules/<modulename> by Denis Vlasenko · 16 years ago
- 8e80411 modprobe-small: fix infinite looping, by Timo Teras by Denis Vlasenko · 16 years ago
- e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
- 35d8c47 whitespace fixes, no code changed by Denis Vlasenko · 16 years ago
- 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
- 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
- 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
- b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
- 0e2c93f modprobe-small: make depmod compatible with kernel build. by Denis Vlasenko · 16 years ago
- 7f950a9 modprobe-small: add depfile creation by Denis Vlasenko · 16 years ago
- 7843699 modprobe-small: add depfile loading by Denis Vlasenko · 16 years ago
- 24a131e modprobe-small: preparatory patch for modprobe.dep.bb creation patches, by Denis Vlasenko · 16 years ago
- f62ab2d libbb: use improved xmalloc_read() from modprobe-small by Denis Vlasenko · 16 years ago
- deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
- 58f59a2 modprobe-small: match aliases with fnmatch(), making by Denis Vlasenko · 16 years ago
- cee0dfc modprobe-small: fix debug leftover by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 671691c modutils: optional modutils-small by Vladimir Dronnikov. by Denis Vlasenko · 16 years ago