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
*
ls: allow backslashes to be replaced in displayed paths
fix_backslash
Ron Yorston
2020-08-19
1
-0
/
+15
*
build system: reinstate PLATFORM_LINUX
Ron Yorston
2020-08-03
1
-0
/
+1
*
win32: code shrink kill(2)
Ron Yorston
2020-07-25
1
-1
/
+1
*
Merge branch 'busybox' into merge
Ron Yorston
2020-07-09
1
-4
/
+4
|
\
|
*
unexpand: correct behavior for --first-only --tabs=4
Mark Edgar
2020-06-09
1
-4
/
+4
*
|
ls: treat hidden files as if their names begin with a dot
Ron Yorston
2020-07-09
1
-0
/
+12
*
|
printf: emit more contiguous text to improve escape sequences
Ron Yorston
2020-06-04
1
-1
/
+50
*
|
dd: fix handling of 'conv=notrunc seek=N'
Ron Yorston
2020-05-20
1
-3
/
+22
*
|
timeout: fix utter brokenness
Ron Yorston
2020-03-29
1
-0
/
+1
*
|
dd: create a sparse file when seek=N is used
Ron Yorston
2020-03-24
1
-0
/
+3
*
|
date: code shrink
Ron Yorston
2020-02-11
1
-0
/
+27
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
5
-17
/
+51
|
\
|
|
*
Remove stime() function calls
Alistair Francis
2019-11-19
1
-1
/
+5
|
*
chgrp: correct the usage for non-desktop chgrp calls
Liu, Shuang (ADITG/ESM)
2019-11-17
1
-2
/
+2
|
*
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-10-25
1
-1
/
+1
|
*
Remove syscall wrappers around clock_gettime, closes 12091
Denys Vlasenko
2019-10-24
1
-13
/
+3
|
*
date: Use 64 prefix syscall if we have to
Alistair Francis
2019-10-08
1
-2
/
+9
|
*
ln: --no-target-directory implies --no-dereference
Kaarle Ritvanen
2019-10-08
1
-4
/
+21
|
*
tee: do not intercept SIGPIPE
Denys Vlasenko
2019-10-07
1
-4
/
+20
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
26
-101
/
+127
|
\
|
|
*
stat: print nanosecond times, fix printing of empty lines
Denys Vlasenko
2019-08-03
1
-39
/
+36
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
25
-54
/
+54
|
*
expand: add commented-out code to handle NULs
Denys Vlasenko
2019-06-09
1
-8
/
+35
|
*
expand,unexpand: drop broken test, add FIXME comment
Denys Vlasenko
2019-06-08
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-05-27
3
-15
/
+15
|
\
|
|
*
ls: fix SEGV when --color is used and ENABLE_LS_COLOR=n
Denys Vlasenko
2019-05-26
1
-1
/
+1
|
*
dd: fix handling of short result of full_write(), closes 11711
Denys Vlasenko
2019-05-14
1
-13
/
+13
|
*
ln: correct 'ln -T' usage message
John L. Hammond
2019-05-09
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-04-17
1
-47
/
+49
|
\
|
|
*
stat: reduce storage for human-readable filesystem names
Ron Yorston
2019-04-12
1
-44
/
+48
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-04-04
2
-92
/
+70
|
\
|
|
*
fsync,sync: merge into one source module
Denys Vlasenko
2019-04-02
2
-81
/
+61
|
*
fsync,sync: make them similar
Denys Vlasenko
2019-04-02
2
-27
/
+25
*
|
win32: improve filesystem detection and display
Ron Yorston
2019-03-20
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-12
3
-20
/
+18
|
\
|
|
*
top: tweak --help
Denys Vlasenko
2019-02-27
1
-12
/
+6
|
*
du: don't count duplicate arguments. Closes 5288
Ron Yorston
2019-02-19
1
-2
/
+2
|
*
dd: add 'oflag=append'
Rostislav Skudnov
2019-02-14
1
-6
/
+10
*
|
win32: implement readlink(2)
Ron Yorston
2019-03-06
2
-3
/
+3
*
|
ls: use correct column width for WIN32 inodes
Ron Yorston
2019-03-04
1
-0
/
+4
*
|
win32: fix POSIX build
Ron Yorston
2019-02-17
1
-1
/
+1
*
|
win32: make stat(2) fetch additional metadata
Ron Yorston
2019-02-16
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
72
-90
/
+93
|
\
|
|
*
date: improve help text for -D
Denys Vlasenko
2019-01-09
1
-2
/
+2
|
*
sleep: support "inf"
Denys Vlasenko
2019-01-07
1
-0
/
+5
|
*
ls: make -i compatible with coreutils: don't follow symlink by default
Martijn Dekker
2019-01-04
1
-2
/
+2
|
*
config: more tweaks
Denys Vlasenko
2018-12-28
2
-6
/
+4
|
*
config: update size information
Denys Vlasenko
2018-12-28
69
-80
/
+80
*
|
win32: emulate SIGPIPE
Ron Yorston
2018-12-11
1
-2
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-12-05
2
-4
/
+9
|
\
|
[next]