Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |