| Commit message (Expand) | Author | Age | Files | Lines |
* | make compressed help code NOMMU- and NOFORK-friendly - | Denis Vlasenko | 2007-04-10 | 1 | -2/+1 |
* | make a few struct bb_applet members conditional | Denis Vlasenko | 2007-04-10 | 2 | -2/+4 |
* | - use enum for the OPs as suggested by vda. No obj-code changes. | Bernhard Reutner-Fischer | 2007-04-10 | 1 | -14/+18 |
* | echo: fix regression ("echo" with no arguments didn't print newline. | Denis Vlasenko | 2007-04-10 | 1 | -8/+11 |
* | audit small applets and mark some of them as NOFORK. | Denis Vlasenko | 2007-04-10 | 31 | -94/+124 |
* | style fixes. No code changes. | Denis Vlasenko | 2007-04-10 | 1 | -3/+3 |
* | - use skip_non_whitespace() where appropriate | Bernhard Reutner-Fischer | 2007-04-10 | 1 | -3/+1 |
* | make xfunctions optionally longjump instead of exit. | Denis Vlasenko | 2007-04-09 | 2 | -10/+5 |
* | Implement first instance of NOFORK applet - echo | Denis Vlasenko | 2007-04-09 | 1 | -37/+38 |
* | add some missed statics on constant objects. | Denis Vlasenko | 2007-04-08 | 6 | -27/+27 |
* | getopt32: fix llist_t options ordering. llist_rev is not unused. | Denis Vlasenko | 2007-04-08 | 2 | -2/+0 |
* | find: fix handling of -prune | Denis Vlasenko | 2007-04-08 | 2 | -3/+3 |
* | comm: eliminate statics | Denis Vlasenko | 2007-04-07 | 1 | -44/+30 |
* | diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) | Denis Vlasenko | 2007-04-05 | 1 | -1/+1 |
* | - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. | Bernhard Reutner-Fischer | 2007-04-05 | 1 | -4/+2 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 |
* | - minor shrinkage | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -26/+21 |
* | - remove bss users. Shrinkage while at it. See XXX for further, pre-existing ... | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -74/+130 |
* | - remove some bss users. | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -17/+22 |
* | - remove superfluous bss user (flags) and manually unswitch some areas: | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -138/+92 |
* | - use bb_error_msg | Bernhard Reutner-Fischer | 2007-04-02 | 1 | -1/+1 |
* | - use xregcomp. Untested. vda, isn't there a regfree missing here? | Bernhard Reutner-Fischer | 2007-04-02 | 1 | -2/+2 |
* | - remove some unneeded forward declarations. No obj-code changes. | Bernhard Reutner-Fischer | 2007-04-02 | 1 | -30/+26 |
* | - remove args from bss, minor misc shrinkage while at it. | Bernhard Reutner-Fischer | 2007-04-02 | 1 | -40/+45 |
* | test: comment out unused code | Denis Vlasenko | 2007-04-02 | 1 | -0/+4 |
* | uniq: getopt32-ization. -38 bytes. | Denis Vlasenko | 2007-03-31 | 1 | -22/+23 |
* | - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that.. | Bernhard Reutner-Fischer | 2007-03-30 | 1 | -2/+0 |
* | - debloat test. untested. | Bernhard Reutner-Fischer | 2007-03-30 | 1 | -111/+116 |
* | - fix bug where we did not reject invalid classes like '[[:alpha' | Bernhard Reutner-Fischer | 2007-03-30 | 1 | -79/+82 |
* | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer | 2007-03-29 | 3 | -10/+8 |
* | - move additional fancy options not mandated by SUSv3 into a FANCY option | Bernhard Reutner-Fischer | 2007-03-28 | 2 | -7/+19 |
* | diff: fix SEGV (NULL deref) in diff -N | Denis Vlasenko | 2007-03-26 | 1 | -9/+18 |
* | split: let me join bikeshed painting frenzy :) | Denis Vlasenko | 2007-03-26 | 1 | -68/+71 |
* | - check the suffix proper plus misc touch up | Bernhard Reutner-Fischer | 2007-03-26 | 1 | -29/+21 |
* | - implement suffices as required by SUSv3 | Bernhard Reutner-Fischer | 2007-03-26 | 1 | -17/+29 |
* | - shrink a tiny bit (-8b) | Bernhard Reutner-Fischer | 2007-03-26 | 1 | -7/+18 |
* | - rough prototype for split(1). TODO: Still needs some love since it's way to... | Bernhard Reutner-Fischer | 2007-03-25 | 3 | -0/+127 |
* | cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build) | Denis Vlasenko | 2007-03-21 | 1 | -11/+28 |
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 6 | -26/+26 |
* | ls: fix segfault-if-standalone-shell, add big fat comment. | Denis Vlasenko | 2007-03-19 | 1 | -2/+3 |
* | chown, env: stop using statics | Denis Vlasenko | 2007-03-14 | 2 | -14/+14 |
* | missed hunk of "stop using big static buffer for inode hash" | Denis Vlasenko | 2007-03-14 | 1 | -1/+1 |
* | introduce and use setfscreatecon_or_die | Denis Vlasenko | 2007-03-12 | 3 | -11/+3 |
* | next portion of selinux updates: chcon, runcon. From | Denis Vlasenko | 2007-03-11 | 2 | -2/+3 |
* | fix buglets found by randomconfig run | Denis Vlasenko | 2007-03-11 | 2 | -3/+4 |
* | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | 2007-03-10 | 8 | -39/+310 |
* | printf: allow hex/oct numbers; move functions around | Denis Vlasenko | 2007-03-09 | 1 | -113/+104 |
* | diff: failed to confirm "static bug" in gcc - reinstating statics. | Denis Vlasenko | 2007-03-09 | 2 | -78/+80 |
* | chown: fix comment, fix verbose message | Denis Vlasenko | 2007-03-08 | 1 | -16/+15 |
* | chown: support -H -L -P if ENABLE_DESKTOP | Denis Vlasenko | 2007-03-08 | 3 | -28/+109 |