aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-30typo fix in commentDenys Vlasenko
2010-08-29remove stray debugging stuffDenys Vlasenko
2010-08-29bbconfig: add COMPRESS_BBCONFIG optionDenys Vlasenko
2010-08-29nandwrite: always check the first erase blockBaruch Siach
2010-08-29nandwrite: complain on malformed -s NUMDenys Vlasenko
2010-08-29nandwrite: allow hex values in the -s parameterBaruch Siach
2010-08-29showkey: code shrinkDenys Vlasenko
2010-08-29testsuite: show the number of failures after a test runDan Fandrich
2010-08-29typo fixes in config help textDenys Vlasenko
2010-08-28pmap: new applet. +1k.Alexander Shishkin
2010-08-27ntpd: with -q, exit after 60 seconds even if time is not synced.Denys Vlasenko
2010-08-25modutils: explain why we no longer quote paramsDenys Vlasenko
2010-08-25insmod: Do not add a pair of "" around the arguments of the module.Carmelo AMOROSO
2010-08-25nandwrite: new appletBaruch Siach
2010-08-24Rename a struct member from "interrupt"Dan Fandrich
2010-08-23split: use xopen_stdin()Denys Vlasenko
2010-08-23grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko
2010-08-22ip: add a #define for older kernelsDenys Vlasenko
2010-08-22build system: make 3.82 fix. Closes bug 2323Denys Vlasenko
2010-08-22patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko
2010-08-17libbb: fix fallout from last patch to obscure() (my mistake). +143 bytesDenys Vlasenko
2010-08-17libbb: shrink obscure()Bob Dunlop
2010-08-17patch: fix -N regressionDenys Vlasenko
2010-08-16nmeter: fix misplaced closing commentDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16sed: make N command behave as in GNU sedDenys Vlasenko
2010-08-16mdev: fix non-working device deletion, add a test for thatDenys Vlasenko
2010-08-16platform.h: regularize endian detectionDenys Vlasenko
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko
2010-08-16patch: uncomment the test which we actually do pass nowDenys Vlasenko
2010-08-16libbb: factor out common code from mpstat/iostatDenys Vlasenko
2010-08-16patch: add -N and a test for it (fails for now)Denys Vlasenko
2010-08-13patch: move closer to toybox codeDenys Vlasenko
2010-08-13patch: deal with ommitted ",len" in hunk headers (default len to 1)Rob Landley
2010-08-13patch: replace it with toybox's implementationRob Landley
2010-08-12iostat: add forgotted fclose(); fix default count.Denys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-08-12free: more compatible output. +16 bytes. Closes bug 2383.Denys Vlasenko
2010-08-11iostat: new applet. 2800 bytesMarek Polacek
2010-08-11modutils: Add support for NDS32 architecture.Macpaul Lin
2010-08-11fdisk: Add support for NDS32 architecture.Macpaul Lin
2010-08-11Remove some more mentions of SubversionDan Fandrich
2010-08-11Improved portability of testsDan Fandrich
2010-08-11ntpd: mention -N in help textDenys Vlasenko
2010-08-10Set HWCLOCK_ADJTIME_FHS to off by defaultDenys Vlasenko
2010-08-10rtc: remove useless code in "RTC is in UTC" detectionDenys Vlasenko
2010-08-08wget: fix ndelay_on call; progress bar: small shrinkDenys Vlasenko
2010-08-08wget: make -T support enabled by defaultDenys Vlasenko
2010-08-08wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn
2010-08-07ash: fix another bit of var_bash4 bugDenys Vlasenko