aboutsummaryrefslogtreecommitdiff
path: root/libbb/execable.c
AgeCommit message (Expand)Author
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-05which: -a support (needed for bfin uclibc build script)Denis Vlasenko
2007-11-28reorganize applet table. Eliminates pointers to names.Denis Vlasenko
2007-06-08make busybox --install work even if /proc/self/exe doesn't existDenis Vlasenko
2007-04-10Rename two config options:Denis Vlasenko
2007-02-07fix #ifdef ENABLE_xxx -> #ifDenis Vlasenko
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko
2006-10-12execable: no need to check getenv for NULL, it works anyway.Denis Vlasenko
2006-10-12execable.c: forgot to do "svn add" again...Denis Vlasenko