| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | ls: handle -x through option_mask32, remove default -C from --help | Denys Vlasenko | 2017-01-23 | 1 | -8/+7 |
| * | ls: handle -d and -R through option_mask32 | Denys Vlasenko | 2017-01-23 | 1 | -29/+17 |
| * | ls: handle -p and -F through option_mask32 | Denys Vlasenko | 2017-01-23 | 1 | -18/+16 |
| * | ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG | Denys Vlasenko | 2017-01-23 | 1 | -43/+36 |
| * | ls: make -Z output compatible with GNU coreutils 8.25 | Denys Vlasenko | 2017-01-23 | 1 | -19/+24 |
| * | ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT | Denys Vlasenko | 2017-01-23 | 1 | -34/+30 |
| * | ls: handle -s through option_mask32 | Denys Vlasenko | 2017-01-23 | 1 | -16/+16 |
| * | ls: handle -i through option_mask32 | Denys Vlasenko | 2017-01-23 | 1 | -6/+5 |
| * | ls: handle -a and -A through option_mask32 | Denys Vlasenko | 2017-01-23 | 1 | -12/+10 |
| * | ls: handle all sort options through option_mask32 | Denys Vlasenko | 2017-01-23 | 1 | -71/+42 |
| * | ls: -1 should be ignored by -l (and options which imply -l) | Denys Vlasenko | 2017-01-22 | 1 | -12/+12 |
| * | ls: more correct handling of -c, -u | Denys Vlasenko | 2017-01-22 | 1 | -59/+50 |
| * | ls: replace -e with --full-time, add --group-directories-first, delete -K | Denys Vlasenko | 2017-01-22 | 1 | -56/+74 |
| * | make --help texts more uniform | Denys Vlasenko | 2017-01-21 | 1 | -4/+4 |
| * | Move FEATURE_AUTOWIDTH config option to two applets which use it | Denys Vlasenko | 2017-01-11 | 1 | -11/+16 |
| * | shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo | Denys Vlasenko | 2017-01-10 | 4 | -17/+16 |
| * | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 17 | -59/+17 |
| * | hush: make echo builtin optional | Denys Vlasenko | 2017-01-09 | 1 | -8/+4 |
| * | hush: kill builtin and kill %jobspec support | Denys Vlasenko | 2017-01-08 | 1 | -1/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-01-04 | 4 | -11/+34 |
|\| |
|
| * | Make it possible to select "sh" and "bash" aliases without selecting ash or hush | Denys Vlasenko | 2016-12-23 | 2 | -8/+14 |
| * | df: implement -B n<suff> and -B <suff> formats of -B option | Denys Vlasenko | 2016-12-12 | 1 | -2/+18 |
| * | fix musl problem with dirname, now for all users of bb_make_directory() | Denys Vlasenko | 2016-12-04 | 1 | -9/+3 |
| * | install: fix musl problem with dirname | Denys Vlasenko | 2016-12-03 | 1 | -3/+10 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-11-29 | 76 | -900/+970 |
|\| |
|
| * | test: make [ and [[ forms individually selectable | Denys Vlasenko | 2016-11-23 | 1 | -5/+21 |
| * | Remove remnants of disabled "length" applet | Denys Vlasenko | 2016-11-23 | 3 | -39/+0 |
| * | Make dos2unix/unix2dos independently selectable | Denys Vlasenko | 2016-11-23 | 1 | -5/+7 |
| * | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 75 | -859/+950 |
* | | yes: add explicit error check for WIN32 | Ron Yorston | 2016-10-24 | 1 | -0/+4 |
* | | Merge branch busybox (up to "ash: comment out free(p) just before...") | Ron Yorston | 2016-10-19 | 6 | -76/+124 |
|\| |
|
| * | test: fix compile error in last commit | Denys Vlasenko | 2016-10-02 | 1 | -1/+1 |
| * | test: memory leak: free group id list | Denys Vlasenko | 2016-10-02 | 1 | -0/+1 |
| * | fix "aloc" -> "alloc" typos | Denys Vlasenko | 2016-09-17 | 1 | -2/+2 |
| * | sha3sum: fix config text (it's no longer only 512-bit) | Denys Vlasenko | 2016-08-29 | 1 | -1/+1 |
| * | sha3: fix to conform to final SHA3 padding standard, add -a BITS option | Denys Vlasenko | 2016-08-29 | 3 | -64/+106 |
| * | typo fixes | Denys Vlasenko | 2016-07-19 | 1 | -1/+1 |
| * | {md5,shaN}sum: make -c EMPTY fail | Denys Vlasenko | 2016-07-11 | 1 | -9/+14 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-07-07 | 9 | -39/+41 |
|\| |
|
| * | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 2016-07-06 | 7 | -17/+13 |
| * | df: use f_frsize instead of f_bsize for correct sizes | Natanael Copa | 2016-06-24 | 1 | -10/+10 |
| * | cp: add -u/--update and --remove-destination | Denys Vlasenko | 2016-05-27 | 1 | -12/+18 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-05-16 | 14 | -21/+47 |
|\| |
|
| * | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | 2016-04-22 | 1 | -3/+3 |
| * | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko | 2016-04-21 | 7 | -15/+20 |
| * | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko | 2016-04-21 | 6 | -3/+6 |
| * | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 14 | -16/+34 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-04-04 | 2 | -9/+12 |
|\| |
|
| * | sort: "-o FILE", not "-o", is the syntax | Denys Vlasenko | 2016-04-02 | 1 | -4/+4 |
| * | sort: help text does not need to say that -mST are supported but ignored | Denys Vlasenko | 2016-04-02 | 1 | -2/+5 |