aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2007-04-16style fixes, no code changesDenis Vlasenko
2007-04-16- fix compilation if ENABLE_FEATURE_DD_IBS_OBS is offBernhard Reutner-Fischer
2007-04-13teach find_root_device to deal with /dev/ subdirsDenis Vlasenko
2007-04-13style fixesDenis Vlasenko
2007-04-12style fixes. No code changesDenis Vlasenko
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko
2007-04-10make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko
2007-04-10make a few struct bb_applet members conditionalDenis Vlasenko
2007-04-10- use enum for the OPs as suggested by vda. No obj-code changes.Bernhard Reutner-Fischer
2007-04-10echo: fix regression ("echo" with no arguments didn't print newline.Denis Vlasenko
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko
2007-04-10style fixes. No code changes.Denis Vlasenko
2007-04-10- use skip_non_whitespace() where appropriateBernhard Reutner-Fischer
2007-04-09make xfunctions optionally longjump instead of exit.Denis Vlasenko
2007-04-09Implement first instance of NOFORK applet - echoDenis Vlasenko
2007-04-08add some missed statics on constant objects.Denis Vlasenko
2007-04-08getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko
2007-04-08find: fix handling of -pruneDenis Vlasenko
2007-04-07comm: eliminate staticsDenis Vlasenko
2007-04-05diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)Denis Vlasenko
2007-04-05- fix segfault in reset_ino_dev_hashtable() when *hashtable was null.Bernhard Reutner-Fischer
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-04-04- minor shrinkageBernhard Reutner-Fischer
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