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
/
win32
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
win32: make has_exec_format static
Ron Yorston
2018-03-01
1
-55
/
+55
*
win32: additional improvements to handling of executables
Ron Yorston
2018-02-28
1
-10
/
+24
*
win32: don't add extensions to filenames ending with a dot
Ron Yorston
2018-02-28
1
-1
/
+7
*
win32: fix code to check for file extensions
Ron Yorston
2018-02-27
1
-1
/
+1
*
win32: move detection of file formats to stat(2)
Ron Yorston
2018-02-26
2
-54
/
+77
*
win32: improvements to stat(2) emulation
Ron Yorston
2018-02-26
1
-25
/
+18
*
win32: add support for batch files
Ron Yorston
2018-02-26
2
-12
/
+59
*
win32: make /dev/urandom more random
Ron Yorston
2018-02-23
3
-2
/
+242
*
win32: handle /dev/zero and /dev/urandom in open and read functions
Ron Yorston
2018-02-22
2
-3
/
+60
*
win32: tailor inet_pton.c for use in busybox-w32
Ron Yorston
2018-02-22
1
-11
/
+8
*
win32: import inet_pton.c from ISC BIND
Ron Yorston
2018-02-22
1
-231
/
+182
*
win32: import fsync(2) implementation from gnulib
Ron Yorston
2018-02-21
2
-0
/
+76
*
win32: use built-in shell for popen, if possible
Ron Yorston
2018-02-18
1
-2
/
+12
*
win32: add dummy sys/select.h required for poll
Ron Yorston
2018-02-14
1
-0
/
+0
*
win32: update poll implementation to match latest gnulib version
Ron Yorston
2018-02-13
1
-209
/
+207
*
win32: always use safe API calls to manipulate environment
Ron Yorston
2018-02-13
1
-100
/
+26
*
date: support '-' format flag to remove zero padding
Ron Yorston
2017-12-09
1
-0
/
+5
*
win32: define statvfs as statfs
Ron Yorston
2017-11-03
2
-1
/
+3
*
mingw: clarify that waitpid(-1, ...) is not supported
Johannes Schindelin
2017-10-01
1
-1
/
+1
*
win32: allow kill to send signal number 0
Ron Yorston
2017-09-27
1
-0
/
+15
*
win32: improvements to implementation of kill(2)
Ron Yorston
2017-09-27
1
-87
/
+94
*
kill: use gentler method than TerminateProcess()
Johannes Schindelin
2017-09-27
1
-1
/
+161
*
ps: add support for CPU and elapsed time columns
Ron Yorston
2017-09-01
3
-2
/
+106
*
ps: add parent process id as a supported column
Ron Yorston
2017-08-31
1
-0
/
+1
*
win32/poll: avoid assumption that pointers are equivalent to longs
Johannes Schindelin
2017-08-31
1
-1
/
+1
*
win32: further minor code shrink
Ron Yorston
2017-08-30
1
-17
/
+11
*
win32: add a function to find executable on PATH
Ron Yorston
2017-08-30
1
-34
/
+30
*
win32: changes to treatment of scripts
Ron Yorston
2017-08-30
1
-58
/
+36
*
win32: shrink code to detect .exe files
Ron Yorston
2017-08-30
2
-22
/
+21
*
mingw: accommodate for BusyBox' assumptions about isatty()
Johannes Schindelin
2017-08-24
1
-0
/
+27
*
win32: remove implementation of mempcpy
Ron Yorston
2017-08-23
2
-28
/
+0
*
win32/strptime: fix for negative timezones
Johannes Schindelin
2017-08-23
1
-0
/
+2
*
win32/select: ensure that the implementation matches the prototype
Johannes Schindelin
2017-08-23
1
-0
/
+1
*
win32/fnmatch: fix old-style function declaration
Johannes Schindelin
2017-08-23
1
-1
/
+1
*
win32/fnmatch: avoid old-style function definitions
Johannes Schindelin
2017-08-23
1
-12
/
+4
*
win32/strptime: avoid old-style declarations
Johannes Schindelin
2017-08-23
1
-19
/
+5
*
win32/strptime: ensure that strptime()/localtime_r() are declared
Johannes Schindelin
2017-08-23
1
-0
/
+1
*
win32/select: work around a compiler warning
Johannes Schindelin
2017-08-23
1
-1
/
+1
*
win32/mingw: fix signatures of the *execv*() family of functions
Johannes Schindelin
2017-08-23
2
-21
/
+19
*
win32: remove unused functions
Ron Yorston
2017-08-23
1
-21
/
+0
*
win32: rewrite implementation of system(3)
Ron Yorston
2017-07-31
1
-66
/
+11
*
win32: check for relative path when spawning process
Ron Yorston
2017-07-31
1
-1
/
+1
*
win32: add dummy sys/prctl.h
Ron Yorston
2017-07-29
1
-0
/
+0
*
Allow PREFER_APPLETS and SH_STANDALONE to be set separately
Ron Yorston
2017-07-27
1
-6
/
+12
*
win32: simplify spawning applets
Ron Yorston
2017-07-21
1
-24
/
+4
*
win32/regex: fix compile warnings
Johannes Schindelin
2017-07-14
4
-13
/
+15
*
win32/regex: update to newest version in Git
Johannes Schindelin
2017-07-14
6
-5109
/
+11169
*
Provide vfprintf replacement
Ron Yorston
2017-02-07
1
-0
/
+1
*
win32: implement nanosleep and enable float sleep by default
Ron Yorston
2017-01-18
1
-0
/
+18
*
win32: allow ANSI emulation to be disabled
Ron Yorston
2016-11-10
1
-2
/
+15
[prev]
[next]