aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2013-03-12platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger
2013-03-04hostid: do not output sign-extended host id. Closes 6056Denys Vlasenko
2013-02-25tail: make help text for -n +N syntax more correctDenys Vlasenko
2013-02-25head: support -n -NUM and -c -NUMDenys Vlasenko
2013-02-25head,tail: use common suffix struct. simplify help text.Denys Vlasenko
2013-01-15whitespace fixes. no code changesDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2013-01-14sha3sum: new appletLauri Kasanen
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-12-14du: document incompatibility with standard toolDenys Vlasenko
2012-09-27fix unsafe bb_perror_msg(filename) callsDenys Vlasenko
2012-06-19tweak help textDenys Vlasenko
2012-06-10android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.cTias Guns
2012-05-06mv: accept but ignore -vSimon B
2012-05-06mkdir,rmdir: accept and ignore -v, --verboseSimon B
2012-05-06ln: support -T and -vSimon B
2012-04-18who: fix typo in help textDenys Vlasenko
2012-04-17who,less: tweaked help textDenys Vlasenko
2012-03-08test: "test !" was accessing argv past NULL - fix it. Closes 4832Denys Vlasenko
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2012-03-07printf: fix this case: printf "%b" '\0057usr\0057bin\n'Denys Vlasenko
2012-03-07printf: trim help textDenys Vlasenko
2012-03-05uudecode: tweak help textDenys Vlasenko
2012-03-05uuencode: tweak help textDenys Vlasenko
2012-03-05cp: trim help textDenys Vlasenko
2012-03-05du: trim help text a bit moreDenys Vlasenko
2012-03-05du: remove stray whitespace in help textDenys Vlasenko
2012-03-01date: extend help text to explain compat date format. Closes 4820Denys Vlasenko
2012-02-28du: use long long for size fieldIan Wienand
2012-02-23mkdir: fix permissions on 64-bit platformsTimo Teras
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko
2011-12-14touch: add new option FEATURE_TOUCH_SUSV3walter harms
2011-12-13touch: document -t DT option in help textDenys Vlasenko
2011-10-28whitespace fixesDenys Vlasenko
2011-10-21stty: trim too verbose error messages (-40 bytes)Denys Vlasenko
2011-10-18uudecode: fix buggy check for empty filenameDenys Vlasenko
2011-10-16pwd: implement -LP if DESKTOPDenys Vlasenko
2011-09-21add INIT_G()'s. No code changes.Denys Vlasenko
2011-09-17tail: fix -c +N. Closes 4111Denys Vlasenko
2011-08-16hostid: fix behavior on identifiers starting with zerosPere Orga
2011-08-10randomconfig fixesDenys Vlasenko
2011-08-09remove extra += who.oDenys Vlasenko
2011-08-09df: more compatible -P behaviorRalf Friedl
2011-08-09users: new applet.Tito Ragusa
2011-07-08usleep: do not check for usleep error, it should never failDenys Vlasenko
2011-07-04md5/shaNsum: make -c support a list of filesLauri Kasanen
2011-06-22id: correct getgroups usageDenys Vlasenko
2011-06-22groups: make it NOEXECDenys Vlasenko
2011-06-21ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko
2011-06-21groups: new appletTito Ragusa