aboutsummaryrefslogtreecommitdiff
path: root/libbb/execable.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-221-5/+5
|\
| * libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exeDenys Vlasenko2011-02-021-5/+5
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+8
|\|
| * libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-0/+8
* | win32: support .com executablesNguyễn Thái Ngọc Duy2010-09-141-4/+14
* | win32: execable.c: support .exe suffixNguyễn Thái Ngọc Duy2010-09-101-1/+24
|/
* *: 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