| Commit message (Expand) | Author | Files | Lines |
2015-07-19 | less: document -S flag and make it independently configurable | Ron Yorston | 1 | -4/+18 |
2015-07-13 | ash: use alloca to get rid of setjmp | Ron Yorston | 1 | -34/+2 |
2015-07-13 | fix file mode | Denys Vlasenko | 1 | -0/+0 |
2015-07-13 | ash: remove parsebackquote flag | Ron Yorston | 3 | -7/+3 |
2015-07-13 | Removes stray empty line from code | Maninder Singh | 28 | -46/+0 |
2015-07-01 | applets: Add installation of individual binaries | Clayton Shotwell | 2 | -2/+28 |
2015-07-01 | ps: fix SEGV on narrow screens. closes 8176 | Denys Vlasenko | 1 | -5/+7 |
2015-07-01 | ipaddress: better formatting, no code changes | Denys Vlasenko | 1 | -6/+10 |
2015-07-01 | ip addr: support change and replace commands | Michael Tokarev | 2 | -9/+13 |
2015-06-07 | fix whitespaces | Maninder Singh | 1 | -1/+1 |
2015-06-07 | fix if(p)/free(p) construct | Maninder Singh | 4 | -14/+7 |
2015-06-07 | i2cdetect: use break instead of goto in list_i2c_busses_and_exit() | Bartosz Golaszewski | 1 | -2/+1 |
2015-06-07 | i2cdump: code rework | Bartosz Golaszewski | 1 | -149/+167 |
2015-06-07 | i2cdetect: add a check for (mode == DETECT_MODE_AUTO) | Bartosz Golaszewski | 1 | -1/+3 |
2015-06-07 | i2cdetect: don't scan non-regular addresses without the '-a' option | Bartosz Golaszewski | 1 | -2/+4 |
2015-06-07 | i2cdetect: don't die on addresses already in use by drivers | Bartosz Golaszewski | 1 | -12/+19 |
2015-06-07 | chown: fix help text | Junling Zheng | 1 | -1/+1 |
2015-05-25 | truncate: do not die when a file doesn't exist and no-create flag is on | Ari Sundholm | 1 | -5/+15 |
2015-05-25 | Print one less newline at the end of bb_show_usage() | Denys Vlasenko | 1 | -1/+1 |
2015-05-25 | typo fixes | Maninder Singh | 17 | -24/+24 |
2015-05-25 | dc: fix "dc p" prinitng bogus data | Denys Vlasenko | 1 | -2/+8 |
2015-05-24 | tc: fix print_rate | Denys Vlasenko | 1 | -7/+7 |
2015-05-18 | hush: add recent ash tests to hush testsuite too (they all pass for hush) | Denys Vlasenko | 18 | -0/+29 |
2015-05-18 | testsuite: add some tests for ash | Ron Yorston | 10 | -0/+15 |
2015-05-18 | ash: fix breakage of ${v/pat/str} | Ron Yorston | 1 | -51/+28 |
2015-05-18 | ash: move parse-time quote flag detection to run-time | Ron Yorston | 5 | -98/+72 |
2015-05-18 | ash: remove arithmetic expansion collapsing at parse time | Ron Yorston | 3 | -12/+11 |
2015-05-18 | ash: remove superfluous code in arithmetic mode | Ron Yorston | 1 | -5/+2 |
2015-05-18 | ash: do not expand tilde in parameter expansion within quotes | Ron Yorston | 3 | -5/+6 |
2015-05-18 | ash: perform tilde expansion in all parameter expansion words | Ron Yorston | 3 | -2/+5 |
2015-05-18 | ash: code shrink around varvalue | Ron Yorston | 1 | -46/+38 |
2015-05-13 | ash: explain what "local -" does | Denys Vlasenko | 1 | -1/+2 |
2015-05-13 | ash: consider "local -" case while iterating over local variables in mklocal. | Eugene Rudoy | 1 | -1/+1 |
2015-05-12 | libbb: Enable support for !CONFIG_MULTIUSER | Daniel Thompson | 1 | -2/+21 |
2015-05-11 | i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT | Bartosz Golaszewski | 1 | -2/+6 |
2015-05-11 | i2c-tools: fix 'i2cdetect -l' | Bartosz Golaszewski | 1 | -1/+4 |
2015-05-11 | bzcat.tests: Run both .gz and .bz2 tests, and add .Z tests | Thiago Jung Bauermann | 1 | -24/+50 |
2015-05-11 | tar: do not try to decode GNU extended headers as pax headers | Denys Vlasenko | 1 | -11/+17 |
2015-05-03 | Conditionalize Bionic workarounds on __ANDROID_API__ | Matt Whitlock | 1 | -4/+10 |
2015-05-03 | Bionic lacks mempcpy; enable existing workaround | Matt Whitlock | 1 | -0/+1 |
2015-05-03 | libarchive: auto-detect .Z files as well | Thiago Jung Bauermann | 1 | -0/+7 |
2015-05-03 | typo fix | Denys Vlasenko | 1 | -1/+1 |
2015-05-03 | vi: basic undo feature shouldn't depend on yankmark | Andrew Fuller | 1 | -5/+5 |
2015-04-26 | gzip: add support for compression levels 4-9 | Aaro Koskinen | 1 | -10/+62 |
2015-04-26 | Bionic lacks tcdrain; provide a workaround | Matt Whitlock | 1 | -0/+5 |
2015-04-25 | Bionic lacks ttyname_r; provide a workaround | Matt Whitlock | 2 | -0/+26 |
2015-04-21 | special-case {true,false,test} --help | Denys Vlasenko | 4 | -28/+21 |
2015-04-20 | include: Fallback to UTMP unless there is UTMPX support | Bernhard Reutner-Fischer | 1 | -1/+24 |
2015-04-20 | libbb: remove unnecessary argument to nonblock_immune_read | Ron Yorston | 3 | -8/+8 |
2015-04-19 | mdev: if a "future" mdev.seq is seen, do not overwrite it with ours | Denys Vlasenko | 1 | -7/+22 |