index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
cut: rename some variables to hopefully better names
Denys Vlasenko
1
-13
/
+19
2024-12-10
cut: "orig_line" is redundant, remove it
Denys Vlasenko
1
-2
/
+1
2024-12-10
cut: allocate "printed" only if OPT_CHAR or OPT_BYTE
Denys Vlasenko
1
-3
/
+4
2024-12-10
cut: localize 'spos' variable, convert !NUMVAR to NUMVAR == 0
Denys Vlasenko
1
-5
/
+6
2024-12-10
cut: simplify OPT_ names, eliminate one variable
Denys Vlasenko
1
-24
/
+27
2024-12-10
cut: improve detection of invalid ranges
Ron Yorston
2
-12
/
+12
2024-12-10
cut: fix "-s" flag to omit blank lines
Colin McAllister
2
-5
/
+24
2024-12-09
hexdump: fix regression with -n4 -e '"%u"'
Natanael Copa
2
-2
/
+10
2024-12-09
libbb: tidy argument checks in getopt32()
Ron Yorston
1
-8
/
+5
2024-12-09
chpst: fix error check of nice(2) call
Christian Franke
1
-1
/
+2
2024-12-09
hush: fix G.argv0_for_re_execing to avoid endless loop
Hajime Tazaki
1
-0
/
+3
2024-10-08
hexdump: accept hex numbers in -n, closes 16195
Denys Vlasenko
1
-3
/
+8
2024-10-08
libbb: modify find_executable() to not temporarily write to PATH
Denys Vlasenko
4
-54
/
+48
2024-10-07
hush: fix "type ./cat" and "command -v ./cat" to not scan PATH
Denys Vlasenko
1
-13
/
+33
2024-10-07
hush: make "test -x" use cached groupinfo
Denys Vlasenko
1
-7
/
+22
2024-10-07
test: -x can return 0/1 early if all X bits are the same
Denys Vlasenko
1
-10
/
+10
2024-10-07
ash: cache more of uid/gid syscalls
Denys Vlasenko
4
-10
/
+30
2024-10-07
ash: make "test -x" use cached groupinfo
Denys Vlasenko
3
-6
/
+19
2024-10-07
libbb: simplify parameter passing in is_in_supplementary_groups()
Denys Vlasenko
4
-20
/
+34
2024-10-07
ash: command -v CMD must skip (go to next path) when CMD exists, but is not e...
Denys Vlasenko
1
-3
/
+51
2024-10-07
libbb: move is_in_supplementary_groups() from test to libbb
Denys Vlasenko
3
-19
/
+26
2024-10-06
test: Invert return value of test_eaccess and rename it to test_st_mode
Denys Vlasenko
1
-16
/
+11
2024-10-06
test: code shrink
Denys Vlasenko
1
-1
/
+1
2024-10-06
networking/libiproute/iplink.c: fix support for older kernels
Thomas Devoogdt
1
-0
/
+21
2024-10-06
libbb: fix sha1 on !x86 if CONFIG_SHA1_HWACCEL=y
Rudi Heitbaum
1
-0
/
+2
2024-09-28
hush: whitespace and comment fixes
Denys Vlasenko
1
-43
/
+27
2024-09-27
ash: reject unknown long options
Ron Yorston
1
-1
/
+2
2024-09-27
lineedit: use stdout for shell history builtin
Ron Yorston
1
-1
/
+1
2024-09-27
ed: fix line insertion before current line. Closes 15081
Ron Yorston
2
-0
/
+23
2024-09-27
fixdep: add fstat error handling
Sam James
1
-2
/
+9
2024-09-27
libbb: send usage messages to correct stream
Ron Yorston
1
-13
/
+17
2024-09-27
libbb: use full_write1_str() to shrink busybox_main()
Ron Yorston
1
-13
/
+11
2024-09-27
lineedit: make save_history() FAST_FUNC
Denys Vlasenko
2
-6
/
+6
2024-09-26
Start 1.38.0 development cycle
Denys Vlasenko
1
-2
/
+2
2024-09-26
Bump version to 1.37.0
Denys Vlasenko
1
-1
/
+1
2024-09-26
wget: fix compile warnings when WGET_FTP is not selected
Denys Vlasenko
2
-4
/
+7
2024-07-14
ash: move hashvar() calls into findvar()
Ron Yorston
1
-9
/
+8
2024-07-13
timeout: allow fractional seconds in timeout values
Ron Yorston
1
-4
/
+9
2024-07-13
powertop: code shrink
Denys Vlasenko
1
-19
/
+6
2024-07-13
hush: do not exit interactive shell on some redirection errors
Denys Vlasenko
7
-18
/
+47
2024-07-13
hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fd
Denys Vlasenko
8
-7
/
+42
2024-07-13
hush: avoid duplicate fcntl(F_SETFD, FD_CLOEXEC) during init
Denys Vlasenko
1
-8
/
+3
2024-07-12
ash: remove limitation on fd# length
Denys Vlasenko
1
-7
/
+13
2024-07-12
ash: do not abort interactive mode on >&9999 redirect
Denys Vlasenko
1
-4
/
+16
2024-07-12
tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=y
Denys Vlasenko
1
-6
/
+23
2024-07-12
tls: P256: improve x86_64 multiplication asm code
Denys Vlasenko
1
-22
/
+36
2024-07-11
tls: P256: fix obscure x86_64 asm misbehavior, closes 15679
Denys Vlasenko
1
-10
/
+29
2024-07-11
md5/shaXsum: accept uppercase hex strings
Ron Yorston
1
-1
/
+1
2024-07-11
vi: Ensure that the edit buffer ends in a newline
Petja Patjas
1
-3
/
+4
2024-07-10
ash: remove defunct control character to save a few bytes
Ron Yorston
1
-12
/
+12
[next]