| Commit message (Expand) | Author | Age | Files | Lines |
* | less: add a function to detect when display is at end of file | Ron Yorston | 2015-07-31 | 1 | -13/+12 |
* | less: rearrange detection of non-regular files | Ron Yorston | 2015-07-31 | 1 | -8/+15 |
* | less: move code to count lines into a separate function | Ron Yorston | 2015-07-31 | 1 | -24/+28 |
* | less: fix numeric input | Ron Yorston | 2015-07-31 | 1 | -1/+1 |
* | echo: make escape sequences depend on fancy mode | Mike Frysinger | 2015-07-31 | 1 | -1/+1 |
* | fbset: fix rgba parsing | Linus Walleij | 2015-07-30 | 1 | -4/+4 |
* | udhcpc: dns labels can actually start with a number | Arthur Gautier | 2015-07-30 | 1 | -4/+0 |
* | less: improvements to verbose status messages | Ron Yorston | 2015-07-21 | 1 | -14/+69 |
* | sync: add support for -d -f FILE | Denys Vlasenko | 2015-07-21 | 4 | -11/+75 |
* | Remove old_e2fsprogs/* | Denys Vlasenko | 2015-07-19 | 133 | -40044/+0 |
* | libbb: add a function to make a copy of a region of memory | Ron Yorston | 2015-07-19 | 8 | -17/+13 |
* | less: correctly account for tabs when rewrapping lines | Ron Yorston | 2015-07-19 | 1 | -1/+3 |
* | less: fix display of line numbers | Ron Yorston | 2015-07-19 | 1 | -24/+11 |
* | less: document -S flag and make it independently configurable | Ron Yorston | 2015-07-19 | 1 | -4/+18 |
* | ash: use alloca to get rid of setjmp | Ron Yorston | 2015-07-13 | 1 | -34/+2 |
* | fix file mode | Denys Vlasenko | 2015-07-13 | 1 | -0/+0 |
* | ash: remove parsebackquote flag | Ron Yorston | 2015-07-13 | 3 | -7/+3 |
* | Removes stray empty line from code | Maninder Singh | 2015-07-13 | 28 | -46/+0 |
* | applets: Add installation of individual binaries | Clayton Shotwell | 2015-07-01 | 2 | -2/+28 |
* | ps: fix SEGV on narrow screens. closes 8176 | Denys Vlasenko | 2015-07-01 | 1 | -5/+7 |
* | ipaddress: better formatting, no code changes | Denys Vlasenko | 2015-07-01 | 1 | -6/+10 |
* | ip addr: support change and replace commands | Michael Tokarev | 2015-07-01 | 2 | -9/+13 |
* | fix whitespaces | Maninder Singh | 2015-06-07 | 1 | -1/+1 |
* | fix if(p)/free(p) construct | Maninder Singh | 2015-06-07 | 4 | -14/+7 |
* | i2cdetect: use break instead of goto in list_i2c_busses_and_exit() | Bartosz Golaszewski | 2015-06-07 | 1 | -2/+1 |
* | i2cdump: code rework | Bartosz Golaszewski | 2015-06-07 | 1 | -149/+167 |
* | i2cdetect: add a check for (mode == DETECT_MODE_AUTO) | Bartosz Golaszewski | 2015-06-07 | 1 | -1/+3 |
* | i2cdetect: don't scan non-regular addresses without the '-a' option | Bartosz Golaszewski | 2015-06-07 | 1 | -2/+4 |
* | i2cdetect: don't die on addresses already in use by drivers | Bartosz Golaszewski | 2015-06-07 | 1 | -12/+19 |
* | chown: fix help text | Junling Zheng | 2015-06-07 | 1 | -1/+1 |
* | truncate: do not die when a file doesn't exist and no-create flag is on | Ari Sundholm | 2015-05-25 | 1 | -5/+15 |
* | Print one less newline at the end of bb_show_usage() | Denys Vlasenko | 2015-05-25 | 1 | -1/+1 |
* | typo fixes | Maninder Singh | 2015-05-25 | 17 | -24/+24 |
* | dc: fix "dc p" prinitng bogus data | Denys Vlasenko | 2015-05-25 | 1 | -2/+8 |
* | tc: fix print_rate | Denys Vlasenko | 2015-05-24 | 1 | -7/+7 |
* | hush: add recent ash tests to hush testsuite too (they all pass for hush) | Denys Vlasenko | 2015-05-18 | 18 | -0/+29 |
* | testsuite: add some tests for ash | Ron Yorston | 2015-05-18 | 10 | -0/+15 |
* | ash: fix breakage of ${v/pat/str} | Ron Yorston | 2015-05-18 | 1 | -51/+28 |
* | ash: move parse-time quote flag detection to run-time | Ron Yorston | 2015-05-18 | 5 | -98/+72 |
* | ash: remove arithmetic expansion collapsing at parse time | Ron Yorston | 2015-05-18 | 3 | -12/+11 |
* | ash: remove superfluous code in arithmetic mode | Ron Yorston | 2015-05-18 | 1 | -5/+2 |
* | ash: do not expand tilde in parameter expansion within quotes | Ron Yorston | 2015-05-18 | 3 | -5/+6 |
* | ash: perform tilde expansion in all parameter expansion words | Ron Yorston | 2015-05-18 | 3 | -2/+5 |
* | ash: code shrink around varvalue | Ron Yorston | 2015-05-18 | 1 | -46/+38 |
* | ash: explain what "local -" does | Denys Vlasenko | 2015-05-13 | 1 | -1/+2 |
* | ash: consider "local -" case while iterating over local variables in mklocal. | Eugene Rudoy | 2015-05-13 | 1 | -1/+1 |
* | libbb: Enable support for !CONFIG_MULTIUSER | Daniel Thompson | 2015-05-12 | 1 | -2/+21 |
* | i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT | Bartosz Golaszewski | 2015-05-11 | 1 | -2/+6 |
* | i2c-tools: fix 'i2cdetect -l' | Bartosz Golaszewski | 2015-05-11 | 1 | -1/+4 |
* | bzcat.tests: Run both .gz and .bz2 tests, and add .Z tests | Thiago Jung Bauermann | 2015-05-11 | 1 | -24/+50 |