Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: fix access check bug; tweak fake file mode | Ron Yorston | 2015-03-24 | 1 | -4/+0 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-23 | 2 | -25/+83 |
|\ | |||||
| * | truncate: new applet | Denys Vlasenko | 2015-03-22 | 1 | -0/+77 |
| * | dd: move suffix struct to xatonum.c | Ari Sundholm | 2015-03-22 | 1 | -25/+6 |
* | | Post-merge fixes | Ron Yorston | 2015-03-14 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-14 | 7 | -88/+129 |
|\| | |||||
| * | od: fix printing of high-bit chars | Ron Yorston | 2015-03-12 | 1 | -8/+6 |
| * | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 2 | -3/+3 |
| * | ls: heed compiler warning | Denys Vlasenko | 2015-02-23 | 1 | -1/+1 |
| * | ls: trivial code shrink | Denys Vlasenko | 2015-02-18 | 1 | -5/+5 |
| * | ls: fix year 9999 bug :) | Denys Vlasenko | 2015-02-16 | 1 | -5/+8 |
| * | dd: add optional support for status=noxfer/none | Ari Sundholm | 2015-02-07 | 2 | -70/+111 |
| * | trim extra newlines in help texts | Denys Vlasenko | 2015-01-24 | 1 | -1/+1 |
* | | od: print valid octal values with -c flag | Ron Yorston | 2014-12-05 | 1 | -5/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-10-06 | 3 | -57/+85 |
|\| | |||||
| * | install: fix help text | Denys Vlasenko | 2014-09-24 | 1 | -1/+1 |
| * | install: implement -t DIR | Aaro Koskinen | 2014-09-24 | 1 | -15/+22 |
| * | df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0 | Ari Sundholm | 2014-09-20 | 1 | -8/+7 |
| * | df: implement -T option | Ari Sundholm | 2014-09-17 | 1 | -2/+23 |
| * | test: fix mishandling of "test '(' = '('" and similar | Denys Vlasenko | 2014-07-01 | 1 | -34/+35 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-06-30 | 9 | -12/+81 |
|\| | |||||
| * | stat: fix printing selinux context and null-dereference | Michael Gernoth | 2014-06-27 | 1 | -2/+3 |
| * | unlink: new applet | Isaac Dunham | 2014-06-22 | 1 | -0/+34 |
| * | Add conditional support for -v / --verbose | Denys Vlasenko | 2014-05-19 | 7 | -10/+44 |
* | | MinGW: rename execable -> executable | Ron Yorston | 2014-05-06 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-05-06 | 1 | -1/+1 |
|\| | |||||
* | | Drop CONFIG_WIN32_NET setting | Ron Yorston | 2014-03-17 | 1 | -3/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-03-11 | 4 | -12/+169 |
|\| | |||||
| * | shuf: trim help text | Denys Vlasenko | 2014-03-07 | 1 | -4/+4 |
| * | shuf: do not use strings for -i RANGE case | Denys Vlasenko | 2014-03-07 | 1 | -3/+5 |
| * | shuf: improve help text | Bartosz Golaszewski | 2014-03-07 | 1 | -3/+3 |
| * | shuf: fix a segfault on 'shuf -e' | Bartosz Golaszewski | 2014-03-07 | 1 | -1/+2 |
| * | shuf: new applet | Denys Vlasenko | 2014-03-05 | 1 | -0/+150 |
| * | ls: make "ls -s DIR" show total too. Clases 4946 | Denys Vlasenko | 2014-02-27 | 1 | -1/+1 |
| * | catv: suppress compiler warning | Denys Vlasenko | 2014-02-03 | 1 | -7/+9 |
| * | uname: fix up usage documentation | Mike Frysinger | 2014-01-31 | 1 | -4/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-01-21 | 1 | -3/+7 |
|\| | |||||
| * | sort: check global flags on fallback sort | Bartosz Golaszewski | 2014-01-19 | 1 | -2/+6 |
| * | sort.c: remove a magic number from compare_keys() | Bartosz Golaszewski | 2014-01-19 | 1 | -1/+1 |
* | | date: add dummy stime | Ron Yorston | 2014-01-19 | 1 | -5/+0 |
* | | date: emulate %e format | Ron Yorston | 2014-01-19 | 1 | -8/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-01-13 | 3 | -6/+6 |
|\| | |||||
| * | tail: adjust help/usage texts | Cristian Ionescu-Idbohrn | 2014-01-10 | 2 | -5/+5 |
| * | chown: fix help text | Denys Vlasenko | 2014-01-09 | 1 | -1/+1 |
* | | Revise mingw_stat to minimise changes from upstream BusyBox | Ron Yorston | 2014-01-07 | 3 | -15/+1 |
* | | Remove feature that allows stat -f to be disabled | Ron Yorston | 2014-01-06 | 2 | -26/+4 |
* | | Use the preprocessor to fake st_blocks | Ron Yorston | 2014-01-05 | 3 | -17/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-01-02 | 5 | -18/+45 |
|\| | |||||
| * | expand: use printable_string instead of hard-coding implementation | Michael Tokarev | 2013-12-16 | 1 | -10/+3 |
| * | Use unsigned printf/scanf conversion where more appropriate | Denys Vlasenko | 2013-11-29 | 2 | -3/+3 |