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
*
Fix POSIX build; new year
Ron Yorston
2022-02-09
1
-1
/
+2
*
Merge busybox into merge
Ron Yorston
2022-02-09
3
-5
/
+5
|
\
|
*
*: slap on a few ALIGN_PTR where appropriate
Denys Vlasenko
2022-02-06
1
-1
/
+1
|
*
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2022-02-06
1
-1
/
+1
|
*
libbb: shrink lineedit_read_key()
Denys Vlasenko
2022-01-18
1
-3
/
+3
*
|
Merge busybox into merge
Ron Yorston
2022-01-13
2
-9
/
+14
|
\
|
|
*
ls: implement ls -sh (human-readable allocated blocks)
Denys Vlasenko
2022-01-08
1
-3
/
+10
|
*
XXXsum: handle binary sums with " " in the path
Emanuele Giacomelli
2022-01-08
1
-6
/
+4
*
|
Merge busybox into merge
Ron Yorston
2022-01-06
11
-48
/
+92
|
\
|
|
*
sort: support -h
Denys Vlasenko
2022-01-05
1
-31
/
+64
|
*
sort: fix -s -r interaction: 'stable' order is not affected by -r
Denys Vlasenko
2022-01-04
1
-1
/
+3
|
*
libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)
Denys Vlasenko
2022-01-04
9
-9
/
+9
|
*
md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4k
Denys Vlasenko
2022-01-04
1
-7
/
+14
|
*
echo: add FIXME comment
Denys Vlasenko
2021-12-29
1
-0
/
+2
*
|
Merge busybox into merge
Ron Yorston
2021-12-27
3
-26
/
+71
|
\
|
|
*
timeout: add support for "timeout -k KILL_SECS"
Matthew Slowe
2021-12-17
1
-11
/
+32
|
*
printf: allow 0 as a flag and allow multiple flags
Ron Yorston
2021-12-17
1
-1
/
+1
|
*
uudecode: special-case "/dev/stdout", closes 14241
Denys Vlasenko
2021-12-12
1
-1
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-10-13
4
-8
/
+52
|
\
|
|
*
config system: move some options closer to relevalnt tool subdirectories
Denys Vlasenko
2021-10-12
2
-4
/
+35
|
*
Make const ptr assign as function call in clang
YU Jincheng
2021-10-09
1
-1
/
+1
|
*
mktemp: add --tmpdir option
Andrej Valek
2021-10-08
1
-1
/
+15
|
*
*: generalize "const trick"
YU Jincheng
2021-10-07
1
-3
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-09-21
3
-5
/
+10
|
\
|
|
*
libbb: clarify what bb_mode_string() generates
Denys Vlasenko
2021-09-17
1
-1
/
+1
|
*
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
2021-09-17
3
-4
/
+8
|
*
chmod: correctly report changed modes
Denys Vlasenko
2021-09-17
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-09-17
3
-16
/
+23
|
\
|
|
*
date,touch: allow timezone offsets in dates
Ron Yorston
2021-09-17
2
-5
/
+8
|
*
df: "support" -H as an alias of -h
Denys Vlasenko
2021-09-11
1
-11
/
+15
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-09-10
2
-60
/
+71
|
\
|
|
*
basename: implement -a and -s SUFFIX
Denys Vlasenko
2021-09-09
1
-24
/
+38
|
*
shuf: add a TODO, code shrink
Denys Vlasenko
2021-09-07
1
-10
/
+14
|
*
shuf: make -i 99999999990-100000000000 work even on 32 bits
Denys Vlasenko
2021-09-04
1
-26
/
+19
*
|
shuf: silence compiler warning
Ron Yorston
2021-08-30
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-08-30
1
-27
/
+49
|
\
|
|
*
shuf: in -i RANGE, accept numbers up to width of pointers
Denys Vlasenko
2021-08-29
1
-10
/
+28
|
*
shuf: with -i LOW-HIGH, do not allow any argv's
Denys Vlasenko
2021-08-23
1
-0
/
+3
|
*
shuf: tweak --help text
Denys Vlasenko
2021-08-23
1
-4
/
+4
|
*
shuf: speed-up when limited output is requested
Ron Yorston
2021-08-22
1
-14
/
+15
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-08-17
3
-5
/
+5
|
\
|
|
*
dd: tweak --help
Denys Vlasenko
2021-08-15
1
-2
/
+2
|
*
touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3
Denys Vlasenko
2021-08-15
1
-0
/
+2
|
*
cp: fix build failure with long options disabled
Ron Yorston
2021-08-15
1
-3
/
+1
*
|
printf: improved error handling
Ron Yorston
2021-08-15
1
-19
/
+23
*
|
timeout: make child handle static
Ron Yorston
2021-08-11
1
-1
/
+1
*
|
nproc: code shrink
Ron Yorston
2021-08-10
1
-24
/
+12
*
|
split: improve performance
Ron Yorston
2021-08-05
1
-1
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-07-24
1
-97
/
+110
|
\
|
|
*
cut: add toybox-compatible options -O OUTSEP, -D, -F LIST
Rob Landley
2021-07-20
1
-97
/
+110
[next]