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
path:
root
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-23
hush: fix handling of "cmd && &"
Denys Vlasenko
1
-1
/
+5
2021-11-23
hush: fix handling of \^C and "^C"
Denys Vlasenko
9
-0
/
+23
2021-11-23
ash: parser: Fix VSLENGTH parsing with trailing garbage
Denys Vlasenko
1
-6
/
+3
2021-11-23
unlzma: fix a case where we could read before beginning of buffer
Denys Vlasenko
3
-5
/
+17
2021-05-03
Bump version to 1.33.1
1_33_1
Denys Vlasenko
1
-1
/
+1
2021-05-03
ash: fix ${unset_var/pattern/repl}
Denys Vlasenko
3
-1
/
+5
2021-05-03
decompress_gunzip: Fix DoS if gzip is corrupt
Samuel Sapalski
1
-2
/
+10
2021-03-09
traceroute: fix option parsing
Denys Vlasenko
1
-1
/
+1
2021-03-09
update_passwd: fix context variable
Bernd Kuhls
1
-1
/
+1
2021-03-09
ash: make a strdup copy of $HISTFILE for line editing
Denys Vlasenko
1
-2
/
+2
2021-03-09
httpd: fix offset for sendfile
Maxim Storchak
1
-3
/
+3
2020-12-29
Bump version to 1.33.0
1_33_0
Denys Vlasenko
1
-1
/
+1
2020-12-29
libiproute: band-aid for old uclibc missing IFA_FLAGS
Denys Vlasenko
1
-1
/
+6
2020-12-29
modprobe-small: convert to new recursive_action() API
Denys Vlasenko
1
-4
/
+4
2020-12-29
bc: placate gcc (it thinks 's' can be uninitialized here)
Denys Vlasenko
1
-8
/
+10
2020-12-29
randomconfig fixes
Denys Vlasenko
13
-18
/
+45
2020-12-27
hush: make comment more clear
Denys Vlasenko
1
-4
/
+5
2020-12-27
man: implement SECTION parameters
Denys Vlasenko
1
-6
/
+35
2020-12-25
typo fix
Denys Vlasenko
2
-2
/
+2
2020-12-25
hush: fix this case: echo "SCRIPT" | hush
Denys Vlasenko
5
-1
/
+15
2020-12-25
hush: if !EDITING, do not regenerate prompt for every input char
Denys Vlasenko
1
-5
/
+12
2020-12-25
mount: Surround syslog.h with the config check
Lauri Kasanen
1
-0
/
+2
2020-12-24
ash: change "clear ungetc counter on syntax errors" fix to match dash
Denys Vlasenko
1
-2
/
+1
2020-12-23
hush: fix ^C in INTERACTIVE, !EDITING config
Denys Vlasenko
1
-6
/
+29
2020-12-23
hush: revert "make interactive ^C break out of PS2 mode"
Denys Vlasenko
1
-22
/
+3
2020-12-23
hush: fix PS1 prompth in !EDITING config
Denys Vlasenko
1
-3
/
+3
2020-12-23
hush: fix fallout from tweaking ${var:START:LEN} code
Denys Vlasenko
3
-1
/
+4
2020-12-23
shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128
Denys Vlasenko
2
-16
/
+18
2020-12-23
hush: fix comment
Denys Vlasenko
1
-1
/
+1
2020-12-23
factor: fix comment
Denys Vlasenko
1
-1
/
+1
2020-12-22
factor: detect squares
Denys Vlasenko
2
-3
/
+62
2020-12-21
lineedit: code shrink
Denys Vlasenko
1
-5
/
+5
2020-12-21
lineedit: add a comment about possible use of tcflush()
Denys Vlasenko
1
-0
/
+1
2020-12-21
bc: do not allocate line editing state until needed
Denys Vlasenko
5
-30
/
+35
2020-12-21
modprobe: Add support for modprobe.blacklist=module1,module2,...
Andy Shevchenko
1
-0
/
+19
2020-12-21
hush: deal with FIXMEs for corner cases in parameter expansion
Denys Vlasenko
1
-18
/
+34
2020-12-21
factor: fix typo in undef
Denys Vlasenko
1
-1
/
+1
2020-12-21
factor: code shrink
Denys Vlasenko
1
-9
/
+8
2020-12-20
factor: 30% faster trial division (better sieve)
Denys Vlasenko
1
-75
/
+95
2020-12-20
hush: remove one redundant getpid() on every startup
Denys Vlasenko
1
-8
/
+6
2020-12-20
ping6: add -w/-W NUM to --help
Denys Vlasenko
1
-6
/
+10
2020-12-20
ping: fix -wN to not think that one packet is always lost
Denys Vlasenko
1
-5
/
+4
2020-12-19
ash: clear ungetc counter on syntax errors
Denys Vlasenko
1
-55
/
+57
2020-12-19
tftp: fix --help
Denys Vlasenko
1
-1
/
+1
2020-12-19
route: code shrink
Denys Vlasenko
1
-33
/
+26
2020-12-18
help text tweaks, mainly expanding one for route
Denys Vlasenko
4
-19
/
+22
2020-12-18
help text: use -P PORT form
Denys Vlasenko
3
-6
/
+6
2020-12-18
help text tweaks
Denys Vlasenko
19
-79
/
+77
2020-12-17
mount: if we race with other loop mount, we forget to close loop dev
Denys Vlasenko
1
-1
/
+2
2020-12-17
move ADJTIME_PATH define to header files
Denys Vlasenko
5
-16
/
+12
[next]