K 10 svn:author V 2 ed K 8 svn:date V 27 2015-07-28T06:50:47.203550Z K 7 svn:log V 322 Implement directory and FIFO creation. The file_create() system call can be used to create files of a given type. Right now it can only be used to create directories and FIFOs. As CloudABI does not expose filesystem permissions, this system call lacks a mode argument. Simply use 0777 or 0666 depending on the file type. END