Age | Commit message (Expand) | Author |
2015-07-21 | less: improvements to verbose status messages | Ron Yorston |
2015-07-21 | sync: add support for -d -f FILE | Denys Vlasenko |
2015-07-19 | Remove old_e2fsprogs/* | Denys Vlasenko |
2015-07-19 | libbb: add a function to make a copy of a region of memory | Ron Yorston |
2015-07-19 | less: correctly account for tabs when rewrapping lines | Ron Yorston |
2015-07-19 | less: fix display of line numbers | Ron Yorston |
2015-07-19 | less: document -S flag and make it independently configurable | Ron Yorston |
2015-07-13 | ash: use alloca to get rid of setjmp | Ron Yorston |
2015-07-13 | fix file mode | Denys Vlasenko |
2015-07-13 | ash: remove parsebackquote flag | Ron Yorston |
2015-07-13 | Removes stray empty line from code | Maninder Singh |
2015-07-01 | applets: Add installation of individual binaries | Clayton Shotwell |
2015-07-01 | ps: fix SEGV on narrow screens. closes 8176 | Denys Vlasenko |
2015-07-01 | ipaddress: better formatting, no code changes | Denys Vlasenko |
2015-07-01 | ip addr: support change and replace commands | Michael Tokarev |
2015-06-07 | fix whitespaces | Maninder Singh |
2015-06-07 | fix if(p)/free(p) construct | Maninder Singh |
2015-06-07 | i2cdetect: use break instead of goto in list_i2c_busses_and_exit() | Bartosz Golaszewski |
2015-06-07 | i2cdump: code rework | Bartosz Golaszewski |
2015-06-07 | i2cdetect: add a check for (mode == DETECT_MODE_AUTO) | Bartosz Golaszewski |
2015-06-07 | i2cdetect: don't scan non-regular addresses without the '-a' option | Bartosz Golaszewski |
2015-06-07 | i2cdetect: don't die on addresses already in use by drivers | Bartosz Golaszewski |
2015-06-07 | chown: fix help text | Junling Zheng |
2015-05-25 | truncate: do not die when a file doesn't exist and no-create flag is on | Ari Sundholm |
2015-05-25 | Print one less newline at the end of bb_show_usage() | Denys Vlasenko |
2015-05-25 | typo fixes | Maninder Singh |
2015-05-25 | dc: fix "dc p" prinitng bogus data | Denys Vlasenko |
2015-05-24 | tc: fix print_rate | Denys Vlasenko |
2015-05-18 | hush: add recent ash tests to hush testsuite too (they all pass for hush) | Denys Vlasenko |
2015-05-18 | testsuite: add some tests for ash | Ron Yorston |
2015-05-18 | ash: fix breakage of ${v/pat/str} | Ron Yorston |
2015-05-18 | ash: move parse-time quote flag detection to run-time | Ron Yorston |
2015-05-18 | ash: remove arithmetic expansion collapsing at parse time | Ron Yorston |
2015-05-18 | ash: remove superfluous code in arithmetic mode | Ron Yorston |
2015-05-18 | ash: do not expand tilde in parameter expansion within quotes | Ron Yorston |
2015-05-18 | ash: perform tilde expansion in all parameter expansion words | Ron Yorston |
2015-05-18 | ash: code shrink around varvalue | Ron Yorston |
2015-05-13 | ash: explain what "local -" does | Denys Vlasenko |
2015-05-13 | ash: consider "local -" case while iterating over local variables in mklocal. | Eugene Rudoy |
2015-05-12 | libbb: Enable support for !CONFIG_MULTIUSER | Daniel Thompson |
2015-05-11 | i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT | Bartosz Golaszewski |
2015-05-11 | i2c-tools: fix 'i2cdetect -l' | Bartosz Golaszewski |
2015-05-11 | bzcat.tests: Run both .gz and .bz2 tests, and add .Z tests | Thiago Jung Bauermann |
2015-05-11 | tar: do not try to decode GNU extended headers as pax headers | Denys Vlasenko |
2015-05-03 | Conditionalize Bionic workarounds on __ANDROID_API__ | Matt Whitlock |
2015-05-03 | Bionic lacks mempcpy; enable existing workaround | Matt Whitlock |
2015-05-03 | libarchive: auto-detect .Z files as well | Thiago Jung Bauermann |
2015-05-03 | typo fix | Denys Vlasenko |
2015-05-03 | vi: basic undo feature shouldn't depend on yankmark | Andrew Fuller |
2015-04-26 | gzip: add support for compression levels 4-9 | Aaro Koskinen |