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
/
mingw.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement POSIX-compliant mktemp for WIN32
Ron Yorston
2014-01-07
1
-0
/
+2
*
Revise mingw_stat to minimise changes from upstream BusyBox
Ron Yorston
2014-01-07
1
-19
/
+26
*
Use the preprocessor to fake st_blocks
Ron Yorston
2014-01-05
1
-0
/
+7
*
Provide dummy implementations of seteuid/setegid
Ron Yorston
2014-01-02
1
-0
/
+2
*
Provide fake fchmod implementation
Ron Yorston
2013-03-26
1
-1
/
+1
*
mingw.h: fixes for MinGW-w64
Ron Yorston
2012-09-19
1
-12
/
+5
*
Use win32_execable_file() in test, which and execable.c
Ron Yorston
2012-05-09
1
-0
/
+2
*
mingw32: make access(2) check file format for executables
Ron Yorston
2012-05-09
1
-0
/
+4
*
mingw32: implement system(3) call using sh instead of cmd.exe
Ron Yorston
2012-05-01
1
-0
/
+3
*
win32: remove dummy getdomainname function
Ron Yorston
2012-04-29
1
-1
/
+0
*
win32: add pw_shell to struct passwd
Ron Yorston
2012-04-23
1
-0
/
+1
*
win32: use uname/getdomainname in safe_gethostname.c
Ron Yorston
2012-04-23
1
-0
/
+1
*
win32: implement ioctl
Ron Yorston
2012-04-23
1
-1
/
+1
*
win32: add popen implementation that uses shell
Ron Yorston
2012-04-23
1
-0
/
+5
*
strsep is in upstream BusyBox: no need for MINGW32 version
Ron Yorston
2012-04-18
1
-4
/
+0
*
Make fake fcntl(F_DUPFD) for WIN32
Ron Yorston
2012-04-03
1
-0
/
+2
*
ash: some fixes so busybox-w32 (almost) compiles on POSIX
Ron Yorston
2012-04-03
1
-1
/
+0
*
Fix off_t define so MINGW32 doesn't require LFS
Ron Yorston
2012-03-31
1
-1
/
+3
*
Update mingw.c from latest git/compat
Ron Yorston
2012-03-30
1
-6
/
+7
*
Use gnulib poll, importing the version from git
Ron Yorston
2012-03-30
1
-14
/
+0
*
MinGW snprintf/vsnprintf work properly
Ron Yorston
2012-03-26
1
-0
/
+12
*
Simplify MINGW32 support in ls.c
Ron Yorston
2012-03-26
1
-0
/
+1
*
Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge
Ron Yorston
2012-03-22
1
-0
/
+2
*
Add code to find console dimensions in WIN32
Ron Yorston
2012-02-20
1
-0
/
+2
*
mingw.h: drop parameters for lchown to chown mapping
Stefan Sauer
2011-12-05
1
-1
/
+1
*
Merge branch 'net' (early part)
Nguyễn Thái Ngọc Duy
2010-09-20
1
-1
/
+22
|
\
|
*
win32: re-enable xconnect.c
Nguyễn Thái Ngọc Duy
2010-09-20
1
-0
/
+13
|
*
win32: reimplement connect()
Nguyễn Thái Ngọc Duy
2010-09-20
1
-0
/
+2
|
*
win32: reimplement socket()
Nguyễn Thái Ngọc Duy
2010-09-20
1
-1
/
+5
|
*
win32: add init_winsock()
Nguyễn Thái Ngọc Duy
2010-09-20
1
-0
/
+1
|
*
win32: implement inet_aton()
Nguyễn Thái Ngọc Duy
2010-09-20
1
-0
/
+1
*
|
Merge branch 'procps'
Nguyễn Thái Ngọc Duy
2010-09-15
1
-1
/
+1
|
\
\
|
*
|
win32: process.c: implement kill(), SIGTERM only
Nguyễn Thái Ngọc Duy
2010-09-15
1
-1
/
+1
|
|
/
*
/
win32: enable date
Nguyễn Thái Ngọc Duy
2010-09-14
1
-0
/
+4
|
/
*
win32: mingw.h: add WCOREDUMP an WUNTRACED
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+4
*
win32: add termios stub so that it builds
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+1
*
win32: add strptime()
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+1
*
win32: add utimes and fix utime(file,NULL)
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+1
*
win32: Replace rename() (WHY?)
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+2
*
win32: Work around for dup2
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+2
*
win32: Replace stat/lstat
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+11
*
win32: Replace open/fopen to support /dev/null
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+4
*
win32: add next_path_sep()
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+4
*
win32: add shell script and internal applet execution to spawn* and exec*
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+10
*
win32: Support certain ANSI sequences on cmd.exe
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+11
*
win32: add unlink()
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+2
*
win32: add getenv(), setenv(), unsetenv() and clearenv()
Nguyễn Thái Ngọc Duy
2010-09-10
1
-4
/
+4
*
win32: add poll()
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+1
*
win32: add fcntl()
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+1
*
win32: add waitpid()
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+1
[prev]
[next]