aboutsummaryrefslogtreecommitdiff
path: root/win32/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use gnulib poll, importing the version from gitRon Yorston2012-03-301-0/+53
|
* Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-221-0/+0
| | | | | | | Conflicts: libbb/vfork_daemon_rexec.c networking/wget.c procps/ps.c
* Implementation of uname for WIN32Ron Yorston2012-02-091-0/+66
|
* win32: net: add missing stub header filesNguyễn Thái Ngọc Duy2010-09-211-0/+0
|
* Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+0
| | | | | Conflicts: shell/ash.c
* win32: add missing system headersNguyễn Thái Ngọc Duy2010-09-105-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.