Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement vprintf replacement | Ron Yorston | 2014-03-20 | 1 | -0/+2 | |
| | ||||||
* | Implement getc replacement | Ron Yorston | 2014-03-20 | 1 | -0/+2 | |
| | ||||||
* | Implement read replacement to handle OEM codepages | Ron Yorston | 2014-03-20 | 1 | -0/+2 | |
| | ||||||
* | Implement write replacement to handle OEM codepages | Ron Yorston | 2014-03-20 | 1 | -0/+2 | |
| | ||||||
* | Implement puts replacement to handle OEM codepages | Ron Yorston | 2014-03-19 | 1 | -0/+2 | |
| | ||||||
* | Use OEM codepage for console I/O | Ron Yorston | 2014-03-19 | 1 | -0/+4 | |
| | | | | | | | | | | Windows console applications use different codepages for console I/O and the rest of the API: http://msdn.microsoft.com/en-us/goglobal/bb688114.aspx#E2F Attempt to workaround this by converting characters when they're read from and written to the console. Not all possible paths are handled. | |||||
* | Drop CONFIG_WIN32_NET setting | Ron Yorston | 2014-03-17 | 1 | -5/+1 | |
| | ||||||
* | Fix some compiler warnings | Ron Yorston | 2014-03-13 | 1 | -1/+1 | |
| | ||||||
* | Pretend chown succeeds so 'cp -rp' doesn't complain | Ron Yorston | 2014-03-13 | 1 | -1/+1 | |
| | ||||||
* | Remove unused mingw_utime; update utimes to handle read-only files | Ron Yorston | 2014-03-12 | 1 | -4/+0 | |
| | ||||||
* | Import mempcpy from gnulib | Ron Yorston | 2014-03-11 | 1 | -0/+5 | |
| | ||||||
* | mingw: dummy implementation of times/sysconf | Ron Yorston | 2014-01-30 | 1 | -0/+17 | |
| | ||||||
* | date: add dummy stime | Ron Yorston | 2014-01-19 | 1 | -0/+1 | |
| | ||||||
* | date: actually use modified strftime | Ron Yorston | 2014-01-19 | 1 | -0/+3 | |
| | ||||||
* | 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 | |
| | | | | | | | Conflicts: coreutils/ls.c include/platform.h libbb/bb_basename.c | |||||
* | 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 | |
| | | | | | This is needed to build coreutils/chown which take a function pointer to chown. If the define has parameters it won't replace this one. | |||||
* | 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 | |
| | | | | | | | | | | | | connect() now returns a socket handle, i.e. a HANDLE. This kind of handle works with read()/write(). But on the other hand, FILE* functions are dead because they are not crt file handles?? | |||||
| * | 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 | |
| | | | | | | | | | | All network applets must call this function before using any winsock functions. | |||||
| * | 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 | |
|/ | | | | | | Setting time does not work. %e does not work because strftime does not support that. Output may be different from POSIX because "it is Windows" syndrome. | |||||
* | 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 | |
| |