aboutsummaryrefslogtreecommitdiff
path: root/libbb/execable.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exeDenys Vlasenko2011-02-021-5/+5
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-0/+8
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-4/+4
* which: -a support (needed for bfin uclibc build script)Denis Vlasenko2008-06-051-10/+17
* reorganize applet table. Eliminates pointers to names.Denis Vlasenko2007-11-281-1/+1
* make busybox --install work even if /proc/self/exe doesn't existDenis Vlasenko2007-06-081-1/+1
* Rename two config options:Denis Vlasenko2007-04-101-1/+1
* fix #ifdef ENABLE_xxx -> #ifDenis Vlasenko2007-02-071-1/+1
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-0/+10
* execable: no need to check getenv for NULL, it works anyway.Denis Vlasenko2006-10-121-2/+1
* execable.c: forgot to do "svn add" again...Denis Vlasenko2006-10-121-0/+62