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
/
miscutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: export xappendword()
Ron Yorston
2023-04-21
1
-13
/
+0
*
Merge branch 'busybox' into merge
Ron Yorston
2023-04-17
1
-2
/
+22
|
\
|
*
seedrng: fix for glibc <= 2.24 not providing random header
Thomas Devoogdt
2023-04-11
1
-4
/
+10
|
*
seedrng: fix for glibc <= 2.24 not providing getrandom()
Denys Vlasenko
2023-04-10
1
-0
/
+14
|
*
Remove "select PLATFORM_LINUX"
Denys Vlasenko
2022-11-29
5
-9
/
+0
|
*
Fix non-Linux builds
Samuel Thibault
2022-11-29
5
-0
/
+9
*
|
drop: adjust environment on privilege change
Ron Yorston
2023-03-27
1
-0
/
+16
*
|
drop: cdrop and pdrop don't need shell
Ron Yorston
2023-03-23
1
-8
/
+18
*
|
drop: search PATH for cmd.exe/PowerShell
Ron Yorston
2023-03-23
1
-27
/
+25
*
|
drop: add cdrop and pdrop aliases
Ron Yorston
2023-03-19
1
-3
/
+48
*
|
runuser,drop: drop runuser, tweak drop
Ron Yorston
2023-03-19
1
-0
/
+130
*
|
make: code shrink
Ron Yorston
2023-03-16
1
-2
/
+2
*
|
win32: add support for virtual terminal input
Ron Yorston
2023-03-05
1
-9
/
+18
*
|
make: strip leading whitespace in shell assignment
Ron Yorston
2023-02-01
1
-11
/
+28
*
|
make: allow building as pdpmake only
Ron Yorston
2023-01-24
1
-0
/
+1
*
|
make: add '-x' option to set pragmas
Ron Yorston
2022-11-21
1
-50
/
+92
*
|
make: add .PRAGMA special target
Ron Yorston
2022-11-18
1
-38
/
+135
*
|
make: changes to suffix substitution in macro expansion
Ron Yorston
2022-11-16
1
-9
/
+18
*
|
make: show location of errors during build
Ron Yorston
2022-11-16
1
-15
/
+41
*
|
make: fix typo in help text
Ron Yorston
2022-11-14
1
-2
/
+2
*
|
make: use correct test for valid macro name
Ron Yorston
2022-11-13
1
-1
/
+1
*
|
make: make + sh configuration
Ron Yorston
2022-11-10
1
-1
/
+8
*
|
make: fix typo in inference rule handling
Ron Yorston
2022-11-04
1
-1
/
+1
*
|
make: fixes to inference rules
Ron Yorston
2022-11-03
1
-18
/
+21
*
|
make: comments in macro expansions and command lines
Ron Yorston
2022-11-01
1
-3
/
+16
*
|
make: different treatment for escaped NL in macro in command
Ron Yorston
2022-10-30
1
-6
/
+24
*
|
make: add a comment, no functional change
Ron Yorston
2022-10-21
1
-3
/
+8
*
|
make: $+ should support D/F modifiers
Ron Yorston
2022-10-20
1
-0
/
+1
*
|
make: .NOTPARALLEL and .WAIT are special targets
Ron Yorston
2022-10-19
1
-0
/
+4
*
|
make: shell assignment is a POSIX 202X feature
Ron Yorston
2022-10-18
1
-5
/
+4
*
|
make: support $+ and $^ as POSIX 202X features
Ron Yorston
2022-10-18
1
-14
/
+19
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-10-12
5
-40
/
+193
|
\
|
|
*
*: style fix
Denys Vlasenko
2022-08-30
3
-16
/
+16
|
*
devmem: add 128-bit width
Aaro Koskinen
2022-08-26
1
-24
/
+44
|
*
tree: unicode tweak (use normal space char, 0x20)
Denys Vlasenko
2022-08-26
1
-1
/
+1
|
*
tree: make it unicode-aware
Denys Vlasenko
2022-08-26
1
-3
/
+16
|
*
bc: hopefully fix bug 14956 (use-after-free)
Denys Vlasenko
2022-08-18
1
-0
/
+2
|
*
tree: new applet
Roger Knecht
2022-06-30
1
-0
/
+118
*
|
make: fix incorrect handling of escaped newline
Ron Yorston
2022-08-28
1
-5
/
+4
*
|
make: new applet
Ron Yorston
2022-08-01
1
-0
/
+2621
*
|
jn: new applet
Ron Yorston
2022-05-16
1
-0
/
+37
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-05-12
2
-7
/
+258
|
\
|
|
*
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
/
+239
|
*
crond: implement support for setting PATH in crontab files
Paul Fox
2022-05-02
1
-7
/
+16
*
|
Merge busybox into merge
Ron Yorston
2022-02-09
8
-11
/
+12
|
\
|
|
*
*: slap on a few ALIGN_PTR where appropriate
Denys Vlasenko
2022-02-06
1
-2
/
+2
|
*
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2022-02-06
2
-2
/
+2
|
*
fix "defined but not used" warnings
Denys Vlasenko
2022-01-17
1
-0
/
+2
[next]