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
/
shell
/
lash.c
Age
Commit message (
Expand
)
Author
2006-10-03
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-08-20
- merge -r15463:15564 from busybox_scratch branch through these changesets:
Bernhard Reutner-Fischer
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-12
A couple things that got tangled up in my tree, easier to check in both than
Rob Landley
2006-07-09
Bugfix from Shaun Jackman (check that argv[optind] isn't null before
Rob Landley
2006-07-01
Patch from Shaun Jackman moving the var=value logic to here it can do some good.
Rob Landley
2006-07-01
Get rid of all "#if 0" content.
"Robert P. J. Day"
2006-07-01
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-06-20
Cleanup patch from Shaun Jackman converting %m to perror.
Rob Landley
2006-06-19
Make some 64 bit warnings go away on x86-64.
Rob Landley
2006-06-13
Patch from Shaun Jackman to detect "name=value" variable assignments. Random
Rob Landley
2006-06-13
Make lash smaller. (Use llist_t for file closing, and different allocation
Rob Landley
2006-06-07
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-06-03
2006-06-02 Shaun Jackman <sjackman@gmail.com>
Bernhard Reutner-Fischer
2006-06-02
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-03-10
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-02-16
moved BB_BANNER to applets/version.c file: make kernel like version,
"Vladimir N. Oleynik"
2006-01-30
fix up yet more annoying signed/unsigned and mixed type errors
Eric Andersen
2006-01-25
just whitespace
Tim Riker
2006-01-22
- add platform.h.
Bernhard Reutner-Fischer
2005-09-22
Reduce exported from lash applet
"Vladimir N. Oleynik"
2005-03-04
Shaun Jackman writes: Newlib uses both __getopt_initialized and optind to tra...
Mike Frysinger
2004-08-16
Joe.C writes:
Eric Andersen
2004-04-12
Jamie Guinan writes:
Eric Andersen
2004-04-07
Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof
Eric Andersen
2004-03-27
s/fileno\(stdin\)/STDIN_FILENO/g
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-12
Fix some goofy formatting
Eric Andersen
2004-03-05
Patch by Felipe Kellermann to fix a compiler compatability problem
Glenn L McGrath
2004-02-10
oops. Leave the default feature set enbled for now...
Eric Andersen
2004-02-10
Initial effort at disabling job control as well
Eric Andersen
2004-02-10
Support disabling pipe and redirect support
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-12-11
Squash a warning by making function declaration a proper prototype
Eric Andersen
2002-11-28
Change if(x)free(x); to free(x);
Aaron Lehmann
2002-11-08
Teach lash to get $1 $2 $3 etc correct
Eric Andersen
2002-09-30
Use %m, not strerror, and strerror(err) was broken anyways and should have been
Eric Andersen
2002-09-26
Avoid calling exit() from within fork/vfork'ed processes.
Eric Andersen
2002-07-31
A couple of small bugfixes from Marshall M. Midden <m4@brecis.com>
Eric Andersen
2002-06-06
Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar>
Eric Andersen
2001-12-20
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
Matt Kraai
2001-12-08
Begin moving things to busybox.net
Eric Andersen
2001-11-12
Change strdup calls to xstrdup (patch from Steve Merrifield).
Matt Kraai
2001-10-28
Add in some (theoretical) uClinux support. Some init cleanups
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-19
Add an option to make the shells not advertise their busybox nature
Eric Andersen
2001-10-03
Patch from Magnus Damm <damm@opensource.se> to avoid lash hanging
Eric Andersen
2001-08-22
Fix a warning and potential segfault in lash when BB_FEATURE_CLEAN_UP
Eric Andersen
[next]