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
path:
root
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-09-25
ash: even smaller `trap` code
Denys Vlasenko
1
-4
/
+7
2009-09-25
ash: slightly better (more correct) code for "trap hack"
Denys Vlasenko
1
-4
/
+4
2009-09-25
login: log PAM errors to syslog, not stderr
Denys Vlasenko
1
-1
/
+3
2009-09-25
ash: better handling of EXIT trap in `trap` hack
Denys Vlasenko
5
-9
/
+38
2009-09-24
ash: do not let EXIT trap to fire in `trap`
Denys Vlasenko
1
-1
/
+4
2009-09-24
hush: small speed optimization. +10 bytes.
Denys Vlasenko
1
-1
/
+1
2009-09-24
ash,hush: fix trap reporting: s/SIGEXIT/EXIT/
Denys Vlasenko
3
-8
/
+9
2009-09-23
ifenslave: fix for 2.4 kernels compile
Denys Vlasenko
1
-2
/
+4
2009-09-23
*: more portability fixes by Dan Fandrich
Denys Vlasenko
10
-13
/
+11
2009-09-23
*: optimize code size in strtoul calls
Denys Vlasenko
8
-23
/
+37
2009-09-23
tar: accept spaces at the end of header fields (compat)
Denys Vlasenko
1
-11
/
+13
2009-09-23
ash: fix `trap`
Denys Vlasenko
4
-8
/
+68
2009-09-23
hush: fix `trap`
Denys Vlasenko
3
-1
/
+52
2009-09-22
hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes
Denys Vlasenko
2
-1
/
+7
2009-09-22
pidof/killall: fix bug 625 (kernel threads get stale "binary name")
Denys Vlasenko
1
-62
/
+71
2009-09-22
df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)
Denys Vlasenko
1
-0
/
+16
2009-09-22
ps: fix compile breakage
Denys Vlasenko
1
-1
/
+1
2009-09-22
sed: fix bug 623 (SEGV on some sed commands)
Denys Vlasenko
1
-3
/
+1
2009-09-21
ps: conditionally enable -T on non-DESKTOP build too
Denys Vlasenko
2
-28
/
+28
2009-09-21
hush: better wording in comments. no code changes
Denys Vlasenko
1
-4
/
+6
2009-09-21
awk: fix typo in prev commit
Denys Vlasenko
1
-1
/
+1
2009-09-21
awk: implement mktime
Leonid Lisovskiy
1
-4
/
+36
2009-09-21
diff: debug macros; one trivial size optimization
Denys Vlasenko
1
-4
/
+16
2009-09-21
diff: fix bug 613 (diff -ub segfaults)
Denys Vlasenko
1
-38
/
+25
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
[next]