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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: changes to stat(2) implementation
FRP-4716-g31467ddfc
Ron Yorston
2022-05-23
1
-15
/
+22
*
win32: code shrink fstat(2)
Ron Yorston
2022-05-23
1
-11
/
+8
*
win32: let stat(2) return correct st_size for symlink
Ron Yorston
2022-05-22
1
-5
/
+8
*
win32: code shrink readlink(2)
Ron Yorston
2022-05-22
1
-32
/
+12
*
win32: code shrink directory tests
Ron Yorston
2022-05-22
1
-15
/
+19
*
ash: code shrink
Ron Yorston
2022-05-20
1
-46
/
+50
*
chattr,lsattr: improve help messages
Ron Yorston
2022-05-19
3
-6
/
+26
*
lsattr: distinguish between junctions and symlinks
Ron Yorston
2022-05-19
3
-3
/
+47
*
win32: return reparse tag in struct stat
Ron Yorston
2022-05-19
2
-6
/
+15
*
chattr,lsattr: code shrink
Ron Yorston
2022-05-19
4
-51
/
+20
*
ash: restore special variables when replaced by local
Ron Yorston
2022-05-18
1
-0
/
+4
*
jn: make junctions acceptable to Windows
Ron Yorston
2022-05-17
1
-5
/
+9
*
jn: new applet
Ron Yorston
2022-05-16
5
-1
/
+172
*
win32: try to get link count for directories
Ron Yorston
2022-05-15
3
-1
/
+36
*
win32: treat junctions as symlinks
Ron Yorston
2022-05-14
1
-6
/
+13
*
Update default configuration
Ron Yorston
2022-05-12
2
-2
/
+6
*
Merge branch 'busybox' into merge
Ron Yorston
2022-05-12
20
-37
/
+625
|
\
|
*
top: code shrink
Denys Vlasenko
2022-05-10
1
-11
/
+9
|
*
top: code shrink
Denys Vlasenko
2022-05-10
1
-11
/
+14
|
*
top: fix display of large PID/PPID
Denys Vlasenko
2022-05-10
1
-2
/
+28
|
*
seedrng: do not hash in a constant string, it's not adding entropy
Denys Vlasenko
2022-05-03
1
-8
/
+8
|
*
seedrng: restore error check on fsync
Denys Vlasenko
2022-05-02
1
-9
/
+12
|
*
seedrng: it's not a part of util-linux, move to miscutils
Denys Vlasenko
2022-05-02
1
-0
/
+0
|
*
init: do not set HOME
Denys Vlasenko
2022-05-02
1
-1
/
+5
|
*
tsort: new applet
David Leonard
2022-05-02
3
-1
/
+299
|
*
crond: implement support for setting PATH in crontab files
Paul Fox
2022-05-02
1
-7
/
+16
|
*
style fix
Denys Vlasenko
2022-05-01
7
-9
/
+9
|
*
seedrng: manually inline seed_rng
Bernhard Reutner-Fischer
2022-05-01
1
-21
/
+15
|
*
seedrng: shorten --help, assorted small cleanups
Denys Vlasenko
2022-05-01
1
-11
/
+10
|
*
seedrng: reduce MAX_SEED_LEN from 512 to 256
Denys Vlasenko
2022-05-01
1
-1
/
+5
|
*
seedrng: do not hash lengths, they are very predictable
Denys Vlasenko
2022-05-01
1
-3
/
+5
|
*
seedrng: code shrink
Denys Vlasenko
2022-05-01
1
-8
/
+10
|
*
seedrng: explain why we need locking and fsync'ing
Denys Vlasenko
2022-05-01
1
-8
/
+18
|
*
seedrng: remove redundant assignment
Denys Vlasenko
2022-04-30
1
-3
/
+3
|
*
seedrng: re-add fsync after unlink, and explain its purpose
Denys Vlasenko
2022-04-30
1
-1
/
+12
|
*
seedrng: include fiel/dir names in error messages
Denys Vlasenko
2022-04-30
1
-3
/
+3
|
*
seedrng: use more xfuncs where appropriate
Denys Vlasenko
2022-04-30
1
-12
/
+12
|
*
seedrng: code shrink
Denys Vlasenko
2022-04-30
1
-5
/
+5
|
*
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
[next]