Fixes
- Fixed wrong permissions when creating files and FIFOs;
- Process::join(): errno is set to zero before calling waitpid;
- Executable::pipe_out(): opening in/out/err file descriptors
before forking and fixed uncought exceptions;
- Added more verbosity to the SystemCallIssue
exception.