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
...
*
ionice: implement -t
Denys Vlasenko
2021-06-17
1
-7
/
+10
*
env: implement -0
Denys Vlasenko
2021-06-17
1
-3
/
+6
*
mv: implement -t and -T
Denys Vlasenko
2021-06-17
1
-24
/
+50
*
uniq: support -z
Denys Vlasenko
2021-06-17
3
-11
/
+15
*
vi: reject change command when motion fails
Ron Yorston
2021-06-16
1
-1
/
+12
*
vi: up/down motion beyond end of file should fail
Ron Yorston
2021-06-16
1
-25
/
+38
*
vi: keep autoindent if line isn't empty
Ron Yorston
2021-06-16
1
-1
/
+1
*
du: support -b "apparent size"
Denys Vlasenko
2021-06-16
1
-12
/
+21
*
blockdev: support --get/setra
Denys Vlasenko
2021-06-16
1
-5
/
+23
*
*: more --help tweaks
Denys Vlasenko
2021-06-16
4
-14
/
+12
*
lsof: print fd# too
Denys Vlasenko
2021-06-16
1
-1
/
+1
*
telnetd: give inetd.conf example in --help
Denys Vlasenko
2021-06-16
3
-4
/
+4
*
awk: fix use-after-free in "$BIGNUM1 $BIGGERNUM2" concat op
Denys Vlasenko
2021-06-16
1
-14
/
+71
*
hush: fix handling of "cmd && &"
Denys Vlasenko
2021-06-15
1
-1
/
+5
*
hush: fix handling of \^C and "^C"
Denys Vlasenko
2021-06-15
9
-0
/
+23
*
unlzma: fix a case where we could read before beginning of buffer
Denys Vlasenko
2021-06-15
3
-5
/
+17
*
man: fix segfault in "man 1"
Denys Vlasenko
2021-06-15
1
-1
/
+1
*
shuf: simplify check that we have at least one FILE
Denys Vlasenko
2021-06-15
2
-7
/
+4
*
*: more --help tweaks
Denys Vlasenko
2021-06-15
10
-11
/
+11
*
udhcpc: do not use inet_addr() to parse -r REQ_IP, it's deprecated
Denys Vlasenko
2021-06-15
1
-1
/
+2
*
udhcpc: rename server_addr to server_id, fix id comparison if it's not specified
Denys Vlasenko
2021-06-15
1
-25
/
+19
*
udhcpc[6]: do not pass xid around, keep it in client_data.xid
Denys Vlasenko
2021-06-15
3
-60
/
+48
*
udhcpc: send client-id option in DHCPDECLINE
Denys Vlasenko
2021-06-15
1
-15
/
+22
*
vi: initialise tabstop once not for each file
Ron Yorston
2021-06-14
1
-1
/
+1
*
vi: ':r' should insert text after current line
Ron Yorston
2021-06-14
1
-5
/
+3
*
*: --help tweaks
Denys Vlasenko
2021-06-14
21
-40
/
+61
*
base32/64: accept -i "skip bad chars" option (currently in effect uncondition...
Denys Vlasenko
2021-06-13
1
-2
/
+4
*
*: more --help tweaking
Denys Vlasenko
2021-06-13
9
-19
/
+20
*
*: more --help tweaks, mostly expanding ts --help
Denys Vlasenko
2021-06-13
8
-15
/
+18
*
*: --help tweaks
Denys Vlasenko
2021-06-13
10
-27
/
+35
*
bc: tweak overflow detection in a^b
Denys Vlasenko
2021-06-12
1
-5
/
+8
*
bc: code shrink: combine init() and copy() where we can
Denys Vlasenko
2021-06-12
1
-21
/
+16
*
bc: fix for mul overflow in scale calculation in a^b
Denys Vlasenko
2021-06-12
1
-8
/
+23
*
httpd_post_upload.cgi: use mktemp to avoid $RANDOM
Sergey Ponomarev
2021-06-06
1
-1
/
+1
*
ash: save Ron's patch from oblivion
Denys Vlasenko
2021-06-06
1
-0
/
+135
*
shells: do not allow bare "read" in non-bash compat configs
Denys Vlasenko
2021-06-06
4
-8
/
+22
*
ash: add process substitution in bash-compatibility mode
Ron Yorston
2021-06-05
4
-17
/
+187
*
run-parts: permit dot later in file name
Ján Sáreník
2021-06-05
1
-2
/
+13
*
build system: use SOURCE_DATE_EPOCH for timestamp if available
Paul Spooren
2021-06-05
1
-3
/
+14
*
shell: also do word splitting when -d DELIM is used
Eicke Herbertz
2021-06-05
1
-1
/
+1
*
gen_build_files: Use C locale when calling sed on globbed files
Khem Raj
2021-06-05
1
-0
/
+2
*
udhcpc: revert deprecation message for -V
Denys Vlasenko
2021-06-05
1
-4
/
+1
*
runsv: code shrink: use single handler function for SIGTERM and SIGCHLD
Denys Vlasenko
2021-06-05
1
-9
/
+8
*
runsv: robustify signal handling - SIGTERM to child between vfork and exec co...
Denys Vlasenko
2021-06-05
6
-18
/
+27
*
tcp/udpsvd: robustify SIGCHLD handling
Denys Vlasenko
2021-06-05
2
-11
/
+27
*
svlogd: if processor's stdin can not be opened, do not try ad infinitum
Denys Vlasenko
2021-06-05
1
-5
/
+18
*
ls: trim --help text
Denys Vlasenko
2021-06-05
1
-9
/
+9
*
libbb: correct the name of is_TERM_dumb()
Denys Vlasenko
2021-06-05
1
-1
/
+1
*
ls: don't output any colors with TERM=dumb
Sören Tempel
2021-06-04
3
-4
/
+15
*
udhcpd: don't hardcode treating .0 and .255 specially
Seth David Schoen
2021-06-03
1
-6
/
+5
[prev]
[next]