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: code shrink
Denys Vlasenko
2009-10-04
1
-11
/
+9
*
remove useless (unsigned >= 0) comparison
Denys Vlasenko
2009-10-04
1
-1
/
+1
*
ls: forgotten chunk from prev commit
Denys Vlasenko
2009-10-03
1
-5
/
+7
*
ls: code shrink
Denys Vlasenko
2009-10-03
1
-44
/
+44
*
ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanups
Denys Vlasenko
2009-10-03
1
-19
/
+18
*
ls: add standards doc; record author of "total NNNN" code
Denys Vlasenko
2009-10-03
1
-1
/
+11
*
ls: code shrink
Denys Vlasenko
2009-10-03
1
-69
/
+71
*
ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net)
Denys Vlasenko
2009-10-03
1
-2
/
+23
*
Fixes to usage text; updated busybox.spec
Denys Vlasenko
2009-10-02
4
-87
/
+163
*
cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS
Denys Vlasenko
2009-10-02
1
-1
/
+1
*
ok, last fix wasn't correct... this one is better
Denys Vlasenko
2009-10-02
1
-2
/
+5
*
fix a typo in prev commit
Denys Vlasenko
2009-10-02
1
-1
/
+1
*
Update documentation generator so that it sucks less
Denys Vlasenko
2009-10-02
7
-336
/
+132
*
typo fix in a comment in a testcase. oh well...
Denys Vlasenko
2009-09-30
1
-1
/
+1
*
find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx
Denys Vlasenko
2009-09-30
5
-14
/
+17
*
ash,hush: share string
Denys Vlasenko
2009-09-29
2
-8
/
+12
*
find: -follow should not error out on dandling links
Denys Vlasenko
2009-09-29
3
-39
/
+61
*
libbb/lineedit: restore ^D handling for unicode
Denys Vlasenko
2009-09-29
1
-3
/
+5
*
libbb/lineedit: fix the case when we configured history to have 0 lines
Denys Vlasenko
2009-09-27
2
-19
/
+21
*
ash,hush: make trap output short signal names, without SIG prefix
Denys Vlasenko
2009-09-27
6
-22
/
+28
*
find: do not recurse into directories with depth == --maxdepth
Denys Vlasenko
2009-09-27
1
-10
/
+18
*
cp: add support for --parents and long option synonyms of short opts
Denys Vlasenko
2009-09-26
3
-15
/
+66
*
hush: do not reset to default "" traps in subshell
Denys Vlasenko
2009-09-25
3
-18
/
+49
*
hush: document a TODO. no code changes
Denys Vlasenko
2009-09-25
1
-2
/
+10
*
ash: better comment. no code changes
Denys Vlasenko
2009-09-25
1
-1
/
+2
*
ash: even smaller `trap` code
Denys Vlasenko
2009-09-25
1
-4
/
+7
*
ash: slightly better (more correct) code for "trap hack"
Denys Vlasenko
2009-09-25
1
-4
/
+4
*
login: log PAM errors to syslog, not stderr
Denys Vlasenko
2009-09-25
1
-1
/
+3
*
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
[prev]
[next]