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
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ash: silence compiler warnings
Ron Yorston
2021-10-14
1
-0
/
+6
*
realpath: improved support for Windows paths
Ron Yorston
2021-10-13
1
-0
/
+3
*
Merge branch 'busybox' into merge
Ron Yorston
2021-10-13
1
-26
/
+49
|
\
|
*
shell: use more compact SHELL_ASH / HUSH config defines. no code changes
Denys Vlasenko
2021-10-12
1
-10
/
+2
|
*
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
Denys Vlasenko
2021-10-11
1
-0
/
+2
|
*
Make const ptr assign as function call in clang
YU Jincheng
2021-10-09
1
-6
/
+15
|
*
libbb: better coreutils compatibility for realpath
Ron Yorston
2021-10-09
1
-1
/
+1
|
*
libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configs
Denys Vlasenko
2021-10-08
1
-3
/
+7
|
*
*: generalize "const trick"
YU Jincheng
2021-10-07
1
-9
/
+25
*
|
win32: rename is_absolute_path()
Ron Yorston
2021-10-12
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-09-21
1
-4
/
+3
|
\
|
|
*
libbb: clarify what bb_mode_string() generates
Denys Vlasenko
2021-09-17
1
-3
/
+2
|
*
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
2021-09-17
1
-1
/
+1
|
*
libbb: code shrink bb_parse_mode
Denys Vlasenko
2021-09-17
1
-1
/
+1
*
|
ash: improve signal handling
Ron Yorston
2021-09-21
2
-1
/
+1
*
|
win32: changes to allow timezones in dates
Ron Yorston
2021-09-17
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-09-17
1
-1
/
+1
|
\
|
|
*
date,touch: allow timezone offsets in dates
Ron Yorston
2021-09-17
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-09-10
1
-0
/
+3
|
\
|
|
*
httpd,telnetd: make default port configurable
Sergey Ponomarev
2021-09-09
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-08-22
1
-0
/
+1
|
\
|
|
*
tar,smemcap: commonalyze checksumming code for tar header
Denys Vlasenko
2021-08-20
1
-0
/
+1
*
|
win32: better handling of nested symlinks
Ron Yorston
2021-08-12
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-06-28
3
-21
/
+47
|
\
|
|
*
move iterate_on_dir() from e2fsprogs to libbb
Denys Vlasenko
2021-06-24
1
-0
/
+5
|
*
cp: implement -n
Denys Vlasenko
2021-06-22
1
-14
/
+15
|
*
cp: implement -t DIR
Denys Vlasenko
2021-06-21
1
-6
/
+11
|
*
lsattr: support more ext2 flags
Denys Vlasenko
2021-06-20
1
-5
/
+6
|
*
lsattr,chattr: support -p
Denys Vlasenko
2021-06-20
1
-0
/
+12
|
*
free: implement -h
Denys Vlasenko
2021-06-18
1
-2
/
+2
|
*
xxd: implement -i "C style output"
Denys Vlasenko
2021-06-18
1
-0
/
+1
|
*
xxd: implement -o DISPLAYOFFSET
Denys Vlasenko
2021-06-17
1
-1
/
+2
*
|
win32: partial implementation of sync(2)
Ron Yorston
2021-06-07
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-06-07
1
-1
/
+2
|
\
|
|
*
ash: add process substitution in bash-compatibility mode
Ron Yorston
2021-06-05
1
-0
/
+2
|
*
runsv: robustify signal handling - SIGTERM to child between vfork and exec co...
Denys Vlasenko
2021-06-05
1
-1
/
+1
|
*
ls: don't output any colors with TERM=dumb
Sören Tempel
2021-06-04
1
-0
/
+1
*
|
sync: enable in default configuration
Ron Yorston
2021-06-07
1
-1
/
+1
*
|
win32: let virtual /dev/fd/<num> files be opened
Ron Yorston
2021-06-07
1
-0
/
+2
*
|
win32: rename update_dev_fd() as update_special_fd()
Ron Yorston
2021-06-07
1
-1
/
+1
*
|
win32: implement futimens(2)/utimensat(2)
Ron Yorston
2021-05-14
1
-0
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-05-14
2
-1
/
+29
|
\
|
|
*
libbb.h: inline byteswaps
Denys Vlasenko
2021-04-24
2
-0
/
+23
|
*
platform.h: fix for Bionic >= 21 not having wait3()
Denys Vlasenko
2021-04-14
1
-0
/
+4
|
*
fix gcc-11.0 warnings
Denys Vlasenko
2021-04-14
1
-1
/
+1
*
|
Post-merge build fixes
Ron Yorston
2021-03-01
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-03-01
2
-0
/
+9
|
\
|
|
*
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
Denys Vlasenko
2021-02-18
1
-0
/
+1
|
*
ash: placate -Werror=format-security
Denys Vlasenko
2021-02-18
1
-0
/
+8
*
|
win32: move is_absolute_path()
Ron Yorston
2021-03-01
1
-0
/
+1
[next]