index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-09-20
ps: document -T option
Denys Vlasenko
1
-0
/
+3
2009-09-20
swaponoff: add uuid/label support. By Natanael Copa
Natanael Copa
6
-33
/
+51
2009-09-20
ar: fix long filenames handling (bug 611)
Denys Vlasenko
1
-37
/
+50
2009-09-19
ps,top: add an option to show threads. +260 bytes of code
Denys Vlasenko
5
-13
/
+74
2009-09-18
dd: fix conv=noerror w/o sync to not write out zeroed blocks
Denys Vlasenko
1
-5
/
+6
2009-09-17
we could need ssd -d (fancy)
Bernhard Reutner-Fischer
1
-1
/
+2
2009-09-17
tar: do chown, not lchown to restore mode (compat)
Denys Vlasenko
1
-2
/
+3
2009-09-17
tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits
Denys Vlasenko
7
-45
/
+50
2009-09-16
ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem)
Denys Vlasenko
1
-2
/
+3
2009-09-16
ash: preparatory cleanup. The only real changes are (unsigned char) casts
Denys Vlasenko
1
-50
/
+55
2009-09-16
add a testcase for reopened bug 585 (not fixed yet)
Denys Vlasenko
3
-1
/
+21
2009-09-16
fdisk: add a warning and truncate disks with >= 2^32 sectors
Denys Vlasenko
5
-211
/
+246
2009-09-16
use PACKED macro insted of open-coding GCC-ism
Denys Vlasenko
31
-70
/
+70
2009-09-15
unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)
Denys Vlasenko
2
-146
/
+108
2009-09-15
mount: do not execute "mount.(null)" :)
Denys Vlasenko
1
-1
/
+1
2009-09-13
httpd_ssi.c: make it a bit less broken
Denys Vlasenko
1
-21
/
+83
2009-09-13
add USE_PORTABLE_CODE option and use it in find applet
Denys Vlasenko
2
-0
/
+12
2009-09-13
fsck: more clever (->smaller) handling of parameters
Denys Vlasenko
1
-26
/
+25
2009-09-13
fsck: remove a few statics
Denys Vlasenko
1
-51
/
+42
2009-09-12
test: use index_in_strings
Denys Vlasenko
1
-60
/
+96
2009-09-12
top: remove GCCisms
Denys Vlasenko
1
-5
/
+12
2009-09-12
hush: make memleak debugging more robust
Denys Vlasenko
1
-0
/
+5
2009-09-12
hush: code shrink by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
1
-39
/
+35
2009-09-12
fix read_cmdline API and a small buglet where "[comm]" may be too narrow
Denys Vlasenko
4
-7
/
+8
2009-09-11
top, ps: do not output trailing spaces
Denys Vlasenko
2
-1
/
+3
2009-09-11
top: add -m ("memory") option
Denys Vlasenko
4
-59
/
+88
2009-09-10
networking/httpd_ssi.c: expand comments
Denys Vlasenko
1
-2
/
+8
2009-09-10
networking/httpd_ssi.c: new example CGI handler
Denys Vlasenko
2
-2
/
+106
2009-09-10
httpd: shrink mime type matching code (suggested by Bernhard)
Denys Vlasenko
2
-43
/
+56
2009-09-09
a few more GCC-isms removed
Denys Vlasenko
3
-7
/
+20
2009-09-09
remove some garbage from http POST upload example
Denys Vlasenko
1
-2
/
+2
2009-09-08
httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"
Denys Vlasenko
1
-19
/
+17
2009-09-08
Add ENABLE_FEATURE_MDEV_RENAME_REGEXP examples to mdev documentation
Bernhard Reutner-Fischer
1
-0
/
+12
2009-09-07
TODO: add unicode list
Denys Vlasenko
1
-0
/
+40
2009-09-07
modprobe-small: make string buffer code robust; fix help text
Denys Vlasenko
2
-19
/
+36
2009-09-07
modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-')
Denys Vlasenko
1
-0
/
+1
2009-09-06
unzip: more compat if DESKTOP=y
Denys Vlasenko
1
-29
/
+118
2009-09-06
Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)"
Denys Vlasenko
2
-60
/
+98
2009-09-06
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
24
-30
/
+40
2009-09-06
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
16
-24
/
+24
2009-09-06
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
15
-17
/
+22
2009-09-06
experimentally add mallopt tweaks for reduced memory consumption
Denys Vlasenko
1
-0
/
+20
2009-09-05
hush: export PWD
Denys Vlasenko
2
-5
/
+60
2009-09-04
inetd: comment tweak. no code changes
Denys Vlasenko
1
-3
/
+3
2009-09-04
telnetd: add -w ("inetd wait") option. Can be configured off.
Denys Vlasenko
3
-28
/
+69
2009-09-04
inetd: be more careful with syslog socket; other small fixes
Denys Vlasenko
1
-7
/
+18
2009-09-02
small commit tweak in parse_datestr, no code changes
Denys Vlasenko
1
-2
/
+2
2009-08-31
uniq: shave off whole 10 bytes off, oh my
Denys Vlasenko
1
-23
/
+22
2009-08-30
ash: better comment. no code changes
Denys Vlasenko
1
-1
/
+1
2009-08-30
code shrink in help text code
Denys Vlasenko
1
-6
/
+9
[next]