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
*
busybox: allow '--install' to install symlinks
FRP-3902-g61e53aa93
Ron Yorston
2021-03-02
1
-43
/
+39
*
ash: correctly identify applet in getopt() error messages
Ron Yorston
2021-03-02
1
-0
/
+2
*
Post-merge build fixes
Ron Yorston
2021-03-01
2
-1
/
+2
*
Merge branch 'busybox' into merge
Ron Yorston
2021-03-01
21
-330
/
+253
|
\
|
*
bc: typo fix in comment
Denys Vlasenko
2021-02-26
1
-1
/
+1
|
*
dc: more docs in --help
Denys Vlasenko
2021-02-26
1
-13
/
+14
|
*
dc: document what non-GNU commands do
Denys Vlasenko
2021-02-26
1
-5
/
+5
|
*
bc/dc: fix length(0) and length(0.000nnn) result
Denys Vlasenko
2021-02-26
3
-4
/
+23
|
*
dc: correct --help text
Denys Vlasenko
2021-02-26
1
-2
/
+44
|
*
trylink: do not drop libs from CONFIG_EXTRA_LDLIBS
Denys Vlasenko
2021-02-23
3
-10
/
+13
|
*
echo: do not assume that free() leaves errno unmodified
Natanael Copa
2021-02-23
1
-5
/
+5
|
*
lineedit: support empty PATH entries in tab completion
Ron Yorston
2021-02-23
1
-6
/
+4
|
*
diff: code shrink
Ron Yorston
2021-02-22
1
-1
/
+1
|
*
dnsd: check that we don't read past packet
Denys Vlasenko
2021-02-22
1
-5
/
+12
|
*
udhcp: reuse strings
Denys Vlasenko
2021-02-21
3
-10
/
+14
|
*
ntpd: log responses to clients at log level 3
Denys Vlasenko
2021-02-21
1
-0
/
+6
|
*
ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed too
Denys Vlasenko
2021-02-21
1
-52
/
+36
|
*
ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION code
Denys Vlasenko
2021-02-21
1
-182
/
+2
|
*
ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" message
Denys Vlasenko
2021-02-21
1
-1
/
+1
|
*
udhcpc: clarify bcast/unicast sends in logs, include server ID
Denys Vlasenko
2021-02-20
1
-8
/
+22
|
*
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
Denys Vlasenko
2021-02-18
3
-10
/
+25
|
*
ash: placate -Werror=format-security
Denys Vlasenko
2021-02-18
3
-3
/
+21
|
*
applets/usage_pod.c: placate gcc
Denys Vlasenko
2021-02-15
1
-1
/
+1
|
*
Makefile.flags: fix the OS detection for libresolv
Martin Kaiser
2021-02-07
1
-1
/
+1
*
|
libbb: fix detection of relative paths in xreadlink.c
symlink
Ron Yorston
2021-03-01
2
-1
/
+5
*
|
Allow `rename()` to work across drives
Johannes Schindelin
2021-03-01
1
-1
/
+2
*
|
Do not use `rename()` for symlinks
Johannes Schindelin
2021-03-01
1
-5
/
+8
*
|
Fix `xmalloc_readlink()` again
Ron Yorston
2021-03-01
1
-1
/
+1
*
|
win32: let `resolve_symlinks()` _really_ resolve symbolic links
Johannes Schindelin
2021-03-01
1
-1
/
+9
*
|
readlink(): do `NUL`-terminate the result
Johannes Schindelin
2021-03-01
1
-2
/
+3
*
|
win32(symlink): fix logic to determine the type of the symlink
Johannes Schindelin
2021-03-01
1
-1
/
+10
*
|
win32: move is_absolute_path()
Ron Yorston
2021-03-01
3
-3
/
+10
*
|
win32: workaround for lazy loading issue on Windows 7
Ron Yorston
2021-03-01
1
-0
/
+14
*
|
which: changes to standalone shell support
Ron Yorston
2021-02-25
1
-19
/
+27
*
|
win32: update sysinfo(2) implementation (again)
Ron Yorston
2021-02-23
1
-14
/
+31
*
|
.gitignore: support building on Windows
Johannes Schindelin
2021-02-21
3
-0
/
+7
*
|
Add Windows build info to README.md
Ron Yorston
2021-02-21
1
-3
/
+7
*
|
win32: work around MSYS2 toolchain weirdness
Ron Yorston
2021-02-21
1
-0
/
+9
*
|
applet_tables: simulate force-renaming on Windows
Johannes Schindelin
2021-02-21
1
-0
/
+9
*
|
win32: workaround for '0-bit reloc' on MSYS2
Ron Yorston
2021-02-21
2
-0
/
+3
*
|
win32: fixes to build on Windows/MSYS2/mingw-w64
Ron Yorston
2021-02-21
4
-6
/
+8
*
|
win32: update sysinfo(2) implementation
Ron Yorston
2021-02-19
2
-15
/
+23
*
|
win32: add uptime to sysinfo(2), enable uptime applet
Ron Yorston
2021-02-19
4
-8
/
+5
*
|
free: implement sysinfo(2) and enable free(1)
Ron Yorston
2021-02-18
5
-2
/
+63
*
|
nproc: port to WIN32 and enable by default
Ron Yorston
2021-02-17
3
-4
/
+34
*
|
winansi: code shrink and improvements
Ron Yorston
2021-02-17
1
-41
/
+15
*
|
libbb: make banner shorter
Ron Yorston
2021-02-16
1
-2
/
+2
*
|
winansi: don't check return from xmalloc
Ron Yorston
2021-02-16
1
-3
/
+0
*
|
winansi: allow alternative screen buffer to be disabled
Ron Yorston
2021-02-15
1
-0
/
+7
*
|
winansi: allow test suite to run on Wine
Ron Yorston
2021-02-15
1
-3
/
+3
[next]