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
*
dont setpgrp() for now as it breaks system() and that is more important than ...
vapier
2006-06-26
1
-4
/
+0
*
- convert old-style parameter declarations (K&R) to modern style.
aldot
2006-06-25
2
-313
/
+153
*
- add note about strict ordering
aldot
2006-06-21
1
-0
/
+1
*
Jean Wolter writes: ash uses bsearch to search in the list of built-in comman...
vapier
2006-06-21
1
-1
/
+1
*
Cleanup patch from Shaun Jackman converting %m to perror.
landley
2006-06-20
2
-5
/
+5
*
assign default debug level to the MSHDEBUG define
vapier
2006-06-20
1
-2
/
+1
*
Make some 64 bit warnings go away on x86-64.
landley
2006-06-19
1
-7
/
+5
*
Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH.
landley
2006-06-14
2
-5
/
+2
*
Patch from Shaun Jackman to detect "name=value" variable assignments. Random
landley
2006-06-13
1
-10
/
+11
*
Make lash smaller. (Use llist_t for file closing, and different allocation
landley
2006-06-13
1
-71
/
+24
*
remove leading "Enable" from the config option text. not only is it
pgf
2006-06-08
1
-12
/
+12
*
made "test" an ash built-in.
pgf
2006-06-08
2
-19
/
+49
*
- reuse strings and messages. Saves about 600B
aldot
2006-06-07
2
-3
/
+3
*
make the default prompt suck less when using fancy prompts
vapier
2006-06-06
1
-2
/
+11
*
2006-06-02 Shaun Jackman <sjackman@gmail.com>
aldot
2006-06-03
1
-6
/
+1
*
- move #include busybox.h to the very top so we pull in the config
aldot
2006-06-02
5
-9
/
+8
*
use xmalloc()
vapier
2006-06-02
1
-1
/
+1
*
Consolidate #include <sys/time.h> so libbb.h does it.
landley
2006-05-27
1
-1
/
+0
*
- use portability wrapper define bb_setpgrp.
aldot
2006-05-26
1
-1
/
+1
*
- replace _PATH_DEVNULL with bb_dev_null
aldot
2006-05-19
1
-2
/
+2
*
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...
vapier
2006-05-13
1
-1
/
+1
*
Patch from Lucas C. Villa Real adding "source" as a synonym for the "." command.
landley
2006-05-12
1
-0
/
+1
*
didnt mean to commit debug enable
vapier
2006-05-05
1
-1
/
+1
*
use %p when printing pointers, not %x
vapier
2006-05-05
1
-52
/
+54
*
fix Bug 659 as reported by Robin Getz
vapier
2006-05-05
1
-0
/
+4
*
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
landley
2006-04-13
1
-14
/
+14
*
- revert back to r14406
aldot
2006-03-13
1
-13
/
+19
*
Patch from Denis Vlasenko turning static const int (which gets emitted into
landley
2006-03-10
1
-5
/
+7
*
- backout using features which are not available with the previous stable
aldot
2006-03-09
1
-2
/
+6
*
vi-mode changes: eliminate warnings from out-of-range-for-type
pgf
2006-03-07
1
-65
/
+65
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
landley
2006-03-06
2
-3
/
+3
*
Typo fixes brought to you by the letters a, l, and Robert P. Day.
landley
2006-03-03
1
-1
/
+1
*
- use absolute path for top_builddir and top_srcdir.
aldot
2006-03-02
1
-0
/
+4
*
- fixes parallel builds (make -j)
aldot
2006-03-01
1
-18
/
+8
*
I was playing around with a dependency generator a couple weeks ago and I found
landley
2006-02-24
1
-1
/
+1
*
Don't build directory libraries unless we're building an applet that needs it.
landley
2006-02-21
1
-0
/
+2
*
moved BB_BANNER to applets/version.c file: make kernel like version,
vodz
2006-02-16
4
-7
/
+9
*
Convert some help text to english.
landley
2006-02-08
1
-5
/
+5
*
make the build system puuuuuuuuuuurty
vapier
2006-02-02
1
-3
/
+2
*
quick analize signed->unsigned: protect overflow of map[char], getchar->EOF. ...
vodz
2006-01-31
1
-12
/
+12
*
fix up yet more annoying signed/unsigned and mixed type errors
andersen
2006-01-30
4
-17
/
+19
*
Note on SVN 13424: Don't mix "default y" and select of something earlier
landley
2006-01-30
1
-1
/
+1
*
C99 say: "char" declaration may be signed or unsigned default
vodz
2006-01-25
1
-10
/
+12
*
Add more bash-like dot-dirs cmdedit feature
vodz
2006-01-25
2
-98
/
+109
*
just whitespace
timr
2006-01-25
5
-24
/
+24
*
- add platform.h.
aldot
2006-01-22
3
-52
/
+15
*
- cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding
aldot
2006-01-19
1
-0
/
+10
*
restore 8-bit syntax works, last debian patch is broken. Noticed by Vladimir ...
vodz
2006-01-19
1
-1
/
+1
*
sync with dash_0.5.3-1
vodz
2006-01-15
1
-302
/
+267
*
- shared libbusybox.
aldot
2006-01-15
1
-0
/
+5
[next]