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: 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
*
win32: don't attempt ANSI emulation on data containing NUL characters
Ron Yorston
2016-08-16
1
-4
/
+11
*
win32: allow for vsnprintf returning -1
Ron Yorston
2016-07-08
1
-1
/
+6
*
win32: correct cast of argument to _open_osfhandle
Ron Yorston
2016-05-25
2
-6
/
+6
*
win32: return an error when lseek is applied to a pipe
Ron Yorston
2016-05-24
1
-0
/
+14
*
ash: fix use of pid/handle in waitpid_child
Ron Yorston
2016-05-18
1
-1
/
+13
*
win32: adjustments to spawn functions
Ron Yorston
2016-05-18
1
-10
/
+10
*
winansi: revert to previous console behaviour for vi/less
Ron Yorston
2016-04-26
1
-0
/
+18
*
lineedit: move console viewport to cursor on keypress
Ron Yorston
2016-04-26
1
-1
/
+1
*
winansi: speed up clearing of screen
Ron Yorston
2016-04-26
1
-15
/
+10
*
win32: fix quoting of arguments with trailing backslashes
Ron Yorston
2016-03-16
1
-15
/
+48
*
Silence a couple of compiler warnings
Ron Yorston
2016-03-06
2
-2
/
+3
*
mingw: silently ignore O_NONBLOCK on file open
Ron Yorston
2016-02-22
1
-2
/
+1
*
win32: improve implementation of statfs
Ron Yorston
2015-11-01
2
-13
/
+12
[prev]
[next]