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
*
cut: improve detection of invalid ranges
Ron Yorston
2024-10-28
1
-8
/
+11
*
cut: detect error when bounds are reversed
Ron Yorston
2024-10-22
1
-0
/
+7
*
id: code shrink
Ron Yorston
2024-10-09
1
-1
/
+19
*
test: code shrink supplementary groups
Ron Yorston
2024-10-09
1
-0
/
+4
*
Merge branch 'busybox' into merge
Ron Yorston
2024-10-08
1
-44
/
+47
|
\
|
*
test: -x can return 0/1 early if all X bits are the same
Denys Vlasenko
2024-10-07
1
-10
/
+10
|
*
ash: cache more of uid/gid syscalls
Denys Vlasenko
2024-10-07
1
-4
/
+7
|
*
ash: make "test -x" use cached groupinfo
Denys Vlasenko
2024-10-07
1
-4
/
+17
|
*
libbb: simplify parameter passing in is_in_supplementary_groups()
Denys Vlasenko
2024-10-07
1
-8
/
+18
|
*
libbb: move is_in_supplementary_groups() from test to libbb
Denys Vlasenko
2024-10-07
1
-19
/
+1
|
*
test: Invert return value of test_eaccess and rename it to test_st_mode
Denys Vlasenko
2024-10-06
1
-16
/
+11
|
*
test: code shrink
Denys Vlasenko
2024-10-06
1
-1
/
+1
*
|
win32: adjust usage for timeout and pipe_progress
Ron Yorston
2024-10-02
1
-2
/
+2
*
|
cut: don't print empty lines with '-s' option
Ron Yorston
2024-09-23
1
-0
/
+5
*
|
dd: add support for writing to physical drives
Ron Yorston
2024-08-02
1
-0
/
+17
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-14
1
-9
/
+14
|
\
|
|
*
timeout: allow fractional seconds in timeout values
Ron Yorston
2024-07-13
1
-4
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-13
1
-4
/
+0
|
\
|
|
*
md5/shaXsum: accept uppercase hex strings
Ron Yorston
2024-07-11
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-06-23
2
-11
/
+10
|
\
|
|
*
libbb: add bit counting function, use where appropriate
Denys Vlasenko
2024-05-31
1
-6
/
+3
|
*
nproc: prepare for arbitrarily large CPU masks
Denys Vlasenko
2024-05-31
1
-4
/
+5
|
*
ls: do not truncate username/groupname to 8 chars
Denys Vlasenko
2024-02-25
1
-2
/
+2
*
|
kill: killing a zombie process should fail
Ron Yorston
2024-05-14
1
-7
/
+11
*
|
yes: code shrink
Ron Yorston
2024-04-18
1
-5
/
+0
*
|
timeout: fix handling of timeouts
Ron Yorston
2024-04-08
1
-12
/
+7
*
|
md5/shaXsum: accept uppercase hex strings
Ron Yorston
2024-04-03
1
-0
/
+4
*
|
ls: support NO_COLOR environment variable
Ron Yorston
2024-01-30
1
-0
/
+5
*
|
Merge branch 'busybox' into merge
FRP-5236-g7dff7f376
Ron Yorston
2023-12-05
3
-21
/
+24
|
\
|
|
*
sleep: Update doc
Petr Vorel
2023-11-07
1
-7
/
+8
|
*
install: Fix chown resetting suid/sgid bits from chmod
Nero
2023-10-02
1
-7
/
+9
|
*
sleep: fix "sleep -- ARGS"
Denys Vlasenko
2023-10-02
2
-7
/
+7
*
|
sort: add support for sorting version strings
Ron Yorston
2023-10-01
1
-0
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-08-31
1
-3
/
+17
|
\
|
|
*
tsort: avoid use-after-free
Ron Yorston
2023-08-31
1
-3
/
+17
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-08-10
8
-8
/
+8
|
\
|
|
*
introduce and use exitcode_t
Denys Vlasenko
2023-07-17
8
-8
/
+8
*
|
nproc: fix build with long options disabled
Ron Yorston
2023-08-06
1
-2
/
+2
*
|
date: allow system date to be set
Ron Yorston
2023-07-16
1
-25
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-07-13
72
-86
/
+86
|
\
|
|
*
Update applet size estimates
Denys Vlasenko
2023-07-10
72
-86
/
+86
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-06-16
2
-43
/
+86
|
\
|
|
*
od: -l,I,L indeed depend on sizeof(long), fix this
Denys Vlasenko
2023-05-26
2
-11
/
+20
|
*
od: actually remove -IL from --help, as comment says
Denys Vlasenko
2023-05-26
1
-1
/
+1
|
*
od: support -DOHXIL
Denys Vlasenko
2023-05-26
2
-17
/
+30
|
*
libbb/dump: conditionalize code used only by xxd and od
Denys Vlasenko
2023-05-26
1
-1
/
+1
|
*
od: fix default format, shrink
Denys Vlasenko
2023-05-26
1
-20
/
+22
|
*
od: stop printing extra trailing spaces
Denys Vlasenko
2023-05-25
1
-16
/
+17
|
*
od: implement -B
Denys Vlasenko
2023-05-25
1
-11
/
+12
|
*
od: correct -i, enable tests which pass for DESKTOP too
Denys Vlasenko
2023-05-25
2
-2
/
+6
[next]