summaryrefslogtreecommitdiff
path: root/shell/lash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-1/+1
* fix "if (p) free(p)" constructsDenis Vlasenko2007-09-281-2/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-2/+2
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-3/+2
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-191-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-2/+2
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-131-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-2/+3
* xpipe: introduce (saves ~170 bytes)Denis Vlasenko2007-05-261-2/+1
* lash: recognize and use NOFORK appletsDenis Vlasenko2007-04-141-23/+30
* hush: use NOFORK applets as appropriate. Net reduction of code size.Denis Vlasenko2007-04-141-6/+1
* lash: "forking" applets are actually can be treated the same way as "non-fork...Denis Vlasenko2007-04-121-42/+27
* fix realloc-of-non-malloced pointer, and reduce size while at itDenis Vlasenko2007-04-121-14/+14
* pass a copy of argv[i] to NOFORK applets (they may permute it etc).Denis Vlasenko2007-04-121-12/+14
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-2/+1
* style fixes, no code changes.Denis Vlasenko2007-04-111-1/+1
* rename: run_applet_by_name -> run_applet_and_exitDenis Vlasenko2007-04-111-1/+1
* Rename two config options:Denis Vlasenko2007-04-101-1/+1
* style fixes. No code changes.Denis Vlasenko2007-04-101-4/+4
* add some missed statics on constant objects.Denis Vlasenko2007-04-081-1/+2
* lash: make -c work; crush buffer overrun and free of non-malloced ptrDenis Vlasenko2007-03-311-9/+6
* lash: style cleanupDenis Vlasenko2007-03-311-81/+84
* random style fixes (extra spaces deleted)Denis Vlasenko2007-03-241-2/+2
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-3/+3
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* lash: -Wwrite-strings fixesDenis Vlasenko2007-01-301-22/+24
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko2007-01-221-1/+1
* cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko2007-01-221-7/+7
* Convert cmdedit into more generic line input facilityDenis Vlasenko2007-01-221-4/+10
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-1/+1
* style fixesDenis Vlasenko2006-12-261-2/+2
* remove useless casts (type*) xzalloc(...)Denis Vlasenko2006-12-221-1/+1
* fix remaining survivors of the return(a) cleanupDenis Vlasenko2006-11-271-3/+3
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-211-4/+1
* rename functions to more understandable namesDenis Vlasenko2006-10-261-2/+2
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-1/+1
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-72/+54
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-6/+6
* A couple things that got tangled up in my tree, easier to check in both thanRob Landley2006-07-121-31/+0
* Bugfix from Shaun Jackman (check that argv[optind] isn't null beforeRob Landley2006-07-091-19/+16
* Patch from Shaun Jackman moving the var=value logic to here it can do some good.Rob Landley2006-07-011-6/+6
* Get rid of all "#if 0" content."Robert P. J. Day"2006-07-011-10/+0
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-2/+2
* Cleanup patch from Shaun Jackman converting %m to perror.Rob Landley2006-06-201-4/+4
* Make some 64 bit warnings go away on x86-64.Rob Landley2006-06-191-7/+5