Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: improve implementation of statfs | Ron Yorston | 2015-11-01 | 1 | -1/+0 |
| | | | | The WIN32 calls should be passed the root directory of the filesystem. | ||||
* | Add empty sys/syscall.h | Ron Yorston | 2014-03-20 | 1 | -0/+0 |
| | |||||
* | Make dummy resource.h | Ron Yorston | 2014-01-06 | 1 | -0/+0 |
| | |||||
* | Extend WIN32 statfs to include type, fsid and namelen | Ron Yorston | 2014-01-06 | 2 | -17/+24 |
| | |||||
* | Move mingw32 poll.h from sys | Ron Yorston | 2014-01-02 | 1 | -53/+0 |
| | |||||
* | df: limited implementation for WIN32 | Ron Yorston | 2013-04-03 | 1 | -0/+17 |
| | |||||
* | Use gnulib poll, importing the version from git | Ron Yorston | 2012-03-30 | 1 | -0/+53 |
| | |||||
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge | Ron Yorston | 2012-03-22 | 1 | -0/+0 |
| | | | | | | | Conflicts: libbb/vfork_daemon_rexec.c networking/wget.c procps/ps.c | ||||
* | Implementation of uname for WIN32 | Ron Yorston | 2012-02-09 | 1 | -0/+66 |
| | |||||
* | win32: net: add missing stub header files | Nguyễn Thái Ngọc Duy | 2010-09-21 | 1 | -0/+0 |
| | |||||
* | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+0 |
| | | | | | Conflicts: shell/ash.c | ||||
* | win32: add missing system headers | Nguyễn Thái Ngọc Duy | 2010-09-10 | 5 | -0/+0 |
These empty headers are to prevent #include errors. Of course those #include may be wrapped inside #ifdefs and excluded, but that would turn libbb.h into a #ifdef mess. Note that all missing declaration is in mingw.h, not in these files. |