aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Provide fake fchmod implementationRon Yorston2013-03-261-1/+1
|
* mingw.h: fixes for MinGW-w64Ron Yorston2012-09-191-12/+5
|
* Use win32_execable_file() in test, which and execable.cRon Yorston2012-05-091-0/+2
|
* mingw32: make access(2) check file format for executablesRon Yorston2012-05-091-0/+4
|
* mingw32: implement system(3) call using sh instead of cmd.exeRon Yorston2012-05-011-0/+3
|
* win32: remove dummy getdomainname functionRon Yorston2012-04-291-1/+0
|
* win32: add pw_shell to struct passwdRon Yorston2012-04-231-0/+1
|
* win32: use uname/getdomainname in safe_gethostname.cRon Yorston2012-04-231-0/+1
|
* win32: implement ioctlRon Yorston2012-04-231-1/+1
|
* win32: add popen implementation that uses shellRon Yorston2012-04-231-0/+5
|
* strsep is in upstream BusyBox: no need for MINGW32 versionRon Yorston2012-04-181-4/+0
|
* Make fake fcntl(F_DUPFD) for WIN32Ron Yorston2012-04-031-0/+2
|
* ash: some fixes so busybox-w32 (almost) compiles on POSIXRon Yorston2012-04-031-1/+0
|
* Fix off_t define so MINGW32 doesn't require LFSRon Yorston2012-03-311-1/+3
|
* Update mingw.c from latest git/compatRon Yorston2012-03-301-6/+7
|
* Use gnulib poll, importing the version from gitRon Yorston2012-03-301-14/+0
|
* MinGW snprintf/vsnprintf work properlyRon Yorston2012-03-261-0/+12
|
* Simplify MINGW32 support in ls.cRon Yorston2012-03-261-0/+1
|
* Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-221-0/+2
| | | | | | | Conflicts: coreutils/ls.c include/platform.h libbb/bb_basename.c
* Add code to find console dimensions in WIN32Ron Yorston2012-02-201-0/+2
|
* mingw.h: drop parameters for lchown to chown mappingStefan Sauer2011-12-051-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 Duy2010-09-201-1/+22
|\
| * win32: re-enable xconnect.cNguyễn Thái Ngọc Duy2010-09-201-0/+13
| |
| * win32: reimplement connect()Nguyễn Thái Ngọc Duy2010-09-201-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 Duy2010-09-201-1/+5
| |
| * win32: add init_winsock()Nguyễn Thái Ngọc Duy2010-09-201-0/+1
| | | | | | | | | | All network applets must call this function before using any winsock functions.
| * win32: implement inet_aton()Nguyễn Thái Ngọc Duy2010-09-201-0/+1
| |
* | Merge branch 'procps'Nguyễn Thái Ngọc Duy2010-09-151-1/+1
|\ \
| * | win32: process.c: implement kill(), SIGTERM onlyNguyễn Thái Ngọc Duy2010-09-151-1/+1
| |/
* / win32: enable dateNguyễn Thái Ngọc Duy2010-09-141-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 WUNTRACEDNguyễn Thái Ngọc Duy2010-09-101-0/+4
|
* win32: add termios stub so that it buildsNguyễn Thái Ngọc Duy2010-09-101-0/+1
|
* win32: add strptime()Nguyễn Thái Ngọc Duy2010-09-101-1/+1
|
* win32: add utimes and fix utime(file,NULL)Nguyễn Thái Ngọc Duy2010-09-101-1/+1
|
* win32: Replace rename() (WHY?)Nguyễn Thái Ngọc Duy2010-09-101-0/+2
|
* win32: Work around for dup2Nguyễn Thái Ngọc Duy2010-09-101-0/+2
| | | | Original dup2() does not return the fdto.
* win32: Replace stat/lstatNguyễn Thái Ngọc Duy2010-09-101-1/+11
|
* win32: Replace open/fopen to support /dev/nullNguyễn Thái Ngọc Duy2010-09-101-0/+4
|
* win32: add next_path_sep()Nguyễn Thái Ngọc Duy2010-09-101-0/+4
|
* win32: add shell script and internal applet execution to spawn* and exec*Nguyễn Thái Ngọc Duy2010-09-101-0/+10
| | | | | | Most of this was extracted from commit e56b799d6ad8afba4168fffa7218d44c041a72d2 in Git repository.
* win32: Support certain ANSI sequences on cmd.exeNguyễn Thái Ngọc Duy2010-09-101-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | Support sequences are mostly color ones. This was extracted from commit e56b799d6ad8afba4168fffa7218d44c041a72d2 in Git repository. Changes from original version: > diff --git a/home/pclouds/w/git/compat/winansi.c b/tmp/winansi2.c > index 44dc293..e2e7010 100644 > --- a/home/pclouds/w/git/compat/winansi.c > +++ b/tmp/winansi2.c > @@ -2,8 +2,9 @@ > * Copyright 2008 Peter Harris <git@peter.is-a-geek.org> > */ > > +#include "libbb.h" > #include <windows.h> > -#include "../git-compat-util.h" > +#undef PACKED > > /* > Functions to be wrapped:
* win32: add unlink()Nguyễn Thái Ngọc Duy2010-09-101-0/+2
|
* win32: add getenv(), setenv(), unsetenv() and clearenv()Nguyễn Thái Ngọc Duy2010-09-101-4/+4
| | | | clearenv() is not supported yet.
* win32: add poll()Nguyễn Thái Ngọc Duy2010-09-101-1/+1
| | | | Only works for pipes, as commented in the source code.
* win32: add fcntl()Nguyễn Thái Ngọc Duy2010-09-101-1/+1
|
* win32: add waitpid()Nguyễn Thái Ngọc Duy2010-09-101-1/+1
|
* win32: add mkdir()Nguyễn Thái Ngọc Duy2010-09-101-1/+1
|
* win32: add realpath()Nguyễn Thái Ngọc Duy2010-09-101-1/+1
|
* win32: add strsep()Nguyễn Thái Ngọc Duy2010-09-101-1/+1
|
* win32: add link()Nguyễn Thái Ngọc Duy2010-09-101-1/+1
|