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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ash: initialize basepf.buf in ash (2)
Ron Yorston
2023-08-31
1
-1
/
+1
*
Merge branch 'busybox' into merge
Ron Yorston
2023-08-31
2
-4
/
+18
|
\
|
*
tsort: avoid use-after-free
Ron Yorston
2023-08-31
1
-3
/
+17
|
*
ash: initialize basepf.buf in ash
zhuyan
2023-08-31
1
-1
/
+1
*
|
Update README.md
Ron Yorston
2023-08-31
1
-1
/
+1
*
|
ash: changes to login shell functionality
Ron Yorston
2023-08-30
2
-1
/
+9
*
|
ps: increase length of 'comm' field
Ron Yorston
2023-08-29
2
-0
/
+8
*
|
win32: UCRT: avoid I64 printf format warnings
Avi Halachmi (:avih)
2023-08-28
1
-2
/
+3
*
|
libbb: fix #!/bin/busybox
Ron Yorston
2023-08-28
1
-0
/
+4
*
|
Merge pull request #355 from avih/utf8-output-speedup
Ron Yorston
2023-08-25
1
-2
/
+8
|
\
\
|
*
|
win32: UTF8_OUTPUT: speedup for big outputs
Avi Halachmi (:avih)
2023-08-24
1
-2
/
+8
*
|
|
make: fixes to warning messages
Ron Yorston
2023-08-25
1
-28
/
+28
*
|
|
make: fix .DEFAULT for prerequisite
Ron Yorston
2023-08-24
1
-1
/
+0
*
|
|
Add test for .DEFAULT rule for prerequisite
Ron Yorston
2023-08-24
1
-0
/
+7
*
|
|
make: fix POSIX build
Ron Yorston
2023-08-24
2
-2
/
+16
|
/
/
*
|
make: allow targets of the form c:/path
Ron Yorston
2023-08-23
1
-2
/
+35
*
|
win32: replace readlink(2)
Ron Yorston
2023-08-21
3
-12
/
+17
*
|
ash: detect console state on shell start up
noconsole2
Ron Yorston
2023-08-20
3
-15
/
+31
*
|
testsuite: skip some tests in native build
Ron Yorston
2023-08-19
2
-0
/
+6
*
|
ash: detect native Windows environment on Wine
FRP-5181-g5c1a3b00e
Ron Yorston
2023-08-17
1
-2
/
+18
*
|
libbb: change message regarding UTF-8 manifest
Ron Yorston
2023-08-17
1
-1
/
+1
*
|
ash: improved support for trap built-in
Ron Yorston
2023-08-15
1
-9
/
+23
*
|
ash: code shrink
Ron Yorston
2023-08-15
1
-10
/
+6
*
|
libbb: silence compiler warnings
Ron Yorston
2023-08-10
1
-1
/
+3
*
|
Update default configurations
Ron Yorston
2023-08-10
5
-5
/
+12
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-08-10
26
-67
/
+211
|
\
|
|
*
libbb: rename source files, no code changes
Denys Vlasenko
2023-07-18
7
-8
/
+8
|
*
introduce and use exitcode_t
Denys Vlasenko
2023-07-17
18
-19
/
+26
|
*
getfattr: fix "getfattr NOTEXIST" - now prints error msg
Denys Vlasenko
2023-07-17
1
-4
/
+9
|
*
getfattr: new applet
YU Jincheng
2023-07-16
1
-0
/
+131
|
*
hwclock: force LONG_OPTS, stop accepting non-compatible -t
Denys Vlasenko
2023-07-14
1
-41
/
+42
*
|
ash: improved support for jobs built-in
Ron Yorston
2023-08-08
1
-7
/
+141
*
|
nproc: fix build with long options disabled
Ron Yorston
2023-08-06
1
-2
/
+2
*
|
diff: more changes to --binary
Ron Yorston
2023-08-06
2
-11
/
+77
*
|
README.md: w64devkit no longer has '-mini' variant
Ron Yorston
2023-08-04
1
-1
/
+1
*
|
Merge pull request #349 from avih/win32-utf8-output
Ron Yorston
2023-08-04
6
-18
/
+179
|
\
\
|
*
|
win32: disable console output conversion with LC_ALL=C
Avi Halachmi (:avih)
2023-08-03
1
-6
/
+29
|
*
|
win32: add FEATURE_UTF8_OUTPUT (enabled with unicode)
Avi Halachmi (:avih)
2023-08-03
6
-1
/
+112
|
*
|
win32: unify 'convert and write to console' (no-op)
Avi Halachmi (:avih)
2023-08-03
1
-17
/
+44
|
/
/
*
|
win32: fail early if UTF8 isn't supported
Ron Yorston
2023-07-27
3
-31
/
+50
*
|
Add Unicode version to prerelease build
Ron Yorston
2023-07-25
2
-1
/
+1250
*
|
Merge pull request #346 from avih/win32-unicode-version
Ron Yorston
2023-07-25
1
-0
/
+4
|
\
\
|
*
|
win32: version with UTF8 manifest: add '(Unicode on/off)'
Avi Halachmi (:avih)
2023-07-24
1
-0
/
+4
|
/
/
*
|
Merge pull request #340 from avih/win32-unicode-editing
Ron Yorston
2023-07-23
7
-12
/
+160
|
\
\
|
*
|
unicode: identify emoji width and modifiers
Avi Halachmi (:avih)
2023-07-23
1
-0
/
+8
|
*
|
win32: use inc_cursor regardless of VT mode
Avi Halachmi (:avih)
2023-07-23
1
-6
/
+2
|
*
|
win32: add script to create mingw unicode config
Avi Halachmi (:avih)
2023-07-22
1
-0
/
+35
|
*
|
win32: support build with FEATURE_UNICODE_SUPPORT
Avi Halachmi (:avih)
2023-07-22
5
-1
/
+74
|
*
|
win32: UTF8 input: improve missing-key-down hack
Avi Halachmi (:avih)
2023-07-21
1
-11
/
+47
|
/
/
*
|
win32: avoid crashing the console with poll(2)
Ron Yorston
2023-07-17
1
-1
/
+1
[next]