Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make busybox --install work even if /proc/self/exe doesn't exist | Denis Vlasenko | 2007-06-08 | 1 | -1/+1 |
| | | | | | | | | # size busybox_old busybox_unstripped text data bss dec hex filename 680095 2704 15648 698447 aa84f busybox_old 680099 2704 15648 698451 aa853 busybox_unstripped | ||||
* | Rename two config options: | Denis Vlasenko | 2007-04-10 | 1 | -1/+1 |
| | | | | | | | FEATURE_SH_STANDALONE_SHELL => FEATURE_SH_STANDALONE FEATURE_EXEC_PREFER_APPLETS => FEATURE_PREFER_APPLETS Make SH_STANDALONE depend on PREFER_APPLETS. getopt.c: more randomconfig-induced fixes | ||||
* | fix #ifdef ENABLE_xxx -> #if | Denis Vlasenko | 2007-02-07 | 1 | -1/+1 |
| | |||||
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | 2007-02-06 | 1 | -0/+10 |
| | |||||
* | execable: no need to check getenv for NULL, it works anyway. | Denis Vlasenko | 2006-10-12 | 1 | -2/+1 |
| | |||||
* | execable.c: forgot to do "svn add" again... | Denis Vlasenko | 2006-10-12 | 1 | -0/+62 |