| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Use ReadDirectoryChangesW to implement inotifyd for WIN32.
There are limitations:
- It's only possible to watch directories, not files.
- The notification doesn't distinguish between different changes to
file state. All changes other than creation, deletion and renaming
are reported as 'c'.
|
|
|
|
|
|
|
|
| |
Port the time applet to WIN32. This requires the implemntation of
a replacement for wait3(2).
Only elapsed, user and system times are supported, not the memory
and i/o statistics reported by GNU time.
|
|
|
|
|
|
| |
Upstream commit d9aabfe578 (make busybox more portable) moved a
couple of include files into platform-dependent code so we no
longer need dummy versions.
|
| |
|
|
|
|
|
|
| |
df now uses statvfs instead of statfs. Support this by pretending
that statfs *is* statvfs. Not really true but good enough for the
present purpose.
|
| |
|
|
|
|
| |
The WIN32 calls should be passed the root directory of the filesystem.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Conflicts:
libbb/vfork_daemon_rexec.c
networking/wget.c
procps/ps.c
|
| |
|
| |
|
|
|
|
|
| |
Conflicts:
shell/ash.c
|
|
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.
|