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
*
dd: omit direct flag
Ron Yorston
2023-04-18
1
-4
/
+19
*
Merge branch 'busybox' into merge
Ron Yorston
2023-04-17
5
-27
/
+92
|
\
|
*
readlink: support --, -n always
Eric Blake
2023-04-16
1
-17
/
+12
|
*
tr: display usage for incorrect arguments
Ron Yorston
2023-04-16
1
-1
/
+1
|
*
shuf: another tweak to COMMON_PREFIX_HACK code
Denys Vlasenko
2023-04-13
1
-8
/
+4
|
*
shuf: fix pfx_len calculation
Denys Vlasenko
2023-04-12
1
-1
/
+1
|
*
shuf: remove redundant code
Denys Vlasenko
2023-04-12
1
-2
/
+0
|
*
shuf: add (disabled) code to support very long numbers in -i LO-HI
Denys Vlasenko
2023-04-12
1
-6
/
+58
|
*
sleep: fix error exit when called as "sh" builtin
Denys Vlasenko
2023-04-12
1
-1
/
+2
|
*
seq: fix yet another case of negative parameters not working
Denys Vlasenko
2023-04-11
1
-2
/
+6
|
*
seq: accept negative parameters
Denys Vlasenko
2023-04-10
1
-2
/
+21
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-04-09
2
-2
/
+15
|
\
|
|
*
ash: sleep builtin with no arguments should not exit
Denys Vlasenko
2023-04-03
1
-1
/
+14
|
*
hush: printf builtin with no arguments should not exit
Denys Vlasenko
2023-04-03
1
-1
/
+1
*
|
win32: only count subdirectories if necessary
Ron Yorston
2023-01-23
2
-0
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-01-05
2
-4
/
+20
|
\
|
|
*
mv: fix error in !VERBOSE configs
Denys Vlasenko
2023-01-02
1
-2
/
+2
|
*
Fix non-Linux builds
Samuel Thibault
2022-11-29
1
-2
/
+18
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-10-12
5
-13
/
+18
|
\
|
|
*
*: style fix
Denys Vlasenko
2022-08-30
2
-2
/
+2
|
*
ash: optional sleep builtin
Shawn Landden
2022-08-27
1
-0
/
+1
|
*
sort: fix sort -s -u, closes 14871
Denys Vlasenko
2022-07-29
1
-4
/
+5
|
*
sort: fix -k2M (wasn't skipping leading whitespace)
Denys Vlasenko
2022-07-29
1
-2
/
+2
|
*
shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866
Denys Vlasenko
2022-07-11
1
-5
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-05-12
1
-0
/
+188
|
\
|
|
*
tsort: new applet
David Leonard
2022-05-02
1
-0
/
+188
*
|
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
|
\
|
[next]