See Also: Syscall Members
| Syscall | Status |
|---|---|
| mount | Inherently non-portable across the various Unix flavours, and will never be supported. Instead, use System.Diagnostics.Process and invoke the command-line mount(8) program. |
| umount | Inherently non-portable across the various Unix flavours, and will never be supported. Instead, use System.Diagnostics.Process and invoke the command-line umount(8) program. |
| ptrace | Not yet implemented. |
| ftime | Not yet implemented. |
| times | Not yet implemented. |
| ulimit | Not yet implemented. |
| sigaction | Not yet implemented. |
| sigsuspend | Not yet implemented. |
| sigpending | Not yet implemented. |
| setrlimit | Not yet implemented. |
| getrlimit | Not yet implemented. |
| getrusage | Not yet implemented. |