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
*
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
|
\
|
|
*
cat,nl: fix handling of open errors
Denys Vlasenko
2018-11-29
2
-4
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-11-28
2
-24
/
+54
|
\
|
|
*
printf: fix printf "%u\n" +18446744073709551614
Denys Vlasenko
2018-10-30
1
-0
/
+8
|
*
dd: do not have 'ocount' variable if ibs/obs support is not enabled
Denys Vlasenko
2018-10-30
1
-13
/
+20
|
*
dd: add 'oflag=seek_bytes'
Rostislav Skudnov
2018-10-30
1
-9
/
+24
|
*
printf: fix printing +-prefixed numbers
Bernhard Reutner-Fischer
2018-10-19
1
-2
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-10-08
1
-2
/
+2
|
\
|
|
*
unzip: use printable_string() for printing filenames
Denys Vlasenko
2018-09-30
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-09-10
4
-89
/
+31
|
\
|
|
*
timeout: fix arguments to match coreutils
Denys Vlasenko
2018-08-03
1
-9
/
+12
|
*
extend fractional duration support to "top -d N.N" and "timeout"
Denys Vlasenko
2018-08-03
2
-75
/
+9
|
*
ls: When -h is passed, the total should also be in human units
Lauri Kasanen
2018-08-01
1
-1
/
+9
|
*
cp: placate gcc8
Denys Vlasenko
2018-08-01
1
-1
/
+1
*
|
Merge branch 'busybox'
Ron Yorston
2018-07-25
7
-34
/
+93
|
\
|
|
*
cp: add missing quote in config snippet
Denys Vlasenko
2018-07-17
1
-1
/
+1
|
*
cp: optional --reflink support
Denys Vlasenko
2018-07-13
1
-0
/
+24
|
*
sort: add -V "sort version"
Denys Vlasenko
2018-07-08
1
-20
/
+27
|
*
nproc: implement --all --ignore=N
haroon maqsood
2018-07-06
1
-10
/
+34
|
*
install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106
Denys Vlasenko
2018-06-22
1
-1
/
+5
|
*
restore documentation on the build config language
Kartik Agaram
2018-06-06
1
-1
/
+1
|
*
realpath,readlink -f: coreutils compat, closes 11021
Denys Vlasenko
2018-05-24
2
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-05-13
2
-3
/
+7
|
\
|
|
*
cat: fix cat -e and cat -v erroneously numbering 1st line
Denys Vlasenko
2018-04-29
1
-3
/
+3
|
*
shell: add comments about [[, no code changes
Denys Vlasenko
2018-04-10
1
-0
/
+4
*
|
ls, stat: don't try to read symlinks
Ron Yorston
2018-04-10
2
-0
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-09
4
-11
/
+83
|
\
|
|
*
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2018-04-08
1
-1
/
+0
|
*
libbb.h: always include sys/resource.h
Denys Vlasenko
2018-04-08
1
-1
/
+0
|
*
libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...
Denys Vlasenko
2018-04-07
1
-1
/
+1
|
*
sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORY
Denys Vlasenko
2018-04-06
1
-12
/
+12
|
*
sort: move misplaced comment
Denys Vlasenko
2018-04-04
1
-2
/
+2
|
*
sort: FEATURE_SORT_OPTIMIZE_MEMORY
Denys Vlasenko
2018-04-04
1
-6
/
+80
*
|
fsync: avoid a gratuitous difference from upstream
Ron Yorston
2018-04-03
1
-3
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-02
1
-1
/
+1
|
\
|
|
*
stat: fix a typo: s/romfs/ramfs/, closes 10876
Denys Vlasenko
2018-03-31
1
-1
/
+1
*
|
timeout: futher improvements
Ron Yorston
2018-03-27
1
-7
/
+19
*
|
timeout: return exit code 125 if option parsing fails
Ron Yorston
2018-03-24
1
-1
/
+4
*
|
timeout: bring exit status into line with coreutils
Ron Yorston
2018-03-24
1
-3
/
+10
*
|
win32: save a few bytes in device file support
Ron Yorston
2018-03-23
1
-6
/
+1
*
|
win32: restrict visibility of special devices
Ron Yorston
2018-03-15
2
-1
/
+7
[next]