Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | win32: add mkdir() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -1/+1 | |
* | win32: add realpath() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -1/+1 | |
* | win32: add strsep() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -1/+1 | |
* | win32: add link() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -1/+1 |