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
...
*
ash: [PARSER] Handle backslash newlines properly after dollar sign
Denys Vlasenko
2016-09-29
1
-15
/
+29
*
hush: rework input char buffering to allow more than one-deep peek
Denys Vlasenko
2016-09-29
10
-0
/
+177
*
ash: input: Allow two consecutive calls to pungetc
Denys Vlasenko
2016-09-29
1
-34
/
+43
*
hush: fix 'eval ""' handling
Denys Vlasenko
2016-09-29
5
-1
/
+15
*
hush: fix ". EMPTY_LINE" not setting $? to 0
Denys Vlasenko
2016-09-29
5
-0
/
+18
*
ash: jobs: Don't attempt to access job table for job %0
Denys Vlasenko
2016-09-29
1
-1
/
+1
*
ash: [EVAL] Make eval with empty arguments return 0
Denys Vlasenko
2016-09-29
5
-36
/
+36
*
ash: [EVAL] Fix use-after-free in dotrap/evalstring
Denys Vlasenko
2016-09-28
1
-3
/
+7
*
ash: Remove unused EV_BACKCMD flag
Denys Vlasenko
2016-09-28
1
-1
/
+0
*
ash: eval: Return status in eval functions
Denys Vlasenko
2016-09-28
5
-55
/
+89
*
traceroute: cleanup and fixes for packet size calculations
Denys Vlasenko
2016-09-28
11
-105
/
+40
*
vi: fix '' command (goto to prev context)
Denys Vlasenko
2016-09-28
1
-5
/
+5
*
mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitly
Denys Vlasenko
2016-09-27
1
-8
/
+14
*
examples: wpa_supplicant.conf has a wrong field deleted in examples
Denys Vlasenko
2016-09-26
1
-1
/
+1
*
mount: tweak "IPv6 scoped addr" commit
Denys Vlasenko
2016-09-26
1
-3
/
+3
*
libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE
Denys Vlasenko
2016-09-26
2
-2
/
+11
*
libbb/speed_table.c: expand comments
Denys Vlasenko
2016-09-26
1
-1
/
+16
*
typo fix in comment
Denys Vlasenko
2016-09-26
1
-1
/
+1
*
ash: in heredoc code, fix access past the end of allocated memory. Closes 9276
Denys Vlasenko
2016-09-25
1
-14
/
+18
*
ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286
Denys Vlasenko
2016-09-25
3
-5
/
+29
*
ifupdown: improve help text, add comment about run-parts error msg
Denys Vlasenko
2016-09-25
1
-1
/
+6
*
libbb: handle \S in /etc/issue
Denys Vlasenko
2016-09-24
1
-0
/
+40
*
AUTHORS: Add myself to AUTHORS
Linus Walleij
2016-09-22
1
-0
/
+4
*
ash: use glob() from libc
Denys Vlasenko
2016-09-21
1
-11
/
+91
*
examples/var_service/supplicant_if: new service example
Denys Vlasenko
2016-09-20
6
-0
/
+83
*
ifupdown: when flushing addresses with "ip", add label %label%
Denys Vlasenko
2016-09-20
1
-2
/
+5
*
ash: fix handling of bashism $'xxx' with high-bit chars. Closes 9236
Denys Vlasenko
2016-09-20
1
-0
/
+3
*
hush: document better where bad redirect syntax is detected
Denys Vlasenko
2016-09-20
1
-3
/
+20
*
libnetlink: fix alignment of netlink messages
Hauke Mehrtens
2016-09-18
1
-8
/
+8
*
libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL)
Denys Vlasenko
2016-09-18
1
-2
/
+3
*
ash: exit after subshell error when errexit option is set
Rostislav Skudnov
2016-09-17
3
-0
/
+8
*
fdisk: fix CONFIG_FEATURE_SUN_LABEL=y build
Denys Vlasenko
2016-09-17
1
-36
/
+36
*
fix "aloc" -> "alloc" typos
Denys Vlasenko
2016-09-17
3
-10
/
+10
*
ash: add a FIXME for bug 9246
Denys Vlasenko
2016-09-17
1
-0
/
+9
*
svlogd: strip leading '!' from processor lines
Francis Rounds
2016-09-15
1
-1
/
+1
*
vi: make "g<key>" error message less likely to show garbage
Denys Vlasenko
2016-09-15
1
-1
/
+3
*
libbb:/send_to_from: do not require that "to" should have the same AF. Closes...
Denys Vlasenko
2016-09-15
1
-2
/
+8
*
modutils: support finit_module syscall
Mike Frysinger
2016-09-15
2
-3
/
+51
*
less: switch off nonblock on kbd_fd before exit
Denys Vlasenko
2016-09-13
1
-7
/
+5
*
less: fall back to using fd #1 for keyboard reading. Closes 9231
Denys Vlasenko
2016-09-13
1
-4
/
+12
*
mdev: create devices from /sys/dev
Denys Vlasenko
2016-09-07
1
-47
/
+41
*
sendmail: make it possible to pause after connection helper is started
Denys Vlasenko
2016-09-07
1
-10
/
+14
*
volume_id: Add support for UBIFS
Serj Kalichev
2016-09-06
4
-1
/
+135
*
libbb/xwrite: print errno on "short write" errors
Denys Vlasenko
2016-09-05
1
-2
/
+10
*
libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bits
Denys Vlasenko
2016-09-01
1
-11
/
+55
*
*: placate some compile warnings on OSX
Denys Vlasenko
2016-09-01
3
-5
/
+5
*
sed: fix "sed n (flushes pattern space, terminates early)" testcase failure
Denys Vlasenko
2016-09-01
2
-14
/
+11
*
wget: treat 201,202,203 as success codes too. Closes 9211
Denys Vlasenko
2016-08-31
1
-1
/
+17
*
sha3sum: fix config text (it's no longer only 512-bit)
Denys Vlasenko
2016-08-29
1
-1
/
+1
*
sha3: fix to conform to final SHA3 padding standard, add -a BITS option
Denys Vlasenko
2016-08-29
7
-90
/
+143
[prev]
[next]