Age | Commit message (Expand) | Author |
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-02 | test: comment out unused code | Denis Vlasenko |
2007-03-31 | uniq: 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 option | Bernhard Reutner-Fischer |
2007-03-26 | diff: fix SEGV (NULL deref) in diff -N | Denis Vlasenko |
2007-03-26 | split: let me join bikeshed painting frenzy :) | Denis Vlasenko |
2007-03-26 | - check the suffix proper plus misc touch up | Bernhard Reutner-Fischer |
2007-03-26 | - implement suffices as required by SUSv3 | Bernhard 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-21 | cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build) | Denis Vlasenko |
2007-03-20 | fix accumulated whitespace and indentation damage | Denis Vlasenko |
2007-03-19 | ls: fix segfault-if-standalone-shell, add big fat comment. | Denis Vlasenko |
2007-03-14 | chown, env: stop using statics | Denis Vlasenko |
2007-03-14 | missed hunk of "stop using big static buffer for inode hash" | Denis Vlasenko |
2007-03-12 | introduce and use setfscreatecon_or_die | Denis Vlasenko |
2007-03-11 | next portion of selinux updates: chcon, runcon. From | Denis Vlasenko |
2007-03-11 | fix buglets found by randomconfig run | Denis Vlasenko |
2007-03-10 | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko |
2007-03-09 | printf: allow hex/oct numbers; move functions around | Denis Vlasenko |
2007-03-09 | diff: failed to confirm "static bug" in gcc - reinstating statics. | Denis Vlasenko |
2007-03-08 | chown: fix comment, fix verbose message | Denis Vlasenko |
2007-03-08 | chown: support -H -L -P if ENABLE_DESKTOP | Denis Vlasenko |
2007-03-07 | diff: make -U0 work | Denis Vlasenko |
2007-03-07 | clean up accumulated whitespace damage | Denis Vlasenko |
2007-03-07 | who: stop using static buffer, small size optimizations | Denis Vlasenko |
2007-02-28 | ls: w/o -l follow symlinks to dirs for commandline args | Denis Vlasenko |
2007-02-26 | start_stop_daemon: add -chuid support | Denis Vlasenko |
2007-02-17 | sort: fix multiple -k (was ignoring all except last) | Denis Vlasenko |
2007-02-11 | diff: fix access past end of array | Denis Vlasenko |
2007-02-11 | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko |
2007-02-06 | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko |
2007-02-04 | - fix buglet introduced in r17351 in find_param(). Closes #1193 | Bernhard Reutner-Fischer |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-02-03 | - include busybox.h before looking at an eventual #if ENABLE_DESKTOP | Bernhard Reutner-Fischer |
2007-01-29 | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko |
2007-01-27 | use bb_sanitize_stdio() where appropriate | Denis Vlasenko |
2007-01-27 | - sum -r TODO should not print the filename as oposed to -s | Bernhard Reutner-Fischer |
2007-01-26 | find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) | Denis Vlasenko |
2007-01-24 | - remove nested function. Saves ~30 bytes. | Bernhard Reutner-Fischer |
2007-01-20 | - small size tweak | Bernhard Reutner-Fischer |
2007-01-20 | - make pre SUSv3 option handling dependant on INCLUDE_SUSv2 | Bernhard Reutner-Fischer |
2007-01-20 | - small size tweak | Bernhard Reutner-Fischer |
2007-01-20 | - reuse retval for the option handling. | Bernhard Reutner-Fischer |