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
/
configs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-12
libpwdgrp: do not require that /etc/passwd entries have nonempty home and shell
Denys Vlasenko
1
-1
/
+1
2015-10-12
randconfig fixes
Denys Vlasenko
1
-2
/
+2
2015-10-12
build system: remove special-casing for extra libs
Denys Vlasenko
2
-22
/
+11
2015-10-11
randconfig fixes
Denys Vlasenko
1
-1
/
+1
2015-10-11
hush: code shrink
Denys Vlasenko
1
-4
/
+1
2015-10-11
randconfig fix
Denys Vlasenko
1
-1
/
+2
2015-10-11
randconfig fixes
Denys Vlasenko
4
-10
/
+26
2015-10-10
ash: shrink umask code
Denys Vlasenko
1
-9
/
+7
2015-10-09
use auto_string() where appropriate to kill a few statics
Denys Vlasenko
4
-40
/
+18
2015-10-09
libbb: auto_string() for efficient handling of temporary malloced stirngs
Denys Vlasenko
5
-16
/
+33
2015-10-09
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
7
-61
/
+61
2015-10-09
ash: "you have mail" should ignore first change in mtime
Denys Vlasenko
1
-1
/
+2
2015-10-09
ash: simplify "you have mail" code
Denys Vlasenko
1
-14
/
+11
2015-10-09
ash: make dowait() a bit more readable. Logic is unchanged
Denys Vlasenko
1
-31
/
+27
2015-10-08
updated android_ndk_defconfig
Denys Vlasenko
1
-69
/
+112
2015-10-08
udhcpc: fix for some Android toolchain breakage
Denys Vlasenko
1
-0
/
+14
2015-10-08
iproute: more string reuse
Denys Vlasenko
1
-6
/
+9
2015-10-08
iproute: don't hardcode the path to config files
Christoph J. Thompson
2
-5
/
+14
2015-10-08
ip: increased max ID for /etc/iproute2/rt_tables to 1023
Denys Vlasenko
1
-10
/
+19
2015-10-08
libiproute: use itoa() where appropriate
Denys Vlasenko
9
-61
/
+37
2015-10-08
join some common strings, -400 bytes
Denys Vlasenko
11
-45
/
+45
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
24
-124
/
+127
2015-10-07
find: support "find . -delete" idiom - do not try rmdir(".")
Denys Vlasenko
1
-1
/
+4
2015-10-07
md5sum: code shrink
Denys Vlasenko
1
-10
/
+6
2015-10-07
ash: use a more typical form of "print four octal digits" format
Denys Vlasenko
1
-1
/
+1
2015-10-07
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
10
-22
/
+26
2015-10-07
ash: shrink "umask -S" code
Denys Vlasenko
1
-17
/
+14
2015-10-07
hush: fix umask: umask(022) was setting umask(755)
Denys Vlasenko
2
-25
/
+21
2015-10-07
ash: a bunch of trivial simplifications
Denys Vlasenko
1
-35
/
+37
2015-10-07
wget: make it possible to have both SSL helpers configured
Denys Vlasenko
1
-23
/
+53
2015-10-07
ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALEN
Denys Vlasenko
1
-0
/
+4
2015-10-07
ssl_helper: tweaks discovered while building 32-bit version
Denys Vlasenko
3
-4
/
+10
2015-10-07
wget: make openssl/ssl_helper choice configurable
Denys Vlasenko
8
-54
/
+623
2015-10-05
qemu testing: extract_od_binary.sh: support huge files (and broken od)
Denys Vlasenko
1
-1
/
+1
2015-10-05
uudecode: tolerate text input with CR+LF line ends
Denys Vlasenko
2
-13
/
+19
2015-10-05
qemu testing: Do build brctl and ifplugd; force mips32 dialect
Denys Vlasenko
1
-3
/
+8
2015-10-05
qemu testing: fix hexdumping of binary
Denys Vlasenko
1
-1
/
+1
2015-10-05
Aboriginal linux/musl build fixes
Denys Vlasenko
5
-2
/
+81
2015-10-05
Add qemu_multiarch_testing/
Denys Vlasenko
6
-0
/
+193
2015-10-02
awk: support "length" form of "length()". Closes 8371
Denys Vlasenko
2
-48
/
+72
2015-10-01
umount: always use umount2 syscall with specified flags
Denys Vlasenko
1
-4
/
+16
2015-09-21
adduser: fix help text
Denys Vlasenko
1
-1
/
+1
2015-09-21
adduser: Add -k /path/to/skel
Bernhard Reutner-Fischer
1
-3
/
+8
2015-09-21
i2c-tools: rename remaining defines
Bartosz Golaszewski
1
-23
/
+23
2015-09-21
i2c-tools: remove duplicate definitions
Bartosz Golaszewski
1
-100
/
+2
2015-09-19
sort: fix -kN,M handling (was including last separator into the comparison)
Denys Vlasenko
2
-4
/
+16
2015-09-15
libbb: another unit test for is_suffixed_with
Tito Ragusa
1
-0
/
+1
2015-09-09
modprobe: handle module arguments containing spaces
Peter Korsgaard
1
-1
/
+33
2015-09-04
ash: fix slash treatment in expmeta
Ron Yorston
1
-10
/
+13
2015-09-04
hush: fix a nommu bug where a part of function body is lost if run in a pipe
Denys Vlasenko
3
-10
/
+42
[next]