aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* printf: allow hex/oct numbers; move functions aroundvda2007-03-091-113/+104
* diff: failed to confirm "static bug" in gcc - reinstating statics.vda2007-03-092-78/+80
* chown: fix comment, fix verbose messagevda2007-03-081-16/+15
* chown: support -H -L -P if ENABLE_DESKTOPvda2007-03-083-28/+109
* diff: make -U0 workvda2007-03-071-1/+1
* clean up accumulated whitespace damagevda2007-03-071-3/+3
* who: stop using static buffer, small size optimizationsvda2007-03-071-17/+25
* ls: w/o -l follow symlinks to dirs for commandline argsvda2007-02-281-8/+10
* start_stop_daemon: add -chuid supportvda2007-02-261-19/+1
* sort: fix multiple -k (was ignoring all except last)vda2007-02-172-5/+11
* diff: fix access past end of arrayvda2007-02-111-36/+13
* syslogd: fix "readpath bug" by using readlink insteadvda2007-02-113-4/+5
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-065-5/+5
* - fix buglet introduced in r17351 in find_param(). Closes #1193aldot2007-02-041-4/+5
* suppress warnings about easch <applet>_main() havingvda2007-02-0372-2/+73
* - include busybox.h before looking at an eventual #if ENABLE_DESKTOPaldot2007-02-031-2/+2
* preparatory patch for -Wwrite-strings #1vda2007-01-2911-25/+25
* use bb_sanitize_stdio() where appropriatevda2007-01-271-13/+19
* - sum -r TODO should not print the filename as oposed to -saldot2007-01-271-16/+21
* find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)vda2007-01-261-3/+3
* - remove nested function. Saves ~30 bytes.aldot2007-01-241-11/+11
* - small size tweakaldot2007-01-201-4/+2
* - make pre SUSv3 option handling dependant on INCLUDE_SUSv2aldot2007-01-201-6/+4
* - small size tweakaldot2007-01-201-1/+1
* - reuse retval for the option handling.aldot2007-01-201-5/+5