aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* include/platform.h: Remove extra #endif introduced in 6df9612.Ari Sundholm2015-12-171-1/+0
* Resolve linker issues with Android API 21 (dprintf, tcdrain)Chris Renshaw2015-12-172-1/+8
* blkid: add bcache supportMike Frysinger2015-12-163-0/+115
* swapon/swapoff: refine the -e (ifexists) optionMike Frysinger2015-12-161-8/+7
* trylink: include LDFLAGS when checking linkageMike Frysinger2015-12-011-1/+1
* modutils: fix build error with !DEPMODDenys Vlasenko2015-11-061-1/+1
* modutils: merge module_entry and module_info to commonTimo Teräs2015-11-054-120/+113
* TODO file: remove mpstat, iostat, powertop - we have them nowDenys Vlasenko2015-11-041-2/+0
* ash: add support for bash 'function' keywordRon Yorston2015-11-043-31/+110
* hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko2015-11-042-3/+0
* ash: copy function tests from hush testsuiteRon Yorston2015-11-0416-0/+119
* i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko2015-11-011-1/+3
* i2cdump: display the numeric value for block read ioctl() errorsBartosz Golaszewski2015-11-011-2/+4
* i2cdump: bail-out if block read failsBartosz Golaszewski2015-11-011-5/+8
* i2cdump: use I2C block mode for the 'i' mode parameterBartosz Golaszewski2015-11-011-1/+1
* i2cdump: don't read block data in non-block modesBartosz Golaszewski2015-11-011-1/+2
* i2cdetect: coding style: add a space after 'for'Bartosz Golaszewski2015-11-011-1/+1
* i2cdetect: fix address skipping in auto modeBartosz Golaszewski2015-11-011-6/+7
* ifupdown: use -x hostname:NAME with udhcpcNatanael Copa2015-10-311-2/+2
* [g]unzip: fix recent breakage.Denys Vlasenko2015-10-302-12/+22
* ash: allow popredir to be called if the stack is emptyRon Yorston2015-10-301-1/+1
* ash: fix EXEXEC status clobberingRon Yorston2015-10-301-1/+1
* ash: add tests for failures of the exec and command builtinsRon Yorston2015-10-304-0/+13
* stat: make -f optional. This allows to build stat for non-linux systemsDenys Vlasenko2015-10-302-36/+61
* lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORYDenys Vlasenko2015-10-301-1/+1
* lineedit: search applets as well as PATH for tab completionRon Yorston2015-10-301-1/+16
* busybox: alter help message in standalone shell modeRon Yorston2015-10-301-0/+9
* hush: copy for.tests from ash testsuiteDenys Vlasenko2015-10-292-0/+6
* ash: simplify EOF/newline handling in list parserRon Yorston2015-10-291-34/+29
* Revert "ash: fix a SEGV case in an invalid heredoc" xxxRon Yorston2015-10-291-11/+4
* ash: fix error during recursive processing of here documentRon Yorston2015-10-293-2/+13
* ash tests: make test print test name before it is runDenys Vlasenko2015-10-291-2/+4
* ash: only allow local variables in functionsRon Yorston2015-10-293-0/+5
* ash: respect -p flag when command builtin is run with -v/-VRon Yorston2015-10-293-4/+10
* ash: fix command -- crashDenys Vlasenko2015-10-291-3/+4
* ash: save a few bytes in code to parse case statementsRon Yorston2015-10-291-4/+2
* ash: allow newline after variable name in for loopRon Yorston2015-10-293-2/+8
* ash: add test for issue with here documentRon Yorston2015-10-292-0/+9
* modinfo: fix "-F firmware", add "intree" field displayDenys Vlasenko2015-10-281-52/+62
* lzop: eliminate variable, use "int" as return typeDenys Vlasenko2015-10-281-8/+6
* fbsplash: use virtual y size in mmap size calculationsTimo Teräs2015-10-271-1/+1
* gzip: add support for --no-name long optionAaro Koskinen2015-10-272-0/+2
* gunzip: add support for long optionsAaro Koskinen2015-10-271-0/+20
* unzip: test for bad archive SEGVingDenys Vlasenko2015-10-262-5/+29
* tr: support octal rangesRichard Genoud2015-10-261-5/+18
* ifupdown: pass interface device name for ipv6 route commandsTimo Teräs2015-10-261-3/+4
* tweak defconfigDenys Vlasenko2015-10-254-31/+11
* inetd: make FEATURE_INETD_RPC off by defaultDenys Vlasenko2015-10-252-2/+2
* libiproute: use if_nametoindexRon Yorston2015-10-241-24/+1
* xargs: make -I imply -rAaro Koskinen2015-10-241-0/+3