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
*
shell: echo ${?:0} was fixed sometime ago, enable it in tests
Denys Vlasenko
2018-01-13
4
-2
/
+4
*
hush: fix raw ^C handlisg in single-quoted strings
Denys Vlasenko
2018-01-13
9
-12
/
+15
*
hush: add command2.tests from ash tests
Denys Vlasenko
2018-01-12
2
-0
/
+8
*
hush: tweak command -vV printing code, no logic changes
Denys Vlasenko
2018-01-12
1
-3
/
+5
*
hush: implement "command -v -V"
Denys Vlasenko
2018-01-12
1
-31
/
+84
*
which: fix TODO with NOFORK+malloc_failure misbehaving
Denys Vlasenko
2018-01-12
4
-26
/
+28
*
hush: implement "command" builtin (no options are supported yet)
Denys Vlasenko
2018-01-11
1
-1
/
+16
*
hush: fix handling of ^C in eval
Denys Vlasenko
2018-01-11
5
-4
/
+36
*
hush: fix handling of raw ^C in scripts: "echo ^C"
Denys Vlasenko
2018-01-11
5
-4
/
+27
*
hush: remove dead code
Denys Vlasenko
2018-01-11
1
-15
/
+0
*
ash: ALWAYS_INLINE grabstackblock()
Denys Vlasenko
2018-01-10
1
-1
/
+1
*
init: stop using static data
Denys Vlasenko
2018-01-10
1
-16
/
+24
*
ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INT
Denys Vlasenko
2018-01-10
1
-13
/
+25
*
dd: fixed partial count logic
Denys Vlasenko
2018-01-10
1
-1
/
+3
*
dd: exit with 1 if last write was incomplete
Denys Vlasenko
2018-01-10
1
-5
/
+7
*
ash: add comment explaining last change
Denys Vlasenko
2018-01-09
1
-6
/
+6
*
ash: fix var_bash5.tests - ${VAR/pattern/repl} construct
Denys Vlasenko
2018-01-09
1
-25
/
+72
*
umount: ignore -c
Shawn Landden
2018-01-08
1
-2
/
+2
*
mknod: better --help, much clearer code
Denys Vlasenko
2018-01-08
1
-28
/
+28
*
less: code shrink
Denys Vlasenko
2018-01-08
1
-3
/
+1
*
dhcprelay: code shrink
Denys Vlasenko
2018-01-08
1
-4
/
+4
*
nice: code shrink
Denys Vlasenko
2018-01-08
1
-9
/
+12
*
*: make "argc UNUSED_PARAM" consistent
Denys Vlasenko
2018-01-08
2
-2
/
+2
*
awk: code shrink
Denys Vlasenko
2018-01-07
1
-4
/
+3
*
ash: fail if 'shift' operand is out of range
Ingo van Lil
2018-01-07
1
-1
/
+1
*
awk: fix 'delete array[var--]' decrementing var twice
Denys Vlasenko
2018-01-07
2
-23
/
+50
*
libbb: compile obscure() only if FEATURE_PASSWD_WEAK_CHECK=y
Denys Vlasenko
2018-01-04
1
-1
/
+2
*
build system: add rule to install without cloberring existing utilities
Yann E. MORIN
2018-01-04
1
-0
/
+3
*
applets/install: accept more than one install option
Yann E. MORIN
2018-01-04
1
-12
/
+16
*
applets/install: respect noclobber for script wrappers too
Yann E. MORIN
2018-01-04
1
-12
/
+8
*
tc: enables this applet
Denys Vlasenko
2018-01-04
1
-31
/
+75
*
Start 1.29.0 development cycle
Denys Vlasenko
2018-01-02
1
-2
/
+2
*
Bump version to 1.28.0
1_28_0
Denys Vlasenko
2018-01-02
1
-1
/
+1
*
scripts/randomtest: do not try building static libbysubox
Denys Vlasenko
2017-12-31
1
-0
/
+2
*
chown: fix a mistake in opt_complementary change
Denys Vlasenko
2017-12-31
1
-2
/
+2
*
randomconfig fixes
Denys Vlasenko
2017-12-31
13
-21
/
+42
*
ntpd: do run the script at leat once in 11 minutes
Denys Vlasenko
2017-12-26
1
-1
/
+3
*
env: -u option fails due to typo
Ron Yorston
2017-12-25
1
-1
/
+1
*
tar: code shrink
Denys Vlasenko
2017-11-13
1
-20
/
+19
*
tar: code shrink, better help text
Denys Vlasenko
2017-11-13
1
-62
/
+68
*
tar: improve help text
Denys Vlasenko
2017-11-10
1
-7
/
+8
*
inetd: fix for running by non-root
Denys Vlasenko
2017-11-09
1
-1
/
+1
*
unshare: -r should map root to user, not the other way around
Denys Vlasenko
2017-11-09
1
-3
/
+3
*
unshare: -r implies -U, not -u
Denys Vlasenko
2017-11-09
1
-1
/
+1
*
unzip: add missing -j to trivial usage
Eugene Rudoy
2017-11-09
1
-1
/
+1
*
unzip: fix content listing and filtering when -j is used
Eugene Rudoy
2017-11-09
1
-7
/
+8
*
lineedit: get terminal width before printing prompt
Denys Vlasenko
2017-11-08
1
-2
/
+2
*
lineedit: do not tab-complete any strings which have control characters
Denys Vlasenko
2017-11-08
1
-0
/
+12
*
ash: fix nofork bug where environment is not properly passed to a command
Denys Vlasenko
2017-11-03
5
-5
/
+88
*
init: reduce the window when init can lose reboot/poweroff signals
Denys Vlasenko
2017-11-02
1
-23
/
+8
[next]