summaryrefslogtreecommitdiff
path: root/libbb/run_shell.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-10/+3
| | | | | (add/remove: 1/1 grow/shrink: 37/37 up/down: 139/-228) Total: -89 bytes
* 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
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* just whitespaceTim Riker2006-01-251-3/+3
|
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-5/+2
| | | | | ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers reduce 100 bytes don't care in sum
* 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
| | | | | I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox.
* 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
| | | | | | | | | #49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes.
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+81
-Erik