summaryrefslogtreecommitdiff
path: root/coreutils
Commit message (Expand)AuthorAgeFilesLines
* tail compat: fix header printing for tail -fBartosz Golaszewski2013-10-161-1/+4
* touch: add conditional support for -hDenys Vlasenko2013-09-111-4/+35
* dd: code shrinkDenys Vlasenko2013-08-201-3/+4
* dd: code shrinkDenys Vlasenko2013-08-201-2/+2
* dd: code shrinkDenys Vlasenko2013-08-201-5/+6
* dd: remove FIXME comment which is fixed now. No code changesDenys Vlasenko2013-08-201-4/+1
* dd: code shrinkDenys Vlasenko2013-08-201-12/+24
* dd: fail if swab is attempted on odd-sized blockDenys Vlasenko2013-08-201-10/+21
* dd: fix example in a comment. No code changes.Denys Vlasenko2013-08-191-1/+1
* dd: support conv=swabDenys Vlasenko2013-08-191-6/+23
* dd: do not reuse local variables for unrelated values.Denys Vlasenko2013-08-191-6/+8
* Whitespace fixesDenys Vlasenko2013-07-301-1/+1
* catv: code shrinkDenys Vlasenko2013-07-301-6/+9
* Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski2013-07-302-54/+23
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-136-40/+11
* tail: code shrinkDenys Vlasenko2013-07-081-16/+15
* foo*sum: Correct syntax errorCristian Ionescu-Idbohrn2013-07-041-1/+1
* tail: track file size only in -f modeDenys Vlasenko2013-07-021-11/+15
* foo*sum: report I/O errors, don't merely exit with 1.Denys Vlasenko2013-07-021-1/+3
* stty: disable CIBAUD leak check - it is not necessary on LinuxDenys Vlasenko2013-05-171-1/+6
* stty: code shrinkDenys Vlasenko2013-05-171-30/+29
* libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-291-1/+1
* readlink: note that our -f is really -eMike Frysinger2013-03-121-1/+4
* platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger2013-03-121-3/+1
* hostid: do not output sign-extended host id. Closes 6056Denys Vlasenko2013-03-041-1/+2
* tail: make help text for -n +N syntax more correctDenys Vlasenko2013-02-251-1/+1
* head: support -n -NUM and -c -NUMDenys Vlasenko2013-02-251-22/+128
* head,tail: use common suffix struct. simplify help text.Denys Vlasenko2013-02-255-27/+40
* whitespace fixes. no code changesDenys Vlasenko2013-01-155-9/+9
* whitespace cleanup. no code changesDenys Vlasenko2013-01-146-34/+41
* sha3sum: new appletLauri Kasanen2013-01-143-3/+27
* whitespace fixes. no code changesDenys Vlasenko2013-01-146-9/+9
* du: document incompatibility with standard toolDenys Vlasenko2012-12-141-0/+4
* fix unsafe bb_perror_msg(filename) callsDenys Vlasenko2012-09-271-2/+2
* tweak help textDenys Vlasenko2012-06-191-1/+1
* android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.cTias Guns2012-06-101-0/+6
* mv: accept but ignore -vSimon B2012-05-061-8/+11
* mkdir,rmdir: accept and ignore -v, --verboseSimon B2012-05-062-4/+7
* ln: support -T and -vSimon B2012-05-061-6/+22
* who: fix typo in help textDenys Vlasenko2012-04-181-1/+1
* who,less: tweaked help textDenys Vlasenko2012-04-171-0/+1
* test: "test !" was accessing argv past NULL - fix it. Closes 4832Denys Vlasenko2012-03-081-7/+8
* libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-1/+0
* printf: fix this case: printf "%b" '\0057usr\0057bin\n'Denys Vlasenko2012-03-071-2/+17
* printf: trim help textDenys Vlasenko2012-03-071-4/+3
* uudecode: tweak help textDenys Vlasenko2012-03-051-1/+1
* uuencode: tweak help textDenys Vlasenko2012-03-051-2/+2
* cp: trim help textDenys Vlasenko2012-03-051-2/+2
* du: trim help text a bit moreDenys Vlasenko2012-03-051-7/+5
* du: remove stray whitespace in help textDenys Vlasenko2012-03-051-1/+1