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
*
Bump version to 1.33.0
1_33_0
Denys Vlasenko
2020-12-29
1
-1
/
+1
*
libiproute: band-aid for old uclibc missing IFA_FLAGS
Denys Vlasenko
2020-12-29
1
-1
/
+6
*
modprobe-small: convert to new recursive_action() API
Denys Vlasenko
2020-12-29
1
-4
/
+4
*
bc: placate gcc (it thinks 's' can be uninitialized here)
Denys Vlasenko
2020-12-29
1
-8
/
+10
*
randomconfig fixes
Denys Vlasenko
2020-12-29
13
-18
/
+45
*
hush: make comment more clear
Denys Vlasenko
2020-12-27
1
-4
/
+5
*
man: implement SECTION parameters
Denys Vlasenko
2020-12-27
1
-6
/
+35
*
typo fix
Denys Vlasenko
2020-12-25
2
-2
/
+2
*
hush: fix this case: echo "SCRIPT" | hush
Denys Vlasenko
2020-12-25
5
-1
/
+15
*
hush: if !EDITING, do not regenerate prompt for every input char
Denys Vlasenko
2020-12-25
1
-5
/
+12
*
mount: Surround syslog.h with the config check
Lauri Kasanen
2020-12-25
1
-0
/
+2
*
ash: change "clear ungetc counter on syntax errors" fix to match dash
Denys Vlasenko
2020-12-24
1
-2
/
+1
*
hush: fix ^C in INTERACTIVE, !EDITING config
Denys Vlasenko
2020-12-23
1
-6
/
+29
*
hush: revert "make interactive ^C break out of PS2 mode"
Denys Vlasenko
2020-12-23
1
-22
/
+3
*
hush: fix PS1 prompth in !EDITING config
Denys Vlasenko
2020-12-23
1
-3
/
+3
*
hush: fix fallout from tweaking ${var:START:LEN} code
Denys Vlasenko
2020-12-23
3
-1
/
+4
*
shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128
Denys Vlasenko
2020-12-23
2
-16
/
+18
*
hush: fix comment
Denys Vlasenko
2020-12-23
1
-1
/
+1
*
factor: fix comment
Denys Vlasenko
2020-12-23
1
-1
/
+1
*
factor: detect squares
Denys Vlasenko
2020-12-22
2
-3
/
+62
*
lineedit: code shrink
Denys Vlasenko
2020-12-21
1
-5
/
+5
*
lineedit: add a comment about possible use of tcflush()
Denys Vlasenko
2020-12-21
1
-0
/
+1
*
bc: do not allocate line editing state until needed
Denys Vlasenko
2020-12-21
5
-30
/
+35
*
modprobe: Add support for modprobe.blacklist=module1,module2,...
Andy Shevchenko
2020-12-21
1
-0
/
+19
*
hush: deal with FIXMEs for corner cases in parameter expansion
Denys Vlasenko
2020-12-21
1
-18
/
+34
*
factor: fix typo in undef
Denys Vlasenko
2020-12-21
1
-1
/
+1
*
factor: code shrink
Denys Vlasenko
2020-12-21
1
-9
/
+8
*
factor: 30% faster trial division (better sieve)
Denys Vlasenko
2020-12-20
1
-75
/
+95
*
hush: remove one redundant getpid() on every startup
Denys Vlasenko
2020-12-20
1
-8
/
+6
*
ping6: add -w/-W NUM to --help
Denys Vlasenko
2020-12-20
1
-6
/
+10
*
ping: fix -wN to not think that one packet is always lost
Denys Vlasenko
2020-12-20
1
-5
/
+4
*
ash: clear ungetc counter on syntax errors
Denys Vlasenko
2020-12-19
1
-55
/
+57
*
tftp: fix --help
Denys Vlasenko
2020-12-19
1
-1
/
+1
*
route: code shrink
Denys Vlasenko
2020-12-19
1
-33
/
+26
*
help text tweaks, mainly expanding one for route
Denys Vlasenko
2020-12-18
4
-19
/
+22
*
help text: use -P PORT form
Denys Vlasenko
2020-12-18
3
-6
/
+6
*
help text tweaks
Denys Vlasenko
2020-12-18
19
-79
/
+77
*
mount: if we race with other loop mount, we forget to close loop dev
Denys Vlasenko
2020-12-17
1
-1
/
+2
*
move ADJTIME_PATH define to header files
Denys Vlasenko
2020-12-17
5
-16
/
+12
*
traceroute: fix --help text
Denys Vlasenko
2020-12-17
1
-23
/
+25
*
traceroute: avoid collecting target local address if !VERBOSE
Denys Vlasenko
2020-12-17
1
-2
/
+32
*
mount: fix a race when a free loop device is snatched under us by another mount.
Denys Vlasenko
2020-12-17
1
-65
/
+73
*
mail: launch_helper(): flush stdio before vfork, set G.helper_pid only in parent
Denys Vlasenko
2020-12-17
1
-1
/
+3
*
mail: deobfuscate launch_helper()
Denys Vlasenko
2020-12-17
1
-29
/
+27
*
mail: commonalize send_r_n()
Denys Vlasenko
2020-12-17
4
-10
/
+12
*
mail: move "opts" from globals
Denys Vlasenko
2020-12-17
6
-15
/
+15
*
shells: a fix for systems without RLIMIT_NICE
Denys Vlasenko
2020-12-17
1
-3
/
+16
*
Fixes for Hurd build
Denys Vlasenko
2020-12-17
2
-0
/
+8
*
libbb: do not compile selinux_or_die() if !SELINUX
Denys Vlasenko
2020-12-16
1
-3
/
+3
*
build system: make -static-libgcc selectable in config
Denys Vlasenko
2020-12-16
2
-1
/
+10
[next]