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
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-03
hush: fix "set -e; false || x=1; echo OK"
Denys Vlasenko
5
-7
/
+43
2018-04-03
hush: one-word, no-globbing handling of local/export/readonly args
Denys Vlasenko
1
-21
/
+32
2018-04-02
ash: parser: Fix parameter expansion inside inner double quotes
Denys Vlasenko
3
-2
/
+8
2018-04-02
hush: fix a backslash-removal bug in case
Denys Vlasenko
5
-3
/
+37
2018-04-02
ash: expand: Fix bugs with words connected to the right of $@
Denys Vlasenko
5
-4
/
+13
2018-04-02
ash: redir: Fix typo in noclobber code
Denys Vlasenko
1
-1
/
+1
2018-04-02
ash: parser: Fix single-quoted patterns in here-documents
Denys Vlasenko
3
-1
/
+16
2018-04-02
hush: remove stray debugging printout
Denys Vlasenko
1
-1
/
+0
2018-04-02
ash: parser: Add syntax stack for recursive parsing
Denys Vlasenko
19
-121
/
+168
2018-04-01
hush: update information comment about heredoc discrepancy
Denys Vlasenko
1
-7
/
+12
2018-04-01
libbb: new function bb_die_memory_exhausted
Denys Vlasenko
7
-26
/
+32
2018-04-01
sed: prevent overflow of length from bb_get_chunk_from_file
Quentin Rameau
3
-6
/
+9
2018-04-01
libbb: remove unnecessary variable in xmalloc_fgets
Quentin Rameau
1
-3
/
+1
2018-04-01
hush: add a comment where we differ from bash wrt heredoc EOF mark handling
Denys Vlasenko
3
-15
/
+8
2018-04-01
parser: Fix backquote support in here-document EOF mark
Denys Vlasenko
5
-0
/
+36
2018-04-01
ash,hush: handle a few more bkslash-newline cases
Denys Vlasenko
10
-3
/
+53
2018-03-31
shells: fix var_LINENO1.tests false positive, add it to ash tests too
Denys Vlasenko
3
-1
/
+15
2018-03-31
hush: fix heredoc_bkslash_newline1.tests failure
Denys Vlasenko
1
-35
/
+42
2018-03-31
ash: use pgetc_eatbnl() in more places
Denys Vlasenko
7
-35
/
+191
2018-03-31
ash: 'nolog' and 'debug' options cause "$-" to wreak havoc
Martijn Dekker
1
-1
/
+1
2018-03-31
stat: fix a typo: s/romfs/ramfs/, closes 10876
Denys Vlasenko
1
-1
/
+1
2018-03-31
hush: fix a signedness bug
Denys Vlasenko
1
-1
/
+1
2018-03-30
ash,hush: new test dollar_repl_slash_bash2.tests
Denys Vlasenko
4
-0
/
+6
2018-03-30
ash: fix "char == CTLfoo" comparison signedness bug
Denys Vlasenko
1
-3
/
+3
2018-03-30
ash: use F_DUPFD_CLOEXEC and O_CLOEXEC
Denys Vlasenko
1
-9
/
+16
2018-03-30
examples/var_service: new example: dnsmasq service
Denys Vlasenko
7
-0
/
+165
2018-03-30
cpio: extract "unsafe" symlinks the same way tar/unzip does
Natanael Copa
1
-0
/
+2
2018-03-30
svok: new applet (daemontools compat)
Denys Vlasenko
3
-7
/
+61
2018-03-30
ifplugd service example: always run up/down script on startup
Denys Vlasenko
1
-8
/
+9
2018-03-29
ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't die
Stefan Agner
1
-1
/
+1
2018-03-29
fbsplash: support configurable image position
Peter Korsgaard
1
-9
/
+12
2018-03-29
grep: fix echo "aa" | busybox grep -F -w "a" (should not match)
Denys Vlasenko
2
-1
/
+7
2018-03-29
fstrim: do not check that specified file is on a block device
Denys Vlasenko
1
-3
/
+11
2018-03-28
hush: add a FIXME comment
Denys Vlasenko
1
-0
/
+6
2018-03-28
ash,hush: fix "saved" redirected fds still visible in children
Denys Vlasenko
14
-13
/
+92
2018-03-28
libbb: use BUILD_BUG_ON in utoa_to_buf()
Denys Vlasenko
1
-4
/
+3
2018-03-28
ifupdown: do not fail if interface disappears during ifdown
Kaarle Ritvanen
1
-0
/
+6
2018-03-27
ioctl(SIOCGIFINDEX) does not require clearing of entire ifr
Denys Vlasenko
3
-3
/
+3
2018-03-27
netstat: produce numeric-ip output for non-resolved names
Mark Marshall
1
-2
/
+5
2018-03-20
ssl_client: fix option parsing
Ron Yorston
1
-1
/
+1
2018-03-19
top: fix "warning: unused variable new_mask"
Denys Vlasenko
1
-1
/
+1
2018-03-16
tar: add -o and -k to short --help too
Denys Vlasenko
1
-5
/
+5
2018-03-16
tar: add -k and -o to --help
Denys Vlasenko
1
-3
/
+3
2018-03-11
tcpsvd: fix fallout from opt_complementary removal
Denys Vlasenko
1
-3
/
+8
2018-03-11
readprofile: code shrink
Denys Vlasenko
1
-34
/
+33
2018-03-11
ntpd: choose initial FREQHOLD_cnt dynamically
Denys Vlasenko
1
-12
/
+54
2018-03-11
udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handling
Denys Vlasenko
1
-5
/
+20
2018-03-10
ntpd: suppress in-kernel frequency correction in first 8 adjtimex calls
Denys Vlasenko
1
-11
/
+33
2018-03-10
udhcpd: fix "not dying on SIGTERM"
Denys Vlasenko
7
-34
/
+35
2018-03-08
remove stray newline in "iplink --help"
Denys Vlasenko
1
-1
/
+1
[prev]
[next]