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
*
randomconfig fixes
Denys Vlasenko
2009-07-15
2
-9
/
+18
*
comment fix, no code changes
Denys Vlasenko
2009-07-15
1
-2
/
+3
*
busybox --install [-s] [DIR]: allow a parameter - destination DIR
Denys Vlasenko
2009-07-15
1
-5
/
+9
*
sv: fix "sv o SRV; ...; sv d SRV" (bug 461) + code shrink
Denys Vlasenko
2009-07-15
1
-33
/
+35
*
runsv: rename field in a struct to not collide with other name
Denys Vlasenko
2009-07-15
2
-19
/
+20
*
sed: simpler fix for recent GNU compat stuff (by Rob Landley)
Denys Vlasenko
2009-07-14
1
-23
/
+14
*
add comment about /etc/gshadow, no code changes
Denys Vlasenko
2009-07-13
2
-2
/
+17
*
passwd + /etc/shadow: chage "change time" field too
Denys Vlasenko
2009-07-13
2
-4
/
+31
*
lineedit+unicode: make TAB completion work again
Denys Vlasenko
2009-07-12
1
-28
/
+57
*
vi: small code shrink
Denys Vlasenko
2009-07-12
1
-3
/
+6
*
tweaking Unicode support
Denys Vlasenko
2009-07-11
3
-79
/
+57
*
added simplified Unicode support for non-locale-enabled builds
Denys Vlasenko
2009-07-11
6
-24
/
+331
*
ash: fixes in debug printouts
Denys Vlasenko
2009-07-11
1
-8
/
+9
*
lineedit: implement Unicode-aware line editing (optional)
Denys Vlasenko
2009-07-10
1
-97
/
+235
*
fix fallout from BSD patches
Denys Vlasenko
2009-07-10
4
-11
/
+12
*
dmesg: try to detect buffer size
Denys Vlasenko
2009-07-10
1
-12
/
+18
*
sed: deal with peculiar behavior of '2d;2,1p' in GNU sed
Denys Vlasenko
2009-07-10
2
-12
/
+16
*
restore shadow.h independence
Mike Frysinger
2009-07-09
2
-5
/
+18
*
depmod.pl: recurse through module dependencies
Mike Frysinger
2009-07-09
1
-10
/
+21
*
tar: handle 256-base encoding in mtime
Denys Vlasenko
2009-07-08
1
-3
/
+7
*
move libc related stuff out of platform.h
Denys Vlasenko
2009-07-08
12
-67
/
+84
*
udhcpd: fix a bug in add_lease where it was reading at [-1]
Denys Vlasenko
2009-07-07
4
-21
/
+35
*
reformime: small code and style fixes. no material changes in behavior.
Denys Vlasenko
2009-07-07
1
-7
/
+12
*
tweak MD5 config text
Denys Vlasenko
2009-07-06
1
-1
/
+1
*
pgrep/pkill: support -s and -P options
Denys Vlasenko
2009-07-06
2
-58
/
+72
*
tweak sendmail and makemime help texts
Denys Vlasenko
2009-07-05
2
-14
/
+79
*
libbb/sha: #undef macro names before #defining them.
Denys Vlasenko
2009-07-05
1
-0
/
+13
*
cp: make "non-POSIX" cp a bit more consistent
Denys Vlasenko
2009-07-05
1
-34
/
+28
*
cp: by popular demand, make it POSIX compliant (but less safe)
Denys Vlasenko
2009-07-05
2
-9
/
+19
*
df: fix "df /"
Denys Vlasenko
2009-07-05
8
-54
/
+47
*
Patches to enable FreeBSD build
Denys Vlasenko
2009-07-05
10
-53
/
+72
*
fix dependencies of FEATURE_GETOPT_LONG
Denys Vlasenko
2009-07-04
6
-9
/
+9
*
ps: conditionally support additional -o FIELDs
Denys Vlasenko
2009-07-03
5
-18
/
+92
*
svlogd: do not overrun read buffer (fixes bug 439)
Denys Vlasenko
2009-07-03
1
-9
/
+6
*
udhcpc: support option 0x79 (static routes) (part of bug 341)
Denys Vlasenko
2009-07-03
3
-1
/
+52
*
udhcp: dname_dec may return NULL, account for that case
Denys Vlasenko
2009-07-03
5
-58
/
+66
*
Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
Denys Vlasenko
2009-07-03
1
-1
/
+1
|
\
|
*
test commit
Bernhard Reutner-Fischer
2009-07-03
1
-1
/
+0
|
*
test commit
Bernhard Reutner-Fischer
2009-07-03
1
-0
/
+1
|
*
test commit
Bernhard Reutner-Fischer
2009-07-03
1
-1
/
+1
*
|
ls: make --color more compatible with coreutils
Denys Vlasenko
2009-07-03
1
-20
/
+34
|
/
*
ls: fix --color handling. Closes bug 435.
Denys Vlasenko
2009-07-02
5
-13
/
+22
*
mdev: be more permissive on errors (dont die): mdev -s users want that
Denys Vlasenko
2009-07-02
1
-3
/
+7
*
mdev: set $MDEV correctly for renamed nodes
Denys Vlasenko
2009-07-02
2
-39
/
+41
*
Added kernel patch for /proc/self/exe to examples
Denys Vlasenko
2009-07-02
1
-0
/
+34
*
wget: remove IPv6 scope id in Host: field (apache compat)
Denys Vlasenko
2009-06-30
1
-3
/
+51
*
sed: fix handling of 1d;1,3p and 1d;1,REGEXp
Denys Vlasenko
2009-06-30
2
-229
/
+260
*
wget: fix redirection from HTTP to FTP server
Denys Vlasenko
2009-06-28
1
-137
/
+140
*
wget: remove strange *&var construct.
Denys Vlasenko
2009-06-28
1
-1
/
+1
*
wget: code shrink by splitting main() into easier-to-optimize functions
Denys Vlasenko
2009-06-28
1
-161
/
+174
[next]