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: 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
*
libbb: introduce and use xsettimeofday()
Denys Vlasenko
2020-12-16
6
-22
/
+26
*
hwclock: improve --help (-l is a compatible shortcut for --localtime)
Denys Vlasenko
2020-12-16
1
-19
/
+50
*
hwclock: fix musl breakage of settimeofday(tz)
Denys Vlasenko
2020-12-16
1
-53
/
+75
*
lineedit: disable completion and fancy prompts if no shells are selected
Denys Vlasenko
2020-12-16
1
-13
/
+16
*
lineedit: use strncmp instead of is_prefixed_with (we know the length)
Denys Vlasenko
2020-12-16
1
-22
/
+25
*
lineedit: remove ->path_lookup if ash is not configured
Denys Vlasenko
2020-12-16
2
-5
/
+13
*
lineedit: match local directories when searching PATH
Ron Yorston
2020-12-16
1
-1
/
+8
*
lineedit: omit directories when tab-completing from PATH
Ron Yorston
2020-12-16
1
-0
/
+3
*
tweak help texts
Denys Vlasenko
2020-12-16
5
-39
/
+16
[prev]
[next]