aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-17Resolve linker issues with Android API 21 (dprintf, tcdrain)Chris Renshaw
2015-12-16blkid: add bcache supportMike Frysinger
2015-12-16swapon/swapoff: refine the -e (ifexists) optionMike Frysinger
2015-12-01trylink: include LDFLAGS when checking linkageMike Frysinger
2015-11-06modutils: fix build error with !DEPMODDenys Vlasenko
2015-11-05modutils: merge module_entry and module_info to commonTimo Teräs
2015-11-04TODO file: remove mpstat, iostat, powertop - we have them nowDenys Vlasenko
2015-11-04ash: add support for bash 'function' keywordRon Yorston
2015-11-04hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko
2015-11-04ash: copy function tests from hush testsuiteRon Yorston
2015-11-01i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko
2015-11-01i2cdump: display the numeric value for block read ioctl() errorsBartosz Golaszewski
2015-11-01i2cdump: bail-out if block read failsBartosz Golaszewski
2015-11-01i2cdump: use I2C block mode for the 'i' mode parameterBartosz Golaszewski
2015-11-01i2cdump: don't read block data in non-block modesBartosz Golaszewski
2015-11-01i2cdetect: coding style: add a space after 'for'Bartosz Golaszewski
2015-11-01i2cdetect: fix address skipping in auto modeBartosz Golaszewski
2015-10-31ifupdown: use -x hostname:NAME with udhcpcNatanael Copa
2015-10-30[g]unzip: fix recent breakage.Denys Vlasenko
2015-10-30ash: allow popredir to be called if the stack is emptyRon Yorston
2015-10-30ash: fix EXEXEC status clobberingRon Yorston
2015-10-30ash: add tests for failures of the exec and command builtinsRon Yorston
2015-10-30stat: make -f optional. This allows to build stat for non-linux systemsDenys Vlasenko
2015-10-30lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORYDenys Vlasenko
2015-10-30lineedit: search applets as well as PATH for tab completionRon Yorston
2015-10-30busybox: alter help message in standalone shell modeRon Yorston
2015-10-29hush: copy for.tests from ash testsuiteDenys Vlasenko
2015-10-29ash: simplify EOF/newline handling in list parserRon Yorston
2015-10-29Revert "ash: fix a SEGV case in an invalid heredoc" xxxRon Yorston
2015-10-29ash: fix error during recursive processing of here documentRon Yorston
2015-10-29ash tests: make test print test name before it is runDenys Vlasenko
2015-10-29ash: only allow local variables in functionsRon Yorston
2015-10-29ash: respect -p flag when command builtin is run with -v/-VRon Yorston
2015-10-29ash: fix command -- crashDenys Vlasenko
2015-10-29ash: save a few bytes in code to parse case statementsRon Yorston
2015-10-29ash: allow newline after variable name in for loopRon Yorston
2015-10-29ash: add test for issue with here documentRon Yorston
2015-10-28modinfo: fix "-F firmware", add "intree" field displayDenys Vlasenko
2015-10-28lzop: eliminate variable, use "int" as return typeDenys Vlasenko
2015-10-27fbsplash: use virtual y size in mmap size calculationsTimo Teräs
2015-10-27gzip: add support for --no-name long optionAaro Koskinen
2015-10-27gunzip: add support for long optionsAaro Koskinen
2015-10-26unzip: test for bad archive SEGVingDenys Vlasenko
2015-10-26tr: support octal rangesRichard Genoud
2015-10-26ifupdown: pass interface device name for ipv6 route commandsTimo Teräs
2015-10-25tweak defconfigDenys Vlasenko
2015-10-25inetd: make FEATURE_INETD_RPC off by defaultDenys Vlasenko
2015-10-24libiproute: use if_nametoindexRon Yorston
2015-10-24xargs: make -I imply -rAaro Koskinen
2015-10-24dumpleases: string reuseDenys Vlasenko