- 9947650 Remove "select PLATFORM_LINUX" by Denys Vlasenko · 2 years ago
- 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
- 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 10ad622 Spelling fixes in comments, documentation, tests and examples 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
- 264cb01 modutils: remove redundant "select PLATFORM_LINUX" configs by Kang-Che Sung · 8 years ago
- dc7637d modprobe-small: improve config help text by Denys Vlasenko · 8 years ago
- 065e988 modutils: fix config options dependency by Kang-Che Sung · 8 years ago
- f560422 Big cleanup in config help and description 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
- 2e9a066 MODPROBE_SMALL is not experimental anymore by Denys Vlasenko · 9 years ago
- e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
- 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
- f646400 modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILE by Lauri Kasanen · 14 years ago
- 22bdf90 modinfo: new applet by Pascal Bellard · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago[Renamed from modutils/Config.in]
- 77c066e modutils: add FEATURE_INSMOD_TRY_MMAP option by Denys Vlasenko · 15 years ago
- bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
- c574100 modutils: delete unused global variable by Denis Vlasenko · 16 years ago
- e35af56 modutils-24: use xasprintf and xzalloc where appropriate, by Denis Vlasenko · 16 years ago
- ba1315d modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> 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
- 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
- 3e8fd18 fix typo in config help text by Denis Vlasenko · 16 years ago
- 0e2c93f modprobe-small: make depmod compatible with kernel build. by Denis Vlasenko · 16 years ago
- f62ab2d libbb: use improved xmalloc_read() from modprobe-small by Denis Vlasenko · 16 years ago
- 671691c modutils: optional modutils-small by Vladimir Dronnikov. by Denis Vlasenko · 16 years ago
- f45c4f4 whitespace and comment fixes, no code changes by Denis Vlasenko · 16 years ago
- e7860e3 config help text: fix capitalization by Denis Vlasenko · 17 years ago
- c2741e1 - add alias support by Bernhard Reutner-Fischer · 17 years ago
- beac1bd - optional fancy pruning-mode for depmod by Bernhard Reutner-Fischer · 17 years ago
- b85fb69 - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. by Bernhard Reutner-Fischer · 17 years ago
- 9474830 - improve help-text by Bernhard Reutner-Fischer · 17 years ago
- 55e547e - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov wrong by Bernhard Reutner-Fischer · 17 years ago
- 9ddc8d5 modprobe: optional "blacklist" command support (by Natanael Copa) by Denis Vlasenko · 17 years ago
- 9305cdd Kill CONFIG_NITPICK, it turned out to not be useful. no code changes. by Denis Vlasenko · 17 years ago
- 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
- 11353ae as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in order to achieve the desired behavior (default to Y without a prompt); revert previous to commits to this file by Mike Frysinger · 18 years ago
- a01579d change "bool ... if OPT" to more common "depend ... OPT" by Mike Frysinger · 18 years ago
- 841ef13 combine bool;prompt to just bool by Mike Frysinger · 18 years ago
- 997aa11 modprobe: fix for 2.4 kernels - by by Denis Vlasenko · 18 years ago
- cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- bf30c69 Patch from Yann Morin to fix bug 941, underscores in module aliases. by Rob Landley · 18 years ago
- fa6c484 fix spelling mistakes by Mike Frysinger · 19 years ago
- 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 762bb62 Patch from Yann E. Morin to reorganize module config options. by Rob Landley · 19 years ago
- 79e1cab Yann Morin's modprobe multiple options patch. There's more work to be done, by Rob Landley · 19 years ago
- 4f65360 Tweak the "pretty lsmod for 2.6" patch to be seperately selectable. by Rob Landley · 20 years ago
- 15d3f7f Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfig by Rob Landley · 20 years ago
- 65659be Add missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACE by Eric Andersen · 20 years ago
- e8521f1 Fixup some cases of "QM_MODULES: not implemented" for both by Eric Andersen · 20 years ago
- cb3b9b1 kill off insmod support for older pre 2.1 Linux kernels, by Eric Andersen · 20 years ago
- d943837 Patrick Huesmann writes: by Eric Andersen · 20 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- e704788 Update modutils with 2.6 module support by Eric Andersen · 21 years ago
- 759d7ec To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be by Glenn L McGrath · 21 years ago
- b24da33 Document CONFIG_FEATURE_INSMOD_LOADINKMEM by Eric Andersen · 21 years ago
- 9c3c38d Patch from Terje Kvernes adding quite a lot of missing documentation by Eric Andersen · 21 years ago
- e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
- 65e20a3 Patch from Kent Robotti adding a bunch of needed docs! -Erik by Eric Andersen · 21 years ago
- 1b6dfa7 Rename, to specify kernel by Glenn L McGrath · 22 years ago
- be65c35 Patch from Artem Egorkine to support the -m option by Eric Andersen · 22 years ago
- 889dd20 Patch from Joel Vallier to add modules symbols to the kernel symbol by Eric Andersen · 22 years ago
- c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago