add -fvisibility=hidden to CC flags, mark XXX_main functions
[platform/upstream/busybox.git] / shell / lash.c
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-30 Denis Vlasenkointroduce and use close_on_exec_on(fd). -50 bytes.
2007-09-28 Denis Vlasenkofix "if (p) free(p)" constructs
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-08-19 Denis Vlasenkolibbb,crond,lash: fix getopt32 (don't know how it manag...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-26 Denis Vlasenkoxpipe: introduce (saves ~170 bytes)
2007-04-14 Denis Vlasenkolash: recognize and use NOFORK applets
2007-04-14 Denis Vlasenkohush: use NOFORK applets as appropriate. Net reduction...
2007-04-12 Denis Vlasenkolash: "forking" applets are actually can be treated...
2007-04-12 Denis Vlasenkofix realloc-of-non-malloced pointer, and reduce size...
2007-04-12 Denis Vlasenkopass a copy of argv[i] to NOFORK applets (they may...
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-11 Denis Vlasenkostyle fixes, no code changes.
2007-04-11 Denis Vlasenkorename: run_applet_by_name -> run_applet_and_exit
2007-04-10 Denis VlasenkoRename two config options:
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-04-08 Denis Vlasenkoadd some missed statics on constant objects.
2007-03-31 Denis Vlasenkolash: make -c work; crush buffer overrun and free of...
2007-03-31 Denis Vlasenkolash: style cleanup
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-30 Denis Vlasenkolash: -Wwrite-strings fixes
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2007-01-22 Denis Vlasenkocmdedit is not a 'command' editing anymore, it's just...
2007-01-22 Denis VlasenkoConvert cmdedit into more generic line input facility
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2006-12-26 Denis Vlasenkostyle fixes
2006-12-22 Denis Vlasenkoremove useless casts (type*) xzalloc(...)
2006-11-27 Denis Vlasenkofix remaining survivors of the return(a) cleanup
2006-11-21 Denis Vlasenkohttpd: LC_TIME locale _must_ be POSIX to httpd! We...
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-07-09 Rob LandleyBugfix from Shaun Jackman (check that argv[optind]...
2006-07-01 Rob LandleyPatch from Shaun Jackman moving the var=value logic...
2006-07-01 "Robert P. J. Day"Get rid of all "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-20 Rob LandleyCleanup patch from Shaun Jackman converting %m to perror.
2006-06-19 Rob LandleyMake some 64 bit warnings go away on x86-64.
2006-06-13 Rob LandleyPatch from Shaun Jackman to detect "name=value" variabl...
2006-06-13 Rob LandleyMake lash smaller. (Use llist_t for file closing,...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-03 Bernhard Reutner... 2006-06-02 Shaun Jackman <sjackman@gmail.com>
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2005-09-22 "Vladimir N. Oleynik"Reduce exported from lash applet
2005-03-04 Mike FrysingerShaun Jackman writes: Newlib uses both __getopt_initial...
2004-08-16 Eric AndersenJoe.C writes:
2004-04-12 Eric AndersenJamie Guinan writes:
2004-04-07 Eric AndersenRemove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option...
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-12 Eric AndersenFix some goofy formatting
2004-03-05 Glenn L McGrathPatch by Felipe Kellermann to fix a compiler compatabil...
2004-02-10 Eric Andersenoops. Leave the default feature set enbled for now...
2004-02-10 Eric AndersenInitial effort at disabling job control as well
2004-02-10 Eric AndersenSupport disabling pipe and redirect support
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-11 Eric AndersenSquash a warning by making function declaration a prope...
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-08 Eric AndersenTeach lash to get $1 $2 $3 etc correct
2002-09-30 Eric AndersenUse %m, not strerror, and strerror(err) was broken...
2002-09-26 Eric AndersenAvoid calling exit() from within fork/vfork'ed processes.
2002-07-31 Eric AndersenA couple of small bugfixes from Marshall M. Midden...
2002-06-06 Eric AndersenFix a buffer overflow found by Gerardo Puga <gpuga...
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-08 Eric AndersenBegin moving things to busybox.net
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-10-28 Eric AndersenAdd in some (theoretical) uClinux support. Some init...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-19 Eric AndersenAdd an option to make the shells not advertise their...
2001-10-03 Eric AndersenPatch from Magnus Damm <damm@opensource.se> to avoid...
2001-08-22 Eric AndersenFix a warning and potential segfault in lash when BB_FE...
2001-08-01 Matt KraaiAllow multiple shells to be enabled.
2001-07-12 Eric AndersenPatch from vodz:
2001-06-27 Eric Andersendon't whine if all we need to do is remove a bg job
2001-06-27 Eric AndersenRe-enable globbing (I'd accidentaly removed it) and...
2001-06-25 Eric AndersenThis should finish off the job control issues with...
2001-06-21 Eric AndersenThis commit guts lash, restoring it to what it was...
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-11 Eric AndersenFix up some silly warnings
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
next