aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-12build: add a sanitizer debug optionMike Frysinger
2016-02-11networking: allow dot at the end of the domain name in dhcp responseDenys Vlasenko
2016-02-11init: make the command-line rewrite optionalNicolas Carrier
2016-02-10ntpd: shorter messageDenys Vlasenko
2016-02-10ntpd: step when |offset| > 1 sec, not 0.125 secDenys Vlasenko
2016-02-01busybox: fix uninitialized memory when displaying IPv6 addressesFelix Fietkau
2016-02-01dd: support iflag=skip_bytesRafał Miłecki
2016-02-01Fix compiling with musl's utmp stubsKylie McClain
2016-01-31printf: short-circuit output when argument to %b includes \cRon Yorston
2016-01-24sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko
2016-01-23patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736Denys Vlasenko
2016-01-17dos2unix: try to preserve ownership. closes 8311Denys Vlasenko
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