aboutsummaryrefslogtreecommitdiff
path: root/miscutils (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-30iproute: support "scope". Closes 8561Denys Vlasenko1-19/+33
2015-12-18swaponoff: fix compile-time warningDenys Vlasenko1-1/+1
2015-12-18chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach2-18/+23
2015-12-17include/platform.h: Remove extra #endif introduced in 6df9612.Ari Sundholm1-1/+0
2015-12-17Resolve linker issues with Android API 21 (dprintf, tcdrain)Chris Renshaw2-1/+8
2015-12-16blkid: add bcache supportMike Frysinger3-0/+115
2015-12-16swapon/swapoff: refine the -e (ifexists) optionMike Frysinger1-8/+7
2015-12-01trylink: include LDFLAGS when checking linkageMike Frysinger1-1/+1
2015-11-06modutils: fix build error with !DEPMODDenys Vlasenko1-1/+1
2015-11-05modutils: merge module_entry and module_info to commonTimo Teräs4-120/+113
2015-11-04TODO file: remove mpstat, iostat, powertop - we have them nowDenys Vlasenko1-2/+0
2015-11-04ash: add support for bash 'function' keywordRon Yorston3-31/+110
2015-11-04hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko2-3/+0
2015-11-04ash: copy function tests from hush testsuiteRon Yorston16-0/+119
2015-11-01i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko1-1/+3
2015-11-01i2cdump: display the numeric value for block read ioctl() errorsBartosz Golaszewski1-2/+4
2015-11-01i2cdump: bail-out if block read failsBartosz Golaszewski1-5/+8
2015-11-01i2cdump: use I2C block mode for the 'i' mode parameterBartosz Golaszewski1-1/+1
2015-11-01i2cdump: don't read block data in non-block modesBartosz Golaszewski1-1/+2
2015-11-01i2cdetect: coding style: add a space after 'for'Bartosz Golaszewski1-1/+1
2015-11-01i2cdetect: fix address skipping in auto modeBartosz Golaszewski1-6/+7
2015-10-31ifupdown: use -x hostname:NAME with udhcpcNatanael Copa1-2/+2
2015-10-30[g]unzip: fix recent breakage.Denys Vlasenko2-12/+22
2015-10-30ash: allow popredir to be called if the stack is emptyRon Yorston1-1/+1
2015-10-30ash: fix EXEXEC status clobberingRon Yorston1-1/+1
2015-10-30ash: add tests for failures of the exec and command builtinsRon Yorston4-0/+13
2015-10-30stat: make -f optional. This allows to build stat for non-linux systemsDenys Vlasenko2-36/+61
2015-10-30lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORYDenys Vlasenko1-1/+1
2015-10-30lineedit: search applets as well as PATH for tab completionRon Yorston1-1/+16
2015-10-30busybox: alter help message in standalone shell modeRon Yorston1-0/+9
2015-10-29hush: copy for.tests from ash testsuiteDenys Vlasenko2-0/+6
2015-10-29ash: simplify EOF/newline handling in list parserRon Yorston1-34/+29
2015-10-29Revert "ash: fix a SEGV case in an invalid heredoc" xxxRon Yorston1-11/+4
2015-10-29ash: fix error during recursive processing of here documentRon Yorston3-2/+13
2015-10-29ash tests: make test print test name before it is runDenys Vlasenko1-2/+4
2015-10-29ash: only allow local variables in functionsRon Yorston3-0/+5
2015-10-29ash: respect -p flag when command builtin is run with -v/-VRon Yorston3-4/+10
2015-10-29ash: fix command -- crashDenys Vlasenko1-3/+4
2015-10-29ash: save a few bytes in code to parse case statementsRon Yorston1-4/+2
2015-10-29ash: allow newline after variable name in for loopRon Yorston3-2/+8
2015-10-29ash: add test for issue with here documentRon Yorston2-0/+9
2015-10-28modinfo: fix "-F firmware", add "intree" field displayDenys Vlasenko1-52/+62
2015-10-28lzop: eliminate variable, use "int" as return typeDenys Vlasenko1-8/+6
2015-10-27fbsplash: use virtual y size in mmap size calculationsTimo Teräs1-1/+1
2015-10-27gzip: add support for --no-name long optionAaro Koskinen2-0/+2
2015-10-27gunzip: add support for long optionsAaro Koskinen1-0/+20
2015-10-26unzip: test for bad archive SEGVingDenys Vlasenko2-5/+29
2015-10-26tr: support octal rangesRichard Genoud1-5/+18
2015-10-26ifupdown: pass interface device name for ipv6 route commandsTimo Teräs1-3/+4
2015-10-25tweak defconfigDenys Vlasenko4-31/+11