Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update default configuration | Ron Yorston | 2015-11-01 | 1 | -1/+0 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-31 | 6 | -68/+122 |
|\ | |||||
| * | stat: make -f optional. This allows to build stat for non-linux systems | Denys Vlasenko | 2015-10-30 | 2 | -36/+61 |
| * | tr: support octal ranges | Richard Genoud | 2015-10-26 | 1 | -5/+18 |
| * | libbb: factor out code which queries screen width | Denys Vlasenko | 2015-10-23 | 2 | -2/+2 |
| * | sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR" | Denys Vlasenko | 2015-10-19 | 1 | -3/+4 |
| * | sort: code shrink | Denys Vlasenko | 2015-10-19 | 1 | -18/+22 |
| * | remove extra debug printout | Denys Vlasenko | 2015-10-19 | 1 | -1/+0 |
| * | sort: fix key with delimiters breakage | Denys Vlasenko | 2015-10-19 | 1 | -5/+16 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-19 | 4 | -130/+149 |
|\| | |||||
| * | libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1 | Denys Vlasenko | 2015-10-19 | 1 | -4/+0 |
| * | od: get rid of (almost all) statics | Denys Vlasenko | 2015-10-19 | 1 | -108/+122 |
| * | cpio: implement -R/--owner | Aaro Koskinen | 2015-10-16 | 1 | -2/+2 |
| * | du: extra compat: with -k and -m, round sizes up | Denys Vlasenko | 2015-10-15 | 1 | -14/+23 |
| * | libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) | Denys Vlasenko | 2015-10-14 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-13 | 8 | -13/+30 |
|\| | |||||
| * | build system: -fno-builtin-printf | Denys Vlasenko | 2015-10-07 | 2 | -2/+2 |
| * | libbb: more compact API for bb_parse_mode() | Denys Vlasenko | 2015-10-07 | 4 | -6/+8 |
| * | uudecode: tolerate text input with CR+LF line ends | Denys Vlasenko | 2015-10-05 | 1 | -1/+12 |
| * | sort: fix -kN,M handling (was including last separator into the comparison) | Denys Vlasenko | 2015-09-19 | 1 | -4/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-08-04 | 5 | -19/+86 |
|\| | |||||
| * | uname: make OS name configurable | Ron Yorston | 2015-08-03 | 2 | -2/+10 |
| * | echo: make escape sequences depend on fancy mode | Mike Frysinger | 2015-07-31 | 1 | -1/+1 |
| * | sync: add support for -d -f FILE | Denys Vlasenko | 2015-07-21 | 3 | -10/+75 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-07-14 | 7 | -11/+20 |
|\| | |||||
| * | Removes stray empty line from code | Maninder Singh | 2015-07-13 | 1 | -1/+0 |
| * | fix whitespaces | Maninder Singh | 2015-06-07 | 1 | -1/+1 |
| * | 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 |
| * | typo fixes | Maninder Singh | 2015-05-25 | 3 | -3/+3 |
* | | Merge branch 'busybox' into mergeFRP | Ron Yorston | 2015-05-18 | 4 | -22/+13 |
|\| | |||||
| * | special-case {true,false,test} --help | Denys Vlasenko | 2015-04-21 | 3 | -18/+9 |
| * | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer | 2015-04-02 | 1 | -4/+4 |
* | | 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 |