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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hush: specially handle [[ - suppress globbing & multiword expansion
Denys Vlasenko
2009-06-09
3
-20
/
+138
*
randomconfig fixes
Denys Vlasenko
2009-06-09
3
-6
/
+13
*
diff: tiny compat tweak
Denys Vlasenko
2009-06-09
1
-0
/
+3
*
hush: drop REDIRECT_INVALID; other minor tweaks
Denys Vlasenko
2009-06-07
1
-42
/
+38
*
hush: fix a segfault in export builtin
Denys Vlasenko
2009-06-07
1
-13
/
+12
*
stop using non-standard macro, use WEXITSTATUS instead
Denys Vlasenko
2009-06-07
5
-11
/
+7
*
hush: make builtins work in pipes (eval ... | ...) on NOMMU
Denys Vlasenko
2009-06-06
4
-94
/
+186
*
ifupdown: if $PATH is not set, do not set it to "" in children
Denys Vlasenko
2009-06-05
1
-59
/
+65
*
ftpd: allow multiple -S options to increase verbosity too, like -v
Denys Vlasenko
2009-06-05
1
-3
/
+7
*
printf: accept negative numbers for %x; sh: overflowed numbers are 0
Denys Vlasenko
2009-06-05
3
-4
/
+16
*
inetd: comment why we redirect stderr to network
Denys Vlasenko
2009-06-05
1
-3
/
+6
*
*: reduce #ifdef forest
Denys Vlasenko
2009-06-05
3
-47
/
+35
*
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-06-05
22
-346
/
+324
*
ftpd: fix a case when with -w unknown commands are ignored with no error code
Denys Vlasenko
2009-06-04
1
-0
/
+5
*
rename CONFIG_FEATURE_TAR_GZIP
Bernhard Reutner-Fischer
2009-06-03
1
-1
/
+1
*
tweak docs
Denys Vlasenko
2009-06-03
1
-28
/
+9
*
hush: document a TODO in export builtin
Denys Vlasenko
2009-06-03
1
-2
/
+16
*
hush: fix a case when backgrounded cmd makes shell hang
Denys Vlasenko
2009-06-03
1
-0
/
+2
*
hush: add support for local builtin
Denys Vlasenko
2009-06-03
6
-70
/
+210
*
bloat-o-meter: touchup argv handling
Mike Frysinger
2009-06-01
1
-2
/
+2
*
bloat-o-meter: fix tab/space mixing
Mike Frysinger
2009-06-01
1
-3
/
+3
*
hush_test: stop mixing tabs/spaces for indentation
Mike Frysinger
2009-06-01
1
-37
/
+37
*
gitignore: add debugging related files
Mike Frysinger
2009-06-01
1
-0
/
+7
*
hush: unify syntax_error_unterm_{ch,str} a bit
Mike Frysinger
2009-06-01
1
-9
/
+7
*
hush: push down expansion var in handle_dollar()
Mike Frysinger
2009-06-01
1
-2
/
+3
*
hush: add support for special vars in braces
Mike Frysinger
2009-06-01
7
-8
/
+9
*
hush_test: filter test output to avoid C lib differences
Mike Frysinger
2009-06-01
1
-0
/
+4
*
lineedit: fix warning about unused label when VI editing is disabled
Mike Frysinger
2009-06-01
1
-0
/
+2
*
nc, hush: cosmetic cleanups, no code changes
Denys Vlasenko
2009-06-01
2
-14
/
+14
*
read_key: drop optimization where we read 3 bytes at once
Denys Vlasenko
2009-05-29
4
-59
/
+65
*
hust: trivial simplification in builtin_type
Denys Vlasenko
2009-05-28
1
-3
/
+1
*
hush: fix bug 353 (wrong handling of \x in assignments)
Denys Vlasenko
2009-05-28
3
-22
/
+31
*
hush: optimize type builtin a bit more
Denys Vlasenko
2009-05-28
1
-6
/
+5
*
hush: optimize type builtin a bit
Denys Vlasenko
2009-05-28
1
-11
/
+10
*
only build common libarchive objs when needed
Mike Frysinger
2009-05-28
1
-1
/
+7
*
modprobe: fix more bugs in modprobe -r
Denys Vlasenko
2009-05-28
1
-7
/
+15
*
cpio.tests: fix false positive
Denys Vlasenko
2009-05-28
1
-1
/
+2
*
hush: implement `type`
Mike Frysinger
2009-05-27
1
-27
/
+78
*
hush: remove outdated TODO and superfluous macro; fix compile breakage
Denys Vlasenko
2009-05-27
1
-5
/
+6
*
POSIX conformance documentation for busybox
David Krakov
2009-05-26
1
-0
/
+698
*
hush: tweak comment
Denys Vlasenko
2009-05-26
1
-2
/
+2
*
hush: rename last_waitpid_was_0 to we_have_children
Denys Vlasenko
2009-05-26
1
-11
/
+19
*
modprobe: fix modprobe -r. closes bug 315
Denys Vlasenko
2009-05-26
1
-2
/
+4
*
hush: fix SIGCHLD counting code, but keep it disabled for now.
Denys Vlasenko
2009-05-25
1
-19
/
+66
*
flash_lock, flash_unlock: new applets
Denys Vlasenko
2009-05-25
10
-6
/
+112
*
make compound.tests executable
Denys Vlasenko
2009-05-23
1
-0
/
+0
*
hush: fix problems with case in subshells and with "case esac"
Denys Vlasenko
2009-05-23
4
-18
/
+42
*
hush_test: add some pathological compound list tests
Mike Frysinger
2009-05-21
2
-0
/
+35
*
hush_test: test for subshell function syntax
Mike Frysinger
2009-05-21
2
-0
/
+12
*
hush_test: add subshelled case tests
Mike Frysinger
2009-05-21
1
-0
/
+12
[next]