aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2007-04-04- remove bss users. Shrinkage while at it. See XXX for further, pre-existing ...Bernhard Reutner-Fischer
2007-04-04- remove some bss users.Bernhard Reutner-Fischer
2007-04-04- remove superfluous bss user (flags) and manually unswitch some areas:Bernhard Reutner-Fischer
2007-04-02- use bb_error_msgBernhard Reutner-Fischer
2007-04-02- use xregcomp. Untested. vda, isn't there a regfree missing here?Bernhard Reutner-Fischer
2007-04-02- remove some unneeded forward declarations. No obj-code changes.Bernhard Reutner-Fischer
2007-04-02- remove args from bss, minor misc shrinkage while at it.Bernhard Reutner-Fischer
2007-04-02test: comment out unused codeDenis Vlasenko
2007-03-31uniq: getopt32-ization. -38 bytes.Denis Vlasenko
2007-03-30- fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..Bernhard Reutner-Fischer
2007-03-30- debloat test. untested.Bernhard Reutner-Fischer
2007-03-30- fix bug where we did not reject invalid classes like '[[:alpha'Bernhard Reutner-Fischer
2007-03-29- fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer
2007-03-28- move additional fancy options not mandated by SUSv3 into a FANCY optionBernhard Reutner-Fischer
2007-03-26diff: fix SEGV (NULL deref) in diff -NDenis Vlasenko
2007-03-26split: let me join bikeshed painting frenzy :)Denis Vlasenko
2007-03-26- check the suffix proper plus misc touch upBernhard Reutner-Fischer
2007-03-26- implement suffices as required by SUSv3Bernhard Reutner-Fischer
2007-03-26- shrink a tiny bit (-8b)Bernhard Reutner-Fischer
2007-03-25- rough prototype for split(1). TODO: Still needs some love since it's way to...Bernhard Reutner-Fischer
2007-03-21cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build)Denis Vlasenko
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko
2007-03-19ls: fix segfault-if-standalone-shell, add big fat comment.Denis Vlasenko
2007-03-14chown, env: stop using staticsDenis Vlasenko
2007-03-14missed hunk of "stop using big static buffer for inode hash"Denis Vlasenko
2007-03-12introduce and use setfscreatecon_or_dieDenis Vlasenko
2007-03-11next portion of selinux updates: chcon, runcon. FromDenis Vlasenko
2007-03-11fix buglets found by randomconfig runDenis Vlasenko
2007-03-10selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko
2007-03-09printf: allow hex/oct numbers; move functions aroundDenis Vlasenko
2007-03-09diff: failed to confirm "static bug" in gcc - reinstating statics.Denis Vlasenko
2007-03-08chown: fix comment, fix verbose messageDenis Vlasenko
2007-03-08chown: support -H -L -P if ENABLE_DESKTOPDenis Vlasenko
2007-03-07diff: make -U0 workDenis Vlasenko
2007-03-07clean up accumulated whitespace damageDenis Vlasenko
2007-03-07who: stop using static buffer, small size optimizationsDenis Vlasenko
2007-02-28ls: w/o -l follow symlinks to dirs for commandline argsDenis Vlasenko
2007-02-26start_stop_daemon: add -chuid supportDenis Vlasenko
2007-02-17sort: fix multiple -k (was ignoring all except last)Denis Vlasenko
2007-02-11diff: fix access past end of arrayDenis Vlasenko
2007-02-11syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko
2007-02-04- fix buglet introduced in r17351 in find_param(). Closes #1193Bernhard Reutner-Fischer
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-02-03- include busybox.h before looking at an eventual #if ENABLE_DESKTOPBernhard Reutner-Fischer
2007-01-29preparatory patch for -Wwrite-strings #1Denis Vlasenko
2007-01-27use bb_sanitize_stdio() where appropriateDenis Vlasenko
2007-01-27- sum -r TODO should not print the filename as oposed to -sBernhard Reutner-Fischer
2007-01-26find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)Denis Vlasenko
2007-01-24- remove nested function. Saves ~30 bytes.Bernhard Reutner-Fischer