index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hush.c: stop using __FILE__ (bad in out-of-tree builds)
Denis Vlasenko
2006-10-11
1
-1
/
+2
*
fixes from Vladimir Dronnikov <dronnikov@gmail.ru>
Denis Vlasenko
2006-10-10
1
-1
/
+1
*
build system overhaul
Denis Vlasenko
2006-10-05
6
-137
/
+86
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
3
-4
/
+4
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
2
-3
/
+3
*
lots of silly indent fixes
Denis Vlasenko
2006-10-03
1
-81
/
+82
*
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-29
1
-2
/
+2
*
several fixes from openWRT project
Denis Vlasenko
2006-09-26
1
-0
/
+39
*
The version checked into the tree is a snapshot of an unifinished applet, and
Rob Landley
2006-09-20
1
-7
/
+7
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-7
/
+7
*
Unbreak allbareconfig.
Rob Landley
2006-09-15
1
-5
/
+2
*
Fix warnings.
Rob Landley
2006-09-08
1
-16
/
+14
*
Second drop. More infrastructure in place, especially for parsing pipelines.
Rob Landley
2006-09-08
1
-21
/
+172
*
Might as well commit this to have the history. It's not linked in to the
Rob Landley
2006-09-05
1
-0
/
+73
*
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
Rob Landley
2006-08-29
3
-82
/
+53
*
- merge -r15463:15564 from busybox_scratch branch through these changesets:
Bernhard Reutner-Fischer
2006-08-20
1
-72
/
+54
*
Make a warning go away when standalone shell is disabled.
Rob Landley
2006-08-10
1
-9
/
+8
*
Remove xcalloc() and convert its callers to xzalloc(). About half of them
Rob Landley
2006-08-03
1
-2
/
+2
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
4
-18
/
+18
*
Replace the previous checkin with the correct fix.
Rob Landley
2006-07-19
1
-2
/
+2
*
For now, get around the error that "child" might be uninitialized.
"Robert P. J. Day"
2006-07-18
1
-1
/
+1
*
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
2006-07-16
1
-5
/
+5
*
A couple things that got tangled up in my tree, easier to check in both than
Rob Landley
2006-07-12
3
-90
/
+9
*
Bugfix from Shaun Jackman (check that argv[optind] isn't null before
Rob Landley
2006-07-09
1
-19
/
+16
*
Bug fix from Vladimir Oleynic via Paul Fox for:
Rob Landley
2006-07-06
1
-0
/
+1
*
Remove the silly redundancy from that header file include.
"Robert P. J. Day"
2006-07-03
1
-1
/
+1
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-0
/
+1
*
Patch from Shaun Jackman moving the var=value logic to here it can do some good.
Rob Landley
2006-07-01
1
-6
/
+6
*
Get rid of all "#if 0" content.
"Robert P. J. Day"
2006-07-01
4
-121
/
+0
*
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-07-01
3
-215
/
+210
*
Remove "#if 1" directives.
"Robert P. J. Day"
2006-07-01
1
-14
/
+1
*
dont setpgrp() for now as it breaks system() and that is more important than ...
Mike Frysinger
2006-06-26
1
-4
/
+0
*
- convert old-style parameter declarations (K&R) to modern style.
Bernhard Reutner-Fischer
2006-06-25
2
-313
/
+153
*
- add note about strict ordering
Bernhard Reutner-Fischer
2006-06-21
1
-0
/
+1
*
Jean Wolter writes: ash uses bsearch to search in the list of built-in comman...
Mike Frysinger
2006-06-21
1
-1
/
+1
*
Cleanup patch from Shaun Jackman converting %m to perror.
Rob Landley
2006-06-20
2
-5
/
+5
*
assign default debug level to the MSHDEBUG define
Mike Frysinger
2006-06-20
1
-2
/
+1
*
Make some 64 bit warnings go away on x86-64.
Rob Landley
2006-06-19
1
-7
/
+5
*
Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH.
Rob Landley
2006-06-14
2
-5
/
+2
*
Patch from Shaun Jackman to detect "name=value" variable assignments. Random
Rob Landley
2006-06-13
1
-10
/
+11
*
Make lash smaller. (Use llist_t for file closing, and different allocation
Rob Landley
2006-06-13
1
-71
/
+24
*
remove leading "Enable" from the config option text. not only is it
Paul Fox
2006-06-08
1
-12
/
+12
*
made "test" an ash built-in.
Paul Fox
2006-06-08
2
-19
/
+49
*
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-06-07
2
-3
/
+3
*
make the default prompt suck less when using fancy prompts
Mike Frysinger
2006-06-06
1
-2
/
+11
*
2006-06-02 Shaun Jackman <sjackman@gmail.com>
Bernhard Reutner-Fischer
2006-06-03
1
-6
/
+1
*
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-06-02
5
-9
/
+8
*
use xmalloc()
Mike Frysinger
2006-06-02
1
-1
/
+1
*
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-27
1
-1
/
+0
*
- use portability wrapper define bb_setpgrp.
Bernhard Reutner-Fischer
2006-05-26
1
-1
/
+1
[next]