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
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
win32: import strndup from gnulib
Ron Yorston
2020-07-09
1
-0
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-07-09
2
-0
/
+7
|
\
|
|
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-0
/
+1
|
*
randomconfig fix
Denys Vlasenko
2020-06-23
1
-0
/
+4
|
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-0
/
+2
*
|
win32: return raw file attributes in struct mingw_stat
Ron Yorston
2020-07-09
1
-0
/
+1
*
|
win32: fix networking problems
Ron Yorston
2020-06-03
1
-0
/
+1
*
|
win32: only initialise networking if necessary
Ron Yorston
2020-06-01
1
-1
/
+7
*
|
ash: simplify spawning during forkshell
Ron Yorston
2020-06-01
1
-0
/
+1
*
|
dd: fix handling of 'conv=notrunc seek=N'
Ron Yorston
2020-05-20
1
-1
/
+1
*
|
ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changes
Ron Yorston
2020-04-13
2
-0
/
+2
*
|
time: WIN32 port
Ron Yorston
2020-04-06
1
-1
/
+2
*
|
win32: new functions: getpeername(2), mingw_spawn_detach()
Ron Yorston
2020-04-05
1
-0
/
+3
*
|
dd: create a sparse file when seek=N is used
Ron Yorston
2020-03-24
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-18
1
-0
/
+2
|
\
|
*
|
win32: tidy up detection of device files
Ron Yorston
2020-02-16
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-15
1
-0
/
+13
|
\
|
|
*
ash,hush: allow builtins to be tab-completed, closes 7532
Ron Yorston
2020-01-29
1
-0
/
+13
*
|
win32: code shrink
Ron Yorston
2020-02-13
1
-1
/
+1
*
|
date: code shrink
Ron Yorston
2020-02-11
1
-1
/
+0
*
|
Build fixes
FRP-3329-gcf0fa4d13
Ron Yorston
2020-01-08
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
1
-1
/
+21
|
\
|
|
*
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-10-25
1
-1
/
+21
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
1
-4
/
+50
|
\
|
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-1
/
+44
|
*
mount,losetup: use /dev/loop-control is it exists
Denys Vlasenko
2019-06-09
1
-3
/
+4
|
*
libbb: move netlink socket binding to the utility function
Denys Vlasenko
2019-06-03
1
-0
/
+1
|
*
losetup: Add partition scanning option
Jack O'Sullivan
2019-05-30
1
-0
/
+1
*
|
win32: allow nanosecond precision in file times
Ron Yorston
2019-08-16
1
-16
/
+19
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-05-27
2
-1
/
+15
|
\
|
|
*
libarchive: treat one "FIXME: avoid seek"
Denys Vlasenko
2019-05-24
2
-0
/
+7
|
*
Optionally re-introduce bb_info_msg()
James Byrne
2019-04-30
1
-1
/
+8
*
|
win32: try to make working directory names consistent
Ron Yorston
2019-04-02
1
-0
/
+1
*
|
win32: fix compilation error; update default configurations
Ron Yorston
2019-03-31
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-31
1
-1
/
+5
|
\
|
|
*
libbb: mark scripted_main() as externally visible
Ron Yorston
2019-03-30
1
-1
/
+1
|
*
do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings
Denys Vlasenko
2019-03-17
1
-0
/
+4
*
|
win32: improved support for c:path path names
Ron Yorston
2019-03-30
1
-0
/
+1
*
|
win32: interpret absolute paths as relative to %SYSTEMDRIVE%
Ron Yorston
2019-03-28
1
-0
/
+3
*
|
win32: share code to find root prefix of path
Ron Yorston
2019-03-23
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-16
1
-0
/
+2
|
\
|
|
*
watch: support fractional -n SEC
Denys Vlasenko
2019-03-12
1
-0
/
+2
*
|
win32: add function to convert slashes to backslashes
Ron Yorston
2019-03-15
1
-1
/
+2
*
|
win32: changes to user ids
Ron Yorston
2019-03-10
1
-6
/
+5
*
|
su: change title of console window
Ron Yorston
2019-03-09
1
-0
/
+1
*
|
win32: add a function to detect running with elevated privileges
Ron Yorston
2019-03-09
1
-0
/
+1
*
|
win32: canonicalize path in chdir(2)
Ron Yorston
2019-03-06
1
-0
/
+2
*
|
win32: implement readlink(2)
Ron Yorston
2019-03-06
1
-0
/
+4
*
|
win32: drop argument from err_win_to_posix()
Ron Yorston
2019-03-06
1
-1
/
+1
*
|
win32: let stat(2) report numeric uids for local users
Ron Yorston
2019-03-02
1
-2
/
+2
[prev]
[next]