29346ab0 | 28-Sep-2015 |
David van Moolenbroek <david@minix3.org> |
PM: add support for wait4(2)
This patch adds support for the wait4 system call, and with that the wait3 call as well. The implementation is absolutely minimal: only user and system times of the exi
PM: add support for wait4(2)
This patch adds support for the wait4 system call, and with that the wait3 call as well. The implementation is absolutely minimal: only user and system times of the exited child are returned (with all other rusage fields left zero), and there is no support for tracers. Still, this should cover the main use cases of wait4.
Change-Id: I7a04589a8423a23990ab39aa38e85d535556743a
show more ...
|
ed223591 | 19-Sep-2015 |
David van Moolenbroek <david@minix3.org> |
libc: support for deprecated FIO* ioctl(2) calls
Various generic file IOCTL calls should be processed by VFS rather than individual drivers. For this reason, we rewrite them to use fcntl(2) instead
libc: support for deprecated FIO* ioctl(2) calls
Various generic file IOCTL calls should be processed by VFS rather than individual drivers. For this reason, we rewrite them to use fcntl(2) instead.
Change-Id: I38a5f3c7b21943a897114a51678a800f7e7f0a77
show more ...
|
31b808b8 | 03-Sep-2014 |
Lionel Sambuc <lionel@minix3.org> |
Drop minix-malloc & friends
Known limitations: - comment for now testisofs, as iso9660fs is known to be broken.
Benefits: - near 3x speed improvement on C++ code compilation, bringing down mak
Drop minix-malloc & friends
Known limitations: - comment for now testisofs, as iso9660fs is known to be broken.
Benefits: - near 3x speed improvement on C++ code compilation, bringing down make build to from 44min down to 21min.
- Allows for X applications to work properly, which should be available in near-term future through pkgsrc for 3.3.0.
Change-Id: I8f4179a7ea925ed381642add32cfd8c5822217e4
show more ...
|