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
/
procps
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-10-06
ash: fix regression with 'exec sh -s'
Ron Yorston
1
-9
/
+15
2024-10-02
win32: adjust usage for timeout and pipe_progress
Ron Yorston
2
-3
/
+3
2024-09-30
win32: work around problem with stderr in MSVCRT
Ron Yorston
2
-4
/
+5
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-27
win32: drop workaround for Wine console buffer
Ron Yorston
2
-10
/
+3
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-09-25
Update sample build scripts
Ron Yorston
3
-7
/
+25
2024-09-23
cut: don't print empty lines with '-s' option
Ron Yorston
1
-0
/
+5
2024-09-21
Use builtin ffs also with GCC
Christopher Wellons
1
-1
/
+1
2024-09-21
ash: reject unknown long options
Ron Yorston
1
-0
/
+5
2024-09-15
make: fix error reporting for included files
FRP-5467-g9376eebd8
Ron Yorston
1
-5
/
+6
2024-09-14
make: fix test for include with no pathnames
Ron Yorston
1
-1
/
+1
2024-09-10
make: handling of leading whitespace in makefiles
Ron Yorston
1
-14
/
+16
2024-09-10
make: reinstate conditional skipping of command lines
Ron Yorston
2
-11
/
+13
2024-09-08
ash: code shrink
Ron Yorston
1
-6
/
+2
2024-09-04
ash: optimise running of scripts (2)
Ron Yorston
3
-8
/
+26
2024-08-22
make: duplicate makefile name recorded with command
Ron Yorston
1
-3
/
+12
2024-08-19
ash: optimise running of scripts
Ron Yorston
3
-15
/
+68
2024-08-17
which,ash: code shrink detection of standalone shell
Ron Yorston
2
-28
/
+11
2024-08-16
ash: allow additional element in argv array
Ron Yorston
1
-2
/
+5
2024-08-16
win32: code shrink
Ron Yorston
5
-34
/
+34
2024-08-14
win32: use 64-bit time on 32-bit platforms
Ron Yorston
3
-2
/
+22
2024-08-14
win32: fix strftime(3) '%s' format
Ron Yorston
1
-1
/
+1
2024-08-10
make: disallow inference rules for phony targets
Ron Yorston
2
-5
/
+22
2024-08-09
win32: fix another problem with stat(2)
Ron Yorston
1
-2
/
+3
2024-08-08
make: allow empty commands
Ron Yorston
2
-10
/
+23
2024-08-08
drop: use correct option when cmd.exe is used as shell
Ron Yorston
1
-0
/
+2
2024-08-08
su: note that test mode implies -W in usage message
Ron Yorston
1
-1
/
+1
2024-08-07
su: add test mode
Ron Yorston
1
-19
/
+27
2024-08-05
su: use correct option when cmd.exe is used as shell
Ron Yorston
1
-1
/
+3
2024-08-05
drop: allow an alternative shell to be selected
Ron Yorston
1
-7
/
+16
[next]