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
...
|
*
seedrng: simplify read_new_seed() to not have error return
Denys Vlasenko
2022-04-30
1
-14
/
+17
|
*
seedrng: prepare read_new_seed() to not need a "success" retval
Denys Vlasenko
2022-04-30
1
-10
/
+12
|
*
seedrng: do not try to continue on unexpected errors (just exit)
Denys Vlasenko
2022-04-30
1
-38
/
+16
|
*
ifplugd: split -a into -a and -A, latter disables upping in iface creation
Denys Vlasenko
2022-04-30
1
-5
/
+7
|
*
seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file's
Denys Vlasenko
2022-04-27
1
-9
/
+9
|
*
seedrng: shorten strings
Denys Vlasenko
2022-04-27
1
-11
/
+11
|
*
seedrng: remove unnecessary zero-filling of local variables
Denys Vlasenko
2022-04-27
1
-8
/
+11
|
*
seedrng: remove unnecessary zero-filling of local variables
Denys Vlasenko
2022-04-27
1
-5
/
+5
|
*
seedrng: shrink --help text
Denys Vlasenko
2022-04-27
1
-3
/
+3
|
*
libbb: fix fallout from nth_string() robustification, closes 14726
Denys Vlasenko
2022-04-27
1
-1
/
+13
|
*
kbuild: Prefer -Oz over -Os
Bernhard Reutner-Fischer
2022-04-24
1
-2
/
+2
|
*
seedrng: prune header includes
Jason A. Donenfeld
2022-04-24
1
-14
/
+0
|
*
seedrng: code-golf even smaller
Jason A. Donenfeld
2022-04-24
1
-28
/
+14
|
*
kbuild: fix building sha256
Bernhard Reutner-Fischer
2022-04-21
2
-8
/
+1
|
*
vi: fix backspace over tab in commands
Ron Yorston
2022-04-20
1
-1
/
+2
|
*
seedrng: compress format strings with %s arguments
Jason A. Donenfeld
2022-04-20
1
-12
/
+10
|
*
seedrng: avoid needless runtime strlen() call
Jason A. Donenfeld
2022-04-20
1
-5
/
+3
|
*
seedrng: use predefined strings where possible
Jason A. Donenfeld
2022-04-20
1
-5
/
+5
|
*
seedrng: further reduce size
Jason A. Donenfeld
2022-04-20
1
-55
/
+22
|
*
seedrng: remove some global variables
Jason A. Donenfeld
2022-04-20
1
-16
/
+16
|
*
seedrng: hoist bb_strtoul out of min/max
Jason A. Donenfeld
2022-04-20
1
-14
/
+32
|
*
seedrng: use libbb functions
Jason A. Donenfeld
2022-04-20
1
-89
/
+59
|
*
seedrng: import SeedRNG utility for kernel RNG seed files
Jason A. Donenfeld
2022-04-20
1
-0
/
+308
*
|
lineedit: case-insensitive matching for '~'
Ron Yorston
2022-05-11
1
-0
/
+4
*
|
win32: make default PATH more likely to work
Ron Yorston
2022-05-10
1
-7
/
+10
*
|
ash: code shrink
Ron Yorston
2022-05-10
1
-2
/
+1
*
|
ash: export certain variables to the environment immediately
Ron Yorston
2022-05-08
6
-6
/
+60
*
|
win32: fix 'cd' to symlink with relative path as target
Ron Yorston
2022-05-07
1
-1
/
+1
*
|
ash: don't set OLDPWD on startup
Ron Yorston
2022-05-07
1
-1
/
+2
*
|
win32: allow preference for applets to be disabled at runtime
Ron Yorston
2022-05-06
4
-5
/
+61
*
|
win32: search PATH for missing Unix-style executables
Ron Yorston
2022-05-06
4
-59
/
+74
*
|
win32: better fix for empty environment variables
Ron Yorston
2022-05-05
3
-9
/
+75
*
|
win32: revert changes related to environment variables
Ron Yorston
2022-05-04
2
-12
/
+21
*
|
win32: new code to set empty environment variable
Ron Yorston
2022-05-03
1
-12
/
+8
*
|
which,ash: changes to which/command/type
Ron Yorston
2022-05-01
4
-23
/
+67
*
|
win32: clarify documentation of is_relative_path()
Ron Yorston
2022-04-30
1
-3
/
+8
*
|
reset: applet should be NOEXEC for POSIX
Ron Yorston
2022-04-30
1
-1
/
+2
*
|
ash: avoid misleading '.exe' in standalone shell mode
Ron Yorston
2022-04-24
1
-1
/
+1
*
|
win32: conditional compilation in process.c
Ron Yorston
2022-04-24
1
-10
/
+10
*
|
win32: proper conditional compilation in popen.c
Ron Yorston
2022-04-23
1
-9
/
+14
*
|
date: enable FEATURE_DATE_NANO
Ron Yorston
2022-04-22
5
-2
/
+16
*
|
win32: minor adjustments to file permissions
Ron Yorston
2022-04-19
2
-9
/
+10
*
|
Update default configuration
Ron Yorston
2022-04-07
2
-62
/
+76
*
|
Merge branch 'busybox'
Ron Yorston
2022-04-07
14
-133
/
+196
|
\
|
|
*
vi: improved handling of backspace in replace mode
Ron Yorston
2022-03-04
1
-6
/
+18
|
*
taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes ...
Denys Vlasenko
2022-03-01
1
-2
/
+1
|
*
ash: do not truncate failed tilde expansion on unknown user names
Denys Vlasenko
2022-03-01
1
-3
/
+1
|
*
ash: fix unsafe use of mempcpy
Denys Vlasenko
2022-03-01
1
-1
/
+7
|
*
ash: don't read past end of var in subvareval for bash substitutions
Sören Tempel
2022-03-01
5
-0
/
+10
|
*
libbb/sha1: update config help text with new performance numbers
Denys Vlasenko
2022-02-18
1
-3
/
+4
[prev]
[next]