index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-11-01
Update default configuration
Ron Yorston
3
-19
/
+18
2015-10-30
[g]unzip: fix recent breakage.
Denys Vlasenko
2
-12
/
+22
2015-10-30
ash: allow popredir to be called if the stack is empty
Ron Yorston
1
-1
/
+1
2015-10-30
ash: fix EXEXEC status clobbering
Ron Yorston
1
-1
/
+1
2015-10-30
ash: add tests for failures of the exec and command builtins
Ron Yorston
4
-0
/
+13
2015-10-30
stat: make -f optional. This allows to build stat for non-linux systems
Denys Vlasenko
2
-36
/
+61
2015-10-30
lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY
Denys Vlasenko
1
-1
/
+1
2015-10-30
lineedit: search applets as well as PATH for tab completion
Ron Yorston
1
-1
/
+16
2015-10-30
busybox: alter help message in standalone shell mode
Ron Yorston
1
-0
/
+9
2015-10-29
hush: copy for.tests from ash testsuite
Denys Vlasenko
2
-0
/
+6
2015-10-29
ash: simplify EOF/newline handling in list parser
Ron Yorston
1
-34
/
+29
2015-10-29
Revert "ash: fix a SEGV case in an invalid heredoc" xxx
Ron Yorston
1
-11
/
+4
2015-10-29
ash: fix error during recursive processing of here document
Ron Yorston
3
-2
/
+13
2015-10-29
ash tests: make test print test name before it is run
Denys Vlasenko
1
-2
/
+4
2015-10-29
ash: only allow local variables in functions
Ron Yorston
3
-0
/
+5
2015-10-29
ash: respect -p flag when command builtin is run with -v/-V
Ron Yorston
3
-4
/
+10
2015-10-29
ash: fix command -- crash
Denys Vlasenko
1
-3
/
+4
2015-10-29
ash: save a few bytes in code to parse case statements
Ron Yorston
1
-4
/
+2
2015-10-29
ash: allow newline after variable name in for loop
Ron Yorston
3
-2
/
+8
2015-10-29
ash: add test for issue with here document
Ron Yorston
2
-0
/
+9
2015-10-28
modinfo: fix "-F firmware", add "intree" field display
Denys Vlasenko
1
-52
/
+62
2015-10-28
lzop: eliminate variable, use "int" as return type
Denys Vlasenko
1
-8
/
+6
2015-10-27
fbsplash: use virtual y size in mmap size calculations
Timo Teräs
1
-1
/
+1
2015-10-27
gzip: add support for --no-name long option
Aaro Koskinen
2
-0
/
+2
2015-10-27
gunzip: add support for long options
Aaro Koskinen
1
-0
/
+20
2015-10-26
unzip: test for bad archive SEGVing
Denys Vlasenko
2
-5
/
+29
2015-10-26
tr: support octal ranges
Richard Genoud
1
-5
/
+18
2015-10-26
ifupdown: pass interface device name for ipv6 route commands
Timo Teräs
1
-3
/
+4
2015-10-25
tweak defconfig
Denys Vlasenko
4
-31
/
+11
2015-10-25
inetd: make FEATURE_INETD_RPC off by default
Denys Vlasenko
2
-2
/
+2
2015-10-24
libiproute: use if_nametoindex
Ron Yorston
1
-24
/
+1
2015-10-24
xargs: make -I imply -r
Aaro Koskinen
1
-0
/
+3
2015-10-24
dumpleases: string reuse
Denys Vlasenko
1
-3
/
+5
2015-10-24
dumpleases: new option -d to show time in seconds
Isaac Dunham
1
-5
/
+19
2015-10-24
zcip: ...ad suppress the warning
Denys Vlasenko
1
-1
/
+1
2015-10-24
zcip: do not query current time if we won't use the result
Denys Vlasenko
1
-2
/
+4
2015-10-24
tweak zcip service example
Denys Vlasenko
1
-0
/
+2
2015-10-24
Tweak README
Denys Vlasenko
1
-4
/
+4
2015-10-24
update network service examples
Denys Vlasenko
17
-20
/
+55
2015-10-24
New example of a service: examples/var_service/zcip_if
Denys Vlasenko
7
-0
/
+122
2015-10-24
dumpleases: make host names sanitized to shell-friendly condition
Denys Vlasenko
1
-3
/
+8
2015-10-24
reuse a string
Denys Vlasenko
1
-1
/
+1
2015-10-24
rmmod: fix bad error message
Denys Vlasenko
3
-9
/
+15
2015-10-24
MODPROBE_SMALL is not experimental anymore
Denys Vlasenko
1
-3
/
+0
2015-10-24
pmap: fix bogus {no such process} comm field text
Denys Vlasenko
2
-5
/
+7
2015-10-23
tidy up strtok use
Denys Vlasenko
2
-5
/
+5
2015-10-23
httpd: fix heap buffer overflow. Closes 8426
Denys Vlasenko
1
-6
/
+19
2015-10-23
wget: if stderr is not a tty, progress bar shouldn't use tty-tricks
Denys Vlasenko
1
-3
/
+8
2015-10-23
libbb: factor out code which queries screen width
Denys Vlasenko
9
-15
/
+15
2015-10-22
tar: add a test that we don't write into symlinks
Denys Vlasenko
1
-0
/
+43
[next]