aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2017-01-09hush: make echo builtin optionalDenys Vlasenko
2017-01-08hush: kill builtin and kill %jobspec supportDenys Vlasenko
2016-12-23Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko
2016-12-04fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko
2016-12-03install: fix musl problem with dirnameDenys Vlasenko
2016-11-23test: make [ and [[ forms individually selectableDenys Vlasenko
2016-11-23Remove remnants of disabled "length" appletDenys Vlasenko
2016-11-23Make dos2unix/unix2dos independently selectableDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-10-02test: fix compile error in last commitDenys Vlasenko
2016-10-02test: memory leak: free group id listDenys Vlasenko
2016-09-17fix "aloc" -> "alloc" typosDenys Vlasenko
2016-08-29sha3sum: fix config text (it's no longer only 512-bit)Denys Vlasenko
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko
2016-07-19typo fixesDenys Vlasenko
2016-07-11{md5,shaN}sum: make -c EMPTY failDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-06-24df: use f_frsize instead of f_bsize for correct sizesNatanael Copa
2016-05-27cp: add -u/--update and --remove-destinationDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-02sort: "-o FILE", not "-o", is the syntaxDenys Vlasenko
2016-04-02sort: help text does not need to say that -mST are supported but ignoredDenys Vlasenko
2016-03-06ls: fix columnar output. Closes 8731Denys Vlasenko
2016-02-01dd: support iflag=skip_bytesRafał Miłecki
2016-01-31printf: short-circuit output when argument to %b includes \cRon Yorston
2016-01-17dos2unix: try to preserve ownership. closes 8311Denys Vlasenko
2016-01-13truncate: use O_WRONLY|O_NONBLOCKMike Frysinger
2016-01-13truncate: always set mode when opening file to avoid fortify errorsAri Sundholm
2015-10-30stat: make -f optional. This allows to build stat for non-linux systemsDenys Vlasenko
2015-10-26tr: support octal rangesRichard Genoud
2015-10-23libbb: factor out code which queries screen widthDenys Vlasenko
2015-10-19sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko
2015-10-19sort: code shrinkDenys Vlasenko
2015-10-19remove extra debug printoutDenys Vlasenko
2015-10-19sort: fix key with delimiters breakageDenys Vlasenko
2015-10-19libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko
2015-10-19od: get rid of (almost all) staticsDenys Vlasenko
2015-10-16cpio: implement -R/--ownerAaro Koskinen
2015-10-15du: extra compat: with -k and -m, round sizes upDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-10-05uudecode: tolerate text input with CR+LF line endsDenys Vlasenko
2015-09-19sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko
2015-08-03uname: make OS name configurableRon Yorston
2015-07-31echo: make escape sequences depend on fancy modeMike Frysinger