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
...
*
dd: support conv=fsync
Denis Vlasenko
2008-04-02
1
-60
/
+86
*
expr: fix comparisons 'a < b' where we were overflowing a-b
Denis Vlasenko
2008-04-02
2
-87
/
+100
*
udhcpc: add -o "do not request options by default" switch
Denis Vlasenko
2008-04-02
6
-15
/
+30
*
xfunc_die: resurrect (actually, it's "svn add" being forgotten again)
Denis Vlasenko
2008-04-01
1
-0
/
+40
*
basename: tiny shrink
Denis Vlasenko
2008-04-01
1
-1
/
+1
*
chpst: fix "env directory" parsing to not strip everything
Denis Vlasenko
2008-04-01
1
-24
/
+22
*
script: do not ignore poll() errors. ~+20 bytes.
Denis Vlasenko
2008-04-01
1
-1
/
+5
*
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
2008-04-01
14
-91
/
+84
*
tcpudp: trivial build fix
Denis Vlasenko
2008-03-31
1
-3
/
+3
*
libbb: preventive fix for SIGxxx >= 32
Denis Vlasenko
2008-03-30
1
-14
/
+18
*
g[un]zip: accept and ignore -n (needed for kernel compile)
Denis Vlasenko
2008-03-30
2
-2
/
+30
*
fuser: fix vda's breakage: DOH! chdir'ing to /proc breaks relative paths
Denis Vlasenko
2008-03-29
1
-6
/
+4
*
mdev: optional support for regex pattern group substitution.
Denis Vlasenko
2008-03-29
3
-3
/
+65
*
mdev: fix block/char device detection. Closes bug 2144.
Denis Vlasenko
2008-03-29
1
-1
/
+3
*
inetd: small shrink for NOMMU case
Denis Vlasenko
2008-03-29
1
-9
/
+14
*
mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes
Denis Vlasenko
2008-03-29
2
-12
/
+51
*
mdev: fix a bug where it was not stopping on first matching rule
Denis Vlasenko
2008-03-29
2
-112
/
+115
*
ftpgetput: move control_stream to "struct globals";
Denis Vlasenko
2008-03-29
1
-110
/
+85
*
ftpgetput: deal with long-standing TODOs:
Denis Vlasenko
2008-03-29
1
-114
/
+82
*
ftpgetput: add comment about EPSV (extended PASV).
Denis Vlasenko
2008-03-28
1
-39
/
+65
*
copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.
Denis Vlasenko
2008-03-28
6
-26
/
+63
*
fbsplash: move to /sbin; small shrink
Denis Vlasenko
2008-03-28
2
-28
/
+27
*
fix a few stray unguarded strdup's
Denis Vlasenko
2008-03-28
4
-144
/
+137
*
whitespace fixes
Denis Vlasenko
2008-03-28
7
-46
/
+42
*
mdev: plug a few memory and fd leaks; simplify code a bit
Denis Vlasenko
2008-03-27
3
-74
/
+73
*
mdev: add testsuite entry
Denis Vlasenko
2008-03-27
1
-0
/
+36
*
openvt: fix gross mismatch between us and "standard" openvt.
Denis Vlasenko
2008-03-27
3
-16
/
+157
*
fbsplash: support this usage:
Denis Vlasenko
2008-03-27
3
-13
/
+32
*
fbsplash: fix broken handling of buffered case:
Denis Vlasenko
2008-03-26
1
-37
/
+24
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
26
-44
/
+48
*
- add fbsplash and CONFIG_ASH_BASH_COMPAT to defconfig
Bernhard Reutner-Fischer
2008-03-26
1
-0
/
+2
*
fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfg
Denis Vlasenko
2008-03-26
3
-26
/
+15
*
fbsplash: shrink, better help text; inifile cannot specify image now;
Denis Vlasenko
2008-03-26
3
-4
/
+470
*
patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...
Denis Vlasenko
2008-03-26
7
-32
/
+103
*
patch: fix vda's thinko: we need to open new_filename.orig, always!
Denis Vlasenko
2008-03-25
2
-18
/
+59
*
ash: support for && and || in [[ expr ]]; add testsuite checks
Denis Vlasenko
2008-03-25
7
-12
/
+115
*
ifupdown: support for %retries% (L. Gabriel Somlo <somlo AT cmu.edu>)
Denis Vlasenko
2008-03-25
1
-2
/
+2
*
udhcp: build fix for ppc kernel 2.4.36
Denis Vlasenko
2008-03-25
1
-1
/
+1
*
lpd: small shrink
Denis Vlasenko
2008-03-25
1
-50
/
+35
*
ash: comment about [[; code style fixes. No code changes.
Denis Vlasenko
2008-03-25
1
-10
/
+30
*
help text shrinkage
Denis Vlasenko
2008-03-25
1
-15
/
+13
*
date: even more of help text shrink
Denis Vlasenko
2008-03-25
1
-2
/
+1
*
date: make help text more understandable; small shrink
Denis Vlasenko
2008-03-25
2
-62
/
+68
*
ash: optional bash-like pattern subst and substring opts
Denis Vlasenko
2008-03-25
2
-42
/
+318
*
ash: add read -u; fix read -t and read -n; add testsuite entries.
Denis Vlasenko
2008-03-25
7
-55
/
+91
*
lpd: debugging by Vladimir: he found vda's breakage (trashed s[0])!
Denis Vlasenko
2008-03-24
1
-42
/
+52
*
diff: add testsuite entry for it
Denis Vlasenko
2008-03-24
1
-0
/
+124
*
diff: improve comments (no code chages)
Denis Vlasenko
2008-03-24
1
-10
/
+13
*
patch: support for patches without dates and generated with -U1; shrink
Denis Vlasenko
2008-03-24
1
-69
/
+67
*
diff: exclude D_EMPTY code if there is no support for -r
Denis Vlasenko
2008-03-24
1
-16
/
+22
[prev]
[next]