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
*
ash: better handling of EXIT trap in `trap` hack
Denys Vlasenko
2009-09-25
5
-9
/
+38
*
ash: do not let EXIT trap to fire in `trap`
Denys Vlasenko
2009-09-24
1
-1
/
+4
*
hush: small speed optimization. +10 bytes.
Denys Vlasenko
2009-09-24
1
-1
/
+1
*
ash,hush: fix trap reporting: s/SIGEXIT/EXIT/
Denys Vlasenko
2009-09-24
3
-8
/
+9
*
ifenslave: fix for 2.4 kernels compile
Denys Vlasenko
2009-09-23
1
-2
/
+4
*
*: more portability fixes by Dan Fandrich
Denys Vlasenko
2009-09-23
10
-13
/
+11
*
*: optimize code size in strtoul calls
Denys Vlasenko
2009-09-23
8
-23
/
+37
*
tar: accept spaces at the end of header fields (compat)
Denys Vlasenko
2009-09-23
1
-11
/
+13
*
ash: fix `trap`
Denys Vlasenko
2009-09-23
4
-8
/
+68
*
hush: fix `trap`
Denys Vlasenko
2009-09-23
3
-1
/
+52
*
hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes
Denys Vlasenko
2009-09-22
2
-1
/
+7
*
pidof/killall: fix bug 625 (kernel threads get stale "binary name")
Denys Vlasenko
2009-09-22
1
-62
/
+71
*
df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)
Denys Vlasenko
2009-09-22
1
-0
/
+16
*
ps: fix compile breakage
Denys Vlasenko
2009-09-22
1
-1
/
+1
*
sed: fix bug 623 (SEGV on some sed commands)
Denys Vlasenko
2009-09-22
1
-3
/
+1
*
ps: conditionally enable -T on non-DESKTOP build too
Denys Vlasenko
2009-09-21
2
-28
/
+28
*
hush: better wording in comments. no code changes
Denys Vlasenko
2009-09-21
1
-4
/
+6
*
awk: fix typo in prev commit
Denys Vlasenko
2009-09-21
1
-1
/
+1
*
awk: implement mktime
Leonid Lisovskiy
2009-09-21
1
-4
/
+36
*
diff: debug macros; one trivial size optimization
Denys Vlasenko
2009-09-21
1
-4
/
+16
*
diff: fix bug 613 (diff -ub segfaults)
Denys Vlasenko
2009-09-21
1
-38
/
+25
*
ps: document -T option
Denys Vlasenko
2009-09-20
1
-0
/
+3
*
swaponoff: add uuid/label support. By Natanael Copa
Natanael Copa
2009-09-20
6
-33
/
+51
*
ar: fix long filenames handling (bug 611)
Denys Vlasenko
2009-09-20
1
-37
/
+50
*
ps,top: add an option to show threads. +260 bytes of code
Denys Vlasenko
2009-09-19
5
-13
/
+74
*
dd: fix conv=noerror w/o sync to not write out zeroed blocks
Denys Vlasenko
2009-09-18
1
-5
/
+6
*
we could need ssd -d (fancy)
Bernhard Reutner-Fischer
2009-09-17
1
-1
/
+2
*
tar: do chown, not lchown to restore mode (compat)
Denys Vlasenko
2009-09-17
1
-2
/
+3
*
tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits
Denys Vlasenko
2009-09-17
7
-45
/
+50
*
ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem)
Denys Vlasenko
2009-09-16
1
-2
/
+3
*
ash: preparatory cleanup. The only real changes are (unsigned char) casts
Denys Vlasenko
2009-09-16
1
-50
/
+55
*
add a testcase for reopened bug 585 (not fixed yet)
Denys Vlasenko
2009-09-16
3
-1
/
+21
*
fdisk: add a warning and truncate disks with >= 2^32 sectors
Denys Vlasenko
2009-09-16
5
-211
/
+246
*
use PACKED macro insted of open-coding GCC-ism
Denys Vlasenko
2009-09-16
31
-70
/
+70
*
unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)
Denys Vlasenko
2009-09-15
2
-146
/
+108
*
mount: do not execute "mount.(null)" :)
Denys Vlasenko
2009-09-15
1
-1
/
+1
*
httpd_ssi.c: make it a bit less broken
Denys Vlasenko
2009-09-13
1
-21
/
+83
*
add USE_PORTABLE_CODE option and use it in find applet
Denys Vlasenko
2009-09-13
2
-0
/
+12
*
fsck: more clever (->smaller) handling of parameters
Denys Vlasenko
2009-09-13
1
-26
/
+25
*
fsck: remove a few statics
Denys Vlasenko
2009-09-13
1
-51
/
+42
*
test: use index_in_strings
Denys Vlasenko
2009-09-12
1
-60
/
+96
*
top: remove GCCisms
Denys Vlasenko
2009-09-12
1
-5
/
+12
*
hush: make memleak debugging more robust
Denys Vlasenko
2009-09-12
1
-0
/
+5
*
hush: code shrink by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-12
1
-39
/
+35
*
fix read_cmdline API and a small buglet where "[comm]" may be too narrow
Denys Vlasenko
2009-09-12
4
-7
/
+8
*
top, ps: do not output trailing spaces
Denys Vlasenko
2009-09-11
2
-1
/
+3
*
top: add -m ("memory") option
Denys Vlasenko
2009-09-11
4
-59
/
+88
*
networking/httpd_ssi.c: expand comments
Denys Vlasenko
2009-09-10
1
-2
/
+8
*
networking/httpd_ssi.c: new example CGI handler
Denys Vlasenko
2009-09-10
2
-2
/
+106
*
httpd: shrink mime type matching code (suggested by Bernhard)
Denys Vlasenko
2009-09-10
2
-43
/
+56
[next]