index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-24
vi: avoid touching a new file with ZZ when no editing has been done
Yousong Zhou
1
-8
/
+8
2017-03-24
switch_root: don't bail out when console doesn't exist
Andrei Gherzan
1
-4
/
+6
2017-03-24
whitespace fix
Denys Vlasenko
3
-3
/
+3
2017-03-23
paste: delimiter list use should restart for each new output line
Denys Vlasenko
1
-2
/
+4
2017-03-23
typo fix
Denys Vlasenko
1
-1
/
+1
2017-03-23
paste: new applet
Maxime Coste
8
-1
/
+228
2017-03-16
dd: call fsync() only once before exiting if conv=fsync is specified
Rostislav Skudnov
1
-4
/
+4
2017-03-16
Revert "umount: make -d always active, add -D to suppress it"
Denys Vlasenko
1
-16
/
+8
2017-03-16
mount: create loop devices with LO_FLAGS_AUTOCLEAR flag
Denys Vlasenko
4
-21
/
+87
2017-03-13
runit: fix chpst -n -N -u USER
Denys Vlasenko
1
-6
/
+7
2017-03-13
vi: don't touch file with :x when modified_count == 0
Denys Vlasenko
1
-17
/
+26
2017-02-17
reset: before calling execvp(), reset needs to flush stdout
Glenn Matthews
1
-0
/
+2
2017-02-17
Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link error
Kang-Che Sung
1
-4
/
+4
2017-02-17
udhcpc: make sure we do not overflow poll timeout
Denys Vlasenko
2
-2
/
+2
2017-02-17
nc_bloaty: use poll() instead of select()
Denys Vlasenko
1
-31
/
+24
2017-02-16
udhcp: use poll() instead of select()
Denys Vlasenko
5
-53
/
+45
2017-02-16
udhcp: do not clobber errno by signal handler
Denys Vlasenko
1
-0
/
+2
2017-02-16
nc: use poll() instead of select()
Denys Vlasenko
1
-17
/
+16
2017-02-16
tls: covert i/o loop from using select() to poll()
Denys Vlasenko
1
-14
/
+11
2017-02-12
sendmail: allow "+" symbol in recipient. Closes 9646
Denys Vlasenko
1
-1
/
+1
2017-02-12
modprobe-small: define and use DEPMOD_OPT_n (option mask)
Kang-Che Sung
1
-1
/
+2
2017-02-12
modprobe-small: document '-n' in depmod usage
Kang-Che Sung
1
-2
/
+5
2017-02-07
modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for...
Denys Vlasenko
1
-1
/
+3
2017-02-05
Reorder modutils config options & fix yet more dependency
Kang-Che Sung
2
-26
/
+27
2017-02-05
modutils: fix config options dependency (2)
Kang-Che Sung
2
-6
/
+10
2017-02-04
httpd: use "Content-Length", not "-length"
Denys Vlasenko
1
-3
/
+3
2017-02-04
Replace int -> uint to avoid signed integer overflow
Rostislav Skudnov
5
-8
/
+8
2017-02-04
tls: fold AES CBC en/decryption into single functions
Denys Vlasenko
3
-34
/
+64
2017-02-03
wget/tls: session_id of zero length is ok (arxiv.org responds with such)
Denys Vlasenko
1
-3
/
+3
2017-02-03
ash: add INT_OFF/ON around allocations
Denys Vlasenko
1
-2
/
+4
2017-02-02
ps: avoid -o stat to contain spaces. Closes 9631
Denys Vlasenko
1
-10
/
+14
2017-02-01
cmdline module options can be disabled on "big" modutils
Kang-Che Sung
6
-19
/
+32
2017-02-01
modutils: remove redundant "select PLATFORM_LINUX" configs
Kang-Che Sung
3
-13
/
+0
2017-02-01
modprobe-small: move lsmod code out of modprobe_main()
Kang-Che Sung
1
-20
/
+24
2017-02-01
modprobe-small: improve config help text
Denys Vlasenko
1
-6
/
+4
2017-01-31
ash: improve / fix glob expansion
Felix Fietkau
1
-17
/
+54
2017-01-30
taskset: simplify code a bit; tweak --help
Denys Vlasenko
1
-11
/
+9
2017-01-30
modprobe-small: fix --help texts, they are from "big" modutils
Denys Vlasenko
2
-31
/
+8
2017-01-30
modutils: fix config options dependency
Kang-Che Sung
7
-22
/
+4
2017-01-30
wget: add a big explanation what TLS code implements and what does not
Denys Vlasenko
2
-3
/
+36
2017-01-30
libbb: match_fstype() is unreadable in the extreme, fixing it
Denys Vlasenko
4
-16
/
+12
2017-01-29
vi,fsck: do not use build timestamp unconditionally. Closes 9626
Denys Vlasenko
2
-2
/
+2
2017-01-29
taskset: separate "current" and "new" strings
Denys Vlasenko
1
-2
/
+2
2017-01-29
typo in comment
Denys Vlasenko
1
-1
/
+1
2017-01-29
taskset: rewrite to be task size-agnostic
Denys Vlasenko
1
-102
/
+103
2017-01-29
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
25
-41
/
+69
2017-01-26
httpd: defend against attempts to OOM us. Closes 9611
Denys Vlasenko
1
-24
/
+24
2017-01-26
adduser: help for -G GRP is misleading, fix it
Denys Vlasenko
1
-1
/
+1
2017-01-26
sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORK
Denys Vlasenko
1
-17
/
+5
2017-01-26
libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode
Denys Vlasenko
3
-22
/
+35
[next]