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
*
webpage: s/Denis/Denys/ (I don't like "denys", but it's in passport); add a l...
Denis Vlasenko
2008-04-11
3
-8
/
+9
*
fix "make check"
Denis Vlasenko
2008-04-10
2
-3
/
+8
*
udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)
Denis Vlasenko
2008-04-10
2
-8
/
+3
*
nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>)
Denis Vlasenko
2008-04-10
1
-17
/
+29
*
actually adding xfuncs_printf.c :(
Denis Vlasenko
2008-04-09
1
-0
/
+521
*
Splitting xfuncs.c into two parts. No code chabges.
Denis Vlasenko
2008-04-09
3
-507
/
+26
*
Avoid linking in printf/bsearch if possible. -20k for static bbox with
Denis Vlasenko
2008-04-08
2
-27
/
+83
*
dd: update usage text
Denis Vlasenko
2008-04-07
1
-4
/
+8
*
mount: remove superfluous comment
Denis Vlasenko
2008-04-07
1
-1
/
+0
*
crond: add handling of "MAILTO=user" lines
Denis Vlasenko
2008-04-07
2
-20
/
+67
*
ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>)
Denis Vlasenko
2008-04-07
2
-23
/
+54
*
brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)
Denis Vlasenko
2008-04-06
5
-84
/
+147
*
init: fix askfirst not working as intended
Denis Vlasenko
2008-04-05
1
-21
/
+26
*
cpio: actually add testsuite entry...
Denis Vlasenko
2008-04-05
1
-0
/
+58
*
cpio: fix a bug where we do not extract zero-sized hardlinks
Denis Vlasenko
2008-04-05
7
-105
/
+99
*
cpio: typo fix in error message
Denis Vlasenko
2008-04-05
1
-1
/
+1
*
cpio: optional support for writing cpio files in newc format.
Denis Vlasenko
2008-04-05
3
-19
/
+225
*
fbsplash: more compact support for named pipes + EOF scenario
Denis Vlasenko
2008-04-04
1
-47
/
+34
*
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
[next]