aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-17setsid: implement -cDenys Vlasenko
2016-01-13truncate: use O_WRONLY|O_NONBLOCKMike Frysinger
2016-01-13truncate: always set mode when opening file to avoid fortify errorsAri Sundholm
2016-01-03login: add commented-out PAM double password avoidance from BZ 4003Denys Vlasenko
2016-01-02nandwrite: implement -n (read/write without ecc)Aaro Koskinen
2016-01-02blkdiscard: new appletAri Sundholm
2016-01-02ash: suppress a compilation warningCristian Ionescu-Idbohrn
2015-12-30mount: support "nofail" option. Closes 8551Denys Vlasenko
2015-12-30iproute: support "scope". Closes 8561Denys Vlasenko
2015-12-18swaponoff: fix compile-time warningDenys Vlasenko
2015-12-18chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach
2015-12-17include/platform.h: Remove extra #endif introduced in 6df9612.Ari Sundholm
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