summaryrefslogtreecommitdiff
path: root/libbb/run_shell.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: exec_login_shell() - new functionDenys Vlasenko2020-12-021-2/+7
* libbb: code shrink in exec_shell()Denys Vlasenko2020-12-021-6/+8
* libbb: rename run_shell() to exec_shell()Denys Vlasenko2020-12-021-2/+11
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko2016-11-031-17/+12
* *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-271-8/+10
* *: make exec failure message more consistentDenys Vlasenko2010-06-251-1/+1
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-5/+3
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-1/+1
* run_shell: code shrink for selinuxDenis Vlasenko2007-09-101-7/+5
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-10/+3
* run_shell.c: style fixDenis Vlasenko2006-09-051-31/+25
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-2/+2
* just whitespaceTim Riker2006-01-251-3/+3
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-5/+2
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-031-10/+33
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
* Patch from Russell Coker:Eric Andersen2003-07-031-2/+13
* Vodz, last_patch_86Glenn L McGrath2003-05-261-4/+0
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-191-3/+2
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+81