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
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]
Denys Vlasenko
2023-04-06
1
-4
/
+6
|
*
lineedit: fix matching of directories when searching PATH
Ron Yorston
2023-03-29
1
-2
/
+2
|
*
libbb/sha: do not read shaNI variable twice, and factor out its setting
Denys Vlasenko
2023-03-29
1
-12
/
+16
|
*
libbb/sha: fix sha-NI instruction detection
Denys Vlasenko
2023-03-29
1
-2
/
+2
*
|
ash: add support for INT trap
Ron Yorston
2023-04-03
1
-0
/
+4
*
|
lineedit: fix matching of directories when searching PATH
Ron Yorston
2023-03-24
1
-2
/
+2
*
|
win32: delay adjusting code page
Ron Yorston
2023-03-17
1
-3
/
+1
*
|
win32: code shrink detection of executables
Ron Yorston
2023-03-16
1
-4
/
+6
*
|
win32: virtual terminal input fixes
Ron Yorston
2023-03-06
2
-5
/
+7
*
|
win32: add support for virtual terminal input
Ron Yorston
2023-03-05
1
-12
/
+9
*
|
win32: enable Unix read_key() for virtual terminal
Ron Yorston
2023-03-05
2
-1
/
+5
*
|
win32: add virtual terminal support to termios(3)
Ron Yorston
2023-03-05
1
-3
/
+5
*
|
win32: changes to console mode handling
Ron Yorston
2023-03-05
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-02-13
1
-7
/
+10
|
\
|
|
*
shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256
Denys Vlasenko
2023-01-26
1
-7
/
+10
*
|
Fix POSIX build
Ron Yorston
2023-02-04
1
-1
/
+1
*
|
libbb: fix CRLF handling
Ron Yorston
2023-01-31
2
-4
/
+14
*
|
Annual update of copyright message
Ron Yorston
2023-01-05
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-01-05
3
-73
/
+148
|
\
|
|
*
shell: fix compile failures in some configs
Denys Vlasenko
2023-01-03
1
-11
/
+13
|
*
libbb/loop: fix compile failure (name collision)
Denys Vlasenko
2023-01-02
1
-2
/
+2
|
*
libbb: shrink del_loop()
Denys Vlasenko
2022-12-13
1
-1
/
+1
|
*
loop: restore the correct return vaule of set_loop()
Denys Vlasenko
2022-12-13
1
-4
/
+8
|
*
loop: optionally use ioctl(LOOP_CONFIGURE) to set up loopdevs
Denys Vlasenko
2022-12-13
2
-9
/
+65
|
*
loop: refactor: extract subfunction set_loopdev_params()
Xiaoming Ni
2022-12-13
1
-39
/
+51
|
*
loop: simplify code of LOOP_SET_FD failure
Xiaoming Ni
2022-12-12
1
-7
/
+3
|
*
loop: refactor: extract subfunction get_next_free_loop()
Xiaoming Ni
2022-12-12
1
-30
/
+26
|
*
loop: fix a race when a free loop device is snatched
Xiaoming Ni
2022-11-15
1
-1
/
+10
*
|
libbb: speed up bb_get_chunk_from_file()
Ron Yorston
2022-12-30
1
-0
/
+9
*
|
win32: revert special treatment of Unix-style absolute paths
Ron Yorston
2022-10-26
2
-4
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-10-12
9
-3
/
+35
|
\
|
|
*
libbb: mark stack in assembly files read-only
Ludwig Nussel
2022-08-30
6
-0
/
+18
|
*
fix [ --help ] and [[ --help ]]
Denys Vlasenko
2022-08-30
1
-0
/
+3
|
*
ash: optional sleep builtin
Shawn Landden
2022-08-27
1
-0
/
+6
|
*
libbb: make '--help' handling more consistent
Ron Yorston
2022-08-22
1
-3
/
+2
|
*
lineedit: get PWD from ash
Ron Yorston
2022-07-03
1
-0
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-06-27
3
-5
/
+15
|
\
|
|
*
ash,hush: use HOME for tab completion and prompts
Ron Yorston
2022-06-26
1
-1
/
+11
|
*
libbb: restore special handling of nomsg errors
Ron Yorston
2022-06-26
2
-4
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-05-12
1
-1
/
+1
|
\
|
|
*
style fix
Denys Vlasenko
2022-05-01
1
-1
/
+1
*
|
lineedit: case-insensitive matching for '~'
Ron Yorston
2022-05-11
1
-0
/
+4
*
|
ash: export certain variables to the environment immediately
Ron Yorston
2022-05-08
2
-2
/
+12
*
|
win32: allow preference for applets to be disabled at runtime
Ron Yorston
2022-05-06
2
-1
/
+47
*
|
win32: minor adjustments to file permissions
Ron Yorston
2022-04-19
1
-1
/
+1
*
|
Merge branch 'busybox'
Ron Yorston
2022-04-07
7
-114
/
+156
|
\
|
|
*
libbb/sha1: update config help text with new performance numbers
Denys Vlasenko
2022-02-18
1
-3
/
+4
|
*
libbb/sha256: explicitly use sha256rnds2's %xmm0 (MSG) argument
Denys Vlasenko
2022-02-12
2
-70
/
+70
|
*
whitespace fixes
Denys Vlasenko
2022-02-11
2
-11
/
+11
|
*
libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use it
Denys Vlasenko
2022-02-11
6
-115
/
+163
[prev]
[next]