| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace fixes | Denys Vlasenko | 2011-02-03 | 1 | -1/+1 |
* | modprobe/insmod: fix parameter quoting | Denys Vlasenko | 2011-02-02 | 4 | -10/+28 |
* | revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84 | Denys Vlasenko | 2011-02-01 | 1 | -6/+5 |
* | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko | 2011-01-18 | 7 | -11/+11 |
* | insmod: check for module read errors | Denys Vlasenko | 2011-01-17 | 1 | -0/+3 |
* | lsmod: fox unsafe usage of strlen() - 1 | Denys Vlasenko | 2011-01-11 | 1 | -1/+2 |
* | modprobe-small: support compressed modules in insmod | Denys Vlasenko | 2011-01-09 | 1 | -2/+4 |
* | modprobe: add -D option (synonym of --show-depends) | Serj Kalichev | 2010-12-28 | 1 | -54/+67 |
* | modprobe: add support for --show-depends | Serj Kalichev | 2010-12-26 | 1 | -35/+60 |
* | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 1 | -2/+2 |
* | depmod: accept and ignore -u, -q, -C FILE | Pascal Bellard | 2010-10-18 | 1 | -2/+7 |
* | modutils/*: move help bits into corresponding .c files | Denys Vlasenko | 2010-10-16 | 5 | -1/+69 |
* | modutils/*: move applet bits into corresponding *.c files | Denys Vlasenko | 2010-10-15 | 6 | -11/+29 |
* | tweak help text | Denys Vlasenko | 2010-10-09 | 1 | -1/+1 |
* | modprobe-simple; do not error out on "rmmod module" if module is unloaded ok | Denys Vlasenko | 2010-09-25 | 1 | -12/+14 |
* | *: s/perror/bb_simple_perror_msg/g | Marek Polacek | 2010-09-12 | 1 | -1/+1 |
* | modutils: explain why we no longer quote params | Denys Vlasenko | 2010-08-25 | 1 | -0/+5 |
* | insmod: Do not add a pair of "" around the arguments of the module. | Carmelo AMOROSO | 2010-08-25 | 1 | -2/+1 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 11 | -11/+11 |
* | modutils: Add support for NDS32 architecture. | Macpaul Lin | 2010-08-11 | 1 | -0/+21 |
* | mark Linux-specific configuration options | Jeremie Koenig | 2010-07-19 | 1 | -0/+1 |
* | depmod: generate "new-style" modules.dep with relative paths. | Denys Vlasenko | 2010-07-18 | 1 | -29/+47 |
* | Modprobe: Make -l open the right file | Lauri Kasanen | 2010-07-10 | 1 | -5/+5 |
* | modinfo: support relative paths in modules.dep | Lauri Kasanen | 2010-06-27 | 1 | -11/+24 |
* | modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILE | Lauri Kasanen | 2010-06-27 | 1 | -2/+2 |
* | *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway | Denys Vlasenko | 2010-06-18 | 1 | -2/+0 |
* | modinfo: needs modutils.o | Denys Vlasenko | 2010-06-09 | 1 | -1/+1 |
* | *: add INSERTs to *.src files where appropriate | Denys Vlasenko | 2010-06-08 | 1 | -0/+1 |
* | modprobe: add support for -l and -s. Remove some unsupported options | Pascal Bellard | 2010-06-07 | 4 | -54/+193 |
* | modinfo: new applet | Pascal Bellard | 2010-06-06 | 3 | -0/+153 |
* | remove defconfig. Now "make defconfig" simply uses defaults from Config.in | Denys Vlasenko | 2010-06-06 | 1 | -3/+3 |
* | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko | 2010-06-04 | 2 | -0/+0 |
* | *: better string sharing | Denys Vlasenko | 2010-06-02 | 1 | -4/+2 |
* | modutils-24: [mips] modutlis-24 segfault fix for 2.4 kernel modules | Ralf Rösch | 2010-04-14 | 1 | -0/+3 |
* | unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE | Denys Vlasenko | 2010-03-26 | 1 | -2/+2 |
* | *: merge some common strings | Denys Vlasenko | 2010-03-23 | 2 | -3/+3 |
* | modprobe: remove 2k limit on /proc/cmdline | Denys Vlasenko | 2010-03-03 | 1 | -7/+5 |
* | modprobe: pick up module options from /proc/cmdline too | Denys Vlasenko | 2010-02-27 | 1 | -0/+34 |
* | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko | 2010-02-04 | 2 | -2/+3 |
* | further work on unicodization | Denys Vlasenko | 2010-01-30 | 1 | -9/+14 |
* | style fixes, no code changes | Denys Vlasenko | 2010-01-28 | 1 | -1/+1 |
* | *: style fixes. no code changes (verified with objdump) | Denys Vlasenko | 2010-01-28 | 2 | -8/+14 |
* | modprobe: protect against possible SEGV | Denys Vlasenko | 2010-01-26 | 1 | -6/+8 |
* | libbb: better unicode width support. Hopefully fixes bug 839. | Denys Vlasenko | 2010-01-24 | 1 | -2/+2 |
* | modprobe: it's not an error if module is already loaded. Closes bug 833 | Denys Vlasenko | 2010-01-10 | 1 | -0/+2 |
* | fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma... | Denys Vlasenko | 2010-01-04 | 1 | -1/+1 |
* | libbb: added xfdopen_for_read/write | Denys Vlasenko | 2009-11-15 | 1 | -5/+1 |
* | tidy up O_NONBLOCK usage. use libbb functions in stty. | Denys Vlasenko | 2009-11-11 | 1 | -1/+1 |
* | lsmod: beautify. no code changes | Denys Vlasenko | 2009-11-04 | 1 | -9/+8 |
* | lsmod: unicode-aware column formatting | Tomas Heinrich | 2009-10-26 | 1 | -0/+18 |