aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* typo fixDenys Vlasenko2017-03-231-1/+1
* paste: new appletMaxime Coste2017-03-231-0/+138
* dd: call fsync() only once before exiting if conv=fsync is specifiedRostislav Skudnov2017-03-161-4/+4
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-292-0/+2
* link: new appletDenys Vlasenko2017-01-261-0/+41
* ftpd/ls: show directories firstDenys Vlasenko2017-01-251-1/+6
* tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko2017-01-241-1/+1
* ls: convert DISP_DIRNAME to a bool variableDenys Vlasenko2017-01-231-9/+3
* ls: get rid of opt_flags[], handle -l1c through option_mask32Denys Vlasenko2017-01-231-67/+33
* ls: handle -x through option_mask32, remove default -C from --helpDenys Vlasenko2017-01-231-8/+7
* ls: handle -d and -R through option_mask32Denys Vlasenko2017-01-231-29/+17
* ls: handle -p and -F through option_mask32Denys Vlasenko2017-01-231-18/+16
* ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONGDenys Vlasenko2017-01-231-43/+36
* ls: make -Z output compatible with GNU coreutils 8.25Denys Vlasenko2017-01-231-19/+24
* ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPTDenys Vlasenko2017-01-231-34/+30
* ls: handle -s through option_mask32Denys Vlasenko2017-01-231-16/+16
* ls: handle -i through option_mask32Denys Vlasenko2017-01-231-6/+5
* ls: handle -a and -A through option_mask32Denys Vlasenko2017-01-231-12/+10
* ls: handle all sort options through option_mask32Denys Vlasenko2017-01-231-71/+42
* ls: -1 should be ignored by -l (and options which imply -l)Denys Vlasenko2017-01-221-12/+12
* ls: more correct handling of -c, -uDenys Vlasenko2017-01-221-59/+50
* ls: replace -e with --full-time, add --group-directories-first, delete -KDenys Vlasenko2017-01-221-56/+74
* make --help texts more uniformDenys Vlasenko2017-01-211-4/+4
* Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko2017-01-111-11/+16
* shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko2017-01-104-17/+16
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-1017-59/+17
* hush: make echo builtin optionalDenys Vlasenko2017-01-091-8/+4
* hush: kill builtin and kill %jobspec supportDenys Vlasenko2017-01-081-1/+4
* Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko2016-12-232-8/+14
* df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko2016-12-121-2/+18
* fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko2016-12-041-9/+3
* install: fix musl problem with dirnameDenys Vlasenko2016-12-031-3/+10
* test: make [ and [[ forms individually selectableDenys Vlasenko2016-11-231-5/+21
* Remove remnants of disabled "length" appletDenys Vlasenko2016-11-233-39/+0
* Make dos2unix/unix2dos independently selectableDenys Vlasenko2016-11-231-5/+7
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2375-859/+950
* test: fix compile error in last commitDenys Vlasenko2016-10-021-1/+1
* test: memory leak: free group id listDenys Vlasenko2016-10-021-0/+1
* fix "aloc" -> "alloc" typosDenys Vlasenko2016-09-171-2/+2
* sha3sum: fix config text (it's no longer only 512-bit)Denys Vlasenko2016-08-291-1/+1
* sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko2016-08-293-64/+106
* typo fixesDenys Vlasenko2016-07-191-1/+1
* {md5,shaN}sum: make -c EMPTY failDenys Vlasenko2016-07-111-9/+14
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-067-17/+13
* df: use f_frsize instead of f_bsize for correct sizesNatanael Copa2016-06-241-10/+10
* cp: add -u/--update and --remove-destinationDenys Vlasenko2016-05-271-12/+18
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-3/+3
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-217-15/+20
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-216-3/+6
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-2114-16/+34