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