index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
run_shell.c
Age
Commit message (
Expand
)
Author
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-08-02
do not use `a' quoting style in comments
Denys Vlasenko
2016-11-03
su: expand help; simplify passing of -c CMD to run_shell()
Denys Vlasenko
2010-06-27
*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup
Ladislav Michl
2010-06-25
*: make exec failure message more consistent
Denys Vlasenko
2010-03-23
*: merge some common strings
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-09-24
*: kill bb_get_last_path_component, replace with two functions
Denis Vlasenko
2007-09-10
run_shell: code shrink for selinux
Denis Vlasenko
2007-05-31
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2006-09-05
run_shell.c: style fix
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-09-29
change interface to bb_xasprintf() - more perfect for me.
"Vladimir N. Oleynik"
2005-05-03
A patch from Takeharu KATO to update/fix SE-Linux support.
Rob Landley
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-03
Patch from Russell Coker:
Eric Andersen
2003-05-26
Vodz, last_patch_86
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-07-19
Applied vodz' patches #49 and #50 (with a small correction in runshell.c)
Robert Griebl
2002-06-23
Port over the last of the tinylogin applets
Eric Andersen