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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
echo: fix non-fancy echo
Denis Vlasenko
2007-06-06
1
-1
/
+1
*
uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>
Denis Vlasenko
2007-06-04
2
-22
/
+51
*
diff: stop using data/bss
Denis Vlasenko
2007-06-04
1
-45
/
+75
*
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-06-04
6
-84
/
+73
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
5
-20
/
+1
*
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-31
1
-3
/
+0
*
whitespace fixes
Denis Vlasenko
2007-05-30
1
-1
/
+1
*
test: close bug 1371
Denis Vlasenko
2007-05-27
1
-5
/
+10
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
73
-76
/
+76
*
cttyhack: new applet.
Denis Vlasenko
2007-05-18
1
-2
/
+0
*
several *.c files:
Denis Vlasenko
2007-05-17
2
-2
/
+2
*
tail: fix SEGV on "tail -N"
Denis Vlasenko
2007-05-08
1
-5
/
+11
*
test: code size saving, no logic changes
Denis Vlasenko
2007-05-01
1
-87
/
+90
*
hush: add ctrl-Z handling for nofork'ed case
Denis Vlasenko
2007-04-28
1
-0
/
+2
*
dd: NOEXEC fix
Denis Vlasenko
2007-04-19
1
-2
/
+4
*
dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)
Denis Vlasenko
2007-04-19
1
-25
/
+24
*
stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)
Denis Vlasenko
2007-04-19
1
-15
/
+16
*
style fixes, no code changes
Denis Vlasenko
2007-04-16
2
-2
/
+4
*
- fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off
Bernhard Reutner-Fischer
2007-04-16
1
-4
/
+4
*
teach find_root_device to deal with /dev/ subdirs
Denis Vlasenko
2007-04-13
2
-5
/
+5
*
style fixes
Denis Vlasenko
2007-04-13
1
-34
/
+34
*
style fixes. No code changes
Denis Vlasenko
2007-04-12
1
-3
/
+3
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
3
-10
/
+12
*
make compressed help code NOMMU- and NOFORK-friendly -
Denis Vlasenko
2007-04-10
1
-2
/
+1
*
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-10
2
-2
/
+4
*
- use enum for the OPs as suggested by vda. No obj-code changes.
Bernhard Reutner-Fischer
2007-04-10
1
-14
/
+18
*
echo: fix regression ("echo" with no arguments didn't print newline.
Denis Vlasenko
2007-04-10
1
-8
/
+11
*
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
31
-94
/
+124
*
style fixes. No code changes.
Denis Vlasenko
2007-04-10
1
-3
/
+3
*
- use skip_non_whitespace() where appropriate
Bernhard Reutner-Fischer
2007-04-10
1
-3
/
+1
*
make xfunctions optionally longjump instead of exit.
Denis Vlasenko
2007-04-09
2
-10
/
+5
*
Implement first instance of NOFORK applet - echo
Denis Vlasenko
2007-04-09
1
-37
/
+38
*
add some missed statics on constant objects.
Denis Vlasenko
2007-04-08
6
-27
/
+27
*
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-04-08
2
-2
/
+0
*
find: fix handling of -prune
Denis Vlasenko
2007-04-08
2
-3
/
+3
*
comm: eliminate statics
Denis Vlasenko
2007-04-07
1
-44
/
+30
*
diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)
Denis Vlasenko
2007-04-05
1
-1
/
+1
*
- fix segfault in reset_ino_dev_hashtable() when *hashtable was null.
Bernhard Reutner-Fischer
2007-04-05
1
-4
/
+2
*
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-04-04
1
-2
/
+2
*
- minor shrinkage
Bernhard Reutner-Fischer
2007-04-04
1
-26
/
+21
*
- remove bss users. Shrinkage while at it. See XXX for further, pre-existing ...
Bernhard Reutner-Fischer
2007-04-04
1
-74
/
+130
*
- remove some bss users.
Bernhard Reutner-Fischer
2007-04-04
1
-17
/
+22
*
- remove superfluous bss user (flags) and manually unswitch some areas:
Bernhard Reutner-Fischer
2007-04-04
1
-138
/
+92
*
- use bb_error_msg
Bernhard Reutner-Fischer
2007-04-02
1
-1
/
+1
*
- use xregcomp. Untested. vda, isn't there a regfree missing here?
Bernhard Reutner-Fischer
2007-04-02
1
-2
/
+2
*
- remove some unneeded forward declarations. No obj-code changes.
Bernhard Reutner-Fischer
2007-04-02
1
-30
/
+26
*
- remove args from bss, minor misc shrinkage while at it.
Bernhard Reutner-Fischer
2007-04-02
1
-40
/
+45
*
test: comment out unused code
Denis Vlasenko
2007-04-02
1
-0
/
+4
*
uniq: getopt32-ization. -38 bytes.
Denis Vlasenko
2007-03-31
1
-22
/
+23
*
- fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..
Bernhard Reutner-Fischer
2007-03-30
1
-2
/
+0
[prev]
[next]