aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udhcp: trivial shrinkDenys Vlasenko2016-02-261-4/+3
* taskset: fix non-fancy cpuset printing on big-endianArnout Vandecappelle (Essensium/Mind)2016-02-261-19/+18
* ntpd: print packet delay in clock update messageDenys Vlasenko2016-02-241-2/+8
* modprobe: only parse files that end in .confMike Frysinger2016-02-121-1/+9
* build: add a sanitizer debug optionMike Frysinger2016-02-122-0/+15
* networking: allow dot at the end of the domain name in dhcp responseDenys Vlasenko2016-02-111-0/+2
* init: make the command-line rewrite optionalNicolas Carrier2016-02-111-5/+22
* ntpd: shorter messageDenys Vlasenko2016-02-101-1/+1
* ntpd: step when |offset| > 1 sec, not 0.125 secDenys Vlasenko2016-02-101-18/+36
* busybox: fix uninitialized memory when displaying IPv6 addressesFelix Fietkau2016-02-011-0/+1
* dd: support iflag=skip_bytesRafał Miłecki2016-02-012-27/+52
* Fix compiling with musl's utmp stubsKylie McClain2016-02-014-3/+5
* printf: short-circuit output when argument to %b includes \cRon Yorston2016-01-311-3/+9
* sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko2016-01-242-4/+13
* patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736Denys Vlasenko2016-01-231-6/+5
* dos2unix: try to preserve ownership. closes 8311Denys Vlasenko2016-01-171-9/+11
* setsid: implement -cDenys Vlasenko2016-01-171-6/+13
* truncate: use O_WRONLY|O_NONBLOCKMike Frysinger2016-01-131-1/+1
* truncate: always set mode when opening file to avoid fortify errorsAri Sundholm2016-01-131-1/+1
* login: add commented-out PAM double password avoidance from BZ 4003Denys Vlasenko2016-01-031-0/+43
* nandwrite: implement -n (read/write without ecc)Aaro Koskinen2016-01-021-8/+14
* blkdiscard: new appletAri Sundholm2016-01-021-0/+83
* ash: suppress a compilation warningCristian Ionescu-Idbohrn2016-01-021-1/+1
* mount: support "nofail" option. Closes 8551Denys Vlasenko2015-12-301-1/+9
* iproute: support "scope". Closes 8561Denys Vlasenko2015-12-301-19/+33
* swaponoff: fix compile-time warningDenys Vlasenko2015-12-181-1/+1
* chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach2015-12-182-18/+23
* 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