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
...
|
*
use user's shell instead of hardwired "/bin/sh" (android needs this)
Denys Vlasenko
2011-03-08
12
-28
/
+38
|
*
printenv: fix environ == NULL segfault
Denys Vlasenko
2011-03-08
2
-4
/
+9
|
*
ash/hush: shrink help text
Denys Vlasenko
2011-03-08
2
-2
/
+2
|
*
ftpd: better usage text
Denys Vlasenko
2011-03-08
2
-18
/
+18
|
*
kill: fix infinite loop when passed PIDs are not valid numbers
Pere Orga
2011-03-07
1
-0
/
+1
|
*
remove stray empty line
Denys Vlasenko
2011-03-07
1
-1
/
+0
|
*
ash/hush: provide help text
Denys Vlasenko
2011-03-07
2
-21
/
+40
|
*
ash: fix execution of shell scripts without shebang
Denys Vlasenko
2011-03-07
1
-10
/
+19
|
*
klogd: fix the problem of delayed handling of ^C and SIGTERM
Denys Vlasenko
2011-03-07
1
-1
/
+30
|
*
udhcpc: add -B option
Keith Young
2011-03-07
1
-59
/
+69
|
*
more: fix tabs handling
Denys Vlasenko
2011-03-07
1
-3
/
+6
|
*
fix bit rot in scripts/Makefile.IMA #2
Denys Vlasenko
2011-03-06
2
-9
/
+7
|
*
fix bit rot in scripts/Makefile.IMA
Denys Vlasenko
2011-03-06
2
-3
/
+9
|
*
.gitignore: add missing ignores
Bjørn Forsman
2011-03-06
3
-0
/
+6
|
*
nameif: add matching by phy_address=NUM; extend help text
Phil Sutter
2011-03-06
3
-44
/
+94
|
*
nameif: fix parsing of /proc/net/dev; small code shrink
Phil Sutter
2011-03-06
1
-11
/
+9
|
*
libbb/login/su: do not sanitize shell name twice
Denys Vlasenko
2011-03-06
3
-14
/
+7
|
*
tr: free allocated memory in tr if CLEANUP enabled
Alexey Soloviev
2011-03-06
1
-0
/
+6
|
*
improve --install operation in chroot jails
Denys Vlasenko
2011-03-06
1
-5
/
+16
|
*
xargs: support --no-run-if-empty (synonym to -r)
Denys Vlasenko
2011-03-03
1
-6
/
+13
|
*
don't leak malloced variables in the loop; remove double alloc
Alexey Fomenko
2011-03-02
2
-3
/
+6
|
*
convert "do {...} while (1);" -> "while (1) {...}"
Denys Vlasenko
2011-03-02
4
-16
/
+17
|
*
add missing fclose's
Alexey Fomenko
2011-03-02
1
-0
/
+2
|
*
tar: skip leading / and handle names like abc/..////def -> def (not ///def)
Denys Vlasenko
2011-03-02
4
-59
/
+59
|
*
libbb: remove dead code in getopt32. -7 bytes
Alexey Fomenko
2011-03-01
1
-10
/
+5
|
*
tar: on extract, everything up to and including last ".." is stripped
Denys Vlasenko
2011-03-01
3
-5
/
+41
|
*
libbb: make user/group name cache strings longer (~27 chars)
Denys Vlasenko
2011-03-01
3
-12
/
+12
|
*
ls: widen -s (1k blocks) column from 4 to 6
Denys Vlasenko
2011-03-01
1
-1
/
+2
|
*
ls: -g implies -l
Denys Vlasenko
2011-02-28
1
-5
/
+10
|
*
ls: fix bits for -T, -w and --color; make -n imply -l; fix comments
Denys Vlasenko
2011-02-28
1
-25
/
+20
|
*
mount: strip multiple trailing slashes, not just one
Denys Vlasenko
2011-02-28
1
-1
/
+1
|
*
mount: update /etc/mtab properly on mount --move
Roman Borisov
2011-02-28
1
-9
/
+67
|
*
whois: new applet
Pere Orga
2011-02-27
1
-0
/
+66
|
*
showkey: make showkey -a work on any stdin
Harald Becker
2011-02-27
1
-13
/
+24
|
*
ls: fix one-bit-off which caused -H to behave as -h
Denys Vlasenko
2011-02-27
1
-1
/
+1
|
*
adduser: use better argv passing to addgroup
Denys Vlasenko
2011-02-27
1
-9
/
+18
|
*
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Denys Vlasenko
2011-02-26
17
-92
/
+115
*
|
Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge
Ron Yorston
2012-03-22
103
-1153
/
+1896
|
\
|
|
*
fix libiproute compile with kernel headers < 2.6.17
Stefan Seyfried
2011-02-26
1
-0
/
+3
|
*
mount: ignore unknown mount options when remounting NFS mounts
Peter Korsgaard
2011-02-26
1
-0
/
+3
|
*
mount: fix wrong long option namess
Roman Borisov
2011-02-26
1
-8
/
+8
|
*
iproute: fix parsing and matching of of "short" IP addrs like 10/8
Denys Vlasenko
2011-02-23
4
-38
/
+74
|
*
slightly better wording in comments
Denys Vlasenko
2011-02-21
2
-4
/
+4
|
*
ash: fix ash-signals/signal8 testcase failure
Denys Vlasenko
2011-02-21
6
-15
/
+152
|
*
fix "make install"
Bernd Jendrissek
2011-02-20
1
-1
/
+1
|
*
blockdev: add --getsz to replace --getsize
Dan Fandrich
2011-02-20
1
-6
/
+18
|
*
wget: reduce bloat
Pere Orga
2011-02-19
1
-7
/
+3
|
*
udhcpd: optional IP selection based on MAC hash
Vladislav Grishenko
2011-02-16
2
-8
/
+50
|
*
echo: fix SEGV when run with no args
Denys Vlasenko
2011-02-15
1
-1
/
+1
|
*
wget: check for final write errors for -O FILE too
Denys Vlasenko
2011-02-15
1
-0
/
+3
[prev]
[next]