aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* teach find_root_device to deal with /dev/ subdirsvda2007-04-132-5/+5
* style fixesvda2007-04-131-34/+34
* style fixes. No code changesvda2007-04-121-3/+3
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-113-10/+12
* make compressed help code NOMMU- and NOFORK-friendly -vda2007-04-101-2/+1
* make a few struct bb_applet members conditionalvda2007-04-102-2/+4
* - use enum for the OPs as suggested by vda. No obj-code changes.aldot2007-04-101-14/+18
* echo: fix regression ("echo" with no arguments didn't print newline.vda2007-04-101-8/+11
* audit small applets and mark some of them as NOFORK.vda2007-04-1031-94/+124
* style fixes. No code changes.vda2007-04-101-3/+3
* - use skip_non_whitespace() where appropriatealdot2007-04-101-3/+1
* make xfunctions optionally longjump instead of exit.vda2007-04-092-10/+5
* Implement first instance of NOFORK applet - echovda2007-04-091-37/+38
* add some missed statics on constant objects.vda2007-04-086-27/+27
* getopt32: fix llist_t options ordering. llist_rev is not unused.vda2007-04-082-2/+0
* find: fix handling of -prunevda2007-04-082-3/+3
* comm: eliminate staticsvda2007-04-071-44/+30
* diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)vda2007-04-051-1/+1
* - fix segfault in reset_ino_dev_hashtable() when *hashtable was null.aldot2007-04-051-4/+2
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-041-2/+2
* - minor shrinkagealdot2007-04-041-26/+21
* - remove bss users. Shrinkage while at it. See XXX for further, pre-existing ...aldot2007-04-041-74/+130
* - remove some bss users.aldot2007-04-041-17/+22
* - remove superfluous bss user (flags) and manually unswitch some areas:aldot2007-04-041-138/+92
* - use bb_error_msgaldot2007-04-021-1/+1
* - use xregcomp. Untested. vda, isn't there a regfree missing here?aldot2007-04-021-2/+2
* - remove some unneeded forward declarations. No obj-code changes.aldot2007-04-021-30/+26
* - remove args from bss, minor misc shrinkage while at it.aldot2007-04-021-40/+45
* test: comment out unused codevda2007-04-021-0/+4
* uniq: getopt32-ization. -38 bytes.vda2007-03-311-22/+23
* - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..aldot2007-03-301-2/+0
* - debloat test. untested.aldot2007-03-301-111/+116
* - fix bug where we did not reject invalid classes like '[[:alpha'aldot2007-03-301-79/+82
* - fold recurse, depthFirst and dereference params into one param flags.aldot2007-03-293-10/+8
* - move additional fancy options not mandated by SUSv3 into a FANCY optionaldot2007-03-282-7/+19
* diff: fix SEGV (NULL deref) in diff -Nvda2007-03-261-9/+18
* split: let me join bikeshed painting frenzy :)vda2007-03-261-68/+71
* - check the suffix proper plus misc touch upaldot2007-03-261-29/+21
* - implement suffices as required by SUSv3aldot2007-03-261-17/+29
* - shrink a tiny bit (-8b)aldot2007-03-261-7/+18
* - rough prototype for split(1). TODO: Still needs some love since it's way to...aldot2007-03-253-0/+127
* cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build)vda2007-03-211-11/+28
* fix accumulated whitespace and indentation damagevda2007-03-206-26/+26
* ls: fix segfault-if-standalone-shell, add big fat comment.vda2007-03-191-2/+3
* chown, env: stop using staticsvda2007-03-142-14/+14
* missed hunk of "stop using big static buffer for inode hash"vda2007-03-141-1/+1
* introduce and use setfscreatecon_or_dievda2007-03-123-11/+3
* next portion of selinux updates: chcon, runcon. Fromvda2007-03-112-2/+3
* fix buglets found by randomconfig runvda2007-03-112-3/+4
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)vda2007-03-108-39/+310