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
/
coreutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Config.in: comment out programs/features that will not get supported anytime ...
Nguyễn Thái Ngọc Duy
2009-04-28
1
-1
/
+18
*
coreutils/split: define NAME_MAX as Windows does not have one
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+4
*
coreutils/ls: ignore st_blocks as it does not exist on Windows
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+4
*
coreutils/test: fix wrong "test -rwx"
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+4
*
coreutils/test: "test -x foo.exe" should return true
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+18
*
coreutils/diff: support /dev/null
Nguyễn Thái Ngọc Duy
2009-04-23
1
-1
/
+12
*
coreutils/diff: treat \r as same as \n
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+5
*
coreutils/dd: support /dev/zero
Nguyễn Thái Ngọc Duy
2009-04-23
1
-3
/
+11
*
adapt it to be buildable
Nguyễn Thái Ngọc Duy
2009-04-23
4
-0
/
+17
*
fixes up to 1.6.1
Nguyễn Thái Ngọc Duy
2009-04-23
2
-19
/
+27
*
delete tons of extra #includes
vda
2007-05-31
5
-20
/
+1
*
use "glibc errno" trick not only for ash, but for entire busybox
vda
2007-05-31
1
-3
/
+0
*
whitespace fixes
vda
2007-05-30
1
-1
/
+1
*
test: close bug 1371
vda
2007-05-27
1
-5
/
+10
*
usage.c: remove reference to busybox.h
vda
2007-05-26
73
-76
/
+76
*
cttyhack: new applet.
vda
2007-05-18
1
-2
/
+0
*
several *.c files:
vda
2007-05-17
2
-2
/
+2
*
tail: fix SEGV on "tail -N"
vda
2007-05-08
1
-5
/
+11
*
test: code size saving, no logic changes
vda
2007-05-01
1
-87
/
+90
*
hush: add ctrl-Z handling for nofork'ed case
vda
2007-04-28
1
-0
/
+2
*
dd: NOEXEC fix
vda
2007-04-19
1
-2
/
+4
*
dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)
vda
2007-04-19
1
-25
/
+24
*
stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)
vda
2007-04-19
1
-15
/
+16
*
style fixes, no code changes
vda
2007-04-16
2
-2
/
+4
*
- fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off
aldot
2007-04-16
1
-4
/
+4
*
teach find_root_device to deal with /dev/ subdirs
vda
2007-04-13
2
-5
/
+5
*
style fixes
vda
2007-04-13
1
-34
/
+34
*
style fixes. No code changes
vda
2007-04-12
1
-3
/
+3
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
vda
2007-04-11
3
-10
/
+12
*
make compressed help code NOMMU- and NOFORK-friendly -
vda
2007-04-10
1
-2
/
+1
*
make a few struct bb_applet members conditional
vda
2007-04-10
2
-2
/
+4
*
- use enum for the OPs as suggested by vda. No obj-code changes.
aldot
2007-04-10
1
-14
/
+18
*
echo: fix regression ("echo" with no arguments didn't print newline.
vda
2007-04-10
1
-8
/
+11
*
audit small applets and mark some of them as NOFORK.
vda
2007-04-10
31
-94
/
+124
*
style fixes. No code changes.
vda
2007-04-10
1
-3
/
+3
*
- use skip_non_whitespace() where appropriate
aldot
2007-04-10
1
-3
/
+1
*
make xfunctions optionally longjump instead of exit.
vda
2007-04-09
2
-10
/
+5
*
Implement first instance of NOFORK applet - echo
vda
2007-04-09
1
-37
/
+38
*
add some missed statics on constant objects.
vda
2007-04-08
6
-27
/
+27
*
getopt32: fix llist_t options ordering. llist_rev is not unused.
vda
2007-04-08
2
-2
/
+0
*
find: fix handling of -prune
vda
2007-04-08
2
-3
/
+3
*
comm: eliminate statics
vda
2007-04-07
1
-44
/
+30
*
diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)
vda
2007-04-05
1
-1
/
+1
*
- fix segfault in reset_ino_dev_hashtable() when *hashtable was null.
aldot
2007-04-05
1
-4
/
+2
*
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
aldot
2007-04-04
1
-2
/
+2
*
- minor shrinkage
aldot
2007-04-04
1
-26
/
+21
*
- remove bss users. Shrinkage while at it. See XXX for further, pre-existing ...
aldot
2007-04-04
1
-74
/
+130
*
- remove some bss users.
aldot
2007-04-04
1
-17
/
+22
*
- remove superfluous bss user (flags) and manually unswitch some areas:
aldot
2007-04-04
1
-138
/
+92
*
- use bb_error_msg
aldot
2007-04-02
1
-1
/
+1
[next]