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
/
procps
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-11
ash,hush: improvements to tab completion
Ron Yorston
2
-35
/
+45
2023-04-10
ash,hush: tab completion of functions and aliases
Ron Yorston
4
-15
/
+84
2023-04-10
ash,hush: rename get_builtin_name
Ron Yorston
2
-5
/
+5
2023-04-06
libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]
Denys Vlasenko
5
-9
/
+8
2023-04-03
ash: sleep builtin with no arguments should not exit
Denys Vlasenko
2
-2
/
+15
2023-04-03
hush: printf builtin with no arguments should not exit
Denys Vlasenko
1
-1
/
+1
2023-04-03
ash: code shrink: do not take address of prefix(), allowing it to inline
Denys Vlasenko
1
-8
/
+4
2023-04-03
ash: code shrink - reuse is_prefixed_with() from libbb
Denys Vlasenko
1
-2
/
+4
2023-04-03
ash: get rid of separate mail_var_path_changed flag variable
Denys Vlasenko
1
-10
/
+9
2023-04-03
ash: fix still-broken new mail detection
Denys Vlasenko
1
-4
/
+4
2023-04-03
ash: fix broken new mail detection
Denys Vlasenko
1
-1
/
+0
2023-04-01
hush (NOMMU): fix LINENO in execed children
Denys Vlasenko
1
-0
/
+15
2023-04-01
hush: speed up "big heredoc" code
Denys Vlasenko
1
-7
/
+15
2023-04-01
hush: add TODO comment
Denys Vlasenko
1
-0
/
+3
2023-04-01
ash: code shrink
Denys Vlasenko
1
-3
/
+3
2023-03-31
ash: exec: Stricter pathopt parsing - lost chunk
Denys Vlasenko
1
-1
/
+1
2023-03-31
ash: improve trap and jobs builtins in child shells
Ron Yorston
3
-6
/
+31
2023-03-31
modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d...
Denys Vlasenko
2
-2
/
+22
2023-03-29
ash: make EPOCH variables work if RANDOM is disabled
Ron Yorston
1
-1
/
+1
2023-03-29
lineedit: fix matching of directories when searching PATH
Ron Yorston
1
-2
/
+2
2023-03-29
libbb/sha: do not read shaNI variable twice, and factor out its setting
Denys Vlasenko
1
-12
/
+16
2023-03-29
libbb/sha: fix sha-NI instruction detection
Denys Vlasenko
1
-2
/
+2
2023-03-28
httpd: do not mangle cgi-bin/SCRIPT/params URLs
Denys Vlasenko
1
-36
/
+38
2023-03-28
find: implement -ok
David Leonard
2
-3
/
+42
2023-02-27
fixdep: avoid underflow when end of entry doesn't coincide with EOF
Arsen Arsenović
1
-0
/
+5
2023-02-23
unzip: document some options we might support
Denys Vlasenko
1
-0
/
+7
2023-02-22
unzip: clear SUID/GID bits, implement -K to not clear them
Denys Vlasenko
1
-3
/
+12
2023-02-13
top: stop using div() from libc, compilers now do it better
Denys Vlasenko
1
-9
/
+16
2023-01-30
hush: restore SIGHUP handling, this time explain why we do what we do
Denys Vlasenko
1
-20
/
+28
2023-01-30
hush: restore tty pgrp on SIGHUP
Denys Vlasenko
1
-5
/
+8
2023-01-30
hush: remove special handling of SIGHUP
Denys Vlasenko
1
-18
/
+20
2023-01-26
shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256
Denys Vlasenko
3
-10
/
+20
2023-01-24
nmeter: increase maximum /proc file size (needed for large machines)
Denys Vlasenko
1
-3
/
+6
2023-01-18
ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)
Denys Vlasenko
1
-1
/
+1
2023-01-18
ntpd: fold d_to_tv() into its only caller
Denys Vlasenko
1
-8
/
+10
2023-01-17
ntpd: correct fixed->float conversions of fractions
Denys Vlasenko
1
-4
/
+4
2023-01-17
ntpd: make NTP client and server Y2036/2038-ready
Miroslav Lichvar
1
-3
/
+11
2023-01-05
ed: don't use memcpy with overlapping memory regions
Sören Tempel
1
-1
/
+1
2023-01-03
Start 1.37.0 development cycle
Denys Vlasenko
1
-2
/
+2
2023-01-03
Bump version to 1.36.0
1_36_0
Denys Vlasenko
1
-1
/
+1
2023-01-03
hush: code shrink
Denys Vlasenko
1
-4
/
+9
2023-01-03
ash: trivial code shrink
Denys Vlasenko
1
-1
/
+1
2023-01-03
xxd: use bb_simple_perror_msg... where appropriate
Denys Vlasenko
1
-2
/
+2
2023-01-03
shell: fix compile failures in some configs
Denys Vlasenko
4
-15
/
+31
2023-01-02
Makefile.flags: add resolv to LDLIBS for linux compilers too (not only gnu ones)
Denys Vlasenko
1
-0
/
+3
2023-01-02
sed: fix double-free in FEATURE_CLEAN_UP=y configs
Denys Vlasenko
1
-4
/
+13
2023-01-02
mv: fix error in !VERBOSE configs
Denys Vlasenko
1
-2
/
+2
2023-01-02
libbb/loop: fix compile failure (name collision)
Denys Vlasenko
1
-2
/
+2
2023-01-02
testsuite/sha1sum.tests: fix false positive failure
Denys Vlasenko
1
-0
/
+2
2023-01-02
testsuite/tree.tests: fix false positive failure
Denys Vlasenko
1
-18
/
+20
[next]